@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #F56827;
}
.bgcolor,.hvbgcolor:hover{
	background: #F56827;
	color: #fff;
}
.head{
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
	background: rgba(0,0,0,.3);
}
.head_height{
	height: 60px;
}
.logo{
	display: inline-block;
	height: 48px;
}
.logo img{
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active,.head_list,.head_pi{
	background: #fff;
	border-bottom: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active .logo img.img1,
.head_list .logo img.img1,
.head_pi .logo img.img1{
	display: none;
}
.head_active .logo img.img2,
.head_list .logo img.img2,
.head_pi .logo img.img2{
	display: block;
}
.nav li{
	position: relative;
	margin-left: 50px;
}
.nav li.nav_li_prd{
	position: static;
}
.nava{
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nava::after{
	width: 46px;
	height: 3px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: 0;
	opacity: 0;
}
.nav li.active .nava::after{
	opacity: 1;
}
.head_active .nava,
.head_list .nava,
.head_pi .nava{
	color: #333;
}
.head_active .nav li.active .nava,
.head_active .nav li:hover .nava,
.head_list .nav li.active .nava,
.head_list .nav li:hover .nava,
.head_pi .nav li.active .nava,
.head_pi .nav li:hover .nava{
	color: #F56827;
}
.head_active .nav li.active .nava,
.head_list .nav li.active .nava,
.head_pi .nav li.active .nava{
	color: #F56827;
}
.head_active .nav li.active .nava::after,
.head_list .nav li.active .nava::after,
.head_pi .nav li.active .nava::after{
	background: #F56827;
}
.navhide{
	width: 150px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -75px;
	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;
}
.navhide_prd{
	width: 100%;
	left: 0;
	margin-left: 0;
	border-radius: 0;
}
.navhide_prd .wrap_1300{
	border-left: 1px solid #E6E6E6;
}
.nhpa{
	width: 16.66%;
	border-right: 1px solid #E6E6E6;
	text-align: center;
	padding: 15px 0;
}
.nhpaw a{
	display: block;
	/*line-height: 30px !important;*/
	color: #666;
	/*padding: 0 !important;*/
	  line-height: 1.37 !important;
      padding: 7px !important;
      border-bottom: 1px solid #dddddd;
}
.nav li:hover .navhide,
.hdr:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #F56827;
}
.bntxt{
	width: 480px;
	max-width: 100%;
}
.morea{
	display: inline-block;
	padding: 5px 15px;
	background: #F56827;
	color: #fff;
	border-radius: 3px;
}
.morea:hover{
	opacity: .85;
}
.bnimg{
	min-height: 400px;
}
.foot{
	background: #1a1a1a;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #F56827;
}
.ft{
	padding: 45px 0;
}
.fb{
	padding: 15px 0;
	background: #000;
}
.fico{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #F56827;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.ftatxt{
	padding-left: 15px;
}
.ftar{
	width: 450px;
	max-width: 40%;
}
.ftar a{
	display: block;
	width: 48%;
}
.right{
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 99;
}
.rta_a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #F56827;
	box-shadow: 0px 0px 8px  rgba(140, 51, 0, 0.3);
	border-radius: 100%;
}
.rta_a img{
	max-width: 50%;
}
.md{
	padding: 80px 0;
}
.i1l{
	width: 30%;
}
.i1ra{
	width: 40%;
	margin-left: 10%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.i1ra i{
	margin-right: 25px;
}
.i2{
	background: url(../images/i2bg.jpg) no-repeat top center;
}
.itop_wt{
	color: #fff;
}
.i2a_a{
	display: block;
	min-height: 100%;
	text-align: center;
}
.i3w{
	padding: 25px;
	border-radius: 6px;
	background: #F7F7F7;
	overflow: hidden;
}
.i3w::after{
	width: 20%;
	height: 100%;
	background: #F56827;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.i3l,.i3r{
	position: relative;
	z-index: 9;
}
.i3l{
	width: 40%;
	margin-right: 5%;
}
.i3line{
	background: #F56827;
	width: 40px;
	height: 5px;
	display: block;
	margin: 20px 0;
}
.i4{
	background: url(../images/i4bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.morea_wt{
	background: #fff;
	color: #F56827;
}
.i4a_a{
	display: flex;
	align-items: center;
	min-height: 100%;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
}
.i4aimg{
	width: 124px;
	height: 100px;
	margin-right: 20px;
	overflow: hidden;
}
.i4aimg img{
	width: 100%;
	min-height: 100%;
	display: block;
}
.i4atxt i,.i4a_a:hover{
	color: #FACA1E;
}

.ab1brba p{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}
.ab2{
	background: #F3F3F3;
}

.pdtla,.pda_a{
	display: block;
	background: #F3F3F3;
	min-height: 100%;
	padding: 15px;
}
.pdtla{
	padding: 30px;
}
.pdtla:hover,.pda_a:hover{
	color: #F56827;
}
.pdtlaimg,.pdaimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdtlaimg img,.pdaimg img{
	max-width: 85%;
	max-height: 85%;
	display: block;
}
.pdtr,.pdb{
	margin-top: -10px;
}
.page a,.page span{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 32px;
	border: 1px solid #E6E6E6;
	color: #888;
	margin: 3px;
	background: #fff;
}
.page a:hover,.page a.active,.page-num-current{
	background: #F56827!important;
	border: 1px solid #F56827!important;
	color: #fff!important;
}

.pinav{
	padding: 20px 0;
}
.pinav,.pi1{
	background: #F5F5F5;
}
.pinav i{
	margin: 0 12px;
}
.pinav,.pinav a{
	color: #666;
}
.pinav a:hover{
	color: #F56827;
}
.pinav span{
	color: #333;
}
.pi1l{
	width: 48.5%;
	margin-right: 5%;
}
.pi1la{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.pi1la img{
	max-width: 85%;
	max-height: 85%;
	display: block;
}
.swiper-pagination-pi .swiper-pagination-bullet{
	background: #F56827;
}
.pi1ra{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
}
.pi2la{
	padding: 20px;
	background: #F7F7F7;
	border-radius: 4px;
	margin-bottom: 20px;
}
.pi2la:last-child{
	margin-bottom: 0;
}
.pi2la:hover{
	background: #F56827;
	color: #fff;
}
.pi2la:hover *{
	color: #fff;
}
.pi2r{
	width: 51%;
	margin-left: 20px;
}

.as1a{
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	padding: 25px;
}
.as1a:hover{
	background: #F56827;
	color: #fff;
}
.as1a:hover *{
	color: #fff;
}
.as1a:hover img{
	filter: grayscale(100%) brightness(500%);
}
.as1a .txt p i{
	width: 4px;
	height: 4px;
	background: #F56827;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.as1a:hover .txt p i{
	background: #fff;
}
.as2a{
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.1);
	display: flex;
	align-items: flex-end;
	padding: 40px;
	color: #fff;
	transition: .5s;
	position: relative;
	overflow: hidden;
}
.as2a::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(25px);
	opacity: 0;
	transition: .5s;
}
.as2aw{
	position: relative;
	z-index: 9;
}
.as2a:last-child{
	border: 0 !important;
}
.as2aw .titleh3.icolor{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: none;
	border-radius: 100%;
}
.as2a:hover .as2aw .titleh3.icolor{
	background: #F56827;
	color: #fff;
}
.as2a:hover{
	padding-bottom: 60px;
}
.as2a:hover::after{
	opacity: 1;
}
.npa_a{
	min-height: 100%;
	border: 1px solid #E6E6E6;
	padding: 20px;
	border-radius: 4px;
	display: block;
}
.npa_a:hover{
	border: 1px solid #F56827;
}
.npa_a .i3line{
	width: 26px !important;
	height: 3px !important;
	margin: 15px 0 !important;
}
.ia1a{
	width: 28%;
}
.ia2l{
	width: 46%;
	margin-right: 8%;
}
.ia2limg{
	width: 40%;
	position: absolute;
	right: -20px;
	bottom: -20px;
}
.ia2r .txt p{
	padding: 5px 0;
}

.nea_a{
	display: block;
	border: 1px solid #E6E6E6;
	position: relative;
	min-height: 100%;
}
.neatxtb{
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px dashed #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.neatxtb i{
	transition: .25s;
	width: 24px;
	height: 24px;
	background: #cccccc;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.nea_a::after{
	width: 0px;
	height: 3px;
	content: "";
	background: #F56827;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .5s;
}
.nea_a:hover{
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.nea_a:hover::after{
	width: 100%;
}
.nea_a:hover .neatxtb i{
	background: #F56827;
}

.nibg{
	background: #fff;
	padding: 40px;
}
.nim *{
	max-width: 100%;
}
.nim p{
	padding: 5px 0;
}
.nib a{
	width: 48%;
	display: block;
	color: #999;
}
.nib a span{
	color: #000;
}
.nib:hover span{
	color: #F56827;
}
.nib a:last-child{
	text-align: right;
}

.co1ta{
	width: 25%;
}
.co1ta i{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	border: 1px solid #F56827;
	margin: 0 auto;
}
.co1ta i img{
	max-width: 50%;
}
.co1b{
	height: 450px;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.nav li{
		margin-left: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.nav li{
		margin-left: 20px;
	}
	.logo{
		height: 40px;
	}
	.flogo img{
		height: 60px;
	}
	.rta_a{
		width: 50px;
		height: 50px;
	}
	
	.listbn img{
		min-height: 300px;
	}
	
	.pitop img{
		height: 30px;
	}
	
	.as1a img{
		height: 40px;
	}
	
	.ia1a img{
		height: 40px;
	}
	
	.co1ta i{
		width: 75px;
		height: 75px;
	}
	.co1b{
		height: 400px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 40px 0;
	}
	.flogo img{
		height: 40px;
	}
	.bnimg{
		min-height: 300px;
	}
	
	.npa{
		width: 33.33%;
	}
}
img {
    max-width: 100%;
    max-height: 100%;
}
.ttixs {
    position: relative;
}
.ttixs p {
    position: relative;
    padding-left: 15px;
}
.ttixs p::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    top: 14px;
    margin-top: -3px;
    left: 0;
    background-color: #F56827;
    border-radius: 6px;
}
.as1a:hover .ttixs p::after {
    background-color: #ffffff;
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.bnimg{
		min-height: 250px;
	}
	.bntxt h1{
		font-size: 24px;
	}
	.bntxt p{
		margin-top: 10px !important;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		overflow: hidden;
	}
	.morea{
		padding: 4px 12px;
		font-size: 13px;
	}
	.ft{
		padding: 22px 0;
	}
	.fb{
		padding: 12px 0;
	}
	.flogo img{
		height: 40px;
	}
	.fta{
		display: none;
	}
	.ftar{
		max-width: 100%;
		width: 100%;
		margin-top: 15px;
	}
	.ftar a{
		padding: 2px 0;
	}
	.ftar a h3{
		font-size: 13px;
	}
	.fico{
		width: 4px;
		height: 4px;
	}
	.rta_a{
		width: 30px;
		height: 30px;
	}
	
	.i1ra{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.i1ra img{
		height: 35px;
	}
	.i2{
		background-size: auto 200px;
	}
	.i2a{
		width: 50%;
	}
	.i3w{
		padding: 20px;
	}
	.i3w::after{
		width: 100%;
		height: 150px;
	}
	.i3line{
		width: 30px;
		height: 2px;
		margin: 15px 0;
	}
	.i4a{
		width: 100%;
	}
	.i4a_a{
		padding: 15px;
	}
	.i4aimg{
		margin-right: 13px;
		width: 90px;
		height: 75px;
	}
	
	.listbn img{
		min-height: 150px;
	}
	.lbntxt h1{
		font-size: 24px;
	}
	.lbntxt .txt{
		font-size: 12px;
		margin-top: 7px !important;
		line-height: 22px;
	}
	.ab1br h3 img{
		height: 20px;
	}
	.ab1brba img{
		height: 40px;
	}
	.ab2a,.ab3a{
		width: 50%;
	}
	
	.prdmd{
		padding-top: 10px !important;
	}
	.pdb .pda{
		width: 50%;
	}
	.page a,.page span{
		padding: 0 8px;
		height: 26px;
	}
	.pdtla span img,.pda_a span img{
		height: 13px;
	}
	
	.pinav{
		padding: 12px 0;
	}
	.pi1r{
		margin-top: 22px !important;
	}
	.pi1ra{
		padding: 7px 15px;
	}
	.pi1ra img{
		height: 16px;
	}
	.pitop img{
		height: 25px;
		margin-right: 10px;
	}
	.pi2la{
		margin-bottom: 15px;
	}
	.pi4 .pda{
		width: 50%;
	}
	
	.as1a{
		width: 100%;
		padding: 20px;
	}
	.as1a img{
		height: 30px;
	}
	.as2a{
		max-height: 230px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding: 20px !important;
	}
	.as2aw .titleh3.icolor{
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	
	.npmd{
		padding-top: 10px;
	}
	.npa{
		width: 100%;
	}
	
	.ia1a{
		text-align: center;
	}
	.ia1a img{
		height: 35px;
	}
	.ia2l{
		width: 90% !important;
	}
	.ia2r{
		margin-top: 40px !important;
	}
	
	.nea{
		width: 100%;
	}
	
	.nibg{
		padding: 20px;
	}
	.nib a{
		width: 100%;
		text-align: left !important;
		padding: 5px 0;
	}
	
	.co1ta i{
		width: 60px;
		height: 60px;
	}
	.co1b{
		height: 220px;
	}
}