/*首页*/
.banner .slide{
	position: relative;
}
.banner button{
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background: #0079C1;
	color: #fff;
	cursor: pointer;
	display: none;
}
.product{
	width:100%;
	margin-top: 50px;
}
.product li{
	width: 45%;
	float: left;
	border: 1px solid #E9E9E9;
	margin: 10px 1%;
	padding: 10px;
	cursor: pointer;
	transition:all 0.6s;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
}

.product li>div:first-child{
	width: 35%;
}
.product li>div:first-child img{
	max-height: 150px;
	min-height: 150px;
}
.product li>div:last-child{
	width: 62%;
}
.product li:hover{
	transform: translateY(-10px);
}
.product li p{
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #4A4A4A;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 40px;
}
.product li:hover p{
	color: #0079c1;
}
.product li span{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #6C6C6C;
	line-height: 25px;
}
.more{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #3B8BD0;
	display: block;
	margin-top: 10px;
}
.more:hover{
	color: #3B8BD0;
}
.news{
	margin-top: 20px;
	padding-bottom: calc(1% + 10px);
	margin-left: 20px;
}
.news li{
	width: 90%;
	transition:all 0.6s;
}
.news li:hover{
	transform: translateX(10px);
}
.news li:hover a{
	color: #0079c1;
}
.news i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/common/you.png);
	background-size: 20px 20px;
	vertical-align: sub;
}
.news a{
	line-height: 30px;
}
/* 合作厂商 */
.factory{
	padding-bottom: calc(1% + 10px);
	margin-left: 20px;
}
.factoryList {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
max-width: 1200px;
}
.factoryList li {
	flex: 0 0 14%;
	text-align: center;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.factoryList li img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
}
.factoryList li:hover img,factoryList li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/*产品介绍*/
.product-info .container{
	background-color: #EDF0F9;
	padding: 0;
}
.product-info .fl .pro-company{
	width: 230px;
	transition: all 0.1s;
}
.product-info .fl .pro-logo{
	height: 120px;
	width: 230px;
	margin: 5px auto;
	border: 1px solid #ccc;
	z-index: 111;
}
.product-info .fr{
	background-color: #fff;
}
.product-info .fl ul{
	margin: 0 auto;
}
.product-info .fl ul>li{
	border-bottom: 1px dashed #ccc;
	padding: 5px 20px;
}
.product-info .fl ul>li>p{
	font-weight: bold;
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
    color: #0079c1;
}
.product-info .fl ul>li>p.active{
	border-left: 7px solid #0079C1;
	padding-left: 10px;
	padding-right: 0px;
}
.product-info .fl ol>li{
  display: list-item;
  list-style: disc;
  margin-top: 5px;
  margin-left: 30px;
}
.product-info .fl .pro-card>p,.product-info .fl li.active>p{
	color: #0079c1;
}
.product-info .fl li p{
	margin: 0;
	color: #4A4A4A;
}
.product-info .fl li p:focus, .product-info .fl li p:hover {
	color: #0079c1;
	cursor: pointer;
}
.product-info .pro-detail{
	padding-left: 2%;
	min-height: 500px;
	margin-top: 60px;
}
.product-info .pro-detail .pro-summary{
	width: 96%;
	margin: 10px 0 30px;
	margin-left: 3%;
	padding-top: 10px;
	height: auto;
	border-radius: 5px;
	border: 1px solid rgb(0 0 0 / 10%);
	border-top: 4px solid #0079C1;
	border-bottom: 4px solid #0079C1;
	box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
	display: none;
}
.pro-detail h3{
	margin-top: 25px;
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0079c1;
}
.pro-detail h4{
	font-size: 14px;
    font-weight: bold;
    color: #0079c1;
    margin: 10px 0;
}
.pro-detail h5{
	font-weight: bold;
	margin: 10px 0;
	line-height: 22px;
}
.pro-detail p{
	margin: 10px 0px;
	line-height: 22px;
	font-size: 14px;
}
.pro-detail img{
	width: 50%;
	height: 100%;
}
.pro-detail ul{
	font-size: 12px;
    margin-left: 42px;
    line-height: 19px;
}
.pro-detail ul li{
	margin-left: 16px;
}
.pro-detail a{
 	color: #0079c1;
 	font-size: 14px;
}
/*关于我们*/
.aboutus{
	padding-left: 2%;
	padding-top: 40px;
	padding-bottom: calc(1% + 100px);
}
.aboutus>div{
	margin: 0 10px;
}
.aboutus .title{
	font-size: 18px;
    font-weight: bold;
    color: #0079c1;
}
.aboutus a{
	color: #0079c1;
}
.aboutus p{
	margin:10px 0;
    line-height: 22px;
}
/*新闻列表*/
.newsList .container{
	background-color: #EDF0F9;
	padding: 0;
}
.newsList .fl{
	width: 15%;
	padding-top: 10px;
	position: fixed;
}
.newsList .fl .title{
	text-align: center;
	padding: 10px 0;
}
.newsList .fr{
	width: 80%;
	background-color: #fff;
	padding-bottom: calc(1% + 100px);
	min-height: 600px;
}
.newsList .fl li{
	line-height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	color: #0079c1;
	border-bottom: 1px dashed #ccc;
}
.newsList .fl li.active{
	background: #0079c1;	
	color: #fff;
}
.newsList .newsMenu{
	padding-left: 2%;
	margin: 0 auto;
	padding-top: 40px;
	background-color: #fff;
	padding-bottom: calc(1% + 100px);
	min-height: 600px;
}
.newsList .newsMenu ul.active{
	display: block;
}
.newsList  .newsMenu ul li{
	cursor: pointer;
	margin: 10px 0;
	padding: 10px 0;
	transition: all 0.6s;
	box-sizing: border-box;
	border-bottom: 1px solid #d8d8d8;
}
.newsList  .newsMenu ul li:hover{
	transform: translateX(10px);
}
.newsList .newsMenu ul li>div:first-child{
	width: 26%;
}
.newsList .newsMenu ul li>div:first-child img{
	min-height: 170px;
	max-height: 170px;
}
.newsList  .newsMenu ul li>div:last-child{
	width: 68%;
}
.newsList .newsMenu ul li h3{
	margin: 10px 0;
}
.newsList .newsMenu ul li:hover h4{
	color: #0079c1;
}
/*新闻详情*/
.newsDetails{
	padding-bottom: calc(25% + 120px);
}
.newsDetails .newsDetailsInfo .fl{
	width: 40%;
	text-align: center;
}
.newsDetails .newsDetailsInfo .fl img{
	width: 65%;
}
.newsDetails .newsDetailsInfo .fr{
	width: 60%;
}
/*库存*/
.stockList .container{
	padding: 0;
	background-color: #EDF0F9;
}
.stockList .title{
	text-align: center;
	padding: 10px 0;
	background: #0079c1;
	color: #fff;
}
.stockList .fl ul>li{
	border-bottom: 1px dashed #ccc;
	padding: 10px 20px;
	margin: 0 auto;
	color: #4A4A4A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stockList .fl ol>li{
	display: list-item;
    list-style-type: disc;
    margin-top: 5px;
    margin-left: 30px !important;
}
.stockList .fl li.active{
	color: #0079c1;
	font-weight: bold;
}
.stockList .fl li:hover{
	cursor: pointer;
}
.stockList .fr .stockMenu>ul{
	padding-left: 2%;
	padding-top: 30px;
	position: relative;
}
.stockList .fr .stockMenu>ul button{
	position: absolute;
	bottom: -90px;
	right: 0;
}
.stockList .fr .stockMenu>ul>li{
	margin: 30px auto 0;
	display: none;
}
.stockList .fr .stockMenu>ul>li.active{
	display: block;
}
.stockList .fr .stockInfo .fl{
	width: 37%;
}
.stockList .fr .stockInfo .fr{
	position: relative;
	width: 60%;
}
.stockList .fr .stockInfo .fr>div span,.stockList .fr .stockInfo .fr>div span p,.prodesc span{
	color: #333;
}
.stockList .fr .stockInfo .fr>div,.promain,.proinfo{
	 color: #777;
}
.promain,.proinfo{
	margin-top: 20px;
}
.promain div,.proinfo div{
	margin-top: 10px;
}
.promain ul li{
	list-style: initial;
}
.stockList .fr .stockInfo .fr>div{
	line-height: 30px;
}
.stockList .fr .stockInfo .fr button{
	margin-top: 80px;
	position: absolute;
	right: 100px;
	border: none;
	outline: none;
	background: #0079c1;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
/*询价需求*/
.inquiryInfo{
	margin: 10px auto 0;
	padding-top: 40px;
	padding-bottom: calc(1% + 130px);
}
.inquiryInfo p{
	margin-left: 2%;
	color: #4A4A4A;
}
.inquiryInfo form{
	width: 80%;
	padding-left: 20%;
	margin: 0 auto;
}
.inquiryInfo form label{
	width: 13%;
	display: inline-block;
	text-align: end;
}
.inquiryInfo form input{
	height: 25px;
}
.inquiryInfo form input,.inquiryInfo form textarea{
	width: 40%;
}
.inquiryInfo form small{
	margin-left: 10px;
	color: #b00;
	display: none;
}
.inquiryInfo form button{
	padding: 7px 30px;
	margin-top: 40px;
	background: #0079c1;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: 30%;
}
.text-danger{color: #b00;margin-right: 3px;}


/*产品资料|论文*/
.producePaper .fl li:hover,.produceInter .fl li:hover{
	cursor: pointer;
}
.producePaper .fl li.active,.produceInter .fl li.active{
	color: #0079c1;
	font-weight: bold;
}
.producePaper .container,.produceInter .container{
	background-color: #EDF0F9;
    padding: 0;
}
.producePaper .title,.produceInter .title{
	text-align: center;
	padding: 10px 0;
	background: #0079c1;
	color: #fff;
}
.producePaper .fl ul li,.produceInter .fl ul li{
	border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    padding: 10px 20px;
	color: #4A4A4A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.producePaper .fr .info,.produceInter .fr .info{
	margin: 0 auto;
	padding-left: 2%;
	min-height: 600px;
	margin-top: 60px;
}
.producePaper .fr .info>div,.produceInter .fr .info>div{
	display: none;
}
.producePaper .fr .info>div.active,.produceInter .fr .info>div.active{
	display: block;
}
.producePaper .fr .info>div h3{
	text-align: center;
}
.producePaper .fr .info>div>div{
	color: #777;
	line-height: 30px;
	padding-left: 10%;
}
.producePaper .fr .info .font-13{
	font-size: 13px;
	color: #0079c1;
}
.producePaper .fr .info .font-color{
	font-size: 13px;
	color: #777;
}
.producePaper .fr .info span,.producePaper .fr .info span p{
	text-indent: 2em;
	color: #333;
}
.producePaper .fr .info ol{
	color: #333;
	margin: 10px;
	line-height: 30px;
	list-style: disc;
	padding-left: 5%;
}
.producePaper .fr .info ol li{
	margin: 20px 0;
}
.producePaper .fr .info ol li a{
	margin-left: 10px;
}
.producePaper .fr .info ol li a:hover{
	text-decoration: underline;
}

.producePaper .fr .info a.downloadFile{
	color: #fff;
	display: inline-block;
	background: #0079c1;
	padding: 5px 30px;
	margin-left: 20px;
}

/*应用中心*/
.appList .container{
	background-color: #EDF0F9;
    padding: 0;
}
.appList .fl,.producePaper .fl, .produceInter .fl,.stockList .container>.fl,.productCategory .fl,.product-info .fl{
	width: 20%;
	float: initial;
	min-height: 600px;
}
.appList .fr,.producePaper .fr,.produceInter .fr,.stockList .container>.fr,.productCategory .fr,.product-info .fr{
	width: 80%;
	float: initial;
    background-color: #fff;
    padding-bottom: calc(1% + 100px);
}
.appList .fl li{
    margin: 0 auto;
   	padding: 10px 20px;
    color: #4A4A4A;
    border-bottom: 1px dashed #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.appList .fl li.active{
	color: #0079c1;
	font-weight: bold;
}
.appList .fl li:hover{
	cursor: pointer;
}
.appList .fl ul,.producePaper .fl ul, .produceInter .fl ul,.stockList .fl ul,.productCategory .fl ul,.produceInter .fl ul{
	position: fixed;
	top: 209px;
}
.appList .title,.producePaper .title, .produceInter .title,.stockList .title,.productCategory .title,.product-info .pro-logo,.produceInter .title{
	position: fixed;
	top: 169px;
}
.product-info .pro-company{
	position: fixed;
	top: 300px;
}
.appList .title{
	text-align: center;
	padding: 10px 0;
	background: #0079c1;
	color: #fff;
}
.appList .appMenu{
	padding-left: 2%;
	padding-top: 50px;
	min-height: 500px;
}
.appList .appMenuList{
	display: none;
}
.appList .appMenuList.active{
	display: block;
}
.appList .appMenuList h3,.appList .appMenuList h4,.appList .appMenuList h5,.appList .appMenuList a{
	 color: #0079c1;
}
.appList .appMenuList ul{
	padding-left: 3em;
}
.appList .appMenuList ul li{
	color: #777777;
	line-height: 30px;
	list-style: disc;
}
.appList .appMenuList table{
	margin: 15px 30px;
}
.appList .appMenuList th,.appList .appMenuList td{
	line-height: 30px;
}
/*产品类别*/
.productCategory .fl ul li{
	margin: 0 auto;
	padding: 10px 20px;
	color: #4A4A4A;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productCategory .fl ul li:hover{
	cursor: pointer;
}
.productCategory .fl ul li.active {
	color: #0079c1;
	font-weight: bold;
}
.productCategory .proCategpry{
	padding-left: 2%;
	padding-top: 50px;
	min-height: 500px;
}
.productCategory .categoryMenuList{
	display: none;
}
.productCategory .categoryMenuList.active{
	display: block;
}
.productCategory .categoryMenuList li{
	width: 18%;
	height: 190px;
	float: left;
	margin: 5px 1%;
	overflow:auto;
}
.productCategory .categoryMenuList li .softImg{
	height: 100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
.productCategory .categoryMenuList li .softImg img{
	transition:all 0.6s;
}
.productCategory .categoryMenuList li .softImg:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.productCategory .categoryMenuList li .softIntroduce{
	line-height: 25px;
	margin-bottom: 5px;
	color: #666;
}
.productCategory .categoryMenuList li:hover .softIntroduce,.productCategory .categoryMenuList li:hover .softIntro{
	color: #0079c1;
}
.productCategory .categoryMenuList li:hover .softIntroduce,.productCategory .categoryMenuList li:hover .softIntro{
	color: #0079c1;
}
.productCategory .categoryMenuList li .softIntro{
	font-size: 13px;
}
/*搜索列表*/
.searchResultListMenu{
	width: 100%;
	max-width: 800px;
	padding-left: 2%;
	margin: 0 auto;
	padding-top: 40px;
	background-color: #fff;
	padding-bottom: calc(1% + 100px);
	min-height: 600px;
}
