.product-position {
	padding: 20px 0px;
	margin: 0px 30px;
	font-size: 0px;
	border-bottom: 1px solid #ebebeb;
}

.product-position em {
	margin-right: 6px;
	font-size: 14px;
	font-weight: bold;
}

.product-position span {
	margin: 0px 10px;
	font-size: 13px;
}

.product-position a {
	font-size: 14px;
}

.product-all-category-wrap {
	padding: 20px 0px 20px 0px;
	margin: 0px 30px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
}
.product-all-category-wrap .lable {
	flex: 0 0 75px;
	width: 75px;
	font-weight: bold;
	line-height: 20px;
	color: #062471;
	float: left\9;
}

.product-all-category-wrap .all-category-list {
	flex: 1 0 1010px;
	width: 1010px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	line-height: 20px;
	float: left\9;
}

.product-all-category-wrap .all-category-list.close {
	height: 20px;
}

.product-all-category-wrap .all-category-list li {
	flex: 0 0 125px;
	width: 125px;
	/* margin-right: 55px; */
	margin-bottom: 10px;
	float: left\9;
}

.product-all-category-wrap .changeState {
	flex: 0 0 55px;
	width: 55px;
	text-align: center;
	font-size: 12px;
	height: 20px;
	/* overflow: hidden; */
	border-radius: 2px;
	float: left\9;
	float: left;
}

.product-all-category-wrap .changeState .open {
	background-color: #d6e8fe;
	line-height: 20px;
	color: #06165c;
	cursor: pointer;
	display: block;
}

.product-all-category-wrap .changeState .close {
	background-color: #fcdcbb;
	line-height: 20px;
	color: #a75e15;
	cursor: pointer;
	display: none;
}

.product-all-category-wrap .changeState span {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 2px;
	font-size: 13px;
}


.product-current-category-wrap {
	padding: 20px 0px 10px 0px;
	margin: 0px 30px;
	display: flex;
}

.product-current-category-wrap .lable {
	flex: 0 0 75px;
	width: 75px;
	font-weight: bold;
	line-height: 20px;
	color: #062471;
	float: left\9;
}

.product-current-category-wrap .province {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}

.product-current-category-wrap .province a {
	display: inline-block;
	line-height: 20px;
	background-color: #d0e6fc;
	color: #062471;
	margin-right: 5px;
	border-radius: 2px;
	padding: 0px 8px;
}

.product-current-category-wrap .province a:hover {
	background-color: #6686d9;
	color: #ffffff;
}

.product-current-other-category {
	padding: 0px 0px 20px 0px;
	margin: 0px 30px;
	display: flex;
	flex-wrap: wrap;
}

.product-current-other-category li {
	flex: 0 0 190px;
	width: 190px;
	padding: 6px 0px;
	padding-right: 10px;
	box-sizing: border-box;
	float: left\9;
}

.product-current-other-category li .iconfont {
	font-size: 12px;
	float: left;
	line-height: 14px;
	color: #062471;
	margin-right: 3px;
}


.product-all-conent-wrap {
	display: flex;
	justify-content: space-between;
}
.product-all-category-wrap::after, .product-all-category-wrap .all-category-list::after, .product-current-other-category::after, .productPage-title-wrap::after,.productAll-list-content li::after, .modeTwo.productAll-list-content::after{
	content: "";
	width: 100%\9;
	display: block\9;
	height: 0px\9;
	clear: both\9;
}
.product-all-conent-wrap::after {
	content: ""\9;
	width: 100%\9;
	display: block\9;
	height: 0px\9;
	clear: both\9;
}


.product-all-left {
	width: 870px;
	float: left\9;
}

.productPage-title-wrap {
	padding: 30px 30px;
	padding-bottom: 15px;
	display: flex;
	/* justify-content: space-between; */
	border-bottom: 0px solid #ebebeb;
}

.productPage-title-wrap .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	float: left\9;
	flex: 1;
}

.product-all-left .productPage-title-wrap .menu {
	font-size: 0px;
	display: flex;
	line-height: 22px;
	float: right\9;
}

.product-all-left .productPage-title-wrap .menu span {
	font-size: 14px;
	color: #062471;
}

.product-all-left .productPage-title-wrap .menu span.iconfont {
	font-size: 18px;
	width: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin-left: 5px;
	border-radius: 4px;
}

.product-all-left .productPage-title-wrap .menu span.iconfont.active {
	color: #fff;
	background-color: #062471;
}

.product-all-right {
	width: 310px;
	float: right\9;
}

.productAll-list-content {
	padding: 20px 30px;
	padding-top: 10px;
}

.productAll-list-content li {
	display: flex;
	margin-bottom: 20px;
}

.productAll-list-content .product-pic {
	flex: 0 0 110px;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border: 1px solid #DEEEE6;
	box-sizing: border-box;
	margin-right: 20px;
	float: left\9;
}

.productAll-list-content .product-pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productAll-list-content .proInfo {
	flex: 1 0 680px;
	max-width: 680px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	float: right\9;
	
}

.productAll-list-content .product-title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #062471;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.productAll-list-content .product-title a {
	color: #062471;
}
.productAll-list-content .product-title span {
font-size: 20px;
}
.productAll-list-content .product-desc {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	color: #969696;
}

.productAll-list-content .product-price {
	font-size: 18px;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.productAll-list-content .product-company {
	display: flex;
}

.productAll-list-content .product-company .company {
	background-color: #fef3e8;
	padding: 4px 10px;
	color: #864c0f;
	font-size: 12px;
	line-height: 16px;
	border-radius: 4px;
	margin-right: 10px;
	float: left\9;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.productAll-list-content .product-company .company a {
	color: #864c0f;
}
.productAll-list-content .product-company .tims{
	float: left\9;
}
.productAll-list-content .product-company .tims a {
	display: block;
	width: 30px;
	height: 24px;
	background-image: url(../images/com_new/tims.svg);
	background-size: auto 26px;
	background-repeat: no-repeat;
}

.sm.productPage-title-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.sm.productAll-list-content {
	padding: 20px;
	padding-top: 10px;
}

.sm.productAll-list-content .product-pic {
	flex: 0 0 66px;
	width: 66px;
	height: 66px;
	margin-right: 10px;
}

.sm.productAll-list-content .proInfo {
	flex: 1 0 194px;
	max-width: 194px;
	width: 194px\9;
}

.sm.productAll-list-content .product-price {
	font-size: 14px;
}

.modeTwo.productAll-list-content {
	display: flex;
	flex-wrap: wrap;
}

.modeTwo.productAll-list-content li {
	flex: 0 0 25%;
	width: 25%;
	overflow: hidden;
	flex-wrap: wrap;
	align-content: flex-start;
	float: left\9;
}

.modeTwo.productAll-list-content .product-pic {
	flex: 0 0 189px;
	width: 189px;
	height: 189px;
	margin: 0px auto;
	margin-bottom: 10px;
}

.modeTwo.productAll-list-content .proInfo {
	flex: 0 0 189px;
	max-width: 189px;
	margin: 0px auto;
	align-items: flex-start;
}

.modeTwo.productAll-list-content .product-company .company {
	padding: 4px 4px;
}




.serch_input_div {
	width: 750px;
	height: 55px;
	border: 2px solid #19884e;
	box-sizing: border-box;
	border-radius: 0px 4px 4px 4px;
}

.serch_input_div .serch_input {
	flex: 1;
	padding-left: 22px;
	max-width: 655px;
	box-sizing: border-box;
	height: 51px;
	line-height: 51px;
	font-size: 15px;
	width: 615px\9;
}

.serch_input_div .serch_button {
	width: 128px;
	height: 51px;
	background: #19884e;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 51px;
	cursor: pointer;
}

.serch_input_div .serch_button span {
	margin-right: 5px;
}

.product-goHome {
	float: left;
	font-size: 0px;
	text-align: right;
	width: 160px;
	padding-top: 35px;
}

.product-goHome a {
	font-size: 18px;
}

.product-goHome>a span {
	font-size: 16px;
	margin-right: 5px;
}




.serch_input_div_product {
	padding-top: 18px;
	float: left;
	margin-left: 25px;
}


/* 上三下五 */
.ads-upThree {
	padding: 30px;
	padding-bottom: 0px;
}
.ads-upThree li{
	background-color: #F3F8FF;
	padding: 15px;
	margin-bottom: 5px;
}
.ads-upThree li .item-row{
	padding: 0px 0 8px 0px;
}
.ads-upThree li .item-row .name{
	font-size: 16px;
	color: #004B91;
}
.ads-upThree li .item-row .webUrl{
	color: #1ab566;
	margin-left: 15px;
}

.down-five {
	padding: 20px 30px 0px 30px;
}
.down-five-head { 
	font-size: 13px;
	margin-bottom: 10px;
}
.down-five-head .name {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
}
.down-five-head .number{
	font-size: 16px;
	color: #004B91;
}
.down-five-table{
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	border-spacing: 1px;
	background-color: #DEE5F0;
	width: 100%;
}
.down-five-table-tr {
	display: table-row;
	background-color: #FAFCFF;
}
.down-five-table-td {
	display: table-cell;
	padding: 10px 10px;
	font-size: 13px;
	width: 33%;
	color: #333;
}
.down-five-table-td a {
	color: #004B91;
	font-size: 14px;
}
.down-five-table-td .iconfont {
	font-size: 12px;
	margin-right: 5px;
	color: #1ab566;
}


.sponsor-ad {
	padding: 30px 0px 0px 0px;
}
.sponsor-ad .sponsor-ad-title {
	text-align: center;
	color: #969696;
}
.sponsor-ad .sponsor-ad-title b{
	font-weight: bold;
	color: #333333;
}
.sponsor-ad-ul {
	padding: 20px;
}
.sponsor-ad-ul li{
	background-color: #F3F8FF;
	padding: 15px 15px;
	margin-bottom: 10px;
}
.sponsor-ad-ul li .item-name {
	margin-bottom: 8px;
}
.sponsor-ad-ul li .item-name a{
	font-size: 16px;
	color: #004B91;
	text-decoration: revert;
}
.sponsor-ad-ul li .item-describe {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.sponsor-ad-ul li .item-url a {
	color: #1ab566;
}

.company-list-ul {
	padding: 0px 20px;
}
.company-list-item {
	padding: 25px 20px;
	background-color: rgba(0,0,0,.028);
}
.company-list-item:nth-child(2n) {
	background-color: rgba(0,0,0,.0);
}
.company-list-item::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
.company-list-item-left {
	float: left;
}
.company-list-item-right {
	float: right;
}
.company-list-item-left .name, .company-list-item-left .name a{
	color: #004B91;
	font-size: 16px;
}
.company-list-item-left .tel {padding-top: 10px;}
.company-list-item-left .fax { padding-top: 10px;}
.company-list-item-left .weburl { padding-top: 10px;}
.company-list-item-left .other { padding-top: 10px;}
.company-list-item-left a{
	color: #004B91;
}
.company-list-item-left .other a {
	color: #477bed;
}
.company-list-right-ul {
	width: 150px;
}
.company-list-right-ul li{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 11px;
}
.company-list-right-ul li .iconfont {
	font-size: 12px;
	color: #0e339f;
	margin-right: 3px;
}
.company-list-right-ul li:last-child {
	margin-bottom: 0px;
}
.company-list-right-ul li a {
	color: #052261;
}

.addAdWrap {
	text-align: center;
	background-color: #f3f8ff;
	padding: 15px 0;
	margin: 0px 20px;
}
.addAdWrap p{
	padding: 5px 0;
}