@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #f3482c;
}
.bgcolor,.hvbgcolor:hover{
	background: #f3482c;
	color: #fff;
}
.head{
	background: #262626;
	color: #fff;
}
.ht{
	height: 140px;
	border-bottom: 2px solid #fff;
}
.logo{
	display: inline-block;
	height: 66px;
}
.htr{
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}
.htr a{
	display: inline-block;
	color: #fff;
	border: 2px solid #2445a6;
	padding: 7px 30px;
	border-radius: 50px;
	margin-left: 20px;
}
.htr a:hover,.htr a.active{
	background: #2445A6;
	color: #fff;
}
.nav li{
	flex: 0;
	flex-grow: 1;
	position: relative;
}
.nava{
	display: block;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.nav li:hover .nava,
.nav li.active .nava{
	color: #F3482C;
}
.navhide{
	width: 400px;
	background: #262626;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.nhr{
	width: 40%;
}
.nhlw a{
	color: #ffdac5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 23px;
}
.nhlw a:hover{
	color: #fff;
	text-decoration: underline;
}
.bntxtline{
	border-bottom: 2px solid #fff;
}
.swiper-button-prev-bn,.swiper-button-next-bn{
	width: 26px;
	height: 50px;
	background: url(../images/qhbtn_03.png) no-repeat center;
	margin-top: -25px;
	margin-left: 2%;
	margin-right: 2%;
	opacity: 0;
	transition: .25s;
}
.bnbox:hover .swiper-button-prev-bn,
.bnbox:hover .swiper-button-next-bn{
	opacity: 1;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}

.i1t li{
	width: 16.6666%;
	position: relative;
	cursor: pointer;
}
.i1tabg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
}
.i1t li.active .i1tabg{
	background: url(../images/bnacico_03.png) no-repeat center;
	background-size: 10%;
}
.i1blw{
	width: 640px;
	max-width: 85%;
	margin: 0 auto;
}
.ititle_80{
	font-size: 4vw;
}
.i1blline{
	background: #F3482C;
	width: 70px;
	height: 7px;
	margin: 18px 0;
}
.i2r{
	width: 25%;
}
.i2la{
	position: relative;
	cursor: pointer;
}
.i2la::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.37);
	transition: .25s;
}
.i2la:hover::after{
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.5);
}
.i2ra{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover !important;
}
.i2ra::after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.3);
	background-size: 36px !important;
	cursor: pointer;
}
.i2r li.active .i2ra::after{
	background: url(../images/bnacico_03.png) no-repeat center rgba(0,0,0,.3);
}
.i3a{
	width: 33.3333%;
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	transition: .5s;
}
.i3abg{
	background: rgba(0,0,0,.3);
	transition: .5s;
}
.i3a:hover .i3abg{
	background: rgba(0,0,0,0);
}
.i3a:hover{
	z-index: 9;
	transform: scale(1.03);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}
.i4{
	padding: 50px 0;
}
.i4a{
	display: inline-block;
	height: 50px;
	margin: 10px 15px;
}
.i5la{
	position: relative;
}
.i5la::after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	transition: .25s;
}
.i5la:hover::after{
	opacity: 0;
}
.i5r{
	padding: 20px 80px;
	min-height: 100%;
}
.i5rtl h1{
	letter-spacing: 5px;
	text-transform: uppercase;
}
.i5rma{
	padding: 10px 0;
}
.md{
	padding: 85px 0;
}
.i6l{
	width: 38.75%;
	padding: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
}
.ititle_60{
	font-size: 3vw;
}
.i7{
	background: #f3482c;
	color: #fff;
}
.i7tw{
	border-left: 6px solid #F3482C;
	padding-left: 40px;
}
.i7b input{
	width: 40%;
	border-bottom: 2px solid rgba(255,255,255,.7);
	height: 80px;
	background: none;
	margin-right: 3%;
	color: #fff;
}
.i7b input::-webkit-input-placeholder{
	color:#fff;
}
.i7b button{
	padding: 15px 40px;
	border-radius: 60px;
	background: #2445a6;
}
.foot{
	background: url(../images/footbg_02.png) no-repeat center #f26730;
	background-size: cover;
	color: #fff;
}

.foot a {
    color: #fff;
}
.swiper-button-next-bn{
	transform:rotate(180deg);
}

.prdmd{
	padding-top: 40px;
}
.prdbn h1.titleh1{
	font-size: 2.5vw;
}
.lsl{
	width: 25.5%;
	margin-right: 4%;
}
.lslbox{
	border-top: 1px solid #262626;
}
.lslat{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #262626;
	padding: 5px 0;
}
.lslat i{
	transition: .25s;
}
.lsla.active .lslat{
	font-weight: bold;
}
.lsla.active .lslat i{
	transform:rotate(180deg);
}
.lslab{
	display: none;
}
.lslab a{
	color: #707070;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 25px;
}
.lslab a:hover{
	color: #F3482C;
}

.lslab a.active {
	color: #F3482C;
}

.prdaimg{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #262626;
}
.prdaimg img{
	max-width: 80%;
	max-height: 80%;
}
.prda{
	width: 33.33%;
}
.prda_b i{
	width: 26px;
	height: 26px;
	border: 1px solid #262626;
	position: relative;
	border-radius: 100%;
	margin: 0 5px;
}
.prda_b i em{
	width: 18px;
	height: 18px;
	content: "";
	background: #262626;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 100%;
}
.page a{
	display: inline-block;
	padding:10px 15px;
}
.page a:hover,.page a.active{
	color: #F3482C;
}
.pilta img,.pilba img{
	max-width: 80%;
	max-height: 80%;
}
.pilta{
	border: 2px solid #1f398d;
	height: 550px;
}
.pilba{
	width: 100%;
	height: 100px;
	border: 2px solid #e6e6e6;
	transition: .25s;
}
.swiper-slide-thumb-active .pilba{
	border: 2px solid #1f398d;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	margin-left: 25px;
	margin-right: 25px;
	filter: grayscale(100%);filter: gray;
}
.piline{
	border-bottom: 2px solid #2445A6;
}
.pi2 *{
	max-width: 100%;
}
.ab1_title{
	font-size: 5vw;
	font-style: italic;
}
.ab2{
	color: #3e4343;
}
.ab2a{
	width: 20%;
	margin: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.our_title{
	text-align: center;
	text-stroke:2px #fff;
	-webkit-text-stroke:2px #fff;
	color: #262626;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1;
	text-shadow: 0 0 10px rgba(255,255,255,.3);
}
.ouraimg{
	width: 52%;
}
.ouratxt{
	width: 45%;
}
.ouratxt .txt p{
	margin-top: 10px;
}
.oura:nth-child(even){
	flex-flow: row-reverse;
	text-align: right;
}

.cea{
	margin: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.maaimg img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.maajt{
	margin: 0 1%;
	max-width: 10%;
}
.maajt img{
	max-width: 100%;
}

.nel{
	width: 40%;
	margin-right: 5%;
}
.nerw{
	padding: 15px 0;
}
.ititle_50{
	font-size: 2.5vw;
}
.nerwb p{
	margin-top: 10px;
}
.nerwb a{
	display: inline-block;
	border-bottom: 1px solid #262626;
	color: #262626;
}
.nerwb a:hover{
	color: #F3482C;
	border-bottom: 1px solid #F3482C;
}

@media only screen and (max-width:1499px) {
	.md{
		padding: 70px 0;
	}
	.logo{
		height: 55px;
	}
	.ht{
		height: 100px;
	}
	.i1blline{
		height: 4px;
		width: 50px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.i2la::after{
		background-size: 50px !important;
	}
	.i2ra::after{
		background-size: 25px !important;
	}
	.i4a{
		height: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	
	.prda{
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	.ititle_80{
		font-size: 26px;
	}
	.ititle_60{
		font-size: 22px;
	}
	.ititle_50{
		font-size: 20px;
	}
	.md{
		padding: 25px 0;
	}
	.bnimg{
		min-height: 200px;
	}
	.bntxt *{
		display: none;
	}
	.bntxt h1{
		display: block;
		margin-top: 0;
		padding: 5px 0;
	}
	.i1t ul{
		flex-wrap: wrap;
	}
	.i1t li{
		width: 50%;
	}
	.i1blw{
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.i1blline{
		height: 2px;
		width: 40px;
	}
	.i2la::after{
		background-size: 30px !important;
	}
	.i2ra::after{
		background-size: 20px !important;
	}
	.i2r ul{
		display: flex;
	}
	.i2r li{
		width: 33.3333%;
	}
	.i3a{
		width: 50%;
	}
	.i4{
		padding: 15px 0;
	}
	.i4a{
		height: 25px;
	}
	.i5r{
		padding: 20px;
	}
	.i7tw{
		padding-left: 20px;
		border-left-width: 3px;
	}
	.i7tw h1{
		font-size: 22px;
	}
	.i7b input{
		width: 50%;
		height: 60px;
		font-size: 15px;
	}
	.i7b button{
		font-size: 15px;
		padding: 8px 25px;
	}
	.foot{
		text-align: center;
	}
	.ftr{
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	
	.prdmd{
		padding-top: 15px;
	}
	.prdbn h1.titleh1{
		font-size: 22px;
	}
	.prda_b i{
		width: 16px;
		height: 16px;
	}
	.prda_b i em{
		width: 10px;
		height: 10px;
		left: 2px;
		top: 2px;
	}
	
	.ab1_title{
		font-size: 24px;
	}
	.ab2a{
		width: 22%;
		margin: 10px;
	}
	
	.our_title{
		font-size: 30px;
		text-stroke: 1px #fff;
    	-webkit-text-stroke: 1px #fff;
	}
	.oura:nth-child(even){
		text-align: left;
	}
	.ouratxt{
		margin-top: 20px !important;
	}
	
	.cebox{
		padding: 0 10px;
	}
	.cea{
		margin: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
	
	.maajt{
		width: 100%;
		max-width: 100%;
		display: flex;
		margin: 50px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.maajt img{
		transform:rotate(90deg);
		height: 20px;
	}
	.maaimg img{
		max-width: 80%;
	}
}

.text-center {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #F3482C;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F3482C;
    border-color: #F3482C;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.jumpto {
    display: none;
}


.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:50px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #bbb; font-size:16px; line-height:40px; text-align:center; color:#555; display:block;}
.yema ul li a:hover{background-color:#F3482C; border:1px solid #F3482C; color:#fff;}
.yema ul li.active a{background-color:#F3482C; border:1px solid #F3482C; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:3rem;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:3.6rem; padding:0px 5px; font-size:12px; line-height:26px;}
}
.md .pi1 .pi1r .ititle_60{text-transform: uppercase;}
.md .pi1 .pi1r .text16{text-transform: uppercase;}

.layui-layer .layui-layer-btn{display: none !important;}
.page-content-inner{padding-top: 50px;}

.nav>li>a{padding: 0px !important;}
.nav>li>a:focus, .nav>li>a:hover {
	background: none !important;
}
@media only screen and (max-width:640px){
	.page-content-inner{padding: 50px 0px;}
}