html,body{
    width:100%;
    overflow-x:hidden;
}

.header{
    width:100%;
    height:65px;
    position:fixed;
    left:0;
    right: 0;
    top: 0;
    background: #fff;
    transition: background .3s;
    z-index:999;
	border-bottom:1px solid #bfbfbf;
}
.header_left{
    float:left;
}
.header_logo{
    margin:0 20px;
    height: 65px;
    line-height: 65px;
	float: left;
}
.header_logo a{
    display:inline-block;
    cursor:pointer;
}
.logo_img{
    width:150px;
    
}
.header_right{
    float:right;
}
.headernav{
	float:left;
	height:65px;
}
.headernav li{
	float:left;
	color:#181818;
	height:65px;
	line-height:65px;
	margin:0 15px;
	cursor: pointer;
}
.expendcontent{
	postion:absolute;
	top:60px;
	left:0;
	height:300px;
	background: #eee;
}
.navicon{
	color:#181818;
	font-size:12px;
    margin-left: 3px;
	display: inline-block;
	transition: all .2s ease 0s;
}
.headernav li.active,.headernav li.active a,.headernav li.active a:hover{
    color:#1d67f1;
}
.headernav li a{
    height: 65px;
    display: inline-block;
}
.headernav li.active .navicon{
    color:#1d67f1;
	transform: rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	
}
.rightele{
	height: 65px;
	line-height: 65px;
	margin: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.loginbtn{
	margin-right: 0;
	padding: 0 40px;
	display: inline-block;
	background: #1d67f1;
	color: #fff;
}
a.loginbtn:hover {
    color: #fff;
}
.loginuser{
    line-height: 22px;
    display: inline-block;
    border-left: 1px solid #bfbfbf;
    padding: 9px 10px;
    margin: 0;
    box-sizing: border-box;
    /*text-align: center;*/
    display:none;
    /*width:123px;*/
    min-width: 100px;
    max-width: 220px;
    background: #1d67f1;
}
.loginuser_btn{
    background: #1d67f1;
    color: #fff;
    /*padding: 1px 7px;*/
    font-size: 12px;
    border-radius: 10px;
    width: 71px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}
.usericon{
    font-size: 22px;
    color: #1d67f1;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.iconright{
    vertical-align: middle;
}
.usercontent{
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    vertical-align: bottom;
    width: calc(100% - 37px);
}
.usercontent>span{
    display:block;
}
.swiper-slide img{
	width:100%;
}
.componenetcontent{
	background:#fff;
	margin-top: 36px;
}
.container{
	width: 90%;
    min-width: 1200px;
	margin:0 auto;
}
.componenet_title{
	font-size: 30px;
	margin-top: 70px;
	margin-bottom:20px;
	text-align: center;
}
.componenet_all{
	color: #1d67f1;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.componenet_ul{
	display: flex;
	padding-top:60px;
}
.componenet_li{
	flex: 1;
	text-align: center;
	border-bottom:5px solid #fff;
	cursor: pointer;
}
.componenet_li:hover img{
	transform: rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}

.componenet_li.active{
	border-bottom:5px solid #1d67f1;
}
.img_div{
	width:80px;
	height:100px;
	margin: 0 auto;
}
.icon_img{
	width: 80px;
	display: inline-block;
	transition: all .2s ease 0s;
}
.icon_text{
	margin-top:20px;
	margin-bottom:30px;
}
.productcontent{
	background:#f9fafd;
	padding: 50px 0 30px 0;
}
.flexcontent{
	display:flex;
}

.pro_left{
	width:302px;
}
.pro_left_item{
	width:300px;
	height:160px;
	/* border:#86b0fc 1px solid; */
	margin-bottom:20px;
	padding:20px;
	box-sizing: border-box;
	border-radius:5px;
	background-image: url(../img/pro_bg.png);
}
.pro_left_item_title{
	font-size: 20px;
    color: #181818;
    line-height: 27px;
    font-weight: 600;
    display:block;
    cursor: pointer;
    
}
.pro_left_item_info{
	color:#586675;
	margin: 7px 0 20px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pro_left_item_btn1{
	background:#1d67f1;
	color:#fff;
	padding:8px 20px;
	font-size:14px;
	border:0;
	margin-right: 5px;
	cursor: pointer;
}
a.pro_left_item_btn1:hover{
    color:#fff;
}
.pro_left_item_btn2{
	background:#f3f3f3;
	color:#424242;
	padding:8px 20px;
	font-size:14px;
	border:0;
	cursor: pointer;
}
.pro_right{
	flex:1;
	min-width:0;
}
.pro_right_item{
	margin-bottom:22px;
}
.pro_right_item_title{
	font-size: 16px;
	color: #181818;
    line-height: 27px;
    margin-right: 9px;
    font-weight: 600;
    cursor: pointer;
}
.pro_right_item_info{
	font-size: 14px;
    margin-top: 3px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    line-height: 24px;
    height: 24px;
}
.pro_right_item_btn span{
	color: #97a6b7;
	border: #97a6b7 1px solid;
	margin-right: 3px;
	padding: 0 5px;
	font-size: 12px;
	line-height:18px;
	display: inline-block;
}
.commoncontent{
	background:#fff;
	text-align:center;
	padding: 70px 0 60px 0;
}
.commoncontent h2{
	margin-bottom:30px;
	font-size:30px;
}
.commoncontent p{
	font-size:18px;
	color:#333;
}
.redtext{
	color:#c21f30;
}
.bluetext,a.bluetext:hover{
	color:#1d67f1;
	cursor:pointer;
}
.usecontent{
	background: #f9fafd;
}
.usecontain{
	width:1440px;
	margin:0 auto;
	display:flex;
	position: relative;
    z-index: 2;
}
.left_line{
    width:50%;
    position:absolute;
    z-index:0;
}
.left_line_item{
	height:140px;
	width:100%;
	border-bottom:#e7e7e7 1px solid;
	background:#f9fafd;
	box-sizing: border-box;
}
.left_line_item.active{
	height:180px;
	background:#f2f7ff;
}
.use_left{
	width:340px;
	box-sizing: border-box;
	border-right:#e7e7e7 1px solid;
}
.use_right{
	flex:1;
	min-width:0;
}
.use_left_item{
	position:relative;
	height:140px;
	padding-left: 75px;
	padding-top: 25px;
	padding-right: 15px;
	border-bottom:#e7e7e7 1px solid;
	background:#f9fafd;
	box-sizing: border-box;
}
.use_left_item:last-child,.left_line_item:last-child{
	border-bottom:0;
}
.use_left_item.active{
	height:180px;
	background: url(../img/use_bg.png) no-repeat #cee3ff;
}
.use_left_title{
	margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.use_left_item span{
    height: 38px;
	padding: 7px 0;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height .5s;
    display:block;
}
.use_left_item a{
	position:absolute;
	bottom:15px;
	left:75px;
	color:#1d67f1;
}

.use_right_label{
	height:60px;
	line-height:60px;
	padding-left: 20px;
	background:#f9fafd;
	border-bottom:#e7e7e7 1px solid;
	font-size:18px;
}
.use_right_item{
	margin:0;
	background:#fff;
}
.use_right_top{
	padding:20px;
	border-right:#e7e7e7 1px solid;
	
}
.use_right_content{
    display:none;
}
.use_right_content.active{
    display:block;
}
.use_right_top img{
	width:100%;
	height: 180px;
	border: #eee 1px solid;
}
.use_right_item_title{
	font-size: 16px;
	margin-top:20px;
	font-weight: 700;
	display: block;
	cursor: pointer;
}
.use_right_item_info{
	font-size: 14px;
	color:#999;
	margin-top:15px;
	line-height:24px;
	margin-bottom:33px;
	display:inline-block;
	height: 48px;
}
.use_right_btn a{
	width:50%;
	height:38px;
	line-height: 38px;
	text-align:center;
	border:0;
	background: #fff;
	float:left;
	font-size:16px;
	cursor:pointer;
}
.use_right_btn a.use_right_btn1{
	border-top:#e7e7e7 1px solid;
	border-bottom:#e7e7e7 1px solid;
}
.use_right_btn a.use_right_btn2{
	background:#1d67f1;
	border-top:#1d67f1 1px solid;
	border-bottom:#1d67f1 1px solid;
	color:#fff;
}
.price_red{
	color:#c21f30;
}
.size24{
	font-size:24px;
}
.save_btn{
	background: #c21f30;
	color:#fff;
	border-radius: 5px;
	padding:2px;
	font-size: 12px;
	display: inline-block;
	margin: 0 5px 0 20px;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
.save_price{
	font-size:16px;
	color:#999;
}
.spacebetween{
	justify-content: space-between;
	padding: 50px 0;
}
.companycontent{
	background:#f9fafd;
}
.company_item{
	flex:1;
	background: #fafbfc;
	padding:20px 15px;
	margin-right:20px;
	box-shadow: 2px 0px 14px 1px #cacaca;
	margin-right: 20px;
	border-radius: 5px;
	cursor: pointer;
    color: #333;
}
.company_item:last-child{
	margin-right:0;
}
.company_logo{
	text-align:center;
	margin: 5px 0;
}
.company_info{
	font-size: 14px;
    color: #333;
    margin: 15px 0 30px 0;
    line-height: 24px;
    height: 90px;
    text-indent: 2em;
}
.company_btn{
	margin-bottom:20px;
}
.company_btn span{
	padding: 4px 8px;
	color:#424242;
	background:#f3f3f3;
}
.company_btn span.company_btn1{
	background: #d5e4ff;
	color:#1d67f1;
}
.footer{
	background:#1b1b1b;
	color:#ccc;
	padding:20px 0 15px 0;
	border-bottom:#333 1px solid;
}
.footer_link{
	overflow: hidden;
}
.footer_top{
	text-align:center;
}

.footer_top a{
    color:#ccc;
	padding:0 20px;
	border-right:#fff 1px solid;
	cursor:pointer;
}
.footer_top span:last-child{
	border-right:0;
}
.link_content{
	width:770px;
	float:left;
}
.link_title{
	color:#fff;
	font-size:18px;
	margin: 10px 0;
}
.link_text{
	width:100%;
}
.link_text a{
	width:32%;
	color:#ccc;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}
.link_text a:hover{
	color:#ccc;
}
.footer_right{
	float:right;
}
.footer_img{
	padding-top: 40px;
}
.footer_img img{
    width:86px;
    margin-left: 20px;
}
.footer2{
	background:#1b1b1b;
	color:#ccc;
	padding:30px 0 40px 0;
	font-size: 12px;
}
.footer2 p{
	margin:2px 0;
}
.openproduct{
    position:absolute;
    top:66px;
    background:#fff;
    min-height:200px;
    width:100%;
    display:none;
    box-shadow: 0 8px 17px #8f8f8f;
    overflow-y: auto;
}
.spreaditem{
    flex:1;
    padding:50px 40px 50px 0;
}
.spreaditem:last-child{
    padding-right:0;
}
.spreaditem h3{
    font-size:16px;
    /*font-weight:700;*/
    line-height:40px;
    color: #1d67f1;
    /*color:#4d4d4d;
    border-bottom:#d4d4d4 1px solid;*/
}
.spreaditem h3 i{
    color: #1d67f1;
}
.spreaditem>ul{
    margin-top: 15px;
}
.spreaditem>ul>li{
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
}
.spreaditem ul li:hover>a{
    color:#1d67f1;
    cursor:pointer;
}
.navspread{
    display:none;
}
.secondspread{
    display:inline-block;
}
.secondspread i{
    margin-left:8px;
}
.secondul{
    padding: 12px 0 3px 12px;
    background: #f4f4f4;
    display:none;
}
.secondul li{
    line-height: 22px;
    margin-bottom: 7px;
    display: block;
}
.logout{
    position: absolute;
    top: 65px;
    right: 0;
    width: 121px;
    text-align: center;
    border: #ccc 1px solid;
    background: #fff;
    display:none;
}
.logout a{
    width:100%;
    height:40px;
    line-height:40px;
    display: inline-block;
}
.logout a:not(:last-child){
    border-bottom:#ededed 1px solid;
}
.footer2 a{
    color:#ccc;
}
.footer a:hover,.footer2 a:hover{
    color:#fff;
}
.navspreadcontent{
    display:flex;
}
.spreaditem_left{
    width:260px;
    border-right:#ccc 1px solid;
    height: 100%;
    padding: 30px 0;
    box-sizing:border-box;
    min-height: 200px;
}
.spreaditem_left ul li{
    margin-bottom: 10px;
    line-height:22px;
    cursor:pointer;
}
.spreaditem_left ul li:hover,.spreaditem_left ul li.active{
    color:#1d67f1;
}
.spreaditem_right{
    min-width:0;
    padding:30px;
    flex: 1;
}
.spreaditem_right_content{
    display:none;
}
.spreaditem_right_content.active{
    display:block;
}
.spreaditem_right_content>ul>li{
    margin-bottom:10px;
    width:24%;
    display:block;
    line-height: 22px;
    float: left;
}
.spreaditem_right_content>ul>li h3{
    margin-bottom:15px;
}
.spreaditem_right_content>ul>li li{
    margin-bottom:10px;
}
.spreaditem_right_content>ul>li li a:hover{
    color:#1d67f1;
}
.spreaditem_right_content ul li span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: nowrap;
}
.spreaditem_right_content>ul{
    vertical-align: top;
}
.spreaditem_right_content ul li h3,.spreaditem_right_content ul li h3 i{
    color:#1d67f1;
}
.intr_info{
    display:none;
    position:absolute;
    min-height:100px;
    padding:20px;
    box-sizing:border-box;
    box-shadow:2px 0px 14px 1px #cacaca;
    background: #fff;
    border-radius: 5px;
}
.swcontent{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
}
.swcontent .spreaditem{
    width: 200px;
    flex: inherit;
}
.pro_container{
    display:none;
}
.pro_container.active{
    display:flex;
}
.pro_container:nth-child(1) .pro_right_item,.pro_container:nth-child(2) .pro_right_item,.pro_container:nth-child(5) .pro_right_item,.pro_container:nth-child(6) .pro_right_item{
    margin-bottom:80px;
}
.pro_more{
    color:#1d67f1;
}
ul.rowsul{
    margin-bottom:80px;
}
ul.rowsul li{
    width: 100%;
    display: inherit;
    float: inherit;
}
.section{
    float:right;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    padding-right: 30px;
    border-right: #e6e6e6 1px solid;
    margin-right: 15px;
}
.section svg{
    vertical-align: text-bottom;
}
.section a{
    display:inline-block;
    margin-left:20px;
    cursor: pointer;
}

.swiper-slide .title{position:absolute;transform:rotate(90deg);transform-origin:left top;left:-3px;font-size:11px;color: rgb(102, 102, 102);}	
.swiper-slide a{cursor:pointer;}
.swiper-slide .title2{position:absolute;transform:rotate(90deg);transform-origin:left top;right:-3px;font-size:11px;color: rgb(102, 102, 102);}	
.swiper-slide .btn_click{position: absolute;bottom: 80px;left: 80px;width: 144px;height: 48px;border: 1px solid #181818;border-radius: 24px;font-size: 16px;font-weight: 600;
text-align: center;color: #181818;line-height: 48px;margin-right: 16px;margin-bottom: 6px;border: 1px px solid #626262;color: #181818;padding: 0;}
.swiper-button-next, .swiper-button-prev{width:86px;height:112px;background-size:86px 112px;margin-top:-56px;outline:none;}
.swiper-button-next{background-image:url(img/cursor-next.png);}
.swiper-button-prev{background-image:url(img/cursor-prev.png);}		
.swiper-pagination-bullet{background:none;opacity:1;margin:0 6px !important;width:45px;height:3px;position:relative;outline:none;vertical-align:middle;}
.swiper-pagination-bullet span{width:40px;height:3px;background:#fff;display:block;margin-top:3px;margin-left:3px;}
.swiper-pagination-bullet i{background:#1d67f1;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.swiper-pagination-bullet-active span{width:45px;height:3px;margin-top:3px;margin-left:3px;background:#1d67f1;position:relative;z-index:1;}
/*.swiper-pagination-bullet-active span{
    width:50px;
    transition: width 0.2s;
}*/
.swiper-pagination-bullet-active i{animation:middle 6s;}
.dorp{
    position: relative;
    display: inline-block;
    height: 65px;
	line-height: 65px;
}
.dorp_con{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 105px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 0px;
    line-height: 30px;
    left: -15px;
    /*top: 66px;*/
    text-align: center;
}
.dorp_con a{
    display:block;
    cursor: pointer;
}
.dorp_con a:hover{
    color:#1d67f1;
}

.dorp:hover .dorp_con{display:block;}
/*.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}
  100% {transform:scaleX(1);left:2px;}
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}
  20% {transform:scaleX(0.3);left:2px;} 
  100% {transform:scaleX(0.3);left:0px;} 
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}
  20% {transform:scaleX(0.45);left:2px;}
  100% {transform:scaleX(1);left:2px;} 
}*/	
.swiper-container{
    top:65px;
}
.zjc-logo {
		width: 50px;
		height: 50px;
	}

	.zjc-info {
		display: flex;
		justify-content: space-between;
		margin: 7px 0 10px 0;
		align-items: center;

	}

	.pro_left_item_info_zjc {
		color: #586675;
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.font-flow {
		white-space: nowrap;
		font-size: 19px;
		overflow: hidden;

		text-overflow: ellipsis;
	}
	.pro_right_item_btn--new a {
       color: #97a6b7;
    border: #97a6b7 1px solid;
    margin-right: 3px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
     cursor: pointer;
}
.pro_right_item--new{
    margin-bottom: 45px;
}

.phonemenuicon{
    display:none;
}
.phonemenuiconright{
    display:none;
}
.use_left1{
    display:none;
}





.lq_product{    padding-top: 30px;}

.lq_product_all {
        width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1554px;
}

.lq_pro_list {
    display: flex;
    flex-wrap: wrap;
    height: 700px;
    overflow-y: hidden;
    /*justify-content: space-between;*/
}

.lq_product_left_img {
    width: 336px;
    height: 700px;
    margin-right: 20px;
}

.lq_pro_item {
    width: 250px;
    height: 200px;
    padding: 8px;
    border: 1px solid #f2f2f2;
    margin-right: 30px;
    margin-bottom: 20px;
}

.lq_pro_item:nth-child(4n){
    margin-right: 0;
}

.lq_pro_title {
    font-size: 16px;
    font-weight: 600;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; 

}

.price_labels {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    margin-top: 12px;
}

.lq_balels {
    display: flex;
    font-size: 12px;

}

.lq_price {
    color: rgba(264, 115, 32);
    font-weight: 600;
}

.lq_label1 {
    margin-right: 5px;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(244, 212, 218);
    color: rgba(245, 159, 166)
}

.lq_label2 {
    margin-right: 5px;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(204, 234, 255);
    color: rgba(134, 176, 188)
}

.lq_pros_info {
    margin-top: 12px;
    font-size: 12px;
    color: #333;
}

.lq_pro_info {
    margin-top: 5px;
}

.lq_pro_botton {
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 14px;
    background: #fafafa;
    color: #333;
}



.new_gxsx_item {
  height: 253px;
  border: 2px solid #e11300;
  width: 334px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  padding-bottom: 60px;
  margin-right:30px;
}
.new_gxsx_item:nth-child(3n){
    margin-right:0;
}

.new_gxsx_item_time {
  height: 40px;
  border-bottom: 1px solid rgba(225, 19, 0, .7);
}

.new_gxsx_item_title__countdown {
  display: flex;
  padding: 10px 0 20px 0;
  align-items: center;
}

.new_gxsx_item_title {
  width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}

.new_gxsx_item_countdown {
  padding: 2px 10px;
  border: 1px solid rgba(255, 195, 45);
  border-radius: 16px;
}

.new_gxsx_item_cgf {
  padding-top: 20px;
  font-size: 14px;

}

.cgf_font {
  color: #1241A8;
}

.new_gxsx_item_type {
  padding-top: 20px;
  font-size: 14px;
  color: #e11300;
}

.new_gxsx_item_pricetype {
  padding-top: 20px;
  font-size: 14px;
  color: #333;
}

.new_gzsx_item_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  background: rgba(225, 19, 0, .2);
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 14px;
  align-items: center;
}

.delivery_type {
  position: relative;
  color: #666;
  padding-left: 14px;
}

.delivery_type::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  top: 20px;
  left: 2px;
  background: #e11300;
}

.product_info_details {
  border: 2px solid #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 3px 20px;
  color: #aaa;
  border-radius: 8px;
  cursor: pointer;
}

.aiproduct{
    display:none;
}
.aiproducticon{
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation: rotate-7ed49fe8 .2s linear infinite;
    animation: rotate-7ed49fe8 .2s linear infinite;
    color: rgba(0, 0, 0, 0);
    /*background-image: linear-gradient(88deg, rgb(58 65 242 / 50%) 16%, rgba(255, 0, 255, .5) 30%, rgb(0 0 0 / 50%) 60%, rgb(0 0 0 / 50%) 70%);*/
    background: linear-gradient( 137deg, #5E3AFF 19%, #C258FF 60%, #D9BAFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.portalai{
    display:none;
    position: absolute;
    top: 55px;
    left: 365px;
    width: 600px;
    min-height: 100px;
    max-height:500px;
    overflow-y: auto;
    background: linear-gradient( 171deg, rgba(255,255,255,0) 0%, #D2E5FF 100%), #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #EEEEEE;
    padding:15px 20px;
}
.portalai ul li{
    width:32%;
    margin-top:5px;
    display:inline-block;
    cursor:pointer;
    color:#5d5d5d;
    margin-bottom: 10px;
    margin-right:1%;
}
.portalai ul li:hover{
    color:#1d67f1;
}
.modelicon{
    width:15px;
    height:15px;
    margin-right:4px;
}
.corpname{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




@media only screen and (min-width: 1680px) {
    .container,.navspreadcontent {
        width:1550px
    }
}

@media only screen and (max-width: 1679px) and (min-width:1440px) {
    .container,.navspreadcontent {
        width:1440px
    }
}

@media only screen and (max-width: 1439px) and (min-width:1280px) {
    .container,.navspreadcontent {
        width:1360px
    }
    .usecontain{
	    width:1360px;
    }
    .section a{
        margin-left:10px;
    }
    .lq_product{
       zoom:0.7;
    }
   
    .y_store_c{
        zoom:0.8;
        width:1360px;
    }
    .companycontent {
        zoom:0.8;
       
        margin:auto;
    }
    .componenetcontent,.productcontent,.y_news_c,.usecontent{
        zoom:0.8;
        width:1360px;
        margin:auto;
    }
    .headernav li,.rightele{
        margin:0 10px;
    }
    .section{
        padding-right:20px;
        margin-right:10px;
    }
}

@media only screen and (max-width: 1279px) and (min-width:768px) {
    .container,.navspreadcontent{
        width:1200px
    }
    .usecontain{
	    width:1150px;
    }
    .rightele,.headernav li{
        margin:0 10px;
    }
    .section {
        margin-right:6px;
    }
    .section a{
        margin-left:8px;
    }
    .headernav li,.rightele{
        margin:0 5px;
    }
    .section{
        padding-right:5px;
        margin-right:10px;
    }
    .loginuser{
        max-width:135px;
    }
    .loginuser_company{
        display:flex !important;
    }
    .header_logo{
        margin:0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .navspreadcontent{
        padding:0 12px
    }
    
    
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    
    
    .publicize_content_mid{
        display:none;
    }
    .publicize_title{
        text-align: center;
        font-size: 30px;
        color: #333333;
        font-weight: 400;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        width: 350px;
    }
    .publicize_subtitle{
        text-align: center;
        font-size: 18px;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #333333;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 350px; 
    }
    .publicize_content{
        max-width: 1600px;
        margin: auto;
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }
   .publicize_lq{
       width: 100%;
        min-width: 750px;
        padding: 0px 0;
        background: #fff url(../img/img_jy_bg02.png);
        scale: 0.9;
        height: auto !important;
   }
    .publicize_content{
        max-width: 1600px;
        margin: auto;
        display: flex;
 
        align-items: center;
    }
    .publicize_content_left{
        width: 160px !important;
        height: 431px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #1D67F1;
        cursor: pointer;
        margin-right: 30px !important;
    }
    .publicize_content_right {
        width: 160px !important;
        height: 431px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #2BC9B5;
        cursor: pointer;
}
    
    
    
    
    
    
    
    
    .divh5nav{
        height: 100vh;
    margin-bottom: 10000px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
 .headerLoginnav{
        height: 100vh;
    margin-bottom: 10000px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
    
    
    
    
    
    .container,.navspreadcontent{
        width:100%;
        min-width: auto;
    }
    .header{
        height:45px;  
    }
    .swiper-container{
        top:45px;
    }
    .headernav,.header_right,.section{
        display:none;
    }
    .header_logo{
        height:45px;
        line-height:45px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }
    .logo_img {
        width: 100px;
    }
    .phonemenuicon{
        float:left; 
        display:inline-block;
        line-height: 45px;
        padding: 0 8px;
    }
    .phonemenuiconright{ 
        float:right;
        display:inline-block;
        line-height: 45px;
        padding: 0 8px;
    }
    .phonemenuicon,.phonemenuiconright .layui-icon{
        font-size:18px;
    }
    .componenet_ul{
        width:100%;
        
    }
    .img_div {
        width: 60%;
        height: auto;
    }
    .icon_img {
        width: 100%;
    }
    .componenet_ul{
        padding-top:20px;
    }
    .icon_text {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .pro_container.active{
        display:inherit;
    }
    .productcontent{
        padding-top:20px;
    }
    .pro_left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding:0 10px;
        box-sizing: border-box;
    }
    .pro_left_item {
        width: calc((100% - 10px)/2);
        background-size: 100% 100%;
        padding: 8px;
        height: 125px;
    }
    .pro_left_item_btn1,.pro_left_item_btn2 {
        padding:5px 8px;
        font-size: 12px;
    }
    .pro_right_item {
        margin-bottom: 15px;
        height: 120px;
    }
    .pro_container:nth-child(1) .pro_right_item, .pro_container:nth-child(2) .pro_right_item, .pro_container:nth-child(5) .pro_right_item, .pro_container:nth-child(6) .pro_right_item {
        margin-bottom: 15px;
    }
    .zjc-info{
        width:100%;
        align-items: flex-start;
        margin: 4px 0 5px 0;
    }
    .zjc-info1{
        width:calc(100% - 40px);
    }
    .pro_left_item_info_zjc{
        height:20px;
        line-height:20px;
    }
    .zjc-logo {
        width:40px;
        height:40px;
        
    }
    .pro_right_item_btn span{
        margin-right: 0px;
        margin-bottom: 3px;
    }
    .commoncontent{
        padding: 15px 0 15px 0;
    }
    .commoncontent h2{
        font-size:18px;
        margin-bottom: 3px;
    }
    .commoncontent p {
        font-size: 14px;
        color: #333;
    }
    .container, .navspreadcontent {
        flex-wrap: wrap;
        box-sizing:border-box;
        
    }
    .spacebetween {
        padding: 20px 10px;
    }
    .company_item {
        width: calc((100% - 10px)/2);
        box-sizing:border-box;
        flex: initial;
        margin: 0;
        padding:5px 10px;
        margin-bottom: 10px
    }
    .company_logo img{
        width:100%;
    }
    .company_info{
        height:auto;
    }
    .company_info{
        margin:5px 0 10px 0;
    }
    .usecontain {
        display: inherit;
        width: 100%;
    }
    .use_left,.use_right_label,.use_right_top img,.left_line{
        display:none;
    }
    .use_left1{
        display:flex;
        height: 45px;
        line-height: 45px;
    }
    
    .use_left1_item{
        width:calc((100%)/3);
        text-align:center;
    }
    .use_left1_item.active {
        color:#1d67f1;
        border-bottom: 5px solid #1d67f1;
    }
    .use_right_top{
        padding:10px 15px 3px 15px;
    }
    .use_right_item_title{
        margin-top:0;
    }
    .use_right_item_info{
        margin-top:4px;
        margin-bottom:3px;
        height: auto;
    }
    .use_right_btn{
        text-align:right;
    }
    .use_right_btn a{
        width:90px;
        display: inline-block;
        float: initial;
        height:30px;
        line-height: 30px;
        text-align: center;
        font-size:14px;
    }
    .use_right_btn a.use_right_btn1 {
        border-left: #e7e7e7 1px solid;
    }
    .use_right{
        padding:10px;
    }
    .use_right_top{
        border-right:0;
    }
    .link_content{
        width:100%;
    }
    .link_text{
           display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    padding: 0 20px;
    }
    .link_text a {
    width: auto;
    color: #ccc;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer_right {
    float: right;
    text-align: center;
    width: 100%;
}
.footer2 a:first-child{
    display: inherit;
}
.container{
    text-align: center;
}
}


.y_bg_center{text-align: center; /*margin-bottom: 48px;*/ background: #f9fafd;  padding: 30px 0 0;display:none;}
.y_bg_center .y_h3,
.y_store_c .y_h3{ margin: 0 auto; color: #333333; font-size: 39px;font-weight: 400; text-align: center;}
.y_bg_center .y_h5{ margin: 20px auto 53px; color: #727272; font-size: 18px;font-weight: 400;}
.y_bg_center .y_relative{    position: relative;
    background: url('../img/pci_c.png') center top 24% no-repeat;
    height: 747px;
    margin: 0 auto;
    /*width: 1240px;*/
    width:80%;
    min-width:750px;
    background-size: 22rem;
    scale: 0.9;
}
.y_bg_center .y_bg1{ width: 100%;}
.y_bg_center .y_pci{ position: absolute; cursor: pointer;  width: 12rem; height: 12rem;background: url('../img/pci_l_3.png') no-repeat center center; background-size: 100%;box-sizing: border-box; display: block; text-decoration: none;    color: #333; transition: all .5s;}

.y_bg_center .pci_l_1{
    width: 10rem;
    height: 10rem;
    top: 5%;
    left: 4%;
    line-height: 1.4rem;
    font-size: 1.1rem;
    padding: 4rem 2rem;
}
.y_bg_center .pci_l_2{ 
    width: 7rem;
    height: 7rem;
    top: 26%;
    left: -4%;
    line-height: 1.3rem;
    font-size: 1.1rem;
    padding: 2.4rem 1rem;
}
.y_bg_center .pci_l_3{
    top: 35%;
    left: 10%;
    line-height: 2.2rem;
    font-size: 1.8rem;
    padding: 3.8rem 1.2rem;
    width: 11rem;
    height: 11rem;
}
.y_bg_center .pci_l_4{
    width: 9rem;
    height: 9rem;
    top: 56%;
    left: -4%;
    line-height: 1.5rem;
    font-size: 1.2rem;
    padding: 3.5rem 2rem;
}
.y_bg_center .pci_l_5{
    width: 10rem;
    height: 10rem;
    top: 71%;
    left: 6%;
    line-height: 1.6rem;
    font-size: 1.3rem;
    padding: 4rem 2.2rem;
}

.y_bg_center .pci_r_1{
    width: 10rem;
    height: 10rem;
    top: 1%;
    right: 6%;
    font-size: 1.3rem;
    padding: 4.2rem 0;
}
.y_bg_center .pci_r_2{
    width: 8rem;
    height: 8rem;
    top: 23%;
    right: 10%;
    font-size: 1.3rem;
    padding: 2.6rem 2rem;
    line-height: 1.6rem;
}
.y_bg_center .pci_r_3{
    top: 38%;
    right: -1%;
    font-size: 1.5rem;
    padding: 3.9rem 2rem;
    line-height: 2rem;
    width: 11rem;
    height: 11rem;
}
.y_bg_center .pci_r_4{
    width: 10rem;
    height: 10rem;
    top: 56%;
    right: 11%;
    font-size: 1.6rem;
    padding: 4.2rem 0;
    line-height: 1.6rem;
}
.y_bg_center .pci_r_5{
    width: 9rem;
    height: 9rem;
    top: 74%;
    right: 1%;
    font-size: 1.3rem;
    padding: 3.8rem 0;
}

.y_bg_center .y_pci:hover{-webkit-filter: brightness(120%);
filter: brightness(120%);animation: scale .3s cubic-bezier(0,0,0.49,1.02);}
@keyframes scale {
	0%{transform: scale(0.9);}
	100%{transform: scale(1);}
}
.y_bg_center svg{ position: absolute;}
.svg_path{stroke-dasharray: 100; animation: dash 6s linear infinite;  stroke-dasharray: 20; }
.svg_path line{stroke:#00A0E9;stroke-width: 3;}
@keyframes dash {
	to {stroke-dashoffset: 3000;}
}
	

.y_store_c{ margin: 0 auto; padding: 30px 0 20px; box-sizing: border-box;}
.y_store_c .store_item{width: 1830px; display: flex; justify-content: space-between; margin: 0 auto;}
.y_store_c .si_l{ width: 633px; display: flex; justify-content: space-between;}
.y_store_c .si_c{width: 808px; display: flex; flex-wrap: wrap;}
.y_store_c .si_r{ width: 360px; padding: 10px 15px 10px 10px; border: 1px solid #efefef; border-left: none;}
.y_store_c .si_l img{ display: block;}
.y_store_c .sic_i{ border: 1px solid #efefef; border-left: none; width: 268px; height: 320px;padding: 17px 30px;box-sizing: border-box;position: relative; cursor: pointer;}
.y_store_c .sic_i h4{ font-size: 18px; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding-bottom: 7px;}
.y_store_c .sic_i span{color: #F25555;font-size: 20px;font-weight: bold;}
.y_store_c .sic_i i{font-style: normal;font-size: 12px;font-weight: 400;color: #999999;text-decoration: line-through;padding: 0 7px;}
.y_store_c .sic_il{ width: 536px; display: flex;}
.y_store_c .sic_il_l{    position: absolute;bottom: 24px;left: 65px;width: 144px;}
.y_store_c .sic_il_ll{width: 186px;bottom: 56px;left: 32px;}
.y_store_c .sic_il h4{ border-bottom: 2px solid #3e3e3e; font-size: 20px; }
.y_store_c .sic_i:hover {box-shadow: 0 1px 5px #ccc;}

.y_store_c .si_r h4{ font-size: 22px; color: #777; border-bottom: 1px solid #efefef;padding: 5px 0;    margin-bottom: 5px;}
.y_store_c .sir_box{ 
    /*overflow: hidden; */
    margin-right: -10px;
    float: none;
    
}
.y_store_c .sir_i{ width: 174px; height: 110px; float: left; margin-right: 5px; margin-bottom: 28px; text-align: center; position: relative;}
.y_store_c .sir_i img{display: block;    margin: 7% auto 0;   max-width: 138px;    width: 100%;}
.y_store_c .sir_i .y_bg{ background: #EDEDED; line-height: 28px; font-size: 17px; color: #777; white-space: nowrap; position: absolute; bottom: 0; left: 0; width: 100%;}
.y_store_c .sic_i img{display: block;margin: 13% auto 0; max-height: 158px;}
.y_store_c .sic_il img{ max-height: 249px; margin: 6% 0 0 55%;}

.y_store_c .sir_i:hover {
    box-shadow: 0px 4px 8px #ccc;
}

.y_news_title{font-size: 40px;font-weight: 400;color: #333333;text-align: center; margin: 80px auto;background: url('../img/pci_t.png') no-repeat center center;}

.y_news_c{ background: #FFFFFF; margin-bottom: 40px;}
.y_news_c .y_nav{ margin-bottom: 44px;}
.y_news_c .y_nav_i{ width: 1725px; display: flex; justify-content: space-between;margin: 0 auto;}
.y_news_c .y_nav_box{width: 461px;}
.y_news_c .y_nav_btn{font-size: 30px;font-weight: 400;color: #333333;line-height: 43px; padding-bottom: 7px; border-bottom: 2px solid transparent; cursor: pointer;    width: 125px;white-space: nowrap;}
.y_news_c .y_nav_btn:hover{color: #1E68EF;}

.y_news_c .y_list{ display: flex;width: 1726px;margin: 0 auto; justify-content: space-between;}
.y_news_c .y_list_i{ width: 414px;}

.y_news_c .y_list_i img{width: 414px;height: 323px;}
.y_news_c .y_list_i .y_bg_i{    padding: 25px;
    width: 394px;
    height: 168px;
    background: #F6F7FB;
    box-sizing: border-box;
    margin-top: -32px;
    z-index: 1;
    position: relative;
    margin-left: 15px;
    transition: all .3s;
    cursor: pointer;
    display: block;
}
.y_news_c .y_list_i p{    font-size: 15px;color: #333333;}
.y_news_c .y_list_i h4{font-weight: bold;color: #333333;font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin: 33px 0 13px;}
.y_news_c .y_list_i h5{font-weight: 400;color: #999999;line-height: 15px;font-size: 15px;height: 48px;line-height: 23px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;    height: 23px;}

.y_store_c .si_t1{width: 341px; height: 639px;}
.y_store_c .si_t2{width: 259px; height: 640px;    position: relative;}
.y_store_c .si_t1 img,
.y_store_c .si_t2 img{    width: 100%;height: 100%;}

.y_news_c .y_list_i:hover .y_bg_i{    background: #1C68EF;}
.y_news_c .y_list_i:hover .y_bg_i p,
.y_news_c .y_list_i:hover .y_bg_i h4,
.y_news_c .y_list_i:hover .y_bg_i h5{color:#fff;}


.company_set .company_title{    font-size: 24px;font-weight: 400;text-align: center;margin: 15px 0;color: #333;}
.company_set .company_logo{text-align: left;margin: 0;}
.company_set .company_info{font-size: 17px;line-height: 26px;}

.y_nav_news {
    background: #F6F7FB;
    padding: 3px 20px;
    box-sizing: border-box;
}
.y_nav_news .y_news_i{ border-bottom:1px solid #ddd;    padding: 25px 0 26px;}
.y_nav_news .y_news_i a{    color: #333;
    /*transition: all .3s;*/
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.y_nav_news .y_news_i p{color: #999;font-size: 15px;}
.y_news_i:last-child {
    border: none;
}
.y_nav_news .y_news_i a:hover{color:#1E68EF;}


.y_store_c a {
    display: block;    cursor: pointer;
}
.y_store_c .si_t2 .si_l_txt,
.y_store_c .si_t2 .si_l_btn{    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 62px;
    left: 0;
    font-size: 20px;
    color: #fff;
}
.y_store_c .si_t2  .si_l_txt{}
.y_store_c .si_t2  .si_l_btn{    bottom: 29px;font-size: 14px;}

.y_store_c .si_l_txt::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 22%;
    height: 2px;
    display: block;
    background: #fff;
    width: 55%;
}
.y_store_c .si_l_btn::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 22%;
    height: 2px;
    display: block;
    background: #fff;
    width: 55%;
}
.y_news_c .y_nav_i,
.y_news_c .y_list,
.y_store_c .store_item{width: 100%;    justify-content: space-around; max-width:1580px;}
.y_news_c .y_nav_box{width: 25%;}
.y_news_c .y_list_i{width: 23%;}
.y_store_c .sir_i{width: 47%;height: 80px;}
.y_store_c .sir_i .y_bg{ font-size: 13px;}
.y_store_c .si_r{    width: 330px;height: 500px;    box-sizing: border-box;    border-left: 1px solid #efefef;background-image: url(../img/join02.jpg);
    background-size: 100% 100%;}
.y_store_c .sic_i{ width: 33%;    height: 250px;}
.y_store_c .sic_il{width: 66%;    height: 250px;}
.y_store_c .si_l{width: 376px;height: 500px;}
.y_store_c .si_t1{    width: 200px;height: 500px;}
.y_store_c .si_t2{        flex: 1;margin-left: 12px;height: 500px;height: 500px;}
.y_store_c .si_c{    width: 790px;border-left: 1px solid #efefef;height: 500px;}
.y_store_c .sic_i img {    max-height: 122px;margin: 2% auto 0;width:100%;}
.y_store_c .sic_il img {    width: 103px !important;max-height: 165px;margin: 6% 0 0 62%;}

.y_store_c .sic_il_l{left: 8%;width: 86%;}
.y_store_c .sic_il_ll{    left: 3%;width: 48%;}
.y_news_c .y_list_i img{width: 100%;    height: 200px;}

.y_news_c .y_list_i .y_bg_i{width: 91%;}
.y_store_c .sir_i img {margin: 5px auto 0;max-width: 115px;}
.y_store_c .si_t2 .si_l_txt{    font-size: 17px;bottom: 50px;}
.y_store_c .si_t2 .si_l_btn {bottom: 23px;}
.y_news_c .y_nav_btn{    font-size: 24px;}

.y_bg_center .y_h3, .y_store_c .y_h3{    font-size: 33px;    margin: 20px auto 0;}
.y_news_title{    font-size: 33px;    background-size: 192px;    margin: 30px auto;}

.y_nav_news .y_news_i{    padding: 13px 0;}
.y_nav_news .y_news_i a{    margin-bottom: 14px;}
.y_nav_news{    height: 336px;}
    
@media only screen and (max-width: 1679px) and (min-width:1000px) {
    
}

@media only screen and (max-width: 767px) {
    .y_bg_center .y_h3, 
	.y_store_c .y_h3{font-size: 18px;}
	.y_bg_center .y_h5{font-size: 13px;color: #333;}
	.y_news_title{font-size: 18px;margin: 20px auto;background-size: 30%;}
	
	.y_store_c .sir_i .y_bg{ font-size: 12px;}
	
	.y_store_c .si_l{display: none;}
	
	.y_bg_center{ padding-top: 20px;    margin-bottom: 20px;}
	.y_news_c .y_nav_i,
	.y_store_c .si_c{width: 100%;height:auto;}
	.y_news_c .y_nav_box{width: 25%;}
	.y_news_c .y_nav_btn{    font-size: 18px;width: 100%;text-align: center;    line-height: 31px;padding-bottom: 0px;}
	.y_news_c .y_list{flex-direction: column;width: 100%;}
	.y_news_c .y_nav {margin-bottom: 15px;}
	.y_news_c .y_list_i h4{font-size: 18px;margin: 0 0 7px;padding-bottom: 6px;}
	.y_news_c .y_list_i .y_bg_i {padding: 10px;}
	.y_news_c .y_list_i p {font-size: 12px;line-height: 14px;margin-top: 10px;}
	.y_news_c .y_list_i{    width: 100%;height: auto;margin-bottom: 15px;}
	.y_store_c .store_item{flex-direction: column;width: 100%;}
	.y_store_c .sic_i{width: 100%;height: auto;display: flex;justify-content: space-between;}
	.y_store_c .sic_il{width: 100%;}
	.y_store_c .sic_il_ll{width: auto;margin: 0;}
	.y_store_c .sic_il_l{ position: static;width: 50%; margin-top: 16%;}
	
	.y_store_c .sic_i img,
	.y_store_c .sic_il img{margin: 0 auto;    width: 30% !important;height: auto !important;}
	
	.y_store_c .si_r{    border: none;width: 100%;padding: 10px;box-sizing: border-box;height:auto;}
	.y_store_c .si_r h4{    color: #333;font-size: 16px;    text-align: center;}
	
	.y_store_c .sir_box{    width: 100%;display: flex;flex-wrap: wrap;}
	.y_store_c .sir_i{    width: 49%;margin-right: 1%;    margin-bottom: 15px;}
	
	.y_store_c .sir_i img{    margin: 0 auto;}
	
	.y_bg_center .y_pci{    background: none;font-size: 16px;padding: 0;width: auto;height: auto;    line-height: 24px;}
	.y_bg_center .pci_l_1,
	.y_bg_center .pci_l_2,
	.y_bg_center .pci_l_3,
	.y_bg_center .pci_l_4,
	.y_bg_center .pci_l_5{left: 10px;}
	.y_bg_center .pci_r_1,
	.y_bg_center .pci_r_2,
	.y_bg_center .pci_r_3,
	.y_bg_center .pci_r_4,
	.y_bg_center .pci_r_5{right: 10px;}
	
	.y_bg_center .pci_l_1, .y_bg_center .pci_r_1{    top: 0;}
	.y_bg_center .pci_l_2, .y_bg_center .pci_r_2{    top: 35px;}
	.y_bg_center .pci_l_3, .y_bg_center .pci_r_3{    top: 70px;}
	.y_bg_center .pci_l_4,.y_bg_center .pci_r_4{    top: 105px;}
	.y_bg_center .pci_l_5, .y_bg_center .pci_r_5{    top: 140px;}
	
	.company_set .company_title{    font-size: 18px;margin: 8px 0;}
	.company_set .company_info{    font-size: 13px;text-indent: 0;}
	
	.y_news_c .y_list_i .y_bg_i{width: 91%;}
	
	.y_bg_center .y_relative{background-size: 51%;width: 100%;height: 174px;background-position: center bottom -26%;min-width: auto;}
	
	.y_bg_center svg {display: none;}
	.si_r{display:none;}
}




/*.lq_bg_2{background:url('../img/lq_gxcx_item2.jpg')}*/
/*.lq_bg_3{background:url('../img/lq_gxcx_item3.jpg')}*/
/*.lq_bg_4{background:url('../img/lq_gxcx_item4.jpg')}*/
/*.lq_bg_5{background:url('../img/lq_gxcx_item5.jpg')}*/
/*2023年9月13日14:27:24  @lq  添加中间图片*/
/*.lq_bg_1{*/
/*    background:url('../img/lq_gxcx_item1.jpg'); */
/*    flex:1;*/
    
/*}*/
.publicize_lq_div{padding:120px 0 0 0}
.publicize_lq {
    width: 100%; 
    min-width: 750px;
    padding: 0px 0;
    background: #fff url(../img/img_jy_bg02.png);
    height: 767px;
    scale: 0.9;
}

.publicize_title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
}

.publicize_subtitle {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.publicize_content {
   
    max-width:1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 60px; */
    /* scale: 0.75; */
    align-items: center;
}

.img_publicize_content {
    width: 100%;
    
}

.publicize_content_left {
    width: 204px;
    height: 431px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #1D67F1;
     cursor: pointer;
}
.publicize_content_mid{
    width: 59.375%;
}

.publicize_content_right {
    width: 204px;
    height: 431px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #2BC9B5;
     cursor: pointer;
}


.sides_title_left {
    background: #1D67F1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
   
}

.sides_title_right {
    background: #2BC9B5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
   
}

.sides_list {
    padding: 32px 0;
    text-align: center;
    height: calc(100% - 100px);
}

.sides_item_left_icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1D67F1;
    animation: rippling 2.4s infinite;

}

.sides_item_left_icon1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2BC9B5;
    animation: rippling 2.4s infinite;
    // animation-delay: 1.2s;

}

.sides_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24%;
    /*cursor: pointer;*/
}

.sides_item_right {
    padding-left: 10px;
}

.sides_item_left {
    width: 16px;
    height: 16px;
    background: rgba(29, 103, 241, .2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.sides_item_left1 {
    width: 16px;
    height: 16px;
    background: rgba(43, 201, 181, .2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


@keyframes rippling {
    0% {
        transform: scale(0.60);
        /* 注意rgba中的a的设置 */
        box-shadow: 0 0 0 0 rgba(29, 103, 241, .6);
    }

    60% {
        transform: scale(1);
        box-shadow: 0 0 0 16px rgba(29, 103, 241, 0);
    }

    100% {
        transform: scale(0.60);
        box-shadow: 0 0 0 0 rgba(204, 73, 152, 0%);
    }
}

@keyframes rippling2 {
    0% {
        transform: scale(0.60);
        /* 注意rgba中的a的设置 */
        box-shadow: 0 0 0 0 rgba(43, 201, 181, .6);
    }

    60% {
        transform: scale(1);
        box-shadow: 0 0 0 16px rgba(43, 201, 181, .1);
    }

    100% {
        transform: scale(0.60);
        box-shadow: 0 0 0 0 rgba(43, 201, 181, 10%);
    }
}

.companysearchcontent{
    width: 300px;
    /*height: 55px;
    line-height:55px;*/
    position: fixed;
    top: 43px;
    background: #fff;
}
.companysearch{
    width: 261px;
    height: 30px;
    line-height: 32px;
    padding-left: 15px;
    margin: 10px 0 0 10px;
    /*设置圆角*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: #ccc 1px solid;
}



