@charset "utf-8";
img {
    max-width: 100%;
}
.index-main-wrap {
	display: block;
}
.head{
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	background: #fff;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 40px;
}
.logo img{
	height: 100%;
}
.hdra a{
	line-height: 38px;
	width: 120px;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}
.hdra a:hover{
	background: #000;
	color: #fff;
}
.nav li{
	height: 50px;
	margin-top: 30px;
	margin-right: 35px;
}
.nava{
	font-size: 16px;
	display: block;
	/* line-height: 80px;
	height: 80px; */
	height: 100%;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.nav li:hover .nava,.nav li.active .nava{
	border-bottom: 2px solid #0088ff;
	color: #0088ff;
}
.navli_psr{
	position: relative;
}
.navhide_two{
	width: 120px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 100%;
	z-index: 9;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transition: .15s;
    display: none;
}
.navli_psr:hover .navhide_two{
	opacity: 1;
	visibility: inherit;
    display: block;
}
.navhide_two a{
	color: #666;
	display: block;
	text-align: center;
	line-height: 40px;
    padding: 2px 0;
}
.navhide_two a:hover{
	color: #0088ff;
}
.navhide {
    position: absolute;
    left: 0;
    top: 100%;
    background: #f3f3f3;
    z-index: 9;
    width: 100%;
    /* transition: .15s; */
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    /* opacity: 0;
    visibility: hidden; */
    padding: 40px 0;
    display: none;
}
/* .nav li:hover .navhide{
	opacity: 1;
	display: block;
	visibility: inherit;
} */
.nhl{
	width: 30%;
}
.nhm{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 5%;
	margin: 0 5%;
}
.nhr{
	width: 28%;
}
.nhla{
	display: inline-block;
	line-height: 40px;
	width: 120px;
	background: #000000;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.nhla:hover{
	opacity: .85;
}
.nhm a{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
}
.nhm a:hover{
	color: #0088FF;
}
.nhr a{
	border-radius: 10px;
}
.fm{
	background: #000;
	color: #ccc;
	padding: 10px 0;
	line-height: 25px;
}
.fm a{
	color: #ccc;
}
.fm a:hover{
	color: #fff;
}
.fb{
	font-size: 12px;
	color: #666;
	padding: 10px 0;
}
.fb a{
	color: #666;
}
.fb a:hover{
	color: #0088FF;
}
.ft{
	padding: 30px 0;
	background: url(../images/ftbg.jpg) no-repeat center;
	background-size: cover;
	color: #aaa;
}
.ftl{
	width: 27%;
}
.ftr{
	width: 17%;
}
.ftm{
	margin: 0 2.5%;
	padding: 0 3.2%;
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}
.flogo{
	display: inline-block;
}
.flogo img{
	height: 50px;
}
.ftmatxt a{
	color: #ccc;
	display: block;
	line-height: 24px;
}
.ftmatxt a:hover{
	color: #fff;
}

.listbn{
	height: 390px;
}
.md{
	padding: 70px 0;
}
.listnav{
	padding: 15px 0;
	line-height: 25px;
}
.listmd{
	padding-top: 50px;
}
.lsl{
	width: 210px;
	margin-right: 15px;
	background: #fafafa;
}
.lslt,.lsrt{
	line-height: 80px;
	background: #fafafa;
}
.lsrt{
	padding: 0 20px;
}
.lslw a{
	line-height: 50px;
	display: block;
	padding: 0 20px;
}
.lslw a:hover {
	background: rgba(0, 136, 255, 0.6);
	color: #fff;
}
.lslw a.active{
	background: #0088ff;
	color: #fff;
}
.lsra{
	width: 33.33%;
	margin-top: 15px;
}
.lsraimg{
	padding: 60px;
	border: 1px solid #fff;
	transition: .25s;
}
.lsra_a:hover{
	color: #0088FF;
}
.lsra_a:hover .lsraimg{
	border: 1px solid #0088FF;
}

.page span,.page a{
	line-height: 24px;
	border: 1px solid #AAA;
	padding: 0 10px;
	margin-left: 5px;
	font-size: 13px;
	color: #666;
}
.page a.active,.page a:hover{
	background: #0088FF;
	border: 1px solid #0088FF;
	color: #fff;
}
.page-num-current {
	background: #0088FF!important;
	border: 1px solid #0088FF!important;
	color: #fff!important;
}
.pagea_op{
	opacity: .5;
	background: #fff !important;
	border: 1px solid #AAA !important;
	color: #666 !important;
	cursor: no-drop;
}
.mdgg{
	padding: 60px 0;
	background: url(../images/mdggbg.png) no-repeat center;
	color: #fff;
	background-size: cover;
}
.mdggr{
	line-height: 44px;
	width: 170px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-left: 5%;
	text-align: center;
	font-size: 16px;
}
.mdggr:hover{
	background: #fff;
	color: #333;
}
/*无缝滚动*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.lsba{
	width: 380px;
	display: inline-block;
	margin: 0 15px;
	text-align: center;
}
.lsbaimg{
	width: 100%;
	height: 283px;
	background: #f3f3f3;
	border-radius: 8px;
}

.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.itop h2{
	font-size: 40px;
	line-height: 40px;
	color: #F3F3F3;
}
.itop h1{
	margin-top: -30px;
}
.i1a{
	display: block;
	width: 23.7%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.i1aw{
	transform: scale(1,.1);
	opacity: 0;
	transition: .35s;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	color: #fff;
}
.i1a:hover .i1aw{
	transform: scale(1,1);
	opacity: 1;
}
.i2{
	background: url(../images/i2bg.png) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-bottom: 80px;
}
.itop_wt{
	color: #fff;
}
.itop_wt h2{
	color: rgba(255,255,255,.2);
}
.i2a{
	width: 25%;
	display: block;
	position: relative;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
.i2a img{
	margin: 0 auto;
}
.i2aw{
	background: #0088ff;
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
	opacity: 0;
	transition: .25s;
}
.i2aw h3{
	margin-bottom: 5px;
}
.i2a:hover .i2aw{
	opacity: 1;
	visibility: inherit;
}
.i3w{
	width: 101.33%;
}
.i3a{
	width: 32%;
	margin-right: 1.33%;
	margin-top: 15px;
	background: #fafafa;
	display: block;
	text-align: center;
}
.i3a p{
	font-size: 12px;
	opacity: .7;
}
.i3a:hover{
	color: #fff;
	background: #333333;
}
.mora{
	width: 170px;
	line-height: 48px;
	border: 1px solid #000;
	color: #000;
	border-radius: 48px;
	display: inline-block;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px 0px;
}
.mora:hover{
	background: #000;
	color: #fff;
}
.i4{
	background: url(../images/i4bg.png) no-repeat center;
	background-size: cover;
}
.i4l,.i4r{
	background: #fff;
}
.i4latxt{
	padding: 15px 20px;
}
.i4rt{
	padding: 15px 20px;
	position: relative;
	z-index: 9;
	background: #fff;
	padding-bottom: 5px;
}
.i4rb .swiper-container-i4{
	height: 430px;
	margin-top: -1px;
}
.i4ra{
	display: flex;
	border-top: 1px solid #eee;
	align-items: center;
	padding: 0 20px;
	height: 100%;
}
.i4ra:hover{
	color: #0088ff;
}
.i5a{
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 430px;
	height: 280px;
	border: 1px solid #eee;
	margin: 0 5px;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
}
.i5a img{
	max-width: 100% !important;
	max-height: 100% !important;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}
.i5a:hover{
	border: 1px solid #0088ff;
}
.i5a:hover img{
	/* transform:rotateY(180deg); */
	
}

.infotxt{
	font-size: 15px;
	line-height: 2;
}
.infotxt *{
	max-width: 100%;
}

.new{
	margin-top: 1px;
}
.nea{
	display: flex;
	align-items: center;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px;
}
.nea:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
}
.neal{
	width: 120px;
	margin-right: 15px;
}

.cotline{
	border-bottom: 1px solid #E6E6E6;
	margin: 25px 0;
}
.cota{
	margin-top: 10px;
}
.cota span{
	margin-right: 5%;
	width: 150px;
}
.com{
	height: 340px;
}
.cobw{
	width: 750px;
	margin: 20px auto 0 auto;
}
.coba{
	margin-top: 10px;
}
.coba input,.coba textarea{
	background: #f3f3f3;
	height: 42px;
	padding: 0 12px;
	font-size: 12px;
	width: 100%;
}
.coba textarea{
	height: 85px;
	resize: none;
	padding: 12px;
}
.coba_sbm button{
	width: 180px;
	height: 42px;
	background: #222;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.coba_sbm button:hover{
	opacity: .85;
}
.qatl input{
	height: 55px;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	background: #eeeeee;
	width: 100%;
}
.qatr button,.qatr a{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 160px;
	border-radius: 4px;
	cursor: pointer;
	background: #154d9f;
	color: #fff;
	font-size: 20px;
	margin-left: 20px;
	text-align: center;
}
.qatr a{
	background: #ff911b;
}
.qa_a{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.wda{
	display: flex;
	align-items: center;
	background: #fafafa;
	padding: 18px 25px;
}
.wdaltxt p span{
	margin-right: 10px;
}
.wdal i img{
	width: 50px;
}
.wdar{
	color: #e32537;
	margin-left: 20px;
}
.wda:hover{
	background: #eeeeee;
}
.pib a{
	line-height: 38px;
	width: 120px;
	margin-left: 20px;
	border: 1px solid #000;
	color: #000;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}
.pib a:hover{
	background: #000;
	color: #fff;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.hdra a,.nhla{
		width: 100px;
		line-height: 30px;
		font-size: 12px;
	}
	.logo{
		height: 30px;
	}
	.nav li{
		margin-right: 25px;
	}
	.listbn{
		height: 350px;
	}
	.flogo img{
		height: 40px;
	}
	.fm{
		font-size: 12px;
	}
	.lsraimg{
		padding: 40px;
	}
	.lsba{
		width: 250px;
	}
	.lsbaimg{
		height: 140px;
	}
	.mdggr{
		font-size: 14px;
		line-height: 40px;
		width: 130px;
	}
	
	.i2a img{
		height: 60px;
	}
	.mora{
		width: 140px;
		line-height: 40px;
	}
	.itop h2{
		font-size: 30px;
	}
	.itop h1{
		margin-top: -20px;
	}
	
	.qatl input{
		font-size: 14px;
		height: 45px;
	}
	.qatr button,.qatr a{
		width: 100px;
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}
	.qatr button img{
		height: 15px;
	}
}
@media only screen and (max-width:950px) {
	.listbn{
		height: 300px;
		background-attachment:inherit !important;
		background-size: cover !important;
	}
	.ftm{
		display: none;
	}
	.ftl{
		flex: 0;
		flex-grow: 1;
	}
	.ftr{
		width: auto;
		min-width: 30%;
	}
	.lsra{
		width: 50%;
	}
	.wzxa{
		line-height: 30px;
	    width: 90px;
	    border: 1px solid #000;
	    color: #000;
	    font-size: 12px;
	    display: inline-block;
	    border-radius: 4px;
	    text-align: center;
	    position: absolute;
	    right: 60px;
	    top: 50%;
	    margin-top: -15px;
	}
}
@media only screen and (max-width:768px) {
	.listbn{
		height: 150px;
	}
	.ft{
		padding: 20px 0;
	}
	.ftl{
		text-align: center;
	}
	.flogo img{
		height: 30px;
	}
	.ftr{
		margin-top: 12px;
	}
	.fm{
		font-size: 12px;
		line-height: 20px;
	}
	.md{
		padding: 25px 0;
	}
	.listmd{
		padding-top: 0;
	}
	.lsl{
		background: none;
	}
	.lslt, .lsrt{
		line-height: 40px;
	}
	.lslw{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lslw a{
		margin-top: 15px;
		width: 48%;
		line-height: 40px;
		font-size: 13px;
		padding: 0;
		text-align: center;
		background: #fafafa;
	}
	.lsr{
		margin-top: 20px;
	}
	.lsrw{
		justify-content: space-between;
	}
	.lsra{
		width: 48%;
		margin-top: 15px;
	}
	.lsraimg{
		border: 1px solid #eee;
		padding: 15px;
	}
	.page{
		justify-content: center;
	}
	.page span, .page a{
		line-height: 22px;
		padding: 0 7px;
		font-size: 12px;
	}
	.mdgg{
		padding: 20px 0;
	}
	.mdgg .wrap{
		display: block;
		text-align: center;
	}
	.mdggr{
		font-size: 13px;
		line-height: 36px;
		width: 110px;
		margin-left: 0;
		margin-top: 15px;
	}
.lsba{
		width: 250px;
		margin: 0 7px;
	}
	.lsbaimg{
		height: 140px;
	}
	
	.bnimg{
		min-height: 200px;
	}
	.itop h2{
		font-size: 24px;
	}
	.itop h1{
		margin-top: -15px;
	}
	.i1a{
		width: 48%;
		margin-top: 15px;
	}
	.i1aw{
		opacity: 1;
		transform: scale(1,1);
	}
	.i1aw p{
		font-size: 12px;
	}
	.i2a{
		width: 50%;
		padding: 20px 10px;
	}
	.i2a img{
		height: 40px;
	}
	.i3w{
		width: 100%;
	}
	.i3a{
		width: 100%;
		margin-top: 15px;
	}
	.mora{
		line-height: 35px;
		width: 110px;
	}
	.i5a{
		width: 130px;
		height: 90px;
	}
	
	.infotxt{
		font-size: 13px;
		line-height: 26px;
	}
	
	.nea{
		padding: 15px;
	}
	.neal{
		width: 100px;
	}
	.near p{
		font-size: 12px;
		line-height: 18px;
	}
	
	.cota span{
		width: 100px;
		margin-right: 0;
	}
	.cotline{
		margin: 15px 0;
	}
	.com{
		height: 200px;
	}
	.cobw{
		width: 100%;
	}
	
	.qat {
		display: block;
		text-align: center;
	}
	.qatl input{
		font-size: 14px;
		height: 45px;
	}
	.qatr button,.qatr a{
		width: 90px;
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		margin: 0 5px;
		margin-top: 15px;
	}
	.qatr button img{
		height: 15px;
	}
	.qa_at h3{
		font-size: 16px
	}
	.qa_at span{
		font-size: 12px;
	}
	.qa_ab{
		font-size: 14px;
		line-height: 24px;
	}
	
	.wda{
		padding: 15px;
	}
	.wdar{
		font-size: 12px;
	}
	.wdar p{
		margin-top: 5px;
	}
	
	.pib a{
		line-height: 30px;
		width: 90px;
		margin-left: 12px;
		font-size: 12px;
	}

	.index-main-wrap {
		display: none;
	}

	.top-swiper-button-next, .top-swiper-button-prev {
		height: 18px;
		margin-top: -14px;
	}

	.wrap img {
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain;
	}
	.index-main-wrap img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain;
	}

	.index_main_row:hover img {
		transform: scale(1.1);
	}
	.index_main_row:hover .index_main_hover{
		color: #0088ff !important;
	}
	.listbn {
		background-size: 100% auto !important;
	}
	.p-table-div {
		width: 100%;
		overflow-y: auto;
	}
	.p-table-div .fixed-table {
		overflow-y: auto;
		min-width: 840px;
	}
	.friendship-link-select {
		display: block;
		margin: 0 auto !important;
	}
	
}

sup, sub {
	font-size: 10px;
}

/* .index_main_hover:hover {
	border-bottom: 1px solid #0088ff !important;
    color: #0088ff !important;
} */
.index_main_row p{
	overflow: hidden;
}
.index_main_row td {
	cursor: pointer;
}
.index_main_row td:hover .index_main_hover{
	/* border-bottom: 1px solid #0088ff !important; */
    color: #0088ff !important;
}
.index_main_row:first-child img{
	transition: 1s;
}
.index_main_row:not(:first-child) img{
	transition: 1s;
}
.index_main_row:not(:first-child):hover img {
	transform: scale(1.1);
}

.friendship-link-select {
	width: 120px;
	height: 28px;
	margin-left: 10px;
	color: #ccc;
	text-align: center;
	text-indent: -12px;
	border: 1px solid #3c3c42;;
	border-radius: 5px;
	background: url('../images/down_arrow.png') 100% center no-repeat;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.friendship-link-select option {
	color: #333;
	text-align: center;
}
/* 隐藏第一个option */
.friendship-link-select option:first-child {
	display: none;
}