@charset "utf-8";
img {
    max-width: 100%;
    max-height: 100%;
}
.icolor,.hvcolor:hover{
	color: #D70010;
}
.bgcolor,.hvbgcolor:hover{
	background: #D70010;
	color: #fff;
}
.md{
	padding: 80px 0;
}
.ititle_60{
	font-size: 60px;
}
.ititle_40{
	font-size: 40px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	height: 70px;
}
.head_height{
	height: 70px;
}
.ht{
	background: #D70010;
	color: #fff;
	line-height: 40px;
}
.htr a img{
	display: block;
}
.htr a{
	margin-left: 12px;
}
.logo{
	display: inline-block;
	height: 56px;
}
.nav li{
	position: relative;
	margin-left: 70px;
}
.nava{
	color: #000;
	display: block;
	line-height: 70px;
	height: 70px;
	position: relative;
}
.nava::after{
	width: 28px;
	height: 4px;
	background: #D70010;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	opacity: 0;
}
.nav li.active .nava::after{
	opacity: 1;
}
.nav li:hover .nava,
.nav li.active .nava{
	color: #D70010;
}
.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);
	padding: 5px 0;
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 100px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 7px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #D70010;
}
.foot{
	background: #262626;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #D70010;
	text-decoration: underline;
}
.ft{
	padding: 40px 0;
	border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.fb,.fb a{
	color: #999999;
}
.fb{
	padding: 20px 0;
	text-align: center;
}
.bnbg{
	background: rgba(0,0,0,.3);
}
.i1topl{
	width: 22%;
}
.i1topr img{
	display: block;
	max-width: 50%;
}
.i1l{
	width: 41.5%;
	margin-right: 5%;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.morea{
	display: inline-block;
	padding: 8px 22px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #666;
}
.morea_wt{
	border-color: #fff;
	color: #fff;
}
.morea:hover{
	background: #D70010;
	color: #fff;
	border: 1px solid #D70010;
}
.i1rb{
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(215, 0, 16, 1) 0%, rgba(247, 87, 97, 1) 100%);
	box-shadow: 0px 0px 14px  rgba(0, 0, 0, 0.08);
	width: 120%;
	position: relative;
	left: -20%;
	padding: 50px 5%;
	color: #fff;
}
.i1rbat h1{
	line-height: 1;
}
.itopl_title{
	display: inline-block;
	position: relative;
}
.itopl_title h1{
	position: relative;
	z-index: 9;
}
.itopl_title::after{
	background: rgba(215, 0, 16, 0.5);
	width: 100%;
	height: 13px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.i2a_a{
	display: block;
	background: #FFFFFF;
	position: relative;
	min-height: 100%;
}
.i2a_a:hover{
	box-shadow: 0px 0px 20px  rgba(130, 0, 0, 0.16);
}
.i2a_a::after{
	width: 0px;
	height: 5px;
	content: "";
	background: #D70010;
	transition: 1s;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.i2a_a:hover::after{
	width: 100%;
	opacity: 1;
}
.i3{
	background: url(../images/i3bg.jpg) no-repeat center;
	background-size: cover;
}
.i3t{
	color: #fff;
}
.i3b{
	background: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.08);
	border-radius: 6px;
	position: relative;
	bottom: -70px;
}
.i3b li{
	width: 25%;
	border-radius: 6px;
	text-align: center;
	padding: 25px 10px;
	cursor: pointer;
	transition: .25s;
}
.i3b li.active{
	background: #D70010;
	color: #fff;
}
.i3b li.active *{
	color: #fff;
}
.bnmore_i3{
	border-radius: 50px;
	padding: 5px 16px;
	background: #D70010;
}
.bnmore:hover{
	opacity: .85;
}
.i3tl{
	padding: 8px;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}
.i4raimg{
	width: 35%;
	margin-left: 5%;
	transition: .25s;
}
.i4ra:hover .i4raimg{
	box-shadow: 0px 0px 12px  rgba(135, 0, 0, 0.25);
}
.i4ra:first-child{
	margin: 0 !important;
}
.i5w{
	background: url(../images/i5bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px;
}
.itopline{
	width: 28px;
	height: 5px;
	display: block;
	background: #D70010;
}

.lbntxt h2{
	opacity: .4;
}
.ab1l{
	width: 190px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 12px  rgba(0, 0, 0, 0.12);
	padding: 15px;
	margin-right: 4%;
}
.ab1l li a{
	display: block;
	line-height: 60px;
	border-radius: 4px;
}
.ab1l li:hover a{
	color: #D70010;
}
.ab1l li.active a{
	background: #D70010;
	color: #fff;
}
.itxt *{
	max-width: 100%;
}
.itxt p{
	padding: 6px 0;
}
.ab2a img{
	transition: .5s;
}
.ab2a:hover img{
	transform:rotateY(180deg);
}
.ab3{
	background: url(../images/ab3bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab3a{
	height: 380px;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 9;
	padding: 0 25px;
}
.ab3a::after{
	width: 22px;
	height: 22px;
	content: "";
	background: url(../images/ab3ico.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -11px;
}
.ab3abox{
	height: 45%;
	border-left: 1px solid #fff;
	padding-left: 25px;
	margin-left: 10px;
}
.swiper-slide:nth-child(even) .ab3a{
	align-items: flex-end;
}
.ab3w::after{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
}
.swiper-button-next-ab3,.swiper-button-prev-ab3{
	width: 50px;
	height: 50px;
	background: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	border-radius: 100%;
	color: #999;
	transition: .25s;
}
.swiper-button-next-ab3:hover,.swiper-button-prev-ab3:hover{
	background: #D70010;
	color: #fff;
}
.swiper-button-next-ab3,.swiper-button-next-ab4{
	right: -50px;
}
.swiper-button-prev-ab3,.swiper-button-prev-ab4{
	left: -50px;
}
.swiper-button-next-ab4,.swiper-button-prev-ab4{
	filter: grayscale(100%);filter: gray;
	opacity: .5;
}

.rya_a{
	display: block;
	min-height: 100%;
	background: #F7F7F7;
}
.rya_a:hover,.csa_a:hover{
	background: #f3f3f3;
	box-shadow: 0px 0px 20px rgba(130, 0, 0, 0.16);
}

.wha_a{
	text-align: center;
	background: #F5F5F5;
	display: block;
	min-height: 100%;
	padding: 40px 20px;
}
.wha_a img{
	transition: .5s;
}
.wha_a:hover img{
	transform:rotateY(180deg);
}

.listnav{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.listnav li{
	margin: 0 10px;
}
.listnav a{
	display: inline-block;
	line-height: 55px;
	padding: 0 20px;
}
.listnav li:hover a{
	color: #D70010;
}
.listnav li.active a{
	background: #D70010;
	color: #fff;
}
.listmd{
	padding-top: 50px;
}
.page a,.page select{
	padding: 0 13px;
	border: 1px solid #E6E6E6;
	color: #888;
	height: 35px;
	line-height: 33px;
	margin: 5px;
}
.page select{
	-webkit-appearance: auto;
}
.page a:hover,.page a.active{
	background: #D70010;
	color: #fff;
	border: 1px solid #D70010;
}
.page-num-current {
	background: #D70010;
	color: #fff!important;
	border: 1px solid #D70010;
}
.csa_a{
	display: block;
	min-height: 100%;
	background: #F7F7F7;
}
.csatxt{
	padding: 12px 18px;
}
.csatxtb span{
	display: inline-block;
	padding: 3px 12px;
	border: 1px solid #ddd;
	transition: .25s;
}
.csa_a:hover .csatxtb span{
	background: #D70010;
	border: 1px solid #D70010;
	color: #fff;
}

.listtop{
	padding: 25px 0;
}
.listtop a:hover{
	color: #D70010;
}
.pinav{
	background: #F7F7F7;
}
.pinav li{
	flex: 0;
	flex-grow: 1;
}
.pinav a{
	display: block;
	text-align: center;
	position: relative;
	line-height: 60px;
}
.pinav a::after{
	width: 60px;
	height: 4px;
	content: "";
	background: #D70010;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.pinav li:hover a,
.pinav li.active a{
	color: #D70010;
}
.pinav li:hover a::after,
.pinav li.active a::after{
	opacity: 1;
}
.pi2a_a{
	display: flex;
	align-items: center;
	background: #fff;
	min-height: 100%;
	border-radius: 5px;
	padding: 40px 25px;
	transition: .25s;
	text-align: left;
}
.pi2a_a:hover{
	box-shadow: 0px 0px 20px  rgba(130, 0, 0, 0.16);
}
.pi2a_a i{
	margin-right: 10px;
}
.pi3la{
	margin-bottom: 20px;
	padding: 25px;
	background: #F5F5F5;
	border-radius: 4px;
	transition: .25s;
}
.pi3la:last-child{
	margin-bottom: 0;
}
.pi3la:hover{
	background: #D70010;
	color: #fff;
}
.pi3la:hover *{
	color: #fff;
}

.cow{
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 16px  rgba(0, 0, 0, 0.12);
	overflow: hidden;
	position: relative;
	margin-top: -60px;
}
.col{
	padding: 20px 5%;
	width: 45%;
}
.colbox .txt p{
	padding: 4px 0;
}


@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_60{
		font-size: 48px;
	}
	.ititle_40{
		font-size: 32px;
	}
	.nav li{
		margin-left: 50px;
	}
	.i1rb{
		padding: 30px 5%;
	}
	
	.ab1l li a{
		line-height: 50px;
	}
	.ab2a img{
		height: 70px;
	}
	.ab3w,.ab4w{
		padding: 0 50px;
	}
	.swiper-button-next-ab3, .swiper-button-next-ab4{
		right: 0;
	}
	.swiper-button-prev-ab3, .swiper-button-prev-ab4{
		left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_60{
		font-size: 36px;
	}
	.ititle_40{
		font-size: 28px;
	}
	.logo{
		height: 45px;
	}
	.nav li{
		margin-left: 40px;
	}
	.itopl_title::after{
		height: 8px;
	}
	.morea{
		padding: 5px 16px;
	}
	.i5w .txt{
		line-height: 2;
	}
	
	.wha_a img{
		height: 50px;
	}
	
	.pi2a_a{
		padding: 20px;
	}
	.pi2a_a img{
		height: 40px;
	}
}
.ggss {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    background: #ffffff;
}
.ggss .csatxt {
    border-bottom: 6px solid #ffffff;
}
.ggss:hover .csatxt {
    border-bottom: 6px solid #D70010;
}
.ggss:hover {
    background: #ffffff;
}
.listnav_bggray {
  background: #F7F7F7;
}
.nibox {
  background: #fff;
  padding: 40px;
}
.netl{
	width: 48%;
	margin-right: 3%;
}
.swiper-pagination-net{
	bottom: 20px !important;
}
.swiper-pagination-net .swiper-pagination-bullet{
	border-radius: 0;
	background: rgba(0,0,0,.4);
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 6px !important;
	transition: .25s;
}
.swiper-pagination-net .swiper-pagination-bullet-active{
	background: #D70010;
}
.netra {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.netra i{
	width: 8px;
	height: 8px;
	background: #CFB567;
	margin-right: 12px;
}
.netra:hover{
	color: #CFB567;
	text-decoration: underline;
}
.nebar{
	width: 25%;
	margin-left: 5%;
}
.neba{
	padding: 30px;
	background: #F7F7F7;
}
.neba:hover{
	box-shadow: 0px 0px 16px  rgba(0, 33, 79, 0.12);
}
.bnmore{
	background: #4977EB;
	color: #fff;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 4px;
}
.bnmore_bd{
	border: 1px solid #D70010;
	color: #D70010;
	background: none;
	transition: .25s;
}
.neba:hover .bnmore_bd {
	background: #D70010;
	color: #fff;
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_60{
		font-size: 36px;
	}
	.ititle_40{
		font-size: 24px;
	}
	
	.rya{
		width: 33.33%;
	}
	.wha{
		width: 50%;
	}
	.wha_a img{
		height: 40px;
	}
}
@media only screen and (max-width:768px) {
    .netra i {
    width: 6px;
    height: 6px;
  }
  .neba {
    padding: 20px;
  }
    .neba span {
    padding: 3px 12px;
    font-size: 12px;
  }
	.md{
		padding: 25px 0;
	}
	.ititle_60{
		font-size: 28px;
	}
	.ititle_40{
		font-size: 22px;
	}
	.bnimg{
		min-height: 180px;
	}
	.bntxt h1{
		font-size: 24px;
	}
	.bntxt h3{
		font-size: 14px;
	}
	.fta{
		display: none;
	}
	.ftr{
		display: block;
	}
	.ft{
		text-align: center;
		padding: 22px 0;
	}
	.ftlogo img{
		height: 40px;
		margin: 0 auto;
	}
	.fb{
		padding: 12px 0;
	}
	.i1topr img{
		max-width: 60%;
	}
	.morea{
		font-size: 13px;
		padding: 4px 14px;
	}
	.i1rb{
		width: 100%;
		left: 0;
		flex-wrap: wrap;
		padding: 15px;
	}
	.i1rba{
		width: 50%;
		padding: 10px 0;
	}
	.i1rbat span{
		margin-left: 5px;
		font-size: 13px;
	}
	.itopl_title::after{
		height: 4px;
	}
	.i2a{
		width: 50%;
	}
	.i2atxt{
		padding: 12px 15px;
	}
	.i2atxt p{
		margin-top: 5px;
	}
	.i2a_a::after{
		height: 2px;
	}
	.i3tl{
		padding: 5px;
	}
	.i3{
		padding-bottom: 25px !important;
	}
	.i3b{
		position: static;
		border-radius: 3px;
	}
	.i3b li{
		padding: 10px 0;
		border-radius: 3px;
	}
	.i3b li h1{
		font-size: 16px;
	}
	.i3b li h3{
		font-size: 12px;
	}
	.i4ratxt h3{
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}
	.i5w{
		padding: 20px;
	}
	.i5w .txt{
		line-height: 2.5;
	}
	
	.listbn img{
		min-height: 130px;
	}
	.lbntxt h1{
		font-size: 24px;
	}
	.lbntxt h2{
		font-size: 14px;
		margin-top: 10px;
	}
	.ab1l li a{
		line-height: 42px;
	}
	.ab1r{
		margin-top: 25px !important;
	}
	.ab2w{
		display: block;
	}
	.ab2a{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.ab2a img{
		height: 50px;
	}
	.ab2a .w100{
		flex: 0;
		flex-grow: 1;
		text-align: left;
		margin-left: 15px;
	}
	.ab2a .w100 .w70{
		width: 100%;
	}
	.ab3w::after{
		top: inherit;
		bottom: 7px;
	}
	.ab3a{
		display: block;
		height: auto;
		padding-bottom: 25px;
	}
	.ab3a::after{
		top: inherit;
		bottom: 0;
		width: 15px;
		height: 15px;
		left: 18px;
	}
	.ab3abox{
		height: 100%;
		margin-left: 0;
	}
	.swiper-button-next-ab3, .swiper-button-prev-ab3{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 14px;
	}
	.ab3w, .ab4w{
		padding: 0 35px;
	}
	.swiper-button-next-ab4, .swiper-button-prev-ab4{
		transform: scale(.7);
	}
	
	.rya{
		width: 50%;
	}
	.ryatxt{
		padding: 10px;
	}
	
	.itopline{
		width: 25px;
		height: 3px;
	}
	.wha_a{
		padding: 15px;
	}
	
	.page a,.page select{
		line-height: 28px;
		height: 30px;
		padding: 0 12px;
		font-size: 10px;
	}
	
	.listtop{
		padding: 15px 0;
	}
	.listtop img{
		height: 14px;
	}
	.pinav .wrap_1400{
		padding: 0;
	}
	.pinav li{
		flex: 0;
		flex-grow: 1;
	}
	.pinav li a{
		line-height: 50px;
	}
	.pinav li a::after{
		height: 3px;
	}
	.pi2a{
		width: 100%;
	}
	.pi2a_a{
		padding: 20px;
	}
	.pi2a_a img{
		height: 30px;
	}
	.pi3la{
		padding: 20px;
		margin-bottom: 15px;
	}
	.csa{
		width: 50%;
	}
	.listnav li{
		margin: 0;
	}
	.listnav a{
		line-height: 40px;
		padding: 0 15px;
		font-size: 13px;
	}
	.csatxtb span{
		padding: 2px 10px;
		font-size: 12px;
	}
	.csatxt{
		padding: 10px 15px;
	}
	
	.comd{
		padding-top: 15px !important;
	}
	.cow{
		margin-top: 0;
		border-radius: 3px;
	}
	.colbox .txt{
		line-height: 30px;
	}
	.colbox .txt p img{
		height: 15px;
		margin-right: 5px;
	}
}
