@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #002352;
}
.bgcolor,.hvbgcolor:hover{
	background: #002352;
	color: #fff;
}
.op8{
	opacity: .8;
}
.hvfd,.hvsx{
	transition: .5s;
}
.hvfd:hover{
	transform: scale(1.08);
}
.hvsx:hover{
	transform: scale(.9);
}
.md{
	padding: 85px 0;
}
.head_height{
	height: 130px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .35s;
}
.head_active{
	top: -130px;
	opacity: 0;
	visibility: hidden;
}
.logo{
	display: inline-block;
	height: 80px;
}
.ht{
	height: 40px;
	background: #10293a;
	color: #fff;
	font-size: 13px;
	position: relative;
}
.htla{
	line-height: 40px;
	cursor: pointer;
}
.htla img{
	height: 16px;
}
.htlhide{
	width: 120px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 100%;
	z-index: 9;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
}
.htl:hover .htlhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.htlhide a{
	line-height: 38px;
	text-align: center;
	display: block;
	font-size: 13px;
}
.htlhide a:hover{
	background: #f8f8f8;
	color: #002352;
}
.htr a{
	color: #fff;
}
.htr a:hover{
	text-decoration: underline;
}
.htr i{
	width: 2px;
	height: 12px;
	background: rgba(255,255,255,.8);
	display: block;
	margin: 0 15px;
	margin-top: 1px;
	border-radius: 2px;
}
.htra{
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: url(../images/hdrsc_03.png) no-repeat center;
	background-size: 16px;
}
.hdrsc_hide{
	width: 100%;
	padding: 70px 0;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
	display: none;
	color: #fff;
}
.hdrlg_hide{
	padding: 50px 0;
}
.scw {
	width: 800px;
	max-width: 80%;
}
.scw input{
	height: 70px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background: none;
	color: #000;
}
.scw button{
	width: 50px;
	height: 70px;
	background: url(../images/sc_button.png) no-repeat center;
	background-size: 25px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hb{
	height: 90px;
}
.nav li{
	position: relative;
	height: 100%;
	margin: 0 20px;
}
.nava{
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
	text-align: center;
}
.nav li:hover .nava,.nav li.active .nava{
	color: #002352;
}
.nav li.active .nava::after,
.nav li.active .nava::before{
	width: 100%;
	height: 1px;
	background: #002352;
	content: "";
	position: absolute;
	left: 0;
}
.nav li.active .nava::after{
	bottom: 30%;
}
.nav li.active .nava::before{
	bottom: 27%;
}
.navhide{
	min-width: 150px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	padding: 10px 0;
	border-radius: 8px;
	overflow: hidden;
}
.hdrhide{
	min-width: 120px;
	width: 120px;
	margin-left: -65px;
	padding: 5px 0;
}
.navhide a,.hdrhide a{
	font-size: 14px;
	line-height: 40px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover,.hdrhide a:hover{
	color: #002352;
}
.hbr a{
	display: inline-block;
	padding: 2px 17px;
	border: 1px solid #002352;
	color: #002352;
	border-radius: 50px;
	margin-left: 15px;
}
.hbr a:first-child{
	margin-left: 0;
}
.hbr a:hover,.hbr a.active{
	background: #002352;
	color: #fff;
}
.bnbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(5,20,32,.6);
	color: #fff;
}
.bntxt h1,.bntxt h4{
	text-shadow: 0 2px 2px rgba(0,0,0,.56);
	letter-spacing: 3px;
}
.bntxt h1{
	letter-spacing: 7px;
}
.bna a{
	min-width: 160px;
	text-align: center;
	display: inline-block;
	padding: 9px 35px;
	background: #187ABA;
	border-radius: 4px;
	margin: 0 15px;
	color: #fff;
	transition: .5s;
}
.bna a:hover{
	transform: scale(1.08);
}
.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}
.rta{
	position: relative;
	margin-bottom: 10px;
}
.rta_a{
	width: 35px;
	height: 50px;
	background: #002352;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	border-radius: 8px 0 0 8px;
}
.rta:hover .rta_a{
	background: #c56000;
}
.rtahide{
	position: absolute;
	right: 100%;
	top: 0;
	background: #fff;
	width: 240px;
	font-size: 15px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	margin-right: 15px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	border-radius: 4px;
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 8px;
}
.rtahide_ewm{
	padding: 7px;
	width: 140px;
}
#gotop{
	display: none;
}
.fh{
	background: url(../images/fhbg_02.jpg) no-repeat center #10293a;
	background-size: 100%;
	color: #fff;
}
.fhl{
	width: 36.5%;
	margin-right: 5%;
}
.fhltxt i{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.fhltxt p{
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.fhra{
	margin-bottom: 24px;
}
.fhraipt input,.fhraipt textarea{
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
	height: 55px;
	width: 100%;
	background: none;
	transition: .25s;
}
.fhraipt input:focus,.fhraipt textarea:focus{
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.fhraipt input::-webkit-input-placeholder,
.fhraipt textarea::-webkit-input-placeholder{
	color: rgba(255,255,255,1);
}
.fhraipt textarea{
	height: 140px;
	resize: none;
}
.fhraradio label{
	display: flex;
	align-items: center;
	margin-left: 25px;
	cursor: pointer;
	position: relative;
}
.fhraradio input{
	-webkit-appearance:radio;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.fhra button{
	cursor: pointer;
	background: #187ABA;
	color: #fff;
	padding: 7px 26px;
	transition: .25s;
}
.foot{
	background: #f2f2f2;
}
.foot a:hover{
	color: #002352;
}
.flogo img{
	height: 120px;
	display: block;
}
.flogo{
	padding: 45px 0;
}
.ft{
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	padding: 20px 0;
}
.fm{
	border-bottom: 2px solid #cfcfcf;
	padding: 45px 0;
}
.fb{
	padding: 25px 0;
	text-align: center;
}
.f_nav li{
	margin: 0 2.5%;
}
.fmr{
	width: 175px;
}
.itoptitle{
	display: flex;
	align-items: center;
	letter-spacing: 3px;
}
.itoptitle i{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 3px solid #187ABA;
	background: #fff;
	margin-right: 18px;
}
.i1{
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.itxt_idt p{
	text-indent: 2em;
}
.i1bat h1{
	line-height: 1;
	margin-right: 5px;
}
.i1ba{
	text-align: center;
}
.morea{
	display: inline-block;
	padding: 8px 40px;
	border: 1px solid #187abb;
	color: #000;
	border-radius: 50px;
}
.morea:hover,.morea.active{
	background: #187abb;
	color: #fff;
}
.jti{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: url(../images/jt_w_03.png) no-repeat center #002352;
	color: #fff;
	transition: .25s;
}
.jti_ac{
	border: 1px solid #fff;
	background: url(../images/jt_w_03.png) no-repeat center;
	color: #002352;
}
.i2a:hover .jti_ac,
.jti_ac:hover{
	background: url(../images/jt_w_03.png) no-repeat center #002352;
	border: 1px solid #002352;
}
.i2{
	overflow: hidden;
}
.i2a{
	position: relative;
	display: block;
	overflow: hidden;
}
.iabg{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	color: #fff;
}
.swiper-container-i2{
	overflow: initial;
}
.i2atxtl{
	margin-right: 10%;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat top center;
	background-size: cover;
}
.i3a{
	display: block;
}
.i3at{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.i3at i{
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #002352;
	margin-right: 13px;
	display: inline-block;
	margin-top: 2px;
}
.i3abr{
	width: 36%;
	margin-left: 5%;
}
.i4{
	background-size: cover;
	color: #fff;
}
.i4w{
	padding: 50px 0;
}
.i5{
	padding-bottom: 70px;
}
.i5a_a{
	display: block;
	border: 1px solid #E6E6E6;
}
.i5aimg{
	position: relative;
	overflow: hidden;
}
.i5aimg::after{
	width: 0px;
	height: 5px;
	content: "";
	background: #187ABA;
	transition: .8s;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.i5a_a:hover .i5aimg::after{
	width: 100%;
	opacity: 1;
}
.i5atxt{
	padding: 20px 25px;
}
.i5atxtb img{
	filter: grayscale(100%);
	filter: gray;
	transition: .25s;
}
.i5a_a:hover .i5atxtb img{
	filter: inherit;
}
.i5a_a:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	border: 1px solid #fff;
}

.listbn{
	position: relative;
}
.ab1{
	background: url(../images/ab1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.itxt p{
	padding: 10px 0;
}
.ab2a{
	position: relative;
}
.ab2abg{
	background: rgba(15,41,58,.65);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	padding: 25px 10%;
}
.ab2abg i{
	width: 28px;
	height: 2px;
	display: block;
	background: #fff;
	margin: 15px auto 0 auto;
}
.ab2abg img{
	transition: .5s;
}
.ab2a:hover .ab2abg img{
	margin-top: -30px;
}
.ab3tl{
	width: 35%;
	margin-right: 4%;
}
.ab3tl li{
	padding: 20px 0;
	padding-left: 45px;
	cursor: pointer;
}
.ab3tl li.active{
	color: #187ABA;
	background: url(../images/jt_b_03.png) no-repeat center left;
}
.ab3tr{
	padding: 60px;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.ab3ba_a{
	min-height: 100%;
	text-align: center;
	padding: 45px 10%;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	transition: .25s;
}
.ab3ba_a img{
	transition: .5s;
}
.ab3ba_a:hover{
	background: #f9f9f9;
}
.ab3ba_a:hover img{
	transform:rotateY(180deg);
}
.ab3ba_a:hover h4{
	color: #187ABA;
}

.sv2w{
	margin-top: -50px;
}
.sva{
	background: #fff;
	width: 48.2%;
}
.sva:hover{
	box-shadow: 0 5px 20px rgba(24,122,187,.1);
}
.svatxt{
	padding: 30px 35px;
}
.si1trline{
	border-bottom: 1px solid #002352;
}
.si1trb a{
	display: inline-block;
	padding: 12px 40px;
	background: #002352;
	color: #fff;
	font-weight: bold;
}
.si1bt{
	border-left: 7px solid #002352;
	color: #002352;
	padding: 25px;
	background: #f6f6f6;
}
.msga_a_ipt{
	position: relative;
}
.msga_a_ipt select{
	color: #666;
}
.msga_a_ipt input,.msga_a_ipt textarea,.msga_a_ipt select{
	width: 100%;
	height: 60px;
	border: 1px solid #eaeaea;
	padding: 0 20px;
	border-radius: 4px;
}
.msga_a_ipt input:focus,.msga_a_ipt textarea:focus,.msga_a_ipt select:hover{
	border: 1px solid #002352;
}
.msga_a_ipt textarea{
	height: 180px;
	padding: 20px;
	resize: none;
}
.slti{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 15px;
	top: 0;
}
.msgcode{
	width: 160px;
	height: 58px;
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
.msgcode img{
	display: block;
	width: 100%;
	height: 100%;
}
.msga_a_sbm button{
	padding: 0 40px;
	height: 60px;
	cursor: pointer;
	background: #002352;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	transition: .5s;
}

.hd1a{
	background: #f8f8f8;
}
.hd1atxt{
	padding: 20px 4%;
}
.swiper-pagination-hd1{
	width: 50% !important;
	left: 50% !important;
}
.swiper-pagination-hd1 .swiper-pagination-bullet{
	background: #ddd;
	opacity: 1;
	transition: .25s;
	bottom: 30px !important;
}
.swiper-pagination-hd1 .swiper-pagination-bullet-active{
	background: #002352;
}
.hd2tr a{
	margin-left: 20px;
}
.hda_a{
	display: block;
	min-height: 100%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.hda_a:hover{
	box-shadow: 0 5px 20px rgba(24,122,187,.1);
}
.hdatxt{
	padding: 25px;
}
.hdatxtline{
	border-bottom: 1px solid #E6E6E6;
	margin: 25px 0;
}
.hdatxtb i{
	color: #002352;
}
.page a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #E6E6E6;
	background: #fff;
	color: #666;
	margin: 5px;
}
.page a.pagea{
	background: none !important;
	border: none !important;
}
.page a:hover,
.page a.active{
	background: #002352;
	color: #fff;
	border: 1px solid #002352;
}
.page a.pagea:hover{
	color: #002352;
}

.pia_a{
	min-height: 100%;
	background: #fff;
	padding: 30px;
	position: relative;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    border: 2px solid #fff;
    transition: .5s;
}
.pia_a:hover{
	transform:translateY(-10px);
	border: 2px solid #187abb;
}
.pia1 h1{
	line-height: 1;
}
.pia2 a{
	display: block;
	line-height: 45px;
	border-radius: 45px;
	color: #fff;
	text-align: center;
}
.pia2 a:hover{
	opacity: .85;
}
.pia3a{
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dashed #ddd;
	line-height: 22px;
}
.pia3a p{
	margin-right: 20px;
}
.piaico{
	width: 150px;
	position: absolute;
	left: 0;
	top: -17px;
	color: #fff;
	font-weight: bold;
}
.ji1ba_a{
	background: #f9f9f9;
	min-height: 100%;
}
.ji1bat{
	background: #187abb;
	color: #fff;
	display: flex;
	align-items: center;
}
.ji1bat i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	font-weight: bold;
	font-size: 24px;
	background: #0f293a;
	margin-right: 25px;
}
.ji1bab{
	padding: 25px 30px;
}
.ji1bab li{
	list-style: disc;
	margin-left: 20px;
}
.ji1bab li::marker{
	color: #faa600;
}

.listtop{
	padding: 35px 0;
}
.listtop a{
	color: #666;
}
.listtop a:hover{
	color: #002352;
	text-decoration: underline;
}
.neaimg{
	width: 30%;
	min-width: 300px;
	margin-right: 4%;
}
.neatxtb i{
	width: 50px;
	height: 50px;
	background: #002352;
	color: #fff;
	margin-right: 20px;
}
.nea:first-child{
	margin-top: 0 !important;
}

.nimd{
	background: #f8fcff;
	padding-top: 60px;
}
.nir{
	width: 26.5%;
	margin-left: 2.5%;
	min-width: 300px;
}
.nitop h1{
	line-height: 1.4;
	color: #000;
}
.nitopb span{
	margin-right: 20px;
}
.nitopbline{
	border-bottom: 1px solid #d9e3de;
}
.nitxt *{
	max-width: 100%;
}
.nitxt img{
	max-width: 80%;
}
.nitxt video{
	max-width: 80%;
	min-width: 80%;
}
.nibot a{
	display: block;
	padding: 20px 5%;
	border-radius: 8px;
	background: #fff;
	margin-top: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.03);
	color: #666;
}
.nibot a:hover{
	background: #002352;
	color: #fff;
}
.nirtop{
	background: #002352;
	padding: 20px 25px;
	border-radius: 8px;
	color: #fff;
}
.nir1a{
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}
.nir1atxt{
	padding: 25px;
	padding-bottom: 55px;
}
.swiper-pagination-nir1{
	bottom: 20px !important;
}
.swiper-pagination-nir1 .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	opacity: 1;
	transition: .25s;
	background: #999;
	margin: 0 6px !important;
	border-radius: 8px;
}
.swiper-pagination-nir1 .swiper-pagination-bullet-active{
	background: #002352;
	width: 25px;
}
.nir2w{
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	padding-top: 0;
}
.nir2t p{
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nir2t p i{
	color: #002352;
}
.nir{
	position: sticky;
	top: 0;
}

.co1a{
	width: 31%;
	border: 1px solid #E6E6E6;
	padding: 50px 3%;
	border-radius: 10px;
	transition: .25s;
	position: relative;
	overflow: hidden;
}
.co1a::after{
	width: 100%;
	height: 5px;
	content: "";
	transition: .5s;
	background: #ff8a00;
	position: absolute;
	left: 0;
	bottom: -5px;
	opacity: 0;
}
.co1a:hover::after{
	opacity: 1;
	bottom: 0;
}
.co1a i{
	font-size: 40px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #002352;
	color: #fff;
	border-radius: 100%;
	margin: 0 auto;
	transition: .25s;
}
.co1a i img{
	display: block;
	max-width: 50%;
	filter: grayscale(100%) brightness(1000%);
}
.co1a:hover i img{
	filter: inherit;
}
.co1a:hover{
	background: #002352;
	color: #fff;
}
.co1a:hover *{
	color: #fff;
}
.co1a:hover i{
	background: #FFFDEF;
	color: #002352;
}

/*user*/
.loginbg{
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/loginbn.jpg) no-repeat center;
	background-size: cover;
}
.lgw{
	width: 540px;
	background: #edf8ff;
	padding: 40px;
	border-radius: 20px;
}
.lg_logo img{
	height: 100px;
}
.i-input::-webkit-input-placeholder{
	color: #666;
}
.i-input{
	height: 55px;
	border-radius: 4px;
	padding: 0 18px;
	background: #fff;
	width: 100%;
	color: #002352;
	font-size: 15px;
}
.i-input:focus{
	box-shadow: 0 5px 20px rgba(24,122,187,.1);
}
.lga{
	position: relative;
}
.lga_a a:hover{
	text-decoration: underline;
}
.lga_a a.active{
	color: #002352;
}
.lga button,.lg_sbm{
	font-size: 18px;
	height: 55px;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	background: #002352;
	color: #fff;
	transition: .25s;
}
.lg_foot{
	width: 100%;
	color: #fff;
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.lg_hma{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9;
	border-radius: 100%;
}
.lg_hma:hover{
	background: #002352;
	border: 1px solid #002352;
	color: #fff;
}

.regmd{
	background: #f0f0f0;
}
.regbg{
	background: #fff;
	padding: 40px 8% 70px 8%;
}
.regat{
	color: #000;
}
.regat i{
	color: #ff0000;
	margin-right: 5px;
}
.regaipt{
	margin-top: 10px;
	position: relative;
}
.regaipt input{
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.regaipt input:focus{
	box-shadow: inherit;
	border: 1px solid #002352;
	background: #fff;
}
.hqcode{
	color: #002352;
	padding: 0 25px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.rega button{
	width: 200px;
}

@media only screen and (max-width:1699px) {
	/*.head_height{
		height: 120px;
	}
	.hb{
		height: 80px;
	}*/
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.nav li{
		margin: 0 15px;
	}
	.bna a{
		padding: 7px 25px;
		min-width: 140px;
	}
	.itoptitle i{
		width: 14px;
		height: 14px;
	}
	.jti{
		width: 50px;
		height: 50px;
		background-size: 15px !important;
	}
	.i5atxtb img{
		width: 15px;
	}
	
	.ab2abg img{
		height: 65px;
	}
	.ab3ba_a img{
		height: 50px;
	}
	.ab3trico img{
		height: 25px;
	}
	
	.si1bt{
		padding: 20px;
		border-left-width: 5px;
	}
	.msga_a_ipt input, .msga_a_ipt textarea, .msga_a_ipt select,.msga_a_sbm button{
		height: 55px;
	}
	.msga_a_ipt textarea{
		height: 150px;
	}
	.msgcode{
		height: 53px;
	}
	
	.neatxtb i{
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.head_height{
		height: 110px;
	}
	.hb{
		height: 70px;
	}
	.logo{
		height: 60px;
	}
	.nav li{
		margin: 0 10px;
	}
	.navhide{
		width: 130px;
		min-width: 130px;
		margin-left: -65px;
	}
	.navhide a{
		font-size: 12px;
	}
	.flogo img{
		height: 80px;
	}
	.fmr{
		width: 150px;
	}
	.hbr a{
		margin-left: 10px;
	}
	
	.ab3ba_a,.ab3tr{
		padding: 35px;
	}
	
	.hd1atxtb img{
		height: 10px;
	}
	
	.hda{
		width: 50%;
	}
	
	.co1a{
		padding: 40px 15px;
	}
	.co1a i{
		width: 70px;
		height: 70px;
		font-size: 25px;
	}
	
	.regbg{
		padding: 30px 50px 50px 50px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.hda{
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.rta{
		margin-bottom: 5px;
	}
	.rta_a{
		width: 25px;
		height: 40px;
	}
	.rtahide{
		min-height: 40px;
		width: 190px;
	}
	.rtahide_ewm{
		width: 120px;
	}
	.bnimg{
		min-height: 220px;
	}
	.bntxt h1{
		font-size: 22px;
		letter-spacing: 2px;
	}
	.bntxt h4{
		font-size: 12px;
		letter-spacing: 0;
		text-shadow: inherit;
		line-height: 1.5;
		margin-top: 10px !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}
	.bna a{
		padding: 3px 15px;
		min-width: 90px;
		font-size: 12px;
		margin: 0 8px;
	}
	.itoptitle{
		letter-spacing: 1px;
	}
	.itoptitle i{
		border-width: 2px;
		width: 12px;
		height: 12px;
		margin-right: 10px;
	}
	.fhltxt p{
		padding: 6px 0;
	}
	.fhra{
		margin-bottom: 18px;
	}
	.flogo,.fm{
		padding: 22px 0;
		border-bottom: 1px solid #CFCFCF;
	}
	.ft{
		border-width: 1px;
		display: none;
	}
	.flogo img{
		height: 80px;
	}
	.fm{
		text-align: center;
	}
	.fmr{
		margin: 15px auto 0 auto;
		width: 150px;
	}
	.fb{
		padding: 12px 0;
		font-size: 13px;
		line-height: 22px;
	}
	.i1txt{
		margin-top: 20px !important;
	}
	.i1b{
		flex-wrap: wrap;
		margin-top: 10px !important;
	}
	.i1ba{
		width: 50%;
		padding: 10px 0;
	}
	.i1ba h1{
		font-size: 26px;
	}
	.i1ba p{
		font-size: 12px;
		margin-top: 0;
	}
	.morea{
		padding: 3px 22px;
		font-size: 13px;
	}
	.jti{
		width: 40px;
		height: 40px;
		background-size: 10px !important;
	}
	.i5atxtb img{
		width: 10px;
	}
	.i2atxt{
		padding: 22px;
	}
	.i3at i{
		margin-right: 10px;
		width: 3px;
		height: 16px;
		margin-top: 0px;
	}
	.i3at{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.i3ab{
		display: block;
	}
	.i4w{
		padding: 20px 0;
	}
	.i5a{
		width: 100%;
	}
	.i5atxt{
		padding: 15px 20px;
	}
	
	.listbn img{
		min-height: 150px;
	}
	.itxt p{
		padding: 5px 0;
	}
	.ab2abg img{
		height: 40px;
	}
	.ab2abg i{
		width: 20px;
		height: 1px;
		margin-top: 8px;
	}
	.ab2abg p{
		font-size: 13px;
		line-height: 22px;
	}
	.ab3tl li{
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		background-size: 13px !important;
	}
	.ab3tr{
		padding: 20px;
	}
	.ab3trico img{
		height: 15px;
	}
	.ab3ba_a{
		padding: 20px;
		border-radius: 4px;
	}
	.ab3ba_a img{
		height: 45px;
	}
	
	.svatxt{
		padding: 20px;
	}
	.svatxt span img{
		height: 8px;
	}
	
	.si1trb a{
		padding: 9px 25px;
	}
	.si1bt{
		padding: 15px;
		border-left-width: 3px;
	}
	.msga_a_ipt input, .msga_a_ipt textarea, .msga_a_ipt select,.msga_a_sbm button{
		height: 50px;
		padding: 0 17px;
	}
	.msga_a_ipt textarea{
		height: 150px;
		padding: 17px;
	}
	.msgcode{
		width: 100px;
		height: 48px;
	}
	.msga_a_ipt_wapflex1{
		flex: 0;
		flex-grow: 1;
	}
	
	.swiper-pagination-hd1{
		width: 100% !important;
		left: 0 !important;
	}
	.hd1atxt{
		padding: 20px;
		padding-bottom: 35px;
	}
	.hd1atxtb img{
		height: 10px;
	}
	.hd2tr a{
		padding: 2px 15px;
		font-size: 12px;
		margin-left: 12px;
	}
	.hdatxt{
		padding: 20px;
	}
	.hdatxtline{
		margin: 15px 0;
	}
	.page a{
		width: 38px;
		height: 38px;
		font-size: 13px;
	}
	
	.pia{
		width: 100%;
		margin-top: 10px;
	}
	.pia_a{
		padding: 25px 15px 15px 15px;
	}
	.piaico{
		width: 120px;
		top: -14px;
	}
	.pia2 a{
		line-height: 40px;
	}
	.ji1bat i{
		width: 50px;
		height: 50px;
		margin-right: 15px;
		font-size: 17px;
	}
	.ji1bab{
		padding: 15px 20px;
	}
	
	.listtop{
		padding: 18px 0;
	}
	.neatxt h3{
		line-height: 1.5;
	}
	.neatxtb i{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	
	.nitxt img{
		max-width: 100%;
	}
	.nitxt video{
		max-width: 100%;
		min-width: 100%;
	}
	.nibot a{
		padding: 12px 20px;
		margin-top: 15px;
		border-radius: 4px;
	}
	.nirtop{
		padding: 15px 20px;
		border-radius: 4px;
	}
	.nirtop img{
		height: 10px;
	}
	.nir1a{
		border-radius: 4px;
	}
	.nir2t p{
		padding: 15px 0;
	}
	
	.co1a:first-child{
		margin-top: 25px !important;
	}
	.co1a{
		width: 100%;
		padding: 25px 15px;
	}
	.co1a i{
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	/*user*/
	.loginbg{
		padding: 20px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.lgw{
		margin-top: 20px;
		width: 100%;
		border-radius: 4px;
		padding: 30px 20px;
	}
	.lg_logo img{
		height: 60px;
	}
	.lg_hma{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.lg_foot,.lg_hma{
		position: static;
	}
	.lg_foot{
		padding: 0;
		font-size: 11px;
	}
	.i-input{
		height: 50px;
		font-size: 13px;
	}
	.lgf img{
		height: 25px;
	}
	.lga button, .lg_sbm{
		height: 48px;
		font-size: 16px;
	}
	
	.regmd{
		background: #fff;
	}
	.regbg{
		background: none;
		padding: 0;
	}
	.rega{
		width: 100%;
	}
	.rega button{
		width: 150px;
		height: 45px;
	}

	.msgcode_reg{
		height: 48px !important;
	}
}