/* 企业名录 */
.enterprise{
	height: 493px;
}
.enterprise .left,.purchase .left{
	position: relative;
	/* padding: 0 15px; */
	box-sizing: border-box;
	width: 320px;
	height: 492px;
	background: #FFFFFF;
}
.enterprise p{
	position: relative;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #333333;
	padding: 20px 0 23px 25px;
}
.enterprise .left p::after{
	content: "";
	width: 4px;
	height: 15px;
	background: #1290FE;
	position: absolute;
	left: 15px;
    top: 24px;
}
.enterprise .left ul{
	padding: 0 15px;
	display: grid;
	grid-template-columns:repeat(2, 1fr)
}
.enterprise .left ul li a{
	width: 145px;
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 17px;
	height: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.enterprise .left ul li a:hover{
	color: #1290fe;
}
.enterprise .right,.purchase .right{
	box-sizing: border-box;
	width: 870px;
	height: 493px;
	background: #FFFFFF;
	margin-left: 10px;
}
.enterprise .right .hyTitle{
	box-sizing: border-box;
	height: 73px;
	padding: 0 20px;
	border-bottom: 1px solid #B47B00;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.enterprise .right .hyTitle a,.purchase .cgTitle a span,.supply .cgTitle a,.dynamic .cgTitle a,.exhibition .cgTitle a{
	font-size: 14px ;
	color: #868686;
}
.enterprise .right .hyTitle a img,.purchase .cgTitle a img,.supply .cgTitle a img , .dynamic .cgTitle a img,.exhibition .cgTitle a img{
	width: 20px !important;
	height: 20px !important;
	vertical-align: bottom;
}
.enterprise .right ul {
	display: grid;
	grid-template-columns:repeat(3, 1fr)
}
.enterprise .right ul li{
	box-sizing: border-box;
	width: 290px;
	padding: 20px 20px 34px;
	text-align: center;
	height: 210px;
	background: #FFFFFF;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	transition: all .1s;
}
.enterprise .right ul li:hover{
	/* transform: scale(1.005); */
	box-shadow: 0px 0px 5px 0px rgba(178, 142, 6, 0.5);
	z-index: 10;
}
.enterprise .right ul li:nth-child(3),.enterprise .right ul li:nth-child(6){
	border-right: none;
}
.enterprise .right ul li:nth-child(4),.enterprise .right ul li:nth-child(5){
	border-bottom: none;
}
.enterprise .right ul li a img{
	display: block;
	object-fit: cover;
	width: 125px;
	height: 125px;
	margin: 0 auto;
}
.enterprise .right ul li a span{
	margin-top: 10px;
	display: block;
	font-size: 16px;
	color: #343434;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 采购 */
.purchase{
	height: 485px;
	margin-top: 20px;
}
.purchase .left,.purchase .right{
	height: 485px;
}
.purchase .cgTitle,.supply .cgTitle,.dynamic .cgTitle,.exhibition .cgTitle{
	position: relative;
	padding: 0 20px;
	height: 65px;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.purchase .left .cgTitle p{
	font-size: 18px;
	color: #1290FE;
}
.purchase .left .cgTitle p::after{
	content: "";
	width: 73px;
	height: 4px;
	background: #1290FE;
	position: absolute;
	left: 19px;
	bottom: 0;
}
.purchase .left ul{
	padding: 23px 20px 0;
}
.purchase .left ul li a{
	display: block;
	font-size: 14px;
	margin-bottom: 13px;
	color: #333333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.purchase .right .cgTitle div,.supply .cgTitle div ,.dynamic .cgTitle div,.exhibition .cgTitle div{
	display: flex;
	align-items: center;
}
.purchase .right .cgTitle div img,.supply .cgTitle div img,.dynamic .cgTitle div img,.exhibition .cgTitle div img {
	width: 27px;
	height: 25px;
	margin-right: 10px;
}
.purchase .right .cgTitle p ,.supply .cgTitle p,.dynamic .cgTitle p,.exhibition .cgTitle p{
	font-weight: bold;
	font-size: 22px;
	color: #1C1C1C;
}
.purchase .right .cgTitle ul{
	display: flex;
	margin-right: 70px;
}
.purchase .right .cgTitle ul li{
	font-size: 14px;
	color: #666666;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}
.purchase .right .cgTitle ul .active{
	color: #343434;
}
.purchase .right .cgTitle ul li::after{
	content: "";
	position: absolute;
	right: 0;
    top: 3px;
	width: 1px;
	height: 15px;
	background: #DADADA;
}
.purchase .right .cgTitle ul li:last-child::after {
    content: none;
}
.purchase .right .cgTitle ul li:last-child{
	padding-right: 0;
}
.purchase .right .cgsUl{
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	height: 419px;
}
.purchase .right .cgsUl li{
	width: 218px;
    box-sizing: border-box;
	border-right: 1px solid #F1F1F1;
	padding: 10px 10px 27px;
	transition: all .1s;
}
.purchase .right .cgsUl li:hover{
	/* transform: scale(1.005); */
	box-shadow: 1px 2px 5px 0px #cee5fb;
	z-index: 10;
}
.purchase .right .cgsUl li a{
	display: block;
    height: 100%;
}
.purchase .right .cgsUl li a img{
	width: 197px;
	height: 142px;
	margin-bottom: 12px;
	object-fit: contain;
}
.purchase .right .cgsUl li a>p:nth-child(2){
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #121212;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.purchase .right .cgsUl li a div{
	font-size: 14px;
	color: #343434;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.purchase .right .cgsUl li:nth-child(4){
	border-right: none;
}
.supply{
	margin-top: 20px;
	height: 422px;
}
.supply ul{
	display: grid;
	grid-template-columns:repeat(5, 1fr)
}
.supply ul li{
	box-sizing: border-box;
	width: 239px;
	height: 178px;
	border-right: 1px solid #F1F1F1;
	padding: 20px 15px 0px;
	transition: all .1s;
}
.supply li:hover{
	/* transform: scale(1.005); */
	z-index: 10;
	box-shadow: 1px 2px 5px 0px #cee5fb;
}
.supply ul li a img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	object-fit: contain;
}
.supply ul li a {
	width: 140px;
	font-size: 14px;
	color: #343434;
}
.supply ul li a p{
	margin-top: 15px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supply ul li:nth-child(1),.supply ul li:nth-child(2),.supply ul li:nth-child(3),.supply ul li:nth-child(4),.supply ul li:nth-child(5) {
	border-bottom: 1px solid #F1F1F1;
}
.supply ul li:nth-child(5),.supply ul li:nth-child(10) {
	border-right: none;
}
/* 动态 信息 */
.main .inner .infoDt{
	margin-top: 20px;
}
.main .inner .infoDt ul li {
	cursor: pointer;
	margin-top: 20px;
}
.main .inner .infoDt ul li:first-child{
	margin-top: 20px;
}
.main .inner .infoDt ul li a{
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
}
.main .inner .infoDt ul li a p ,.dynamic ul li p span:first-child{
	width: 362px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .inner .infoDt ul li a span{
	font-family: Arial;
	font-weight: 400;
	color: #999999;
}
.dynamic,.exhibition{
	width: 595px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.dynamic {
	width: 100%;
}
.dynamic ul{
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	grid-column-gap:38px;
	padding: 0 20px;
}
.dynamic ul li{
	display: flex;
	align-items: center;
}
.dynamic ul li img{
	width: 180px;
	height: 120px;
	border-radius: 6px;
	flex-shrink: 0;
	margin-right: 20px;
	/* border: 1px solid #c6c6c6 ; */
	object-fit: cover;
}
.dynamic ul li p span{
	display: block;
}
.dynamic ul li p span:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 12px;
}
.dynamic ul li p span:last-child{
	width: 362px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.exhibition{
	margin-left: 10px;
}
.search{
	padding: 30px 0;
}
.search ul{
	margin-left: 250px;
}
.search ul li{
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	position: relative;
	cursor: pointer;
}
.search ul li.active{
	color: #ff0000;
}
.search ul li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #e2e2e2;
}
.search .search1{
	position: relative;
	width: 500px;
	height: 28px;
	line-height: 28px;
	margin-left: 320px;
	padding: 2px 0;
	overflow: hidden;
}
.search .search1 input{
	width: 379px;
	padding-left: 38px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -2px;
	border-radius: 19px 0 0 19px;
	outline: none;
	border: 2px solid #1290fe;
	color: #999;
	border-right: none;
}
.search .search1 .inputWrap{
	position: relative;
}

.search .search1 span{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/glass.png) no-repeat;
	top: 9px;
	left: 13px;
	cursor: pointer;
}
.search .search1 button{
	width: 81px;
	height: 32px;
	background: #1290fe;
	border-radius: 0 19px 19px 0;
	top: -2px;
	right: -379px;
	color: #fff;
	text-align: center;
	outline: none;
	border: none;
	line-height: 32px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.search .search1 button:hover{
	font-size: 16px;
	font-weight: 600;
}
 .issue .search{
 	padding: 0 0 10px 0;
 }
.search.searchList{
	padding: 30px 0;
}
/* .search.stander{
	padding: 25px 0 35px 0;
} */
.search.pb5{
	padding: 10px 0 5px 0;
}

.crumbs{
	height: 56px;
	line-height: 56px;
	background: #f5f7fa;
}
.crumbs p{
	color: #333333;
}
.crumbs p>a{
	color: #666666;
}
.main{
	/* padding-top: 10px; */
	padding-bottom: 20px;
	background: #f5f7fa;
}
.main .indexes{
	background: #fff;
}
.main .indexes .borderb{
	border-bottom: dashed 1px #dadada;
}
.main .indexes .shrink{
	height: 75px;
	overflow: hidden;
}
/*点击展开后  样式变为 min-height:75px;*/
.main .indexes p{
	min-height: 75px;
	line-height: 75px;
	color: #999;
	width: 94px;
	text-align: center;
}
.main .indexes ul{
	width: 985px;
	margin-top: 16px;
	/* margin-bottom: 16px; */
}
.main .indexes ul li{
	float: left;
	margin: 5px 2px 15px;
	/* padding: 0 20px; */
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #666;
	cursor: pointer;
}
.main .indexes ul li:hover{
	border-color: #659bff;
}
.main .indexes ul li.active{
	border-color: #659bff;
	color: #659bff;
}
.main .indexes ul li.active a{
	color: #659bff !important;
}
.main .indexes .showAll{
	width: 58px;
	height: 32px;
	border: solid 1px #e8e8e8;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	margin: 21px 10px 0 0;
	cursor: pointer;
}
.main .indexes .city{
	border-top: dashed 1px #dadada;
}
.main .indexes .city ul{
	width: 1100px;
}
.main .indexes .city ul li{
	padding: 0 10px;
}
.main .indexes .city ul li:hover{
	border-color: #fff;
	color: #659bff;
}
.main .indexes .city ul li.active{
	border-color: #fff;
	color: #659bff;
}

.main .list .item{
	width: 265px;
	height: 265px;
	padding: 10px;
	background: #fff;
	margin: 20px 20px 0 0;
	line-height: 30px;
	float: left;
	position: relative;
}
.main .list .item span{
	position: absolute;
	width: 50px;
	height: 28px;
	border: solid 1px #e6e6e6;
	color: #cdcdcd;
	text-align: center;
	line-height: 28px;
	bottom: 0;
	right: 0;
}
.main .list .item:hover{
	box-shadow: 7px 7px 20px #d2d3d4;
}
.main .list .item.edge{
	margin-right: 0 !important;
}
.main .list .item .imgWrap{
	font-size: 0;
}
.main .list .item h4{
	min-width: 190px;
	margin-left: 27px;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .list .item p{
	min-width: 190px;
	margin-left: 27px;
	color: #888;
}


.searchCompany .info .item .company button{
	width: 98px;
	height: 28px;
	border: solid 1px #4c8afd;
	color: #4c8afd;
	line-height: 28px;
	background: none;
	border-radius: 3px;
	appearance: none;
	outline: none;
	cursor: pointer;
	margin-top: 25px;
	margin-right: 20px;
}
.searchCompany .info .item .company button.sample{
	border-color: #ff0000;
	color: #FF0000;
}
.searchCompany .info .item .company button:hover{
	background: #4C8AFD;
	color: #fff;
}
.searchCompany .info .item .company button.sample:hover{
	background: #ff0000;
	color: #fff;
}
.supply{
	background: #fff;
}
.supply .item{
	padding: 30px;
	border-bottom: solid 1px #e6e6e6;
}
.supply .item>div{
	width: 33%;
}
.supply .item h4{
	line-height: 29px;
	font-size: 16px;
	cursor: pointer;
}
.supply .item h4:hover{
	color: #ff0000;
}
.supply .item p{
	line-height: 28px;
}
.supply .item button{
	cursor: pointer;
	padding: 0 20px;
	border: solid 1px #ff0000;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	appearance: none;
	outline: none;
	background: none;
}
.supply .item button:hover{
	background: #ff0000;
	color: #fff;
}
.supply .page{
	margin-top: 100px;
	padding-bottom: 100px;
}
.suggest .inner>div p{
	width: 85px;
	line-height: 40px;
	font-size: 15px;
}
.suggest .inner>div{
	margin-bottom: 30px;
}
.suggest .inner .textWrap{
	box-shadow: 0px 1px 3px #ddd inset;
	width: 803px;
	height: 303px;
}
.suggest .inner .textWrap textarea{
	resize: none;
	width: 800px;
	height: 300px;
	border: none;
	margin-top: 3px;
	margin-left: 2px;
}
.suggest .inner .inputWrap{

}
.suggest .inner .inputWrap input{
	width: 378px;
	height: 38px;
	line-height: 40px;
	padding-left: 20px;
	border-top: solid 3px #f2f2f2;
	border-bottom: none;
	border-left:solid 2px #f2f2f2;
	border-right:solid 1px #f2f2f2;
	outline: none;
}
.suggest .inner span{
	display: block;
	line-height: 40px;
	color: #15b5ff;
	margin-left: 25px;
	font-size: 14px;
}
.suggest button{
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #ff0000;
	border: none;
	outline: none;
	border-radius: 3px;
	margin: 100px 0 0 440px;
}
.download>.search{
	background: #f5f7fa;
	padding: 1px;
}
.download .main .inner{
	text-align: center;
	margin-top: 100px;
}
.download .main .inner p{
	line-height: 42px;
	color: #333;
}
/*.download .main .inner{
	text-align: center;
	background: #fff;
	padding: 35px 0 100px 0;
}
.download .main .inner>ul{
	display: inline-block;
	padding-bottom: 20px;
}
.download .main .inner>ul li{
	float: left;
	padding: 0 50px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #000;
	position: relative;
	cursor: pointer;
}
.download .main .inner>ul li:after{
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -3px;
	left: 34%;
}
.download .main .inner>ul li.active:after{
	background: #ff0000;
}
.download .main .inner>ul li span{
	position: absolute;
	color: #dadada;
	top: ;
	right: 0;
	font-size: 18px;
}
.download .main .inner .tabItem .item{
	margin: 0 25px;
	padding: 0 6px;
	border-bottom: dashed 1px #e6e6e6;
}
.download .main .inner .tabItem .item .name{
	width: 590px;
}
.download .main .inner .tabItem .item .name h4{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	text-align: left;
	margin-bottom: 3px;
}
.download .main .inner .tabItem .item .name p{
	line-height: 24px;
	text-align: left;
	height: 48px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.download .main .inner .tabItem .item .desc{
	width: 160px;
	margin-left: 160px;
}
.download .main .inner .tabItem .item .desc p{
	line-height: 34px;
}
.download .main .inner .tabItem .item .btn button{
	border: solid 1px #5791ff;
	width: 88px;
	height: 30px;
	color: #5791ff;
	border-radius: 15px;
	outline: none;
	background: #fff;
	cursor: pointer;
	margin-top: 25px;
}*/
.pb100{
	padding-bottom: 100px;
}
.main .page{
	text-align: center;
}
.main .page ul{
	display: inline-block;
}
.main .page ul li{
	float: left;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: #bbbaba;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 9px;
	border: 1px solid #bbbaba;
}
.main .page ul li.prev{
	width: 58px;
	font-size: 14px;
	margin-right: 9px;
}
.main .page ul li.next{
	width: 58px;
	font-size: 14px;
	margin-left: 9px;
}
.main .page ul li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.main .page ul li.active{
	background: #ff0000;
	border: none;
}
.main .page ul li:hover{
	background: #ff0000;
}
.searchCompany.main{
	padding-top: 0;
}
.searchCompany .item{
	border-bottom: dashed 1px #dadada;
	padding: 20px 0;
}
.searchCompany .item:first-child{
	padding-top: 0;
}
.searchCompany .item:nth-last-child(1){
	border: none;
}
.searchCompany .item .imgWrap{
	float: left;
	position: relative;
	border: solid 10px #fff;
	background-color: #fff;
}
.searchCompany .item .imgWrap span{
	position: absolute;
	width: 49px;
	height: 49px;
	background: url(../img/searchList/companylisticon_06.png) no-repeat;
	top: 0;
	right: 0;
}
.searchCompany .item .content{
	float: left;
	margin-left: 23px;
	width: 450px;
}
.searchCompany .item .content dt{
	float: left;
	line-height: 36px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
}
.searchCompany .item .content dt i{
	color: #ff0000;
}
.searchCompany .item .content dd{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-left: 10px;
}
.searchCompany .item .content dd.gold{
	background: url(../img/searchList/companylisticon_11.png) no-repeat;
}

.searchCompany .item .content dd.gold4{
	background: url(../img/searchList/search_level4.png) no-repeat;
}

.searchCompany .item .content dd.gold3{
	background: url(../img/searchList/search_level3.png) no-repeat;
}

.searchCompany .item .content dd.gold2{
	background: url(../img/searchList/search_level2.png) no-repeat;
}

.searchCompany .item .content dd.site{
	background: url(../img/searchList/companylisticon_16.png) no-repeat;
}
.searchCompany .item .content dd.match{
	background: url(../img/searchList/companylisticon_13.png) no-repeat;
}
.searchCompany .item .content ul{
	margin: 8px 0;
	height: 26px;
}
.searchCompany .item .content ul li{
	float: left;
	height: 26px;
	padding: 0 7px;
	border-radius: 3px;
	color: #fff;
	margin-right: 20px;
	line-height: 26px;
}
.searchCompany .item .content ul li:nth-child(1){
	background: #5ac1df;
}
.searchCompany .item .content ul li:nth-child(2){
	background: #5499e9;
}
.searchCompany .item .content ul li:nth-child(3){
	background: #5cb95c;
}
.searchCompany .item .content .introduce{
	margin-top: 5px;
}
.searchCompany .item .content .introduce p{
	line-height: 28px;
}
.searchCompany .item .content .introduce p.desc{
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.searchCompany .item .showcase{
	float: right;
	width: 400px;
	height: 210px;
	background: url(../img/searchList/companylisticon_03.png) no-repeat #fff 0 0;
	position: relative;
}
.searchCompany .item .showcase ol{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.searchCompany .item .showcase ol li{
	float: left;
	margin: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 1px #dadada;
}
.searchCompany .item .showcase ol li.active{
	background: #dadada;
}
.searchCompany .item .showcase .ulWrap{
	width: 371px;
	overflow: hidden;
	position: relative;
	height: 180px;
}
.searchCompany .item .showcase ul{
	width: 1200px;
	position: absolute;
}
.searchCompany .item .showcase ul li{
	float: left;
	margin: 28px 0 0 46px;
	position: relative;
	width: 140px;
}
.searchCompany .item .showcase ul li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	right: 0;
	top: 20px;
}
.searchCompany .item .showcase ul li .imgWrap{
	border: none;
	float: none;
	width: 120px;
	height: 120px;
}
.searchCompany .item .showcase ul li p{
	width: 140px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.info .company{
	float: right;
	width: 430px;
}
.info .company h3{
	font-size: 16px;
	color: #000;
	line-height: 29px;
	margin-top: 7px;
	font-weight: normal;
}
.info .company p{
	line-height: 29px;
}
.page.searchC{
	padding: 73px 0;
	background: #FFFFFF;
}
.searchProduct.main.searchCompany{
	padding-top: 23px;
}
.search form.search{
	position: relative;
	width: 496px;
	height: 28px;
	line-height: 28px;
	margin-left: 320px;
	margin-top: 30px;
	padding: 2px 0;
}
.search form.search input{
	box-sizing: border-box;
	width: 419px;
	padding: 0 15px 0 38px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -2px;
	border-radius: 19px 0 0 19px;
	outline: none;
	border: 2px solid #1290fe;
	color: #999;
	border-right: none;
}
.search form.search .inputWrap{
	position: relative;
}

.search form.search span{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/glass.png) no-repeat;
	top: 9px;
	left: 13px;
	cursor: pointer;
}
.search form.search button{
	width: 81px;
	height: 32px;
	background: #1290fe;
	border-radius: 0 19px 19px 0;
	top: -2px;
	right: -419px;
	color: #fff;
	text-align: center;
	outline: none;
	border: none;
	line-height: 32px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.search form.search button:hover{
	font-size: 16px;
	font-weight: 600;
}

/* 产品专区航化产品专区 */
.main .itemCp{
	padding: 0 22px 80px;
	background: #FFFFFF;
	margin-top: 20px;
}
.main .itemCp .cpZone{
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .itemCp .cpZone p:first-child{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.main .itemCp .cpZone p:last-child a{
	display: block;
	width: 120px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border: 1px solid #1290FE;
	font-size: 16px;
	color: #1290FE;
}
.main .itemCp ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap:15px;
	grid-row-gap: 23px;
}
.main .itemCp ul li{
	cursor: pointer;
	width: 214px;
	height: 341px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	transition: all 1s;
}
.main .itemCp ul li:hover div:first-child p{
	opacity: 0.95;
	transition: opacity 0.3s ease-in-out;
}
.main .itemCp ul li div:first-child,.main .itemCp ul li div:first-child img{
	width: 214px;
	height: 214px;
}
.main .itemCp ul li div:first-child{
	position: relative;
}
.main .itemCp ul li div:first-child p{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #FF0000;
	font-size: 14px;
	color: #FFFFFF;
}
.main .itemCp ul li div:first-child p span{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 49%;
	text-align: center;
}
.main .itemCp ul li div:first-child p span:first-child::after{
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: 15px;
	background: #FFFFFF;
}
.main .itemCp ul li div:last-child{
	padding: 0 10px;
	border-top: 1px solid #E8E8E8;
}
.main .itemCp ul li div:last-child p:first-child {
	height: 46px;
	line-height: 46px;
}
.main .itemCp ul li div:last-child p:first-child span:first-child{
	font-size: 16px;
	color: #FF0000;
}
.main .itemCp ul li div:last-child p:first-child img{
	width: 10px;
	height: 15px;
	margin: 16px 5px 0 0 ;
}
.main .itemCp ul li div:last-child p:first-child span:last-child{
	font-size: 12px;
	color: #999999;
}
.main .itemCp ul li div:last-child p:nth-child(2){
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main .itemCp ul li div:last-child p:last-child{
	margin-top: 15px;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}