.hertre{
	width: 100%;
	height: 100px;
	z-index: 999;
	position: fixed;
	top: 0;
	z-index: 999;
}
.hertre1{
    background: #fff;
}
.hertre_cen{
	width: 1400px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 200px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav ul li{
	font-size: 16px;
	color: #000000;
	position: relative;
	transition: all 0.2s;
	margin-right: 70px;
	line-height: 100px;
}
.nav ul li:hover{
    color: #df2525;
}
.nav ul li:after{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 0px;
	height: 2px;
	background: #df2525;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
}
.nav ul li:hover:after{
	width: 35px
}
.nav ul li.nav_cen:after{
	width: 35px
}
.suosou_sij{
	width: 150px;
	height: 40px;
	position: absolute;
	right: 0;
	transition: all 0.3s;
	z-index: 99;
	display: none;
}
.suosou_sij svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	display: none;
}
.suosou_sij .seach_s{
	width: 18px;
	height: 18px;
	background: none;
	background-image: url(../images/asd_06.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	display: block;
	position: relative;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.suosou_sij .seach_t{
	width: 100%;
	background: #e6e6e6;
	border-radius: 40px;
	padding: 0 10px;
	padding-left: 50px;
	height: 40px;
	position: absolute;
	border: 1px solid #fff;
	transition: all 0.5s;
	color: #999999;
	font-size: 14px;
}
.sidpm{
	width: 30px;
	height: 30px;
	position: relative;
}
.sidpm_cen{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidpm_cen img{
	width: 18px;
	height: 18px;
}
.sidpm_cen svg{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.sidpm form{
	width: 300px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: 40px;
	display: none;
}
.sidpm form .seach_pn{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
}
.seach_pasqn{
	width: 18px;
	height: 18px;
	background: none;
	background-image: url(../images/asd_06.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	display: block;
	position: absolute;
	z-index: 9;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.nav_ul{
    position: absolute;
    background: #fff;
    top: 100px;
    width: max-content;
    padding: 10px 20px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  color: #df2525;
}

.hertre_cen h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	display: none;
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 100px;
}
.banner .swiper-slide img{
	width: 100%; 
	height: auto;
}
.banner1{
	width: 96%;
	margin: auto;
	display: none;
	margin-top: 70px;
	overflow: hidden;
	position: relative;
}
.banner1 img{
	width: 100%; 
	height: auto;
}
.banner1 .swiper-pagination{
	bottom: 10px !important;
	width: 80% !important;
	left: 50% !important;
	transform: translateX(-50%);
	text-align: left;
}
.banner1 .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #b2b2b2;
	opacity: 1;
	margin: 0 10px !important;
}
.banner1 .swiper-pagination-bullet-active{
	background: #df2525;
}
.banner_text{
	width: 1400px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text s1{
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	text-align: right;
	position: relative;
	padding-bottom: 30px;
}
.banner_text s1::after{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 150px;
	height: 10px;
	background: #fff;
	bottom: 0px;
	right: 0px;
}
.banner2{
    margin-top: 0px;
}
.fuwu s1{
	text-align: center;
	padding-bottom: 0px;
}
.fuwu s1::after{
	content: none;
}
.fuwu p{
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
}
.fuwu p::after{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 150px;
	height: 10px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.daoshi{
	width: 1400px;
	overflow: hidden;
	margin: 30px auto;
}
.daoshi a{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
}
.jianjie{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.jianjie_l{
	width: 48%;
	overflow: hidden;
}
.jianjie_l s1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
}
.jianjie_l s1:after{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 80px;
	height: 3px;
	background: #df2525;
	bottom: 0px;
	left: 0%;
}
.jianjie_l p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-top: 50px;
}
.jianjie_y{
	width: 50%;
	overflow: hidden;
}
.jianjie_y img{
	width: 100%;
	height: auto;
}
.moren{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	text-align: center;
}
s1{
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    
}
.moren s1{
	font-size: 30px;
	color: #df2525;
	position: relative;
	display: inline-block;
	line-height: 30px;
}
.moren s1::after{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 28px;
	height: 2px;
	background: #df2525;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
}
.moren s1::before{
	position: absolute;
	transition: all 0.3s;
	content: "";
	width: 28px;
	height: 2px;
	background: #df2525;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
}
.moren p{
	font-size: 20px;
	color: #b3b3b3;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.moren h1{
	font-size: 30px;
	color: #ff5722;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.lianxi{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.lianxi_l{
	width: 30%;
	overflow: hidden;
}
.lianxi_l ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lianxi_l ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.lianxi_l ul li:nth-child(1){
	margin-top: 0px;
}
.lianxi_l ul li s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}
.lianxi_mo{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lianxi_mo img{
	width: 30px;
	height: 30px;
}
.lianxi_text{
	width: calc(100% - 40px);
	overflow: hidden;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
}
#map{
	width: 68%;
	height: 400px;
}
#allmap{
	width: 100%;
	height: 100%;
}
.BMap_bubble_content p{
	font-size: 14px;
	line-height: 26px;
}
.fuzc{
	width: 100%;
	border-bottom: 2px solid #c1c1c1;
	box-sizing: border-box;
}
.fuzc ul{
	width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.fuzc ul li{
	font-size: 20px;
	color: #000;
	padding-bottom: 30px;
	position: relative;
	transition: all 0.3s;
}
.fuzc ul li a{
    display: block;
}
.fuzc ul li::after{
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background: #df2525;
	bottom: -2px;
	left: 0;
	z-index: 9;
	transition: all 0.3s;
}
.fuzc ul li.fuzc_op{
	color: #df2525;
}
.fuzc ul li.fuzc_op::after{
	width: 100%;
}
.fuzc ul li:hover{
	color: #df2525;
}
.fuzc ul li:hover::after{
	width: 100%;
}
.xiazai{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.xiazai ul{
	width: 100%;
	overflow: hidden;
}
.xiazai ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	line-height: 100px;
	border-bottom: 1px solid #e0e0e0;
}
.xiazai ul li s1{
	width: 50%;
	font-size: 20px;
	color: #666666;
	font-weight: 500;
	background-image: url(../images/oiso_05.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xiazai ul li p{
	width: 20%;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: 500;
}
.xiazai ul li h2{
	width: 10%;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: 500;
}
.xiazai ul li .xiazai_a{
	display: block;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xiazai_a a{
	background: #df2525;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/oiso_08.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 20px;
	line-height: 30px;
	display: block;
	width: 100px;
	text-align: center;
}
.xiazai ul li:nth-child(1){
	background: #d9d9d9;
}
.xiazai ul li:nth-child(1) p{
	font-size: 20px;
	color: #000000;
	text-align: center;
}
.xiazai ul li:nth-child(1) p:nth-child(1){
	width: 50%;
}
.xiazai ul li:nth-child(1) p:nth-child(2){
	width: 20%;
}
.xiazai ul li:nth-child(1) p:nth-child(3){
	width: 10%;
}
.xiazai ul li:nth-child(1) p:nth-child(4){
	width: 20%;
}
.wenti{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.wenti ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wenti ul li{
	width: 32%;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
}
.wenti ul li s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}
.wenti ul li i{
	display: block;
	width: 80px;
	height: 2px;
	background: #666666;
	margin-top: 20px;
}
.wenti ul li>p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 30px;
	min-height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.wenti_a{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.wenti_a a{
	display: block;
	font-size: 18px;
	color: #df2525;
}
.wenti_a p{
	font-size: 14px;
	color: #666666;
}
.qiangx{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.qiangx>s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}
.qiangx>p{
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.qiangx_text{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.qiangx_text img{
	max-width: 100% !important;
	height: auto !important;
	margin: auto;
}
.fanye{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
	margin-top: 30px;
}
.fanye a{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.liuyan{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	margin-top: 30px;
}
.liuyan form{
	width: 1200px;
	overflow: hidden;
	margin: 30px auto;
}
.le{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.le label{
	width: 45%;
	overflow: hidden;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.le label p{
	width: 100px;
	font-size: 16px;
	color: #000000;
	text-align: right;
	float: left;
	line-height: 40px;
}
.le label p span,
.liuyan form>label p span{
	color: #ff0000;
}
.le label input{
	width: calc(100% - 110px);
	height: 40px;
	border: 1px solid #b3b3b3;
	background: #fff;
	display: block;
	padding: 0px 10px;
}
.liuyan form>label{
	width: 100%;
	overflow: hidden;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.liuyan form>label p{
	width: 100px;
	font-size: 16px;
	color: #000000;
	text-align: right;
	float: left;
	line-height: 40px;
}
.liuyan form textarea{
	width: calc(100% - 110px);
	height: 150px;
	border: 1px solid #b3b3b3;
	background: #fff;
	display: block;
	padding: 10px;
	resize: none;
	font-family: "微软雅黑";
}

.file{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.file p{
    width: 100px;
	font-size: 16px;
	color: #000000;
	text-align: right;
	float: left;
	line-height: 40px;
}
 .zgw-file {
	width:400px;
	height:40px;
	position:relative;
	border:1px solid #b3b3b3;
	float: left;
	margin-left: 10px;
	box-sizing: border-box;
}
.zgw-file-input {
	width:150px;
	height:40px;
	opacity:0;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
}
.zgw-file-content {
	width:100%;
	height:40px;
}
.zgw-file-title {
	width:150px;
	height:38px;
	font-size:14px;
	color:#000;
	text-align: center;
	line-height:40px;
	text-align:center;
	background: #d1d1d1;
	float: right;
	border-left:1px solid #b3b3b3;
	cursor: pointer;
}
.zgw-file-name {
	width:240px;
	height:40px;
	font-size:14px;
	color:#333;
	word-break:break-all;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
	float: left;
}








.submit{
	width: 180px;
	height: 40px;
	background: #df2525;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: auto;
	margin-top: 40px;
	border: none;
}
.udoi{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.udoi p{
    width: 100px;
	font-size: 16px;
	color: #000000;
	text-align: right;
	float: left;
	line-height: 40px;
}
.udoi p span{
	color: #ff0000;
}
.verify-wrap{
	width: 400px !important;
	float: left;
	margin: 0px;
	margin-left: 10px;
}
.shouhou{
	width: 1500px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.shouhou ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px 50px;
}
.shouhou ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 3px rgb(0,0,0,0.02);
	padding: 30px;
}
.shouhou ul li img{
	width: 100px;
	height: auto;
	margin: auto;
}
.shouhou ul li s1{
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	margin-top: 20px;
}
.shouhou_text{
	width: 60%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.lianmo{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.lianmo_l{
	width: 60%;
	overflow: hidden;
}
.lianmo_l ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lianmo_l ul li{
	width: 33%;
	overflow: hidden;
}
.lianmo_l ul li:nth-child(4){
	width: 100%;
	margin-top: 30px;
}
.lianmo_l ul li img{
	width: 50px;
	height: 50px;
	float: left;
}
.lianmo_mo{
	width: calc(100% - 60px);
	overflow: hidden;
	float: right;
}
.lianmo_mo s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}
.lianmo_mo p{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
}
.lianmo_l #map{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.lianmo_r{
	width: 38%;
	overflow: hidden;
}
.lianmo_r form{
	width: 100%;
	overflow: hidden;
	display: block;
}
.lei{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lei label{
	width: 48%;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.lei label input{
	display: block;
	width: 100%;
	height: 60px;
	background: #f5f5f7;
	border: none;
	padding: 0 10px;
	font-size: 16px;
	color: #808080;
}
.lianmo_r form textarea{
	display: block;
	width: 100%;
	height: 150px;
	background: #f5f5f7;
	border: none;
	padding: 10px;
	font-family: "微软雅黑";
	resize: none;
	font-size: 16px;
	color: #808080;
}
.lianmo_r form .submit{
	width: 100%;
}

.zizhi{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.zizhi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zizhi ul li{
	width: 23%;
	overflow: hidden;
	border: 2px solid #1b4a9f;
	margin-top: 50px;
}
.zizhi ul li img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.zizhi ul li:hover img{
	transform: scale(1.2);
}


.kehu{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.kehu ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kehu ul li{
	width: 23%;
	overflow: hidden;
	border: 2px solid #f2aaac;
	margin-top: 100px;
}
.kehu ul li img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.kehu ul li:hover img{
	transform: scale(1.2);
}
.gangan{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0px;
}
.gangan_l{
	width: 50%;
	overflow: hidden;
	padding: 0 30px;
}
.gangan_l img{
	width: 100%;
	height: auto;
	margin: auto;
}
.gangan_r{
	width: 48%;
	overflow: hidden;
}
.gangan_r s1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
}
.gangan_r s1::after{
	content: "";
	width: 50px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gangan_r p{
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	margin-top: 30px;
}





.fanganiu{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.fanganiu ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fanganiu ul li{
	width: 32.5%;
	overflow: hidden;
	background: #fff;
	padding: 20px 0px;
	margin-top: 20px;
}
.fanganiu_img{
    width: 100%;
    height: auto;
}
.fanganiu_img img{
	width: 100%;
	height: auto;
}
.fanganiu ul li s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.fanganiu ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fanganiu ul li div{
	width: 100%;
	overflow: hidden;
	padding: 0px 20px;
}
.fanganiu ul li .xasoa{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	display: block;
	font-size: 16px;
	color: #df2525;
}

.hzanli{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.hzanli ul{
	width: 100%;
	overflow: hidden;
}
.hzanli ul li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 50px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hzanli_img{
	width: 500px;
	height: auto;
}
.hzanli_img img{
    width: 100%;
    height: auto;
}
.hzanli_l{
	width: calc(100% - 520px);
	overflow: hidden;
}
.hzanli_l s1{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.hzanli_l>p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hzanli_a{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hzanli_a a{
	display: block;
	font-size: 16px;
	color: #df2525;
}
.hzanli_a p{
	font-size: 14px;
	color: #666666;
}




.xinwen{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.xinwen ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xinwen ul li{
	width: 32.5%;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}
.xinwen ul li img{
	width: 100%;
	height: auto;
}
.xinwen_l{
	width: 100%;
	overflow: hidden;
	padding: 20px;
}
.xinwen ul li s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}
.xinwen ul li span{
	font-size: 14px;
	color: #666666;
	text-align: right;
	display: block;
	margin-top: 20px;
}
.xinwen ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.chanpin{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.chanpin ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chanpin ul li{
	width: 49%;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
	margin-top: 30px;
	flex-direction: row-reverse;
}

.chanpin_l{
	width: 48%;
	overflow: hidden;
}
.chanpin_l s1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
}
.chanpin_l i{
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
.chanpin_l  p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.chanpin_l .aswd{
	width: 150px;
	line-height: 40px;
	text-align: center;
	color: #df2525;
	border: 1px solid #df2525;
	display: block;
	border-radius: 40px;
	font-size: 16px;
	margin-top: 20px;
}
.chanpin_img{
	width: 48%;
    overflow: hidden;
}
.chanpin_img img{
    width: 100%;
    height: auto;
}
.chanpin_l .aswd:hover{
	background: #df2525;
	color: #fff;
}

.cpxq{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpxq_l{
	width: 50%;
	height: auto;
}


.m{
	width: 100%;
	overflow: hidden;
}
.m ul{
	width: 100%;
	overflow: auto;
	margin-top: 10px;
	 overflow: hidden;
	  overflow-x: auto;
	  white-space: nowrap;
}
.m ul li{
	width: auto;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.m ul li:nth-child(1){
	margin-left: 0px;
}
.m ul li img{
	width: auto;
	height: 100%;
}


.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}

.cloudzoom-zoom {
    border: 1px solid #888;
    width: 200px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}



.jqueryzoom { 
	position: relative; 
	padding: 0; 
	width: 100%; 
	height:550px; 
	overflow: hidden; 
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
}
.jqueryzoom img {
	max-width: 100%;
	max-height: 100%; 
}
.cloudzoom-gallery-active{opacity: .5}


.m ul::-webkit-scrollbar {
    width: 4px;   
    height: 6px;
}
.m ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #000;
    background: #000;
}
.m ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.beijing{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}
.page .active,
.page .total{
    display: inline-block;
    font-size: 14px;
    padding: 5px 8px;
    color: #999;
    border: 1px solid #999;
    margin: 0px 3px;
}
.page .active{
    background: #df2525;
    border: none;
    color: #fff;
}
.page .active:nth-child(1),
.page .total:nth-child(1){
    color: #999;
    border: 1px solid #999;
    background: #fff;
}
.page .active:last-child,
.page .total:last-child{
    color: #999;
    border: 1px solid #999;
    background: #fff;
}
.page .active:hover,
.page .total:hover{
    color: #999;
    border: 1px solid #df2525;
    background: #df2525;
}
.cpxq_y{
	width: 47%;
	overflow-y: hidden;
}
.cpxq_y>s1{
	font-size: 30px;
	color: #000000;
	font-weight: 500;
}
.cpxq_y>p{
	font-size: 20px;
	color: #666666;
	line-height: 36px;
	margin-top: 30px;
}
.cpxq_y>p span{
	margin-bottom: 20px;
	display: block;
}
.cpxq_y>ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.cpxq_y>ul>li{
	width: 33%;
	overflow: hidden;
	margin: 10px 0;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}
.cpxq_y>ul>li:nth-child(1){
	border: none;
}
.cpxq_y>ul>li a{
	display: inline-block;
	background-image: url(../images/jasckj_10.jpg);
	background-size: 27px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 50px;
	font-size: 20px;
	color: #666666;
}
.cpxq_y>ul>li:nth-child(2) a{
	background-image: url(../images/jasckj_12.jpg);
}
.cpxq_y>ul>li:nth-child(3) a{
	background-image: url(../images/jasckj_14.jpg);
}
.duwoi{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.duwoi s1{
	font-size: 26px;
	color: #000000;
	font-weight: 500;
}
.duwoi a{
	font-size: 24px;
	color: #000000;
	background-image: url(../images/jasckj_28.jpg);
	background-size: 40px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	line-height: 50px;
	display: block;
	margin-top: 20px;
}
.cp_aa{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.cp_aa>ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cp_aa ul li{
	width: 200px;
	line-height: 50px;
	text-align: center;
	background: #df2525;

}
.cp_aa ul li a{
	display: inline-block;
	background-image: url(../images/jasckj_36.jpg);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.cp_aa ul li:nth-child(2){
	background: #ebbb3a;
}
.cp_aa ul li:nth-child(2) a{
	background-image: url(../images/jasckj_33.jpg);
}

.chanpinfeo{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	margin-top: 50px;
}
.chanpinfeo ul{
	width: 1400px;
	overflow: hidden;
	margin: 30px auto;
}
.chanpinfeo ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.cahn_p{
	width: 100%;
	overflow: hidden;
	background: #d9d9d9;
	line-height: 70px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}
.cahn_p p{
	font-size: 22px;
	color: #000000;
}
.cahn_p svg{
	width: 40px;
	height: 40px;
}
.cahn_p svg path{
	stroke: #000;
}
.chan_text{
	width: 100%;
	overflow: hidden;
	padding: 30px 50px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	background: #fff;
	display: none;
}

.chan_text img{
max-width: 100% !important;
	height: auto !important;
	margin: auto;
}




.chanpinfeo ul li:nth-child(1) .chan_text{
	display: block;
}
/*.as ul li:nth-child(1){
	background: #fff;
	border: none;

}*/

.xinwen1{
	margin-bottom: 50px;
}
.xinwen2{
	display: none;
	margin-bottom: 30px;
}
.gendgui{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	text-align: right;
	font-size: 16px;
	color: #df2525;
	margin-top: 30px;
}
.gendgui a{
	display: block;
	text-align: right;
}

.beixing{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	display: none;
}
.beixing s1{
	float: left;
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}
.beixing a{
	display: block;
	float: right;
	font-size: 16px;
	color: #df2525;
	font-weight: 500;
}
.inchaop{
	width: 1400px;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
	padding-bottom: 50px;
}
.inchaop .swiper-slide{
	background: #fff;
}
.inchaop .swiper-slide img{
	width: 70%;
	height: auto;
	margin: 30px auto;
}
.inchaop .swiper-slide  s1{
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.inchaop .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 1;
}
.inchaop .swiper-pagination-bullet-active{
	background: #df2525;
}
.tuiajino{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	border: 1px solid #ffbaba;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
}
.tuiajino_l{
	width: 20%;
	overflow: hidden;
	display: flex;
	    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.tuiajino_l img{
	width: 70%;
	height: auto;
}
.tuiajino_l s1{
    display: none;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
}
.tuiajino_r{
	width: 80%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
}
.tuiaj_top{
	width: calc(100% - 40%);
	overflow: hidden;
}
.tuiaj_top s1{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
}
.tuiaj_top p{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 20px;
}
.tuiaj_top p span{
	display: block;
}
.tuiaj_bott{
	width: 150px;
	overflow: hidden;
}
.tuiaj_bott>a{
	width: 100%;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 40px;
	text-align: center;
}
.tuiaj_bott>a:hover{
	background: #ff0000;
	color: #fff;
}
.tuiaj_bott p{
	width: 100%;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #ff0000;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}
.tuiaj_bott p a{
	display: inline-block;
    background-image: url(../images/jasckj_36.jpg);
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    cursor: pointer;
}
.in_hertre{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.inas_indin{
	display: none;
}
.in_hertre .nav ul li.nav_cen{
	color: #fff;
}
.in_hertre .nav ul li:hover{
	color: #fff;
}
.in_hertre .nav ul li:after{
	background: #fff;
}
.inchanpin{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	height: 600px;
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}
.inchanpin_img{
	width: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;align-items: center;
}
.inchanpin_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inchanpin_r{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.inchanpin_r .swiper-slide {
    height: calc((100% - 30px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.inchanpin_r .swiper-slide img{
	width: 50%;
	height: auto;
	margin: auto;
	object-fit: cover;
}
.inchanpin_r .swiper-slide s1{
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}
.inchanpin_r .swiper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.inchanpin_r .swiper-pagination{
	bottom: 10px !important;
}
.inchanpin_r .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #b2b2b2;
	opacity: 1;
	margin: 0 10px !important;
}
.inchanpin_r .swiper-pagination-bullet-active{
	background: #df2525;
}


.inchanpin_img_a{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #df2525;
	z-index: 99
}
.inchanpin_img_a a{
	display: block;
	text-align: right;
}
.xinwenin{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	background: #f2f2f2;
}
.xinwenin_cen{
	width: 1400px;
	overflow: hidden;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xinwenin_cen_l{
	width: 55%;
	overflow: hidden;
	background: #fff;
}
.xinwenin_cen_l img{
	width: 100%;
	height: auto;
}
.xinwen_l{
	width: 100%;
	overflow: hidden;
	padding: 20px;
}
.xinwenin_cen_l s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}
.xinwenin_cen_l span{
	font-size: 14px;
	color: #666666;
	text-align: right;
	display: block;
	margin-top: 20px;
}
.xinwenin_cen_l p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.xinwenin_cen_r{
	width: 43%;
	overflow: hidden;
}
.xinwenin_cen_r ul{
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.xinwenin_cen_r ul li{
	width: 100%;
	overflow: hidden;
	height: 19%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.xi_li{
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e45b5b;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
}
.xi_ri{
	width: calc(100% - 120px);
	overflow: hidden;
	padding-right: 20px;
}
.xi_ri s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
}
.xi_ri span{
	font-size: 14px;
	color: #666666;
	text-align: right;
	display: block;
	transform: translateY(-18px);
}
.xi_ri p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.guanggaowei{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.guanggaowei img{
	width: 100%;
	height: auto;
}
.guanbi{
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0px;
	background-image: url(../images/gianbi_18.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jiantou{
	width: 100%;
	overflow: hidden;
	/*margin-top: 80px;*/
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.jiantou_li{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 200px;
}
.jiantou_li s1{
	font-size: 30px;
	color: #000;
	font-weight: 500;
}
.jiantou_li>p{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
}
.jiantou_li_text{
	width: 600px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	margin-top: 20px;
}
.jiantou_li ul{
	width: 600px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.jiantou_li ul li{
	width: 30%;
	overflow: hidden;
}
.jiantou_li ul li img{
	width: 40px;
	height: auto;
	margin: auto;
}
.jiantou_li ul li s1{
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	font-weight: 500;
}
.morom{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
	position: relative;
}
.morom img{
	width: 100%;
	height: auto;
}
.morom p{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hezxuoom{
	width: 1400px;

	margin: auto;
	margin-top: 30px;
}
.hezxuoom ul{
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}
.hezxuoom ul li{
	width: 20%;
	background: #f7f7f7;
	float: left;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.3s;
}
.hezxuoom_l{
	display: none;
}
.hezxuoom_l img{
	width: 100%;
	height: auto;
}
.hezxuoom_l div{
	background: #fff;
	padding: 10px;
	margin-top: -70px;
}
.hezxuoom ul li.omxuo{
	width: 60%;
	background: #e45b5b;
}
.hezxuoom ul li.omxuo .hezxuoom_l{
	display: block;
	width: 40%;
	
	
}
.hezxuoom ul li h2{
	font-size: 70px;
	color: #8f8f8f;
	font-weight: 600;
	line-height: 70px;
}
.hezxuoom ul li h1{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.hezxuoom ul li i{
	width: 50px;
	height: 2px;
	background: #000;
	display: block;
	margin-top: 20px;
}
.hezxuoom ul li p{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hezxuoom ul li.omxuo h2,
.hezxuoom ul li.omxuo h1,
.hezxuoom ul li.omxuo p{
	color: #fff
}
.hezxuoom ul li.omxuo h2{
	opacity: 0.25;
}
.hezxuoom ul li.omxuo s1{
	margin-top: -50px;
}
.hezxuoom ul li.omxuo i{
	background: #fff;
}
.hezxuoom ul li.omxuo .hezxuoom_r{
	width: 50%;
}
.hezxuoom_r a{
	width: 200px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	margin-top: 30px;
	display: block;
	display: none;
}
.hezxuoom_r a:hover{
	background: #fff;
	color: #000;
}
.hezxuoom ul li.omxuo .hezxuoom_r a{
	display: block;
}
.shouji{
	display: none;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}

.shonmo{
	width: 100%;
	overflow: hidden;
	margin: auto;
	background: #fff;
}
.shonmo ul{
	width: 94%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.shonmo ul li{
	width: 15%;
	overflow: hidden;
}
.shonmo ul li img{
	width: 80%;
	height: auto;
	margin: auto;
}
.shonmo ul li p{
	text-align: center;
	margin-top: 14px;
	font-size: 14px;
	color: #000;
}
.dianrong{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.dianrong ul{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.dianrong ul li{
	width: 48%;
	overflow: hidden;
	color: #1faaa8;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	background-image: linear-gradient(to right, #bdfcff, #e5f3f6);
	position: relative;
	font-weight: 900;
}
.dianrong ul li img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.dianrong ul li a{
	position: relative;
	z-index: 1
}
.dianrong ul li:nth-child(2){
	background-image: linear-gradient(to right, #f6e6e7, #f7b0ba);
	color: #d94931;
}
.disou{
	width: 94%;
	overflow: hidden;
	margin: auto;
}
.disou ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.disou ul li{
	width: calc(50% - 15px);
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
	padding: 30px 0px;
}
.disou ul li img{
	width: 50%;
	height: auto;
	margin: auto;
}
.disou ul li p{
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 20px;
}
.xinwen_in{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	background: #fff;
}
.xinwen_in_top{
	width: 94%;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #c1c1c1;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
}
.xinwen_in_top ul{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.xinwen_in_top ul li{
	font-size: 16px;
	color: #000;
	position: relative;
	transition: all 0.3s;
	padding: 8px 15px;
}
.xinwen_in_top ul li.cmsoi {
    background: #df2525;
    color: #fff;
}
.qiehuan{
	width: 94%;
	overflow: hidden;
	margin: auto;
}
.qiehuan ul{
	width: 100%;
	overflow: hidden;
}
.qiehuan ul li{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #c1c1c1;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.qiehuan ul li:nth-child(1){
	border-top: none;
}
.qiehuan ul li img{
	width: 200px;
	height: auto;
}
.qiehuan_ri{
	width: calc(100% - 220px);
	overflow: hidden;
}
.qiehuan_ri s1{
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	line-height: 30px;
}
.qiehuan_ri span{
	font-size: 14px;
	color: #666666;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.qiehuan_ri p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}

.shouji .guanggaowei{
	margin-top: 30px;
}



.hezuo_in{
	width: 94%;
	overflow: hidden;
	margin: auto;
	/*margin-top: 20px;*/
}
.hezuo_in ul{
	width: 100%;
	overflow: hidden;
}
.hezuo_in ul li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.hezuo_in ul li:nth-child(1){
	border-top: none;
}
.hezuo_in ul li img{
	width: 250px;
	height: auto;
}
.hezuo_in_ri{
	width: calc(100% - 270px);
	overflow: hidden;
}
.hezuo_in_ri s1{
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	line-height: 30px;
}

.hezuo_in_ri p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}

.fenelir{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.fenelir img{
	width: 100%;
	height: auto;
	border: 1px solid #c8c8c8;
}
.fenelir .swiper-slide{
	transform: scale(0.8) !important;

}
.fenelir .swiper-slide-active,
.fenelir .swiper-slide-duplicate-active{
     transform: scale(1) !important;
}
.fenelir .swiper-slide h1{
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 10px;
	display: none;
}
.fenelir .swiper-slide-active h1{
	display: block;
}

#certify  .swiper-slide {
	width: 96%;
	height: auto;
	 
}

.di{
	width: 100%;
	overflow: hidden;
	background: #343434;
}
.di_cen{
	width: 1400px;
	overflow: hidden;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.di_l{
	width: 45%;
	overflow: hidden;
}
.di_l s1{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.di_top{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.di_top>img{
	width: 150px;
	height: auto;
}
.di_top ul{
	width: calc(100% - 160px);
	overflow: hidden;
}
.di_top ul li{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 20px;
}
.di_r{
	width: 45%;
	overflow: hidden;
}
.di_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;align-items: center;
}
.di_r ul li{
	font-size: 18px;
	color: #fff;
}
.di_logo{
	width: 200px;
	overflow: hidden;
	margin-top: 50px;
	float: right;
}
.di_logo img{
	width: 100%;
	height: auto;
}
.bian{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #575757;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
}
.di_sj{
	width: 100%;
	overflow: hidden;
	background: #343434;
	margin-bottom: 70px;
	display: none;
}
.di_sj_ce{
	width: 94%;
	overflow: hidden;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.di_sj_l{
	width: calc(100% - 130px);
	overflow: hidden;
}

.di_sj_r{
	width: 110px;
	overflow: hidden;
}
.di_sj_r s1{
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.di_sj_r img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.di_sj_bian{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}
.di_sj_l_logo{
	width: 150px;
	overflow: hidden;
}
.di_sj_l_logo img{
	width: 100%;
	height: auto;
}
.di_sj_l ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.di_sj_l ul li{
	width: 48%;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 10px;
}
.di_sj_l ul li:nth-child(3){
	width: 100%;
}

.daohang{
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: -1px;
	z-index: 999;
	background: #f7f7f7;
	display: flex;
	align-items: center;
}
.daohang ul{
	width: 94%;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.daohang_img{
	width: 40px;
	overflow: hidden;
	margin: auto;
}
.daohang_img img{
    width: 25px;
    height: auto;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    filter: drop-shadow(40px 0px 0 #df2525);
    position: relative;
    right: 0;
    transition: all 0.1s;
}
.daohang ul li.niodi .daohang_img img{
    right: 40px;
}
.daohang ul li p{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
.daohang ul li.niodi p{
	color: #df2525;
}







.sousuo{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.sousuo ul{
	width: 100%;
	overflow: hidden;
}
.sousuo ul li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sousuo ul li img{
	width: 200px;
	height: auto;
}
.suosou_r{
	width: calc(100% - 220px);
	overflow: hidden;
}
.sousuo ul li s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}
.sousuo ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ss_oum{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ss_oum h2{
	font-size: 18px;
	color: #999999;
	font-weight: 500;
}
.ss_oum a{
	font-size: 18px;
	color: #df2525;
	font-weight: 500;
}
.fannao{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}

.fannao s1{
	text-align: center;
	font-size: 30px;
	color: #df2525;
	font-weight: 600;
}
.fannao_t{
	width: 100%;
	overflow: hidden;
}
.fannao_t ul{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fannao_t ul li{
	width: 23%;
	overflow: hidden;
}

.fannao_t ul li img{
	width: 100%;
	height: auto;
	background: #df2525;
	border-radius: 50%;
	padding: 2px;
}
.fannao_t ul li>p{
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-top: 30px;
}
.fannao_text{
	width: 100%;
	overflow: hidden;
	border: 1px solid #e34242;
	padding: 10px;
	margin-top: 30px;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	min-height: 150px;
}
.gaizao{
	width: 100%;
	overflow: hidden;
	background: #fe8e8e;
	margin-top: 100px;
}
.gaizao_c{
	width: 1400px;
	overflow: hidden;
	margin: 50px auto;
	text-align: center;
}
.gaizao_c s1{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
}
.gaizao_c p{
	text-align: center;
	font-size: 20px;
	color: #df2525;
	font-weight: 500;
	background: #fff;
	padding: 0px 50px;
	line-height: 35px;
	border-radius: 40px;
	display: inline-block;
	margin-top: 30px;
}
.gaizao_text{
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 38px;
	font-weight: 500;
	margin-top: 30px;
}

.youshi{
	width: 100%;
	overflow: hidden;
	margin:  auto;
	margin-top: 50px;
}
.youshi>s1{
	text-align: center;
	font-size: 30px;
	color: #df2525;
	font-weight: 600;
}
.youshi>p{
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}
.youshi>i{
	width: 50px;
	height: 4px;
	background: #df2525;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.youshi_top{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.youshi_top>s1{
	font-size: 24px;
	color: #df2525;
	font-weight: 500;
}
.youshi_top>s1 span{
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	background: #df2525;
	padding: 10px;
	line-height: 70px;
	margin-right: 10px;
}
.youshi_text{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-top: 50px;
}
.youshi_text img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.youshi_top ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.youshi_top ul li{
	width: 48%;
	overflow: hidden;
	margin-top: 20px;
}
.youshi_top ul li img{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px;
	border-radius: 50%;
}
.youshi_top ul li>p{
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-top: 20px;
}
.neojing_text{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}
.podp{
	padding-bottom: 50px;
	margin-top: 30px;
}
.anli_ins{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.anli_ins>s1{
	text-align: center;
	font-size: 30px;
	color: #df2525;
	font-weight: 600;
}
.anli_ins>i{
	width: 50px;
	height: 4px;
	background: #df2525;
	display: block;
	margin: auto;
	margin-top: 20px;
}





.fuwuou{
	width: 100%;
	overflow: hidden;
	background: #df2525;
}
.fuwuou_c{
	width: 1400px;
	overflow: hidden;
	margin: 50px auto;
	text-align: center;
}
.fuwuou_c s1{
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
}

.fuwuou_c_text{
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 500;
	margin-top: 30px;
	background-image: url(../images/jkcsa_45.png);
	background-size: 50px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
}
.fu_ul{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.fu_ul ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fu_ul ul li{
	width: 60%;
	overflow: hidden;
	font-size: 20px;
	color: #000000;
	position: relative;
	padding-left: 20px;
	margin-top: 15px;
}
.fu_ul ul li::after{
	content: "";
	width: 15px;
	height: 15px;
	background: #df2525;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;

}
.fu_ul ul li:nth-child(2n){
	width: 35%;
}

.reidian{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #f7f7f7;
	display: none;
}
.remen{
	width: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0 3%;
	background: #fff;
	padding-bottom: 30px;
	margin-top: 90px;
}
.remen s1{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	margin-top: 20px;
}
.remen ul{
	width: 100%;
	margin: auto;
	
}
.remen ul li{
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 36px;
	margin-right: 10px;
	margin-top: 10px;
	background: #e4e4e4;
	position: relative;
}
.remen ul li.remen_o{
	background: #ff0000;
	color: #fff;
}
.remen ul li.remen_o::after{
	content: "";
	width: 23px;
	height: 27px;
	background-image: url(../images/aasc_03.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	transform: translate(10px,-20px);
}
.sdoio{
	margin-top: 20px;
}
.sdoio h1{
	margin-top: 20px;
}
.sdoio a{
	display: block;
	float: right;
}
.sdoio a img{
	width: 23px;
	height: 27px;
}


.ulli{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	padding: 20px 10px;
	position: absolute;
	z-index: 99;
	margin-top: 20px;
	box-shadow: 0px 0px 8px 4px rgb(0,0,0,0.05);
	display: none;
}
.ulli ul{
	width: 100%;
	overflow: hidden;
}
.ulli ul li{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.ulli p{
	font-size: 12px;
	line-height: 30px;
	color: #999;
}






.xuanfu {
	width: 60px;
	height: auto;
	background: #fff;
	position: fixed;
	right: 20px;
	bottom: 200px;
	box-shadow: 0px 0px 10px 2px rgb(0, 0, 0, 0.1);
	z-index: 999;
	background: #e45b5b;
}

.xuanfu ul {
	width: 100%;
	height: 100%;
	margin: auto;
}

.xuanfu ul li {
	width: 100%;
	height: 60px;
	position: relative;
	cursor: pointer;
	border-top: 1px #fff solid;
	
}

.xuanfu ul li .posko {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xuanfu ul li .posko img {
	width: 100%;
	height: 100%;
}

.xuanfu_k {
	width: 0px;
	height: 60px;
	line-height: 60px;
	right: 60px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	background: #e45b5b;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	transition: all 0.2s;
}

.eroioas {
	width: 0px;
	overflow: hidden;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	transition: all 0.2s;
	right: 60px;
	top: 0;
	position: absolute;
	background: #e45b5b;
}

.eroioas img {
	width: 100%;
	height: auto;

	padding: 50px;
	border-radius: 10px;
}

.eroioas h1 {
	text-align: center;
	font-size: 14px;
	font-weight: inherit;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 20px;
}



.xuanfu ul li:hover .xuanfu_k {
	width: 250px;
}

.xuanfu ul li:hover .poidpo {
	width: 300px;
}

.xuanfu ul li:hover .eroioas {
	width: 250px;
}



/*招商加盟*/
.InvestCoop-modal{padding:9px;background:rgba(234,38,84,.9);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:9999;}
.InvestCoop-modal .InvestCoop-modal-contain{padding:28px 0;width:498px;text-align:center;color:#fff;border:1px solid #fff;}
.InvestCoop-modal-contain .con{line-height:50px;font-size:34px;}
/*.InvestCoop-modal:before{content:"";display:block;width:143px;height:52px;background:url(../../images/bg/ICmodal-orn1.png) no-repeat center center;position:absolute;top:-52px;left:274px;}
.InvestCoop-modal:after{content:"";display:block;width:123px;height:46px;background:url(../../images/bg/ICmodal-orn2.png) no-repeat center center;position:absolute;bottom:-46px;left:94px;}*/
.InvestCoop-modal-contain .action{margin:30px 0 0;}
.InvestCoop-modal-contain .action .btn{padding:0 22px;line-height:32px;font-size:18px;border:1px solid #fff;border-radius:34px;margin:0 22px;}
.InvestCoop-modal-contain .action .btn.ct-btn{color:#e92553;background:#fff;}

/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}

a, a:active{
	color: inherit;
	text-decoration: none;
	cursor:pointer;
}

body, button, input, pre, select, textarea {
	font-size: 14px;
	font-family:'Microsoft YaHei','Arial';
}