*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	
	outline: none;
}
a {
	text-decoration: none;
}
input{
	list-style: none;
	border: none;
	background: none;
}
.f-01{
	flex: 1;
}
.top {
	width: 100%;
	height: 66px;
	display: flex;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100000;
}
.top-l{
	flex: 1;
	height: 66px;
	background: #fff;
}
.hongsese{
	background: #B60005 !important;
}
.top-r{
	flex: 1;
	height: 66px;
	background: #fff;
}
.top-z{
	background: #fff;
	display: flex;
}
.top-z-hongse{
	background: #B60005;
	display: flex;
}
.top-z-l {
	flex: 1;
	
}
.search{
	width: 194px;
	height: 32px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	position: relative;
	padding-left: 28px;
	
}
.search-bai{
	width: 194px;
	height: 32px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	position: relative;
	padding-left: 28px;
}
.logo424{
	width: 222px;
	height: 66px;
	background: #B60005;
	box-sizing: border-box;
	padding-top: 17px;
	text-align: center;
}
.logo424 img {
	height: 32px;
}
.search .searchbefor{
	width: 18px;
	height: 18px;
	position: absolute;
	content: "";
	background:url(../top/serch.svg) no-repeat;
	background-size: 18px 18px;
	left: 0;
	top:7px;
    cursor:pointer;
}
.search-bai .searchbefor{
	width: 18px;
	height: 18px;
	position: absolute;
	content: "";
	background: url(../top/serch-bai.svg) no-repeat !important;
	background-size: 18px 18px !important;
	left: 0;
	top:7px;
}
.search input{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #000;
}
.search{
	margin-top: 17px;
}
.ch{
	margin-top: 17px;
	margin-right: 40px;
}.ch:before{
	width: 0px;
}
.ch{
	font-size: 18px;
	padding: 0 34px;
	height: 32px;
	line-height: 32px;
	position: relative;
}

.ch a{color: #000; font-size: 18px;}
.ch a.hongse{color: #b60005;}

.ch.baise a{color:#fff;}
.ch.baise a.hongse{color: #fff;}
.ch.baise span{color:#fff;}

.caidan{
	
	background: #2E6DA4;
	position: absolute;
	left: 22px;
	top:22px;
	width: 22px;
	height: 22px;
	background: url(../top/santiao.svg) no-repeat center;
	background-size: 22px 22px;
	cursor: pointer;
}
.caidan-bai{
	
	background: #2E6DA4;
	position: absolute;
	left: 22px;
	top:22px;
	width: 22px;
	height: 22px;
	background: url(../top/santiao-bai.svg) no-repeat center;
	background-size: 22px 22px;
	cursor: pointer;
}

.search.search-bai input{color:#fff;}
.search-bai input::-webkit-input-placeholder {
        color: #fff;
}
.top-shouji{
	display: none;
}
.flx-01{
	flex: 1;
}
.f16{
	font-size: 16px;
}
.lin16 {
	line-height: 16px;
}
.f32{
	font-size: 32px;
}
.lin32 {
	line-height: 32px;
}
.shiping-kuai{
	width: 100%;
	overflow: hidden;
	display: flex;
}
.shiping-kuai-l {
	flex: 1;
}
.shiping-kuai-r {
	flex: 1;
}
.banner{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
	padding-top: 66px;
	justify-content: center;
	align-items:center;
}
.banner img {
	object-fit: cover; 
    min-width:100%; min-height:100%;
}
.xijie{
	padding-top: 146px;
	font-size: 22px;
	line-height: 40px;
	letter-spacing:1px;
}
.xijie-biaoti{
	width: 177px;
	height: 41px;
	background: #B60005;
	text-align: center;
	line-height: 41px;
	color: #fff;
	font-size: 18px;
	margin-top: 38px;
	box-sizing: border-box;
	cursor: pointer;
}
._effect{transition: all .5s ease;}
._effect:hover{transform: scale(1.1);}
.xijie-biaoti a{
	color: #fff;
}

.xijie-biaoti:hover{
	border: 1px solid #B60005;
	background: #fff;
	color: #B60005;
}
.xijie-biaoti:hover a{

	color: #B60005;
}

.video{
	width: 790px;
	height: 444px; position:relative; cursor:pointer;
    background: #f5f5f5;
    
    display: flex;
   justify-content: center; 
    align-items: center;
}
.video:after {
	opacity: 0;
	float: left;
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	left: 70%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #ccc;
}

.video:before {
	opacity: 0;
	float: left;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: 70%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid #ccc;
	margin-left: 2px;
}

.video:hover:after {
	opacity: 1;
}

.video:hover:before {
	opacity: 1;
}

.video video {
	float: left;
	width: 100%;
	height: 100%;
	z-index: 6;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

.video.on video {
	opacity: 1;
}
.video img {
	height: 60px;
}

.video .video_ceng {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.video.on .video_ceng {
	display: none;
}

.video.on:after {
	display: none;
}

.video.on:before {
	display: none;
}

.video.on img {
	display: none;
}
.video-l{
	flex: 1;
}
.shoujibf{
	display: none;
}
.index-jiaju{
	width: 100%;
	overflow: hidden;
	display: flex;
}
.index-jiaju-l {
	flex: 1;
}
.index-jiaju-r {
	flex: 1;
}
.index-jiaju-z-top{
	width: 100%;
	height: 24px;
	position: absolute;
	top:0;
	left: 0;
	background: #fff;
	display: flex;
}
.index-jiaju-z-top li {
	list-style: none;
	cursor: pointer;
	color: #3e3a39;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    line-height: 24px;
}
.index-jiaju-z-top li:before{
	width: 1px;
	height: 18px;
	background: #333;
	position: absolute;
	right: -15px;
	content: '';
	top: 3px;
	
}
.index-jiaju-z-top li:last-child:before{
	width: 0;
}
.index-jiaju-z-top li.swiper-slide-thumb-active{color:#B60005;}

.index-jiaju-z-gengduo{
	position: absolute;
	right: 0;
	top:0;
	z-index: 2;
}
.index-jiaju-z-gengduo a {
	color: #3e3a39;
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.index-jiaju-z-zhuti {
	padding-top: 30px;
    display:none;
}
.index-jiaju-z-zhuti.on{display:block;}
.index-jiaju-z-zhuti ul {
	list-style: none;
	width: 100%;
}
.index-jiaju-z-zhuti ul li {
	list-style: none;
	float: left;
	
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.index-jiaju-z-zhuti ul li:nth-child(3n){
	margin-right: 0;
}
.index-jiaju-z-zhuti ul li img {
	width: 100%;
}

.index-fenlei-biaoge-hei{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	left:0;
    opacity: 0;
    transition: all .5s ease;
	
}
.index-fenlei-biaoge-hei a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items:center;
	    letter-spacing: 10px;
	        color: #fff;
    font-size: 22px;

    text-align:center;
}

.index-jiaju-z-zhuti ul li:hover .index-fenlei-biaoge-hei{opacity: 1;}

.index-anli{
	width: 100%;
	display: flex;
	overflow: hidden;
}
.index-anli-l {
	flex: 1;
}
.index-anli-r {
	flex: 1;
}
.wenzi{
	width: 100%; 
	text-align: center; color: #3e3a39; 
	font-size: 22px; font-weight: bold;
	background: #eee; padding-top: 50px; 
	margin-top: 70px;
}
.wenzi01{
	padding-top: 30px;
	font-size: 18px;
	color: #3e3a39;
	text-align: center;
	line-height: 30px;
	background: #eee; padding-bottom: 60px; margin-bottom: 30px;
}
.wenzi03{
	text-align: center; 
	color: #000; padding-top: 50px;
	width: 100%;
	    font-size: 22px;
	    line-height: 22px;
	    padding-bottom: 48px;
}
li{
	list-style: none;
}
.gengduo{
	width: 177px;
	height: 41px;
	background: #B60005;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 41px;
	margin: 40px auto;
	margin-top: 36px;
	cursor: pointer;
}
.gengduo a{
	color: #fff;
}
.gengduo:hover{
	width: 177px;
	height: 41px;
	color: #B60005;
	background: #fff;
	border: 1px solid #B60005;
	
	box-sizing: border-box;
}
.gengduo:hover a {
	color: #B60005;
}
.datu{
	width: 100%;
	
	box-sizing: border-box;
	overflow: hidden;
	
}
.datu-tu{
	width: 100%;
	
	display: flex;
}
.datu-tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.datu-tu-left{
	flex: 2;
	
	overflow: hidden;
}
.datu-tu-right{
	flex: 1;
	
	overflow: hidden;
	
}
.datuxia-tu{
	width: 100%;
	
	display: flex;
}
.datuxia{
	width: 100%;
	
	box-sizing: border-box;
	overflow: hidden;
	
}
.datuxia-tu li{
	flex: 1;
	
	
} 
.datuxia-tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.datuxia-tu-zi{
	width: 100%;
	display: flex;
	height: 60px;
	
	font-size: 18px;
	color: #3c3c3c;
	text-align: center;
}
.datuxia-tu-zi li {
	flex: 1;
	height: 60px;
	position: relative; 
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 60px;
}
.shoujianli{
	display: none;
}
.niandai{
	width:1200px;
	/*height: 364px;*/
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 160px;
	display: flex;
	
	
}
.niandai-left {
	flex: 1;
	/*height: 364px;*/
	box-sizing: border-box;
	color: #3c3c3c;
	font-size: 18px;
	line-height: 30px;
}
.niandai-left a {
	display: block;
	width: 156px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background:#B60005;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	margin-top: 58px;
	box-sizing: border-box;
	border: 1px solid #B60005;
}
.niandai-left a:hover{
	background: #fff;
	color: #B60005;
}
.niandai-biaoti{
	
	position: relative;
	height: 175px;
	
}
.niandai-biaoti strong{
	font-size: 180px;
	position: absolute;
	margin-left: -12px;
	margin-top:70px;
}
.niandai-biaoti b{
	padding-left: 180px;
	font-size: 36px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 120px;
	position: absolute;
}
.niandai-biaoti span {
	display: block;
	position: absolute;
	margin-left: 240px;
	margin-top: 123px;
}
.niandai-right {
	width: 536px;
	height: 364px;
	box-sizing: border-box;
	color: #3c3c3c;
	font-size: 18px;
	line-height: 40px;
	display: flex;
}
.niandai-right span {
	flex: 1;
	height: 364px;
	padding-right: 20px;
	display: flex;
	flex-direction: column; 
}
.niandai-right span:nth-child(2){
	padding-right: 0;
}
.niandai-right span li {
	height: 172px;
	width: 100%;
	margin-bottom: 20px;
}
.niandai-right span li:nth-child(2){
	margin-bottom: 0;
}
.niandai-right span li img {
	width: 100%;
	height: 172px;
	object-fit: cover;
}
.niandai-jb{
	margin-top: 0px;
}
.niandai-left p {
	padding-top: 25px;
}


.dibu{
	width: 100%;
	height: 260px;
    margin-top: 150px;
	box-sizing: border-box;
	overflow: hidden;
}
.dibu-heidi{
	width: 100%;
	height: 260px;
	background: #333;
}
.dibu-zhong {
	width: 1200px;
	height: 240px;
	box-sizing: border-box;
	margin: 0 auto;
	
}
.dibu-zhong-top{
	width: 100%;
	height: 182px;
	display: flex;
	color: #fff;
	padding-top: 20px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.dibu-zhong-top-l{
	width: 320px;
	position: relative;
	height: 170px;
	box-sizing: border-box;
}
.llw{
	font-size: 18px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 13px;
}
/*.dibu-zhong-top-l:before{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 310px;
	margin-top: 40px;
	right: 0;
	background: #777;
	
}*/
.llwo{
	width: 100%;
	display: flex;
	padding-top: 15px;
	
}
.zyw{
				position: relative;
			}
			.zyw:after{
				position: absolute;
				width: 1px;
				height: 16px;
				background: #333;
				left: 63px;
				content: "";
				margin-top: 22px;
			}
.llwo li {
	width: 25px;
	height: 25px;
	padding: 5px;
	border: 2px solid #999;
	border-radius: 35px;
	margin-right: 20px;
}
.llwo li img {
	width: 25px;
	height: 25px;
	
}
.zongbu{
	padding-top: 20px;
}
.baidu {
	padding-left: 20px;
}
.baiduditu {
	padding-top: 45px;
}
.dianhua {
	padding-top: 10px;
}
.dianhua strong{
	font-size: 34px;
	color: #fff;
}
.youxiang {
	padding-top: 5px;
}
.dibu-zhong-top-z{
	flex: 1;
	position: relative;
	height: 280px;
	box-sizing: border-box;
	padding-left: 0px;
	
}
.lianjie{
	width: 100%;
	height: 210px;
	display: flex;
}
.lianjie ul {
	padding-right: 100px;
}
.lianjie ul li {
	padding-top: 15px;
}
.lianjie ul li a{color: #fff;}
.lj{
	font-size: 18px;
	width: 100%;
	padding-bottom: 10px;
}
.fenbu {
	width: 100%;
    padding-top: 5px;
}
.fenbu ul {
	width: 100%;
	display: flex;
	padding-bottom: 15px;
}
.fenbu ul li {
	padding-right: 35px;
}
.dibu-zhong-top-r{
	width: 200px;
	height: 300px;
	position: relative;
}
/*.dibu-zhong-top-r:before{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 200px;
	background: #777;
	margin-top: 40px;
}*/
.guanzhu{
	font-size: 18px;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 60px;
	box-sizing: border-box;
}
.weixin{
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
	text-align: center;
	padding-top: 10px;
	line-height: 30px;
}
.weixin img {
	width: 100%;
    text-align: center;
    border: 2px solid #fff;
}
.di-logo{
	width: 100%;
	padding-top: 50px;
}
.di-logo img {
	width: 205px;
	opacity: 1;
}
.dibu-zhong-xia {
	width: 100%;
	color: #fff;
	font-size:15px ;
	line-height: 20px;
	padding-top: 7px;
	
}
.footer-top{
	display: none;
}
.footer-xia{
	display: none;
}
.di{
	display: none;
}
.dishouji{
	display: none;
}
.siyecao{
	width: 100%;
	box-sizing: border-box;
	padding-right: 13px;
	overflow: hidden;
	padding-top: 30px;
	display:none;
}



.dingtiao{
	height: 66px;
}
.ca60{
	padding-top: 60px;
}

.zhanting-lunbo{
	width: 100%;
	
	padding-top: 100px;
}

.slider {
				position: relative;
				width: 100%;
				max-width: 100%;
				margin: 0 auto;
			}
			
			.slider .slider__inner {
				display: flex;
				position: relative;
				align-items: center;
				max-width: 1200px;
				height: 400px;
				margin: 0 auto
			}
			
			.slider .slider__inner .slider__item {
				position: absolute;
				height: 250px;
				width: 300px;
				opacity: 0;
				transition: all .3s ease-in-out;
				z-index: -1;
				pointer-events: none;
				user-select: none
			}
			
			.slider .slider__inner .slider__item-trigger-next {
				left: 15%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-trigger-previous {
				left: 85%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-selected {
				box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
				height: 400px;
				opacity: 1;
				left: 50%;
				transform: translateX(-50%);
				width: 500px;
				z-index: 2
			}
			
			.slider .slider__inner .slider__item-previous,
			.slider .slider__inner .slider__item-next {
				height: 300px;
				opacity: 1;
				width: 400px;
				z-index: 1
			}
			
			.slider .slider__inner .slider__item-last,
			.slider .slider__inner .slider__item-first {
				opacity: .4;
				z-index: 0
			}
			
			.slider .slider__inner .slider__item-previous {
				left: 30%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-next {
				left: 70%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-first {
				left: 15%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-last {
				left: 85%;
				transform: translateX(-50%)
			}
			
			.slider .slider__inner .slider__item-container {
				position: relative;
				width: 100%;
				height: 100%
			}
			
			.slider .slider__inner .slider__item-img {
				position: absolute;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center
			}
			
			.slider .slider__inner .slider__item-datas {
				position: absolute;
				bottom: 0;
				width: 100%;
				padding: .5rem 0;
				background-color: rgba(0, 0, 0, 0.75);
				text-align: center;
				font-family: 'Arial';
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis
			}
			
			.slider .slider__controls {
				display: flex;
				position: absolute;
				bottom: -80px;
				width: 100%;
				justify-content: center;
				align-items: center;
			}
			
			@media(max-width:750px) {
				.slider .slider__controls {
					display: none
				}
			}
			
			.slider .slider__controls-previous
			{
				border: 0;
				cursor: pointer;
				width: 30px;
	height: 30px;
	background: url(../images/l.svg) no-repeat;
	background-size: 30px 30px;
	
			}
			
			.slider .slider__controls-next {
				border: 0;
				cursor: pointer;
				width: 30px;
	height: 30px;
	background: url(../images/r.svg) no-repeat;
	background-size: 30px 30px;
			}
			
			.slider .slider__controls-previous:focus,
			.slider .slider__controls-next:focus {
				outline: 0
			}
			
			
			h1 {
				margin: 150px auto 30px auto;
				text-align: center
			}
			.slider__item-datas{
				color: #fff;
				
			}
			.slider__controls-previous{
				margin: 0 20px;
			}
			

.zhanting-zhuti{
	    		box-sizing: border-box;
	    		overflow: hidden;
	    		width: 100%;
	    		padding: 0 13px;
	    		display: none;
	    	}
	    	

.juedui{
	position: relative;
}
.p13-licheng{
	display: none;
}
.lc-liebiao524{
	display: none;
}
.biaoyu01{
	display: none;
}
.biaoyu02{
	display: none;
}
.biaoyu03{
	display: none;
}
.dashiji{
	display: none;
}
i {
	list-style: none;
	font-style:normal
}


.user-pc{
	font-size: 18px;
	color: #fff;
	width: 200px;
	line-height: 18px;
	 overflow: hidden; 
	 text-overflow: ellipsis; 
	 white-space: nowrap;
	 margin-left: 95px;
	 margin-top: 60px;
}
.user-pc a {
	font-size: 18px;
	color: #fff;
	
	
}

.lianjie-yw ul {	padding-right: 50px;}.yw-01 a {	font-size: 14px !important;	letter-spacing: 0px !important; }.yw02{	margin-top: 40px !important;}

/*20221206start*/
.dibu-zhong-top-z{ height:auto; padding-right:3%;}
.lianjie{ height:auto;}
.lianjie ul{ float:left; width:25%; padding-right:15px;}
.index-jiaju-z-top li a{ color:#3e3a39;}
.index-jiaju-z-top .swiper-wrapper li{ width:auto; overflow:visible; margin-right:197px;}
.index-jiaju-z-top li:last-child:before{ width:1px;}
.swiper-ul1{ position:absolute; left:147px; top:0; z-index:6;}
.swiper-ul1 a:hover{ color:#B60005;}
.swiper-ul2{ position:absolute; left:467px; top:0; z-index:6;}
.swiper-ul2 a:hover{ color:#B60005;}
.swiper-ul1 li:last-child:before{ width:1px; right:0;}
._mySwiper2 { width:100%; display:block; overflow:hidden; margin-top:20px; position:relative; padding-bottom:30px;}
._mySwiper2 .swiper-wrapper{height:auto;}
._mySwiper2 .swiper-button-next{
	    
    right:0; top:auto;
    bottom: 0;
    width: 20px;
    height: 23px;
    background: url no-repeat;
    background-size: 20px 23px;
    background: url(../img/you.svg) no-repeat;
    cursor: pointer; z-index:6;
}
._mySwiper2 .swiper-button-next:after{ display:none;}
._mySwiper2 .swiper-button-prev{
	 left:auto;margin-right: 34px;
    right: 0px; top:auto;
    bottom: 0;
    width: 20px;
    height: 23px;
    background: url no-repeat;
    background-size: 20px 23px;
    background: url(../img/zuo.svg) no-repeat;
       cursor: pointer; z-index:6;
}
._mySwiper2 .swiper-button-prev:after{ display:none;}


@media  screen and (max-width: 767px){
.chanping-zhuti.on{ margin-bottom:40px; position:relative; padding-bottom:30px;}
.chanping-zhuti .swiper-button-next{
	    
    right:10px; top:auto;
    bottom: 0;
    width: 14px;
    height: 16px;
    background: url no-repeat;
    background-size: 14px 16px;
    background: url(../img/you.svg) no-repeat;
    cursor: pointer; z-index:6;
}
.chanping-zhuti .swiper-button-next:after{ display:none;}
.chanping-zhuti .swiper-button-prev{
	 left:auto;margin-right: 45px;
    right: 0px; top:auto;
    bottom: 0;
    width: 14px;
    height: 16px;
    background: url no-repeat;
    background-size: 14px 16px;
    background: url(../img/zuo.svg) no-repeat;
       cursor: pointer; z-index:6;
}
.chanping-zhuti .swiper-button-prev:after{ display:none;}

.chanping-zhuti .swiper-slide{flex-wrap:wrap; align-items:start;}
.zhichi712{ width:100%;}
}


.company{ text-transform:uppercase;}
.Agent_brand{ display:block; margin:0 auto; width:1200px;}
.Agent_brand ul{ display:flex;flex-wrap:wrap;  width:100%; margin:12px 0 -10px 0;}
.Agent_brand ul li{flex-wrap:wrap; justify-content:space-between; display:flex; width:100%; margin:65px 0;}
.Agent_brand ul li .img{ float:left; width:31.66%; line-height:0;overflow:hidden; height:536px;}
.Agent_brand ul li .img a{ float:left; width:100%; overflow:hidden;}
.Agent_brand ul li .img img{object-fit: cover;}
.Agent_brand ul li .cont{ float:right; width:62.83%;}
.Agent_brand ul li .ico{ float:left; width:100%; line-height:0;}
.Agent_brand ul li .ico img{ max-width:100%;}
.Agent_brand ul li .tit{ float:left; width:100%;line-height:30px; font-size:22px; color:#000000; font-weight:bold; text-transform:uppercase; margin-top:9.96%;}
.Agent_brand ul li .text{ float:left; width:100%;line-height:35px; font-size:18px; color:#3e3a39; min-height:280px; margin-top:4.24%;}
.Agent_brand ul li .www{ float:right; max-width:100%; line-height:22px; font-size:18px; color:#3e3a39;}
.Agent_brand ul li .www:hover{ color:#B60005;}
.Agent_brand ul li .pc{ display:block;}
.Agent_brand ul li .ph{ display:none;}
.Agent_brand ul li:hover .img img{
				 animation-name: ge;			
				animation-duration: 4000ms;		
				animation-iteration-count: infinite;		
				animation-direction: alternate;			
			
}
@media only screen and (min-width: 960px) and (max-width: 1200px){
.Agent_brand{width: 960px;margin: 0 auto;}
.Agent_brand ul li .img{ width:32.76%; height:445px;}
.Agent_brand ul li .tit{ margin-top:6%;}
.Agent_brand ul li .text{ font-size:16px; line-height:30px; min-height:240px; margin-top:3.5%;}

}
@media only screen and (min-width: 720px) and (max-width: 960px){
.Agent_brand {width: 720px;margin: 0 auto;}
.Agent_brand ul li .img{ width:32.76%; height:445px;}
.Agent_brand ul li .tit{ margin-top:6%;}
.Agent_brand ul li .text{ font-size:16px; line-height:30px; min-height:240px; margin-top:3.5%;}
}
@media only screen and (min-width: 540px) and (max-width: 720px){
.Agent_brand {width: 540px;margin: 0 auto;}
.Agent_brand ul{ padding:0 13px; box-sizing:border-box;}
.Agent_brand ul li .pc{ display:none;}
.Agent_brand ul li .ph{ display:block;}
.Agent_brand ul li{ margin:15px 0;}
.Agent_brand ul li .img{ width:38.17%; height:276px;}
.Agent_brand ul li .ico img{ width:80%;}
.Agent_brand ul li .cont{ width:56.69%; position:relative;}
.Agent_brand ul li .tit{ font-size:14px; line-height:22px; margin:6% 0;}
.Agent_brand ul li .text{ font-size:14px; line-height:26px; min-height:inherit; margin-top:5%;}
.Agent_brand ul li .www{ font-size:12px; line-height:18px; position:absolute; bottom:0; right:0; }

}
@media only screen and (min-width: 0px) and (max-width: 540px){
.Agent_brand {width: 100%;margin: 0 auto; overflow:hidden;}
.Agent_brand ul{ padding:0 13px; box-sizing:border-box;}
.Agent_brand ul li .pc{ display:none;}
.Agent_brand ul li .ph{ display:block;}
.Agent_brand ul li{ margin:15px 0;}
.Agent_brand ul li .img{ width:38.17%; height:158px;}
.Agent_brand ul li .ico img{ width:80%;}
.Agent_brand ul li .cont{ width:56.69%; position:relative;}
.Agent_brand ul li .tit{ font-size:14px; line-height:22px; margin:6% 0;}
.Agent_brand ul li .text{ font-size:14px; line-height:26px; min-height:inherit; margin-top:5%;}
.Agent_brand ul li .www{ font-size:12px; line-height:18px; position:absolute; bottom:0; right:0; }



}

/*20221206end*/




/*20221209start*/
.Agent_brand ul li{ align-items:flex-start;}
.Agent_brand ul li .img{ height:auto; position:relative;}
.Agent_brand ul li:hover .img img{
				 animation-name:inherit;			
				animation-duration: 4000ms;		
				animation-iteration-count: infinite;		
				animation-direction: alternate;			
			
}
.Agent_brand ul li .hide{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	left:0;
    opacity: 0;
    transition: all .5s ease;
	
}
.Agent_brand ul li .hide a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items:center;
	    letter-spacing: 10px;
	        color: #fff;
    font-size: 22px;
}
.Agent_brand ul li .hide a img{ width:100%;}
.Agent_brand ul li:hover .hide{opacity: 1;}

@media only screen and (min-width: 960px) and (max-width: 1200px){
.Agent_brand ul li .img{height:auto;}


}
@media only screen and (min-width: 720px) and (max-width: 960px){
.Agent_brand ul li .img{ height:auto;}
}
@media only screen and (min-width: 540px) and (max-width: 720px){
.Agent_brand ul li .img{ height:auto;}
}
@media only screen and (min-width: 0px) and (max-width: 540px){
.Agent_brand ul li .img{ height:auto;}
.Agent_brand ul li .www{ position:relative; margin-top:40%;}

}


.index-jiaju-z-top .swiper-wrapper li{ margin-right:30px;}
.index-jiaju-z-top li a:hover{ color:#B60005;}
.index-jiaju-z-top li:last-child:before{ width:0;}
.index-jiaju-z-top li.on a{color: #B60005;}
.slideTxtBox .swiper-button-next{
	    
    right:0; top:auto;
    bottom: 0;
    width: 20px;
    height: 23px;
    background: url no-repeat;
    background-size: 20px 23px;
    background: url(../img/you.svg) no-repeat;
    cursor: pointer; z-index:6;
}
.slideTxtBox .swiper-button-next:after{ display:none;}
.slideTxtBox .swiper-button-prev{
	 left:auto;margin-right: 34px;
    right: 0px; top:auto;
    bottom: 0;
    width: 20px;
    height: 23px;
    background: url no-repeat;
    background-size: 20px 23px;
    background: url(../img/zuo.svg) no-repeat;
       cursor: pointer; z-index:6;
}
.slideTxtBox .swiper-button-prev:after{ display:none;}


/*20221209end*/

._mySwiper2 .swiper-slide{height:auto;}


/*20221216*/
.index-jiaju-z-top li a:hover{ color:#ff5900;}
.index-jiaju-z-top li.on a{color: #ff5900;}
._knDet .swiper-pagination-bullet-active{background: #ff5900;}
._knDet .swiper-pagination-bullet-active{background: #ff5900;}


.erji ul li a span{white-space: nowrap;}
.anlifenlei-nav ul li ul li{white-space: nowrap;}


/*20221220start*/

.shoujibf{box-sizing: border-box;}
.cp-tuijian-zi{ text-align:center;}
.anlifenlei-nav ul li ul li a.a_justify{ padding-bottom:15px;}
._swiper{ width:100%; position:absolute; left:0; top:0; z-index:1; background:#fff; opacity:0; padding-bottom:30px; margin-bottom:30px;}
._swiper.on{ position:relative; z-index:6; opacity:1;}
._mySwiper_01{ width:100%; position:absolute; left:0; top:0; z-index:1; background:#fff; opacity:0;}
._mySwiper_01.on{ position:relative; z-index:6; opacity:1;}
.cp-quanbu-l-01{ width:60%; overflow:hidden; background:#fff;}
.cp-quanbu-l-01 .swiper-slide{ width:85%;}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.cp-quanbu-l-01{ width:100%;}
}
@media only screen and (min-width: 720px) and (max-width: 960px) {
.cp-quanbu-l-01{ width:100%;}
}
@media only screen and (min-width: 540px) and (max-width: 720px){
.cp-quanbu-l-01{ width:100%;}
}
@media only screen and (min-width: 0px) and (max-width: 540px) {
.chanping-zhuti{ display:block !important;}
.cp-quanbu-l-01{ width:100%;}
.cp-quanbu-l-01 .swiper-slide{ width:100%;}
/*._swiper-2{width:-webkit-calc(100% - 13px); width:-moz-calc(100% - 13px); width:calc(100% - 13px);}
._swiper-3{width:-webkit-calc(100% - 13px); width:-moz-calc(100% - 13px); width:calc(100% - 13px);}*/

.chanping-zhuti li img{height:auto;}
._swiper.on{overflow:hidden;}
}


/*20221220end*/




/*20230116start*/
._mySwiper2{ margin-top:30px;}
.index-jiaju-z .bd{ float:left; width:100%; position:relative;}
.index-jiaju-z-top li a:hover{ color:#B60005;}
.index-jiaju-z-top li.on a{color: #B60005;}
.index-jiaju-z-zhuti ul li>a{ width:100%; display:-webkit-box;}
.index-jiaju-z-zhuti .swiper-slide{ display:-webkit-box;}
._knDet .swiper-pagination-bullet-active{background: #B60005;}
._knDet .swiper-pagination-bullet-active{background: #B60005;}
.myswiper01 .swiper-wrapper{ margin-left:16%;}
@media only screen and (min-width: 0px) and (max-width: 540px) {
.myswiper01 .swiper-wrapper{ margin-left:0%;}
}


._mySwiper2-3.index-jiaju-z-zhuti ul li{margin-right:0;}
._mySwiper2-3{width:-webkit-calc(100% + 30px); width:-moz-calc(100% + 30px); width:calc(100% + 30px); margin-left:-15px;}
._mySwiper2-3.index-jiaju-z-zhuti ul li{margin-right:0; padding:0 15px;}
._mySwiper2-3.index-jiaju-z-zhuti ul li .index-fenlei-biaoge-hei{width:-webkit-calc(100% - 30px); width:-moz-calc(100% - 30px); width:calc(100% - 30px); left:15px;}

.slideTxtBox ._mySwiper2-3 .swiper-button-prev{right:15px;}
.slideTxtBox ._mySwiper2-3 .swiper-button-next{right:15px;}






/*20230510start*/
.anlifenlei-nav ul li{ cursor:pointer;}
.anlifenlei-nav ul{ display:none;}
.newsRight .news-left-ib{ float: left;position: relative;width: 100%; }
.newsRight .news-left-ib._on{ margin-top:108px;}
.anlifenlei-zhuti .box{ display:flex;}
.anlifenlei-zhuti-l{min-height:66px !important; height:66px;}
._Renter{ float:right; position:fixed; right:5px;  bottom:8%; z-index:50; background:#B60005; color:#fff; font-size:12px; line-height:16px; text-align:center; padding:11px 5px; display:flex; flex-direction:column; width:56px; cursor:pointer;}
._Renter i{ float: left; width:100%; line-height:0;}
._Renter i img{ width:24px; height:24px;}
._Renter span{ float: left; width:100%; margin-top:4px;}

@media only screen and (min-width: 1200px){
.fenye-01{ display:none !important;}
}


@media (max-width: 767px){
.newsRight .news-left-ib{display: flex;}
.newsRight .news-left-ib._on{ margin-top:0;}
.anlifenlei-zhuti-l{min-height:inherit !important; height:auto;}
._Renter{ display:none;}

}


/*20230606start*/
.index-fenlei-biaoge-hei a{ letter-spacing: 2px;}
.Agent_brand ul li:hover .hide{opacity: 0;}
.Agent_brand ul li .img:hover .hide{opacity: 1;}



.imgPop{ display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999999;}
.imgPop2{  width: 1000px;  height: 666px; /*overflow: hidden;*/ left: 50%; position: absolute; top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.imgPop2 .tp{ display: block; width: 100%; height:100%; position:relative; background:#fff;} 
.imgPop2 .tp img{max-width:100%; height:100%; display:block; margin:0 auto; position:absolute; left:50%; top:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.imgPop2 .close2{ margin-top:-24px; font-size:14px; color:#fff; padding-left:22px; line-height:20px; display:block; float:right; cursor:pointer;height: 20px; background: url(../img/close.png) no-repeat left 5px}@media screen and  (max-width:1400px){.imgPop2{ width: 612px;  height: 408px; }}@media screen and  (max-width:991px){.imgPop2{ width: 90%; left: 50%; height:auto;}
.imgPop2 .tp{ width: 100%; height:auto;}
.imgPop2 .tp img{width:100%; height:auto; position:initial; 
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
}