@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #000c7a;
}
.bgcolor,.hvbgcolor:hover{
	background: #000c7a;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #2dd2bb;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #2dd2bb;
	color: #fff;
}
.head{
	width: 100%;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
}
.head_height{
	height: 150px;
}
.ht{
	height: 100px;
}
.hb{
	background: #000c7a;
	/* background: linear-gradient(to right, #000c7a, #2dd2bb, #000c7a, #2dd2bb); */
}
.logo{
	display: inline-block;
	height: 50px;
}
.logobox h3{
	opacity: .6;
}
.nav{
	border-left: 1px solid rgba(255,255,255,.3);
}
.nav li{
	position: relative;
	flex: 0;
	flex-grow: 1;
	border-right: 1px solid rgba(255,255,255,.3);
}
.nava{
	display: block;
	line-height: 50px;
	padding: 0 17px;
	position: relative;
	color: #fff;
	text-align: center;
}
.nav li:hover .nava{
	color: #2dd2bb;
}
.nava i{
	width: 25px;
	height: 10px;
	background: url(../images/navico.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -4px;
	top: 18px;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 90px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f9f9f9;
	color: #000c7a;
}
.hdr a{
	padding: 8px 25px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #000c7a;
    font-size: 15px;
    color: #000c7a;
    margin-left: 20px;
}
.hdr a.active{
    background: #000c7a;
    color: #fff;
}
.hdr a:hover,.ittxt_a a:hover{
	border: 1px solid #2dd2bb;
	background: #2dd2bb;
	color: #fff;
}
.jb_bg{
    background: linear-gradient(92.64deg, #000c7a 0.91%, #000c7a 95.77%);
    color: #fff;
}
.hbr{
	margin: 0 25px;
	color: #fff;
	height: 50px;
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 25px;
}
.hbrlg{
	position: relative;
}
.hbrlga{
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.hbrlghide{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.hbrlg:Hover .hbrlghide{
	opacity: 1;
	visibility: inherit;
}
.hbrlghide a{
	line-height: 40px;
	text-align: center;
	display: block;
}
.hbrlghide a:hover{
	color: #000c7a;
	background: #f8f8f8;
}

.ititle_50{
	font-size: 50px;
}
.itmd{
	padding: 6% 0 6% 0;
	background: linear-gradient(to top, #000c7a, #2dd2bb);
	position: relative;
}
.itmd .wrap_1400{
	position: relative;
	z-index: 9;
}
.itmdbg{
	background: url(../images/itbg_02.png) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}
.itwtxt{
	padding: 0 10%;
}
.itwa,.morea{
	padding: 10px 25px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #2dd2bb;
	background: #2dd2bb;
    color: #fff;
	display: inline-block;
}
.morea{
    border: 1px solid #000c7a;
	background: #000c7a;
	padding: 7px 20px;
}
.fda{
	transition: .5s;
}
.fda:hover{
	transform: scale(1.05);
}
.itwtxtb i{
	color: #ff9000;
}
.ittxt_a a{
	padding: 10px 25px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #000c7a;
    color: #000c7a;
    margin-right: 20px;
}
.ittxt_a a.active{
    background: linear-gradient(92.64deg, #000c7a 0.91%, #000c7a 95.77%);
    color: #fff;
    border: 0;
}
.itimg{
	width: 42%;
	margin-right: 5%;
}
.i1w{
	position: relative;
	z-index: 9;
	margin-top: -110px;
}
.i1a{
	display: block;
	text-align: center;
	width: 24%;
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: .5s;
}
.i1a_active{
	filter: blur(3px);
}
.i1abg{
	background: rgba(255, 255, 255, .5);
}
.i1a i img{
	display: block;
	height: 60px;
}
.i1atxt p{
	margin-top: 10px;
	color: #888;
}
.i1amore{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(92.64deg, #000c7a 0.91%, #000c7a 95.77%);
    color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.i1a:hover .i1amore{
	opacity: 1;
	visibility: inherit;
}
.i1a:hover{
	transform:translateY(-10px);
}
.md{
	padding: 70px 0;
}
.i2t ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
.i2t li{
	width: 32.33%;
	padding: 20px;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	color: #888;
	transition: .25s;
}
.i2t li::after{
	width: 0px;
	height: 3px;
	content: "";
    background: linear-gradient(92.64deg, #000c7a 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.i2t li.active{
	font-weight: bold;
	color: #000;
}
.i2t li.active::after{
	width: 100%;
}
.i2t li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	height: 24px;
}
.i2btxtul li{
	display: flex;
	align-items: center;
}
.i2btxtul li i{
	width: 24px;
	height: 24px;
	background: #ebefff;
	color: #000c7a;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 12px;
}
.i2btxt .ittxt_a a{
	padding: 15px 30px;
}
.i3{
	background: #f9fcff;
}
.swiper-container-i3{
	overflow: initial;
}
.i3{
	overflow: hidden;
}
.i3a{
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.i3atxt span{
	padding: 4px 8px;
    border-radius: 4px;
    background-color: rgba(51, 111, 255, 0.14);
    font-size: 14px;
    color: rgba(31, 97, 255, 1);
}
.i4a_a{
	display: block;
	box-shadow: 0px 19px 40px 0px rgba(12, 52, 113, .1);
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 30px 45px;
    transition: .5s;
    min-height: 100%;
}
.i4a_a:hover{
	box-shadow: 0px 19px 40px 0px rgba(12, 52, 113, .2);
	transform:translateY(-10px);
}
.i4atico img{
	height: 44px;
}
.i4abtxt p{
	width: 50%;
	margin-top: 5px;
}
.i4ba img{
	height: 80px;
	transition: .5s;
}
.i4ba:hover{
	color: #000c7a;
}
.i4ba:hover img{
	transform:rotateY(180deg);
}
.i5{
	background: url(../images/fhbg.jpg) no-repeat center;
	background-size: cover;
}
.foot{
	position: relative;
}
/*.foot::after{
    background: linear-gradient(92.64deg, #000c7a 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}*/
.fh{
	border-bottom: 7px solid #000c7a;
}
.fha{
	width: 33.33%;
	padding: 45px;
	background: #f4f4f4;
	display: block;
}
.fha:nth-child(2){
	background: #eeeeee;
}
.fha:nth-child(3){
	background: #e6e6e6;
}
.fha:hover{
	color: #000c7a;
}
.fha img{
	transition: .5s;
}
.fha:hover img{
	transform:rotateY(180deg);
}
.ftmd{
	padding: 70px 0;
}
.ftl{
	width: 40%;
	margin-right: 8%;
}
.ftra ul a{
	color: #999;
}
.ftra a:hover{
	color: #000c7a;
}
.fmra{
	width: 39px;
	cursor: pointer;
	transition: .25s;
}
.fb{
	background: #f9f9f9;
	padding: 20px 0;
	line-height: 25px;
	color: #999;
}
.fb a{
	color: #999;
}
.fb a:hover{
	color: #2dd2bb;
}
.fbra{
	position: relative;
}
.fbra a{
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	border-radius: 50px;
}
.foothide{
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 0;
	margin-bottom: 32px;
	padding-bottom: 10px;
	display: none;
}
.fbra:hover .foothide{
	display: block;
}
.foothidebox{
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.foothide img{
	display: block;
	width: 100%;
	height: 100%;
}
.foothide em{
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	transform:rotate(45deg);
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	margin-bottom: -5px;
}
.xi1a{
	width: 12.5%;
}
.xi1a_a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.xi1a_a img{
	display: block;
	max-width: 85%;
	max-height: 85%;
}
.xi2w{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xi2w:nth-child(even){
	flex-flow: row-reverse;
}
.xi2txta{
	display: flex;
	align-items: flex-start;
}
.xi2txtai{
	width: 48px;
	height: 48px;
	border: 2px solid #000c7a;
	color: #000c7a;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: .5s;
}
.xi2txta:hover .xi2txtai{
	transform:rotateY(180deg);
}
.xi3{
	background: #faf2fc;
}
.xi3a_a{
	border-radius: 10px;
    padding: 30px;
    background-color: #f6c7de;
    border: 10px solid #f3bed8;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 100%;
    transition: .5s;
}
.xi3a_a:hover{
	transform:translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.3) 0px 20px 24px;
}
.xi4{
	background: #f4f8ff;
}
.i4a_a{
	border: 0 !important;
	background: #fff !important;
}
.xi5t li{
	width: 33.33%;
	border-bottom: 3px solid #fff;
	text-align: center;
	background: #000c7a;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	transition: .25s;
}
.xi5t li.active{
	border-bottom-color: #000c7a;
}
.xi5t li i{
	margin-right: 10px;
}
.xi5t ul{
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.xi5b li{
	background: #000c7a;
	color: #fff;
	padding: 45px;
	border-radius: 0 0 15px 15px;
}
.xi5t li:nth-child(2),
.xi5b li:nth-child(2){
	background: #003980;
}
.xi5t li:nth-child(2).active{
	border-bottom-color: #003980;
}
.xi5t li:nth-child(3),
.xi5b li:nth-child(3){
	background: #00a2e6;
}
.xi5t li:nth-child(3).active{
	border-bottom-color: #00a2e6;
}
.xi5bl .txt p{
	padding: 6px 0;
}
.xi5br img,.xi6r img{
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.i5 .ittxt_a a{
	padding: 15px 30px;
	background: #2dd2bb;
	border-radius: 4px;
}
.xi6r img{
	box-shadow: inherit !important;
}

/*pricing*/
.prmd{
	padding: 80px 0;
	background: url(../images/prbg.png) no-repeat top center #fff;
	background-size: 100%;
}
.prtitle h1{
	-webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #7a68ff, #000c7a, #7a68ff);
    -webkit-background-clip: text;
    -webkit-animation: word 3s linear infinite;
}
.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 #000c7a;
}
.pia1 h1{
	line-height: 1;
}
.pia2 a{
	display: block;
	line-height: 45px;
	border-radius: 45px;
	background: #463c91;
	/*background: linear-gradient(270deg, #ff6674, #ff4bc0 100%);*/
	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;
}
.pr1a{
	line-height: 25px;
	padding: 25px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #E6E6E6;
	transition: .5s;
}
.pr1a:hover{
	box-shadow: 0 5px 25px rgba(0,0,0,.1);
}
.prbox{
	border: 1px solid #eee;
	padding: 20px;
	background: #f7f6ff;
	color: #463c91;
	border-radius: 12px;
}

/*user*/
.lgbg{
	background: #fff;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	overflow-y: auto;
}
.lgbg::after{
	background-color: #eae7ff;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 1px, #eae7ff 0);
    background-size: 24px 24px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}
.lghead{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 20px 0;
}
.lgbox{
	width: 600px;
	max-width: 100%;
	background: #fff;
	position: relative;
	z-index: 9;
	box-shadow: 0 -10px 35px rgba(0,0,0,.1);
}
.lgboxt{
	padding: 40px;
}
.lgi{
	display: inline-block;
	width: 63px;
	height: 143px;
	position: absolute;
	bottom: 0;
}
.lgil{
	background: url(../images/lgl_03.png) no-repeat center;
	left: 0;
	margin-left: -63px;
}
.lgir{
	background: url(../images/lgr_03.png) no-repeat center;
	right: 0;
	margin-right: -63px;
}
.lga{
	position: relative;
}
.lga input{
	width: 100%;
	height: 55px;
	border: 1px solid #E6E6E6;
	padding-left: 55px;
	border-radius: 6px;
	transition: .5s;
}
.lga input:focus{
	box-shadow: 0 0 12px rgba(70,60,145,.1);
	border: 1px solid #463C91;
}
.lga button{
	width: 100%;
	height: 55px;
	background: #463c91;
	font-size: 18px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: .25s;
}
.lga button:hover{
	opacity: .85;
}
.lga i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #463c91;
}
.lga_img{
	width: 170px;
	height: 53px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 9;
	cursor: pointer;
}
.lga_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.lgboxb{
	padding: 20px 40px;
	border-top: 1px solid #E6E6E6;
}
.lgboxb a:hover{
	text-decoration: underline;
	color: #463C91;
}
.lga_code{
	display: inline-block;
	line-height: 34px;
	padding: 0 15px;
	font-size: 13px;
	background: #000c7a;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.abtmd{
	padding-top: 50px;
}
.abttxt p{
	text-indent: 2em;
}
.abtbn{
	border-radius: 10px;
	overflow: hidden;
}

.ti2l{
	position: sticky;
	top: 180px;
}
.ti3{
	background: url(../images/ti3bg.jpg) no-repeat center;
	background-size: cover !important;
	color: #fff;
}
.ti3a{
	width: 48%;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 20px 0;
}
.ti3ar{
	display: inline-block;
}
.ti3a.w100{
	width: 100%;
}
.swiper-button-next-ti5{
	right: 0;
	margin-right: -90px;
}
.swiper-button-prev-ti5{
	left: 0;
	margin-left: -90px;
}
.swiper-button-next-i,.swiper-button-prev-i{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #E6E6E6;
	background: none;
	margin-top: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: .25s;
}
.swiper-button-next-i:hover,.swiper-button-prev-i:hover{
	background: #000c7a;
	color: #fff;
	border: 1px solid #000c7a;
}
.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}
.rta{
	position: relative;
	margin-bottom: 12px;
}
.rta_a{
	width: 40px;
	height: 60px;
	background: #07b3c7;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 8px 0 0 8px;
}
.rta:hover .rta_a{
	background: #05ecbb;
}
.rtahide{
	position: absolute;
	right: 100%;
	top: 0;
	background: #fff;
	width: 240px;
	font-size: 15px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .25s;
	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: 120px;
}
.list_pic{
	width: 750px;
	margin: 0 auto;
	max-width: 100%;
}
.listmd{
	padding-top: 25px !important;
}

.ti1a h1{
	line-height: 1;
}
.ti1aline{
	width: 1px;
	height: 60px;
	background: #ddd;
	margin: 0 10px;
}
.ti1al{
	width: 80px;
	height: 80px;
	background: #000c7a;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.ti1al img{
	max-width: 50%;
	display: block;
}
.ti2rw{
	height: 400px;
}
.ti2rw video{
	object-fit: cover;
}
.ti5a_vieo .ovhd{
	position: relative;
}
.ti5a_vieo .ovhd::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/videoico.png) no-repeat center rgba(0,0,0,.5);
	background-size: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.md2a{
	border: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}
.md2aimg{
	background: #eee;
	border-bottom: 1px solid #eee;
}
.md2atxt{
	padding: 15px;
}
.md2a:hover{
	box-shadow: inherit;
}
.page span{
	color: #999;
	margin: 4px;
}
.page a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #999;
	margin: 4px;
}
.page a.pagea{
	width: auto;
	padding: 0 12px;
}
.page a:hover,.page a.active{
	background: #000c7a;
	border: 1px solid #000c7a;
	color: #fff;
}

.listbn{
	background: linear-gradient(to top, #000c7a, #2dd2bb);
	color: #fff;
}
.listnav{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.iftop{
	border-bottom: 1px solid #e6eee6;
	padding-bottom: 25px;
}
.iftxt *{
	max-width: 100%;
}
.iftxt img{
	max-width: 80%;
}

.ni_video{
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	height: 421px;
	overflow: hidden;
}
.ni_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.listmore a{
	display: inline-block;
	color: #000c7a;
	text-decoration: underline;
}

@media only screen and (max-width:1599px) {
	.nava{
		font-size: 14px;
	}
	.ti2rw{
		height: 380px;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_50{
		font-size: 40px;
	}
	.nava{
		padding: 0 16px;
	}
	.nava i{
		width: 22px;
		height: 10px;
		right: -2px;
    	top: 23px;
	}
	.hdr a{
		padding: 7px 20px;
		font-size: 14px;
	}
	.ittxt_a a{
		padding: 12px 25px;
	}
	.i1a i img{
		height: 40px;
	}
	.i2t li{
		padding: 15px;
	}
	.i4a_a{
		padding: 25px 30px;
	}
	.i4at img{
		height: 40px;
	}
	.ti2rw{
		height: 350px;
	}
}
@media only screen and (max-width:1299px) {
	.nava{
		padding: 0 13px;
	}
	.ti2rw{
		height: 330px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_50{
		font-size: 36px;
	}
	.nava{
		padding: 0 12px;
	}
	.xi2txtai{
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
	.ti2rw{
		height: 310px;
	}
	
	.apa{
		width: 33.33%;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_50{
		font-size: 30px;
	}
	.ti2rw{
		height: 280px;
	}
	.apa{
		width: 50%;
	}
	.ni_video{
		height: 370px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_50{
		font-size: 24px;
	}
	.itmd{
		background-size: cover;
		padding: 30px 0;
	}
	.ittxt {
		text-align: center;
	}
	.itimg{
		margin-top: 35px !important;
	}
	.itimg img{
		max-width: 100%;
		margin: 0 auto;
	}
	.ittxt h1{
		font-size: 24px;
	}
	.ittxt h1.mt_15{
		margin-top: 8px;
	}
	.ittxt h3{
		font-size: 14px;
	}
	.ittxt_a a{
		font-size: 12px;
		margin-right: 12px;
		padding: 8px 20px;
	}
	.i1{
		padding-top: 1px !important;
	}
	.i1w{
		margin-top: 0;
	}
	.i1a{
		padding: 20px;
		width: 100%;
		margin-top: 15px;
	}
	.i1a img{
		height: 35px;
	}
	.itop p{
		font-size: 13px;
	}
	.i2t li{
		margin-top: 15px;
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}
	.i2btxt {
		margin-top: 25px !important;
	}
	.i2btxtul li{
		padding: 4px 0;
	}
	.i2btxt .ittxt_a a{
		padding: 10px 20px;
	}
	.i4a_a{
		padding: 25px;
	}
	.i4at img{
		height: 30px;
	}
	.i4b{
		flex-wrap: wrap;
		justify-content: center;
	}
	.i4ba{
		padding: 10px;
		width: 50%;
	}
	.i4ba img{
		height: 50px;
	}
	.i5txt h1{
		font-size: 24px;
	}
	.ft{
		text-align: center;
	}
	.ftr{
		display: none;
	}
	.fmla{
		display: none;
	}
	.fmra{
		margin: 0 auto;
	}
	.fb{
		padding: 15px 0;
	}
	.fb p{
		font-size: 13px;
	}
	.fbr{
		justify-content: center;
		margin-top: 12px;
	}
	.titleh4 h1{
		font-size: 24px
	}
	.xi2txtai{
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
	.xi3a{
		width: 100%;
	}
	.xi3a_a{
		border-width: 5px;
	}
	.xi5t li{
		font-size: 13px;
		padding: 7px 5px;
	}
	.xi5t ul{
		border-radius: 8px 8px 0 0;
	}
	.xi5b li{
		border-radius: 0 0 8px 8px;
		padding: 20px;
	}
	.i5 .wrap_1300{
		display: block;
		text-align: center;
	}
	.i5 .ittxt_a a{
		padding: 10px 20px;
	}
	
	.titleh3 h1{
		font-size: 24px;
	}
	.prtitle p{
		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;
	}
	.pr1a{
		margin-top: 15px;
		padding: 18px;
	}
	.pr1a .txt{
		font-size: 12px;
	}
	.prbox{
		border-radius: 6px;
		padding: 15px;
	}
	
	/*user*/
	.lgbg::after{
		height: 100%;
	}
	.lgbg{
		width: 88%;
		margin: 0 auto;
	}
	.lgboxt{
		padding: 20px;
	}
	.lga input,.lga button{
		height: 45px;
	}
	.lga button{
		font-size: 14px;
	}
	.lga input{
		padding-left: 45px;
		font-size: 13px;
	}
	.lga i{
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
	.lga_code{
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
		top: 8px;
		right: 8px;
	}
	.lga_img{
		width: 120px;
		height: 43px;
	}
	.lgboxb{
		padding: 15px 20px;
	}
	.fb{
		font-size: 12px;
	}
	
	.itwtxt{
		padding: 0;
	}
	.itwa, .morea{
		padding: 6px 18px;
		font-size: 14px;
	}
	.i1a i img{
		height: 50px;
	}
	.ti3a{
		width: 100%;
		padding: 15px 0;
	}
	/* .ti5w{
		padding: 0 45px;
	} */
	.swiper-button-next-i, .swiper-button-prev-i{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 14px;
	}
	.swiper-button-next-ti5{
		margin-right: 0;
	}
	.swiper-button-prev-ti5{
		margin-left: 0;
	}
	.right{
		display: none;
	}
	.i5 .wrap_1400{
		display: block;
		text-align: center;
	}
	.i5txt {
		display: block;
		text-align: center;
	}
	.ti2l{
		position: static;
	}
	.listmd{
		padding-top: 15px !important;
	}
	
	.ti2rw{
		height: auto;
	}
	.page a{
		width: 30px;
		height: 30px;
	}
	
	.iftxt img{
		max-width: 100%;
	}
	.iftxt video{
		min-width: 100%;
	}
	.ni_video{
		height: auto;
	}
}