.main{
    width: 1600px;
    margin: 0 auto;
}
body{background-color: #f5f5f5;}
/* header */
.iframe {
	overflow: hidden;
	height: 44px;
  }
  .iframe iframe {
	width: calc(100% + 17px);
  }
/* header */

.header {
	height: 44px;
	background: #f5f5f5;
	font-size: 13px;
	margin: 0 auto;
}
.header .left {
	float: left;
}
.header .left p {
	line-height: 42px;
	float: left;
}
.header .left p a {
	color: #333;
}
.header .left p a:hover {
	color: #168ce3;
}
.header .left ul {
	float: left;
	margin-top: 13px;
}
.header ul li {
	float: left;
	padding: 0 6px;
}
.header .left ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}
.header .left ul li:first-child a {
	padding: 0 7px;
}
.header .left ul li a {
	padding: 0 10px;
}
.header .left ul li:first-child a {
	color: #168ce3;
}
.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #168ce3;
	border-radius: 2px;
}
.header .right {
	float: right;
	margin-right: 200px;
	margin-top: 15px;
}
.header .right li {
	padding: 0 12px;
	border-right: 1px solid #ddd;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #168ce3;
}
/* header--drop */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.header-d-main{
	width: 1424px;
}
.header--drop ul {
	position: absolute;
	right: 10px;
	top: -43px;
}

.header--drop ul li {
	float: left;
	height: 42px;
	position: relative;
}
.header--drop ul li:hover .web-code{
	display: block;
}
.header--drop ul li .weixin {
	height: 43px;
	position: relative;
}
.header--drop ul li .hover::before {
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom: 0;
	height: 45px;
	z-index: 101;
}
.header--drop ul li .hover {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.header--drop ul li  .hover::after,
.header--drop ul li:last-child .weixin::after {
	display: none;
}
.web-code {
	width: 130px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
}
.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}

.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img {
	width: 100%;
	height: 100%;
}
.web-code b {
	display: block;
	font-size: 14px;
	padding: 18px 0 8px 0;
}
.web-code p {
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 42px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: -1px 8px 0 0;
	display: inline-block;
	width: 14px;
}
.header--drop ul li.mobile a i {
	width: 10px;
}
.header--drop ul li a:hover {
	color: #168ce3;
}

/* searchBox */
.searchBox {
	height: 380px;
	background:url(../../Images/company/version/2022/banner.png) no-repeat center;
	font-family: "Microsoft Yahei";
}
.searchBox .logo {
	padding-top: 24px;
	height: 72px;
	text-align: center;
}
.searchBox .logo img{display: inline-block;}
.searchBox .logo b {
	font-size: 34px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
	margin-left: 11px;
	position: relative;
}
.searchBox .logo b::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -14px;
	height: 28px;
	width: 1px;
	background-color: rgba(255,255,255,0.4);
}

.searchCondition {
	text-align: center;
}
.searchCondition a {
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 16px;
	color: #fff;
	margin: 40px 35px 0;
	position: relative;
	display: inline-block;
}
.searchCondition a i {
	margin-right: 5px;
}
.searchCondition a img {
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	display: none;
}
.searchCondition a.focus {
	background-color: #fff;
	color: #168ce3;
}
.searchCondition a.focus img {
	display: block;
}
.searchInput {
	width: 990px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 25px;
	border-radius: 4px;
}
.searchInput::after{
	content: "";
	display: block;
	clear: both;
}
.searchInput input {
	font-size: 16px;
	color: #999;
	border: 0;
	width: 770px;
	height: 49px;
	line-height: 49px;
	text-indent: 20px;
	font-family: "Microsoft YaHei";
	float: left;
}
.searchInput input.focus {
	color: #333;
}
.searchInput a.btn {
	width: 110px;
	height: 50px;
	text-align: center;
	display: block;
	float: left;
	background-color: #ff9700;
	color: #fff;
	font-size: 18px;
}
.searchInput a i {
	margin-right: 5px;
	font-size: 19px;
}
.brandList {
	width: 880px;
	margin: 0 auto;
}
.brandList .brands {
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.4);
	box-sizing: border-box;
	float: left;

}
.brandList .brands b{
	display: block;
	width: 40px;
	height: 38px;
	background: url(https://www.jc35.com/Images/company/version/2022/hotSelect.png) no-repeat;
	background-size: 100% 100%;
	margin: 11px auto;
}
.brandList .list {
	width: 790px;
	float: left;
	margin-left: 20px;
	line-height: 30px;
}
.brandList .list a {
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
}
.brandList .list a:hover {
	text-decoration: underline;
}
/* companyPar */
.companyPar {
	margin: 0 auto;
	background-color: #fff;
	margin-top: 36px;
}
.companyPar dl {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	margin: 0 20px;
	box-sizing: border-box;
}
.companyPar dl dt {
	width: 100px;
	height: 60px;
	float: left;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}
.companyPar dl dt::after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ff9700;
	border-radius: 50%;
}
.companyPar dl dd {
	width: 1448px;
	float: right;
	font-size: 14px;
	position: relative;
	padding: 10px 0;
}
.companyPar dl dd.oneLine ul.area {
	height: 100%;
}
.companyPar dl dd.oneLine ul.industry {
	height: 100%;
}
.all {
	float: left;
	width: 80px;
}
.all a {
	display: inline-block;
	line-height: 28px;
	width: 58px;
	margin: 6px 0;
	color: #fff;
	background-color: #168ce3;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
}
.companyPar .hot dt {
	line-height: 170px;
	height: 170px;
}
.companyPar dl.hot{
	padding-right: 60px;
	position: relative;
}
.companyPar .hot dd {
	height: 128px;
	width: 1388px;
	padding: 16px 0 26px 0;
}
.companyPar .hot .brandMore{
	position: absolute;
	top: 35px;
	right: 0;
	width: 40px;
	height: 100px;
	font-size: 16px;
	padding: 10px 11px;
	line-height: 1.2;
	color: #999;
	border: 1px solid #dcdcdc;
	background-color: #f4f4f4;
	box-sizing: border-box;
}
.companyPar .hot .brandMore:hover{
	border-color: #168ce3;
	color: #168ce3;
	background-color: #fff;
}
#service{
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.companyPar .companyLogo{
	overflow: hidden;
}
.companyPar .companyLogo li {
	float: left;
	box-sizing: border-box;
	height: 128px;
	width: 11.11%;
	text-align: center;
	position: relative;
	padding: 20px 16px;
}
.companyPar .companyLogo li i.advsicon {
	position: absolute;
	left: 11px;
	bottom: 10px;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
	/* margin-left: -12px; */
}
.companyPar .companyLogo li .img{
	height: 70px;
	position: relative;
	margin: 0 10px;
}
.companyPar .companyLogo li .img a{
	display: block;
	height: 100%;
}
.companyPar .companyLogo li .img img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.companyPar .companyLogo li b {
	display: block;
	font-size: 14px;
	margin-top: 0px;
	font-weight: normal;
}
.companyPar .companyLogo li b a{
	color: #333;
}
.companyPar .companyLogo li:hover a.cover {
    display: block;
}
.companyPar .companyLogo li a.cover {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
	background: url("../../Images/company/version/2022/imghover.png") no-repeat;
	background-size: 100% 100%;
    z-index: 9;
    display: none;
}
ul.industry, ul.area, ul.model {
	width: 1325px;
	float: left;
	height: 40px;
	overflow: hidden;
}
ul.industry li , ul.area li , ul.model li {
	float: left;
	line-height: 40px;
	white-space: nowrap;
	margin-right: 40px;
}
ul.industry li a , ul.area li a , ul.model li a{
	color: #666;
	line-height: 18px;
	display: inline-block;
}
ul.industry li a.actived, ul.area li a.actived, ul.model li a.actived {
	color: #168ce3;
}
.companyPar ul li a:hover {
	color: #168ce3;
}
.more {
	width: 39px;
	float: right;
	position: absolute;
	right: 0;
	top: 21px;
}
.more a {
	color: #666;
	font-size: 14px;
}
.more a i {
	margin-top: -2px;
	display: block;
	float: right;
}
/* companyList */
.companyList{
	margin-top: 24px;
	padding: 40px 28px 15px 28px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.companyList li{
	height: 180px;
	margin-top: 50px;
}
.companyList li:first-child{margin-top: 0;}
.companyList li .left{
	float: left;
	width: 1136px;
	margin-right: 40px;
	overflow: hidden;
}
.companyList .left .images{
	float: left;
	width: 270px;
	height: 180px;
	margin-right: 26px;
	border-radius: 4px;
	position: relative;
}
.companyList .left .images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.companyList .left .text{
	overflow: hidden;
}
.companyList .text h2{
	height: 30px;
	margin-bottom: 20px;
	position: relative;
	font-size: 0;
}
.companyList .text h2 a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #333;
	max-width: 685px;
	overflow: hidden;
}
.companyList .text h2 a:hover{color: #168ce3;}
.companyList .text h2 em{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #1da561;
	border-radius: 3px;
	margin: 4px 10px 0 12px;
	vertical-align: top;
}
.companyList .text h2 em.individual{
	background-color: #F5CE12;
}
.companyList .text h2 i{
	position: relative;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	margin-top: 4px;
}
.companyList .text h2 i.free{
	background-color: #595959;
}
.companyList .text h2 i.primary{
	background-color: #23a77d;
}
.companyList .text h2 i.intermediate{
	background-color: #ff4a37;
}
.companyList .text h2 i.senior{
	background-color: #ff9700;
}
.companyList .text h2 i.topLevel{
	background-color: #c54df1;
}
.companyList .text h2 i.vipLevel{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c05), to(#fe944f));
	background-image: -webkit-linear-gradient(90deg, #ff3c05, #fe944f);
	background-image: -moz-linear-gradient(90deg, #ff3c05, #fe944f);
	background-image: -ms-linear-gradient(90deg, #ff3c05, #fe944f);
	background-image: -o-linear-gradient(90deg, #ff3c05, #fe944f);
	background-image: linear-gradient(90deg, #ff3c05, #fe944f);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ff3c05}', endColorStr='#{fe944f}');
}
.companyList .text h2 i.topLevel1{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3d06), to(#fe944d));
	background-image: -webkit-linear-gradient(90deg, #ff3d06, #fe944d);
	background-image: -moz-linear-gradient(90deg, #ff3d06, #fe944d);
	background-image: -ms-linear-gradient(90deg, #ff3d06, #fe944d);
	background-image: -o-linear-gradient(90deg, #ff3d06, #fe944d);
	background-image: linear-gradient(90deg, #ff3d06, #fe944d);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ff3d06}', endColorStr='#{fe944d}');
}
.companyList .text h2 i.topLevel2{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ef0608), to(#ff6061));
	background-image: -webkit-linear-gradient(90deg, #ef0608, #ff6061);
	background-image: -moz-linear-gradient(90deg, #ef0608, #ff6061);
	background-image: -ms-linear-gradient(90deg, #ef0608, #ff6061);
	background-image: -o-linear-gradient(90deg, #ef0608, #ff6061);
	background-image: linear-gradient(90deg, #ef0608, #ff6061);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ef0608}', endColorStr='#{ff6061}');
}
.companyList .text h2 i.topLevel3{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c208ff), to(#db6dff));
	background-image: -webkit-linear-gradient(90deg, #c208ff, #db6dff);
	background-image: -moz-linear-gradient(90deg, #c208ff, #db6dff);
	background-image: -ms-linear-gradient(90deg, #c208ff, #db6dff);
	background-image: -o-linear-gradient(90deg, #c208ff, #db6dff);
	background-image: linear-gradient(90deg, #c208ff, #db6dff);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{c208ff}', endColorStr='#{db6dff}');
}
.companyList .text dl{
	overflow: hidden;
}
.companyList .text dt{
	float: left;
	line-height: 28px;
	width: 65px;
	font-size: 14px;
	color: #999;
}
.companyList .text dt i{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	margin-top: 8px;
	vertical-align: top;
}
.companyList .text dt i.icon1{
	background: url(../../Images/company/version/2022/icon1.png) no-repeat;
}
.companyList .text dt i.icon2{
	background: url(../../Images/company/version/2022/icon2.png) no-repeat;
}
.companyList .text dd{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.companyList .text p{
	margin-top: 25px;
	overflow: hidden;
}
.companyList .text p span{
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	text-align: center;
	position: relative;
}
.companyList .text p span::before{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	content: "";
	width: 1px;
	height: 30px;
	background-color: #e6e6e6;
}
.companyList .text p span.jc35{
	width: 12%;
}
.companyList .text p span.sale{width: 22%;}
.companyList .text p span.address{width: 42%;}
.companyList .text p span:last-child::before{display: none;}
.companyList .text p span b{
	display: block;
	height: 24px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
}
.companyList li .right{
	float: right;
	width: 332px;
	padding: 12px 18px 14px 18px;
	border-radius: 6px;
	background-color: #f3f3f3;
}
.companyList li .right p{
	height: 32px;
	margin-bottom: 7px;
	position: relative;
}
.companyList li .right p a.enterA{
	float: left;
	line-height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #fff;
	color: #168ce3;
}
.companyList li .right p a.phone{
	float: right;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 12px;
	border-radius: 6px;
	background-color: #fff;
	position: relative;
}
.companyList li .right p a.phone i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../../Images/company/version/2022/icon3.png) no-repeat;
}
.companyList li .right p a.phone:hover i{
	background: url(../../Images/company/version/2022/icon3hover.png) no-repeat;
}
.companyList li .right p a.wx{
	float: right;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}
.companyList li .right p a.wx i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../Images/company/version/2022/icon4.png) no-repeat;
}
.companyList li .right p a.wx:hover i{
	background: url(../../Images/company/version/2022/icon4hover.png) no-repeat;
}
.companyList li .right p .wxHover{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: -85px;
	width: 202px;
	height: 246px;
	font-size: 14px;
	background: url(../../Images/company/version/2022/wxHoverBgi.png) no-repeat;
	text-align: center;
	color: #fff;
	z-index: 999;
	display: none;
	line-height: normal;
}
.companyList li .right p .wxHover img {
	display: block;
	margin: 38px auto 15px;
	width: 130px;
	height: 130px;
	padding: 5px;
	background-color: #fff;
}
.ease{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.companyList li .right .show{
	overflow: hidden;
	margin: 0 -6px;
}
.companyList li .right .item{
	float: left;
	width: 33.3%;
	padding: 0 6px;
	box-sizing: border-box;
}
.companyList li .right .itemBox{
	padding: 9px 14px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid transparent;
}
.companyList li .right .itemBox:hover{
	border: 1px solid #90bfe2;
}
.companyList .right .itemBox:hover span a{color: #168ce3!important;}
.companyList .right .itemBox a.images{
	display: block;
	height: 70px;
	position: relative;
}
.companyList .right .itemBox a.images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
.companyList .right .itemBox span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
}
.companyList .right .itemBox span a{color: #333;}
/* page */
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 50px 0;
	text-align: center;
	color: #999;
}
.pages a {
	width: 43px;
	height: 43px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/43px "Microsoft YaHei";
	color: #999;
	vertical-align: middle;
	border-radius: 4px;
	margin-right: 5px;
}
.pages a.on {
	background-color: #168ce3;
	color: #fff;
}
.pages a:hover {
	background-color: #168ce3;
	color: #fff;
}
.pages a.ft {
	background: url(../../Images/company/version/2022/companyList.png) no-repeat -53px -527px;
}
.pages a.prev {
	padding: 0;
	background: url(../../Images/company/version/2022/pages.png) no-repeat 16px 15px;
}
.pages a.lt {
	padding: 0;
	background: url(../../Images/company/version/2022/pages.png) no-repeat -449px 15px;
}
.pages a.next {
	margin-right: 15px;
	background: url(../../Images/company/version/2022/companyList.png) no-repeat 17px -527px;
}
.pages input {
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 16px/43px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.pages button {
	width: 70px;
	height: 44px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #168ce3;
	border-radius: 4px;
	font: normal 16px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #168ce3;
	margin-left: 10px;
}
/* bottom */
.bottom {
	font-family: "Microsoft YaHei";
	padding: 10px 0 20px 0;
	background: #fff;
	margin-top: 44px;
}
.service{ width: 1200px;height:94px; margin:24px auto 0;padding-bottom: 30px;}
.service dl{ width: 299px;height:94px; float:left; padding-left:22px; border-left:1px solid #f2f2f2;}
.service dt{width: 100%; height:48px; float:left; font:normal 16px/48px "Microsoft Yahei","\5b8b\4f53"; color:#565656; text-indent:48px; background:url(../../Images/company/version/2022/serviceIcon.jpg) no-repeat;}
.service dd{ width:210px; height:46px; float:left; line-height:23px;}
.service dd a{ color:#999; padding-right:14px;}
.service dd a:hover{ color:#f60; text-decoration:underline;}
.service .s4,.service .s4 dt{ width:210px;}
.service .s2 dt{ background-position:0 -48px;}
.service .s3 dt{ background-position:0 -96px;}
.service .s4 dt{ background-position:0 -144px;}
/* footer */
#footer{
	padding: 20px 0;
	background: #282828;
	text-align: center;
}
.footMenu{
	color: #868686;
	font-size: 14px;
	line-height: 30px;
}
.footMenu a{
	color: #bababa;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.copyright{
	font-size: 12px;
	line-height: 30px;
	margin-top: 5px;
	color: #868686;
}
#footer p{
	font-size: 12px;
	line-height: 30px;
	color: #868686;
}
.lostpro {
	width: 450px;
	background: url(https://www.gkzhan.com/images/lostpro.jpg) no-repeat 0 40px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 165px;
	padding-bottom: 40px;
}
.lostpro span {
	font: 22px/44px "Microsoft Yahei";
	color: #333;
}
.lostproab {
	font: 12px/30px "\5b8b\4f53";
	color: #767676;
}
.lostproab a {
	background: url(https://www.gkzhan.com/images/caigouSearch.png) no-repeat -145px -35px;
	padding-left: 12px;
}
.companyList li .right span {
	height: 115px;
	display: block;
	line-height: 115px;
	font-size: 16px;
	color: #666;
	text-align: center;
	background: #fff;
	border-radius: 8px;

}
/* 20230703 */
.companyNews{
	margin-top: 35px;
}
.companyNews .news1{
	float: left;
	width: 490px;
}
.companyNews .news2{
	float: left;
	width: 662px;
	margin:0 24px;
}
.companyNews .news3{
	overflow: hidden;
}
/* title */
.companyNews .news1 .title,.companyNews .news3 .title{
	padding-bottom: 18px;
	height: 32px;
	line-height: 32px;
}
.companyNews .news1 .title i,.companyNews .news3 .title i{
	height: 32px;
	width: 32px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
	background: url(../../Images/company/version/2022/news1.png) no-repeat;
	background-size: 100% 100%;
}
.companyNews .news3 .title i{
	background: url(../../Images/company/version/2022/news3.png) no-repeat;
	background-size: 100% 100%;
}
.companyNews .news1 .title b,.companyNews .news3 .title b{
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.companyNews .news1 .title a.more,.companyNews .news3 .title a.more{
	float: right;
	line-height: 32px;
	font-size: 16px;
	width: auto;
	color: #999;
	position: relative;
	top: auto;
}
.companyNews .news1 .title a.more:hover,.companyNews .news3 .title a.more:hover{
	color: #168ce3;
}
.companyNews .news2 .title p{
	overflow: hidden;
}
.companyNews .news2 .title a{
	float: left;
	width: 20%;
	height: 32px;
	line-height: 32px;
	padding-bottom: 18px;
	font-size: 20px;
	color: #666;
	text-align: center;
	position: relative;
}
.companyNews .news2 .title a.focus{
	font-size: 22px;
	font-weight: 700;
	color: #168ce3;
}
.companyNews .news2 .title a::after{
	position: absolute;
	content: "";
	height: 10px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: url(../../Images/company/version/2022/news2.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.companyNews .news2 .title a.focus::after{
	width: 116px;
}
/* news1 */
.companyNews .news1 ul{
	border-radius: 14px;
	padding: 0 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.companyNews .news1 li{
	padding: 26px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.companyNews .news1 li:nth-child(3){
	border-bottom: 0;
}
.companyNews .news1 li .companyTitle{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.companyNews .news1 li h2{
	float: left;
	font-size: 20px;
	max-width: 230px;
}
.companyNews .news1 li h2 a{
	color: #333;
}
.companyNews .news1 li h2 a:hover{
	color: #168ce3;
}
.companyNews .news1 li .approve{
	overflow: hidden;
}
.companyNews .news1 li .approve span{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 16px;
	margin: 8px 5px 0 4px;
	background: url(../../Images/company/version/2022/news1-01.png) no-repeat;
	background-size: 100% 100%;
}
.companyNews .news1 li .approve a{
	font-size: 16px;
	color: #666;
}
.companyNews .news1 li .approve a:hover{
	text-decoration: underline;
}
.companyNews .news1 li p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 16px;
	color: #333;
	overflow: hidden;
}
.companyNews .news1 li .bp-icon-qsstar {
	display: inline-block;
	width: 89px;
	height: 20px;
	background: url(../../Images/company/version/2022/xx.png) no-repeat 0 0px;
	vertical-align: top;
}
.companyNews .news1 li .bp-icon-qsstar.xx0{
	background-position: -88px 4px;
}
.companyNews .news1 li .bp-icon-qsstar.xx1{
	background-position: -73px 4px;
}
.companyNews .news1 li .bp-icon-qsstar.xx2{
	background-position: -55px 4px;
}
.companyNews .news1 li .bp-icon-qsstar.xx3{
	background-position: -35px 4px;
}
.companyNews .news1 li .bp-icon-qsstar.xx4{
	background-position: -17px 4px;
}
.companyNews .news1 li .bp-icon-qsstar.xx5{
	background-position: 0 4px;
}
/* news2 */
.news2-item{
	display: none;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}
.news2-item5 .news2-top{
	padding: 18px 22px;
	background-color: #f5f5f5;
}
.news2-item5 .news2-top b{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	display: block;
	overflow: hidden;
	text-indent: 30px;
}
.news2-item5 .news2-top b a{
	color: #f10000;
}
.news2-item5 .news2-top span{
	margin-top: 8px;
	line-height: 28px;
	height: 56px;
	font-size: 16px;
	color: #666;
	display: block;
	overflow: hidden;
}
.news2-item5 ul{
	overflow: hidden;
}
.news2-item5 li{
	margin-top: 16px;
	height: 20px;
	line-height: 20px;
	padding: 0 108px;
	position: relative;
	overflow: hidden;
}
.news2-item5 li span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #168ce3;
}
.news2-item5 li span i{
	width: 6px;
	height: 6px;
	margin: 7px 2px 0 3px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #168ce3;
	display: inline-block;
	vertical-align: top;
}
.news2-item5 li a{
	font-size: 16px;
	color: #333;
}
.news2-item5 li:hover a{
	color: #168ce3;
}
.news2-item5 li em{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-style: normal;
	color: #999;
}
/* 名企风采 */
.info-item {
	margin-top: 20px;
	overflow: hidden;
}
.info-item:first-child{
	margin-top: 0;
}
.info-item .images {
	float: left;
	width: 243px;
	height: 162px;
	overflow: hidden;
}
.info-item .images img {
	width: 100%;
	height: 100%;
}
.info-item .text {
	padding: 10px 8px 10px 18px;
	overflow: hidden;
}
.info-item .text p{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
}
.info-item .text p:first-child{
	font-weight: 700;
	font-size: 20px;
}
.info-item .text p a{
	color: #333;
}
.info-item .text p a:hover{
	color: #2b82d9;
}
/* 名企风采 end */
/* 企业招聘 */
.news2-item2{
	padding: 23px 20px;
}
.news2-item2 li{
	margin-top: 10px;
	overflow: hidden;
}
.news2-item2 li p,
.news2-item2 li span,
.news2-item2 li i{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news2-item2 li p{
	float: left;
	width: 44%;
	margin-right: 1%;
	font-size: 16px;
}
.news2-item2 li p a{
	color: #333;
}
.news2-item2 li p a:hover{
	color: #2b82d9;
}
.news2-item2 li span{
	float: left;
	width: 36%;
	margin-right: 1%;
	font-size: 14px;
	color: #999;
}
.news2-item2 li i{
	float: left;
	width: 18%;
	font-size: 16px;
	color: #e42828;
	font-style: normal;
	text-align: right;
}
/* 企业招聘 end */
/* 企业新品 */
.news2-item3 .bot3-top{
	overflow: hidden;
}
.news2-item3 .bot3-top .images{
	float: left;
	width: 193px;
	height: 128px;
}
.news2-item3 .bot3-top .images img{
	height: 100%;
	width: 100%;
}
.news2-item3 .bot3-top .text{
	padding: 8px 10px 14px 20px;
	overflow: hidden;
}
.news2-item3 .bot3-top .text p{
	line-height: 32px;
	height: 64px;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
}
.news2-item3 .bot3-top .text p a{
	color: #333;
}
.news2-item3 .bot3-top .text p a:hover{
	color: #2b82d9;
}
.news2-item3 .bot3-top .text span{
	display: block;
	margin-top: 22px;
	font-size: 14px;
	color: #999;
}
.news2-item3 .bot3-top .text span b{
	font-weight: normal;
	margin-left: 18px;
}
.news2-item3 li{
	margin-top: 16px;
	padding-right: 85px;
	position: relative;
}
.news2-item3 li a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.news2-item3 li a:hover{
	color: #2b82d9;
}
.news2-item3 li i{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}
/* 企业新品 end */
/* 人事变动 */
.news2-item4{
	padding: 19px 20px;
}
.news2-item4 li{
	margin-top: 20px;
	padding-right: 90px;
	overflow: hidden;
	position: relative;
}
.news2-item4 li a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.news2-item4 li a:hover{
	color: #2b82d9;
}
.news2-item4 li i{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	font-style: normal;
	text-align: right;
}
.news2-item4 li:nth-child(1) a,
.news2-item4 li:nth-child(3n+1) a{
	font-size: 18px;
	font-weight: 700;
	color: #e42828;
}
news2-item4 {
	padding-bottom: 20px;
}

/* 人事变动 end */
/* news3 */
.news3 ul{
	border-radius: 14px;
	padding:20px;
	background-color: #fff;
	box-sizing: border-box;
}
.news3 li{
	margin-top: 18px;
}
.news3 li:first-child{
	margin-top: 0;
}
.news3 .image{
	float: left;
	width: 178px;
	margin-right: 16px;
}
.news3 .image img{
	height: 118px;
	width: 100%;
}
.news3 .text{
	padding-top: 12px;
	overflow: hidden;
}
.news3 .text p{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.news3 .text p a{
	color: #333;
}
.news3 .text p a:hover{
	color: #168ce3;
}
.news3 .text span{
	margin-top: 18px;
	font-size: 14px;
	color: #999;
	display: block;
}
.right-bar {
	position: fixed;
	top: 130px;
    right: 10px;
	z-index: 999999;
}
.right-bar ul {
	margin-top: 10px;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.12);
	background-color: #168ce3;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	cursor: pointer;
	position: relative;
}
.right-bar li .bar-top.gy{
	border-radius: 4px 4px 0 0;
	background-image: linear-gradient(#fe8656, #ee401d);
}
.right-bar li .bar-top {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	text-align: center;
	line-height: 16px;
}
.right-bar li .bar-top b {
	color: #fff;
	display: block;
	padding: 2px 15px;
}
.right-bar li .bar-top.gy b{
	padding: 2px 10px;
}
.right-bar li .bar-top i {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.right-bar li .bar-top a {
	color: #fff;
	display: block;
}
.right-bar li .bar-top a:hover {
	color: #168ce3;
}
.right-bar li.notext .bar-top i {
	margin: 0;
}
.right-bar li.notext .bar-top {
	padding: 15px 0;
	border-bottom: 0;
}
.right-bar li:hover .bar-top {
	background-color: #f60;
	border-radius: 4px;
}
.right-bar li:hover .bar-top a,.right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
/* 供应商名录展开 */
.contribution {
	position: absolute;
	right: 58px;
	top: 0;
	width: 257px;
	height: 176px;
	box-sizing: border-box;
	padding: 15px 0 0 18px;
	background: url(../../Images/company/version/2022/right-bar-01.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.contribution .img {
	float: left;
	width: 103px;
	height: 140px;
	margin-right: 22px;
	background: url(../../Images/company/version/2022/right-bar-02.png) no-repeat;
	background-size: 100% 100%;
}
.contribution .text{
	float: left;
	width: 80px;
}
.contribution .text a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 29px;
	font-size: 12px;
	color: #fff;
	background-color: #168ce3;
	border-radius: 6px;
	text-align: center;
	position: relative;
}
.contribution .text a .QQhover {
	position: absolute;
	left: -12px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
	overflow: hidden;
}
.contribution .text a:hover .QQhover{
	display: inline-block;
   }
.contribution .text a:nth-child(2){
	margin-top: 21px;
	background-color: #ef4521;
}
/* end */
/* 服务热线展开 */
.p-qqBox{
	position: absolute;
	right: 58px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 40px;
}
.p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-qqBox em b {
	color: #f60;
}
.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
/* end */
.code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 480px;
	border: 4px solid #168ce3;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.code-item .wx-img{
	width: 126px;
	height: 126px;
	position: relative;
}
.code-item .wx-img img{
	position: absolute;
	width: 142px;
	height: 142px;
	left: -8px;
	top: -8px;
	max-width: none;
	max-height: none;
}
.code-item .item b {
	margin-top: 10px;
	display: block;
}
.code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot {
	display: block;
}
.contact-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 320px;
	border: 4px solid #168ce3;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 18px 16px 16px;
}
.contact-item dl{
	padding-left: 88px;
	overflow: hidden;
	position: relative;
}
.contact-item i{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
	width: 68px;
	height: 82px;
	background:url(https://www.chem17.com/images/technology/version/2022/service-left.png) no-repeat;
}
.contact-item dt{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.contact-item dd{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	overflow: hidden;
}
.contact-item dd b{
	display: inline-block;
	width: 18px;
	height: 21px;
	margin: 1px 0 0 11px;
	background: url(https://www.chem17.com/images/technology/version/2022/service-qq.png) no-repeat;
	vertical-align: top;
}
/* fix-navigation */
.fix-navigation {
	background-color: #168ce3;
	padding: 12px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
  }
  .fix-navigation .item {
	width: 1180px;
	margin: 0 auto;
	position: relative;
  }
  .fix-navigation .item .logo {
	float: left;
	margin-top: 0;
	height: 38px;
  }
  .fix-search {
	width: 614px;
	margin: 0 114px;
	float: left;
	margin-top: 1px;
  }
  .fix-search .form {
	height: 36px;
	float: left;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
  }
  .fix-search .form .select {
	width: 67px;
	height: 100%;
	position: relative;
	float: left;
	padding: 0;
	background: transparent;
  }
  .fix-search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
  }
  .fix-search .form .select .select-top p {
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	text-indent: 12px;
  }
  .fix-search .form .select .select-top i {
	height: 10px;
	width: 10px;
	display: block;
	top: 15px;
	right: 5px;
	position: absolute;
	background: url(../../Images/company/version/2022/index.png) no-repeat;
	vertical-align: middle;
	
	transform: rotate(0);
  }
  .fix-search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 36px;
	left: 0px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
  }
  
  .fix-search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
   
	transition: all 0.3s ease;
  }
  .fix-search .form .select .select-bot li:hover {
	background-color: #168ce3;
	border-left: 2px solid #168ce3;
	border-right: 2px solid #168ce3;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .fix-search .form input {
	border: none;
	height: 100%;
	width: 464px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 15px;
  }
  .fix-search .form button {
	width: 74px;
	height: 30px;
	border: none;
	background-color: #168ce3;
	font-size: 14px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
	margin: 3px 3px 0 0;
	border-radius: 2px;
	position: relative;
	text-align: center;
  }
  .fix-search .form button i {
	height: 13px;
	width: 14px;
	display: inline-block;
	background: url(../../Images/company/version/2022/search.png) no-repeat;
	  background-size: auto;
	background-size: cover;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
  }
  .fix-navigation .item .login-btn {
	float: right;
  }
  .fix-navigation .item .login-btn a {
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	padding: 0 15px;
	border-radius: 2px;
	background-color: #f2a141;
	margin-top: 1px;
	height: 36px;
}

.searchBox .qws{
	float: right;
}
.searchBox .qws a{
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 22px;
	border: 1px solid #2b82d9;
	color: #2b82d9;
	background-color: #fff;
	display: block;
	position: relative;
}
.searchBox .qws a::after{
	content: '';
  	position: absolute;
	right: -19px;
	top: -9px;
  	display: block;
  	width: 51px;
  	height: 20px;
  	background: url("/images/qwsNew.png") no-repeat;
  	background-size: contain;
}

/* end */
@media screen and (max-width: 1024px) {
	.main,.header{
		width: 880px;
	}
	.iframe{
		height: 36px;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 0px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 0px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 2px;
	}
	.header .right {
		margin-right: 120px;
		margin-top: 10px;
	}
	.header--drop{
		font-size: 12px;
	}
	.header--drop ul{
		right: 0;
		top: -36px;
	}
	.header--drop ul li a{
		padding: 0;
		line-height: 36px;
	}
	.header--drop ul li a i{
		margin-right: 2px;
	}
	.companyPar {
		margin-top: 20px;
	}
	.companyPar dl {
		margin: 0 8px;
	}
	.companyPar dl.hot{
		padding-right: 30px;
	}
	.companyPar dl dt {
		width: 55px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}
	.companyPar dl dd {
		width: 799px;
		font-size: 12px;
		padding: 5px 0;
	}
	.all {
		width: 50px;
	}
	.all a {
		line-height: 20px;
		width: 40px;
		margin: 5px 0;
	}
	ul.industry, ul.area, ul.model {
		width: 680px;
		height: 30px;
	}
	ul.industry li, ul.area li, ul.model li {
		line-height: 30px;
		margin-right: 20px;
	}
	.more {
		width: 38px;
		top: 13px;
	}
	.more a {
		font-size: 12px;
	}
	.companyPar .hot dt {
		line-height: 117px;
		height: 117px;
	}
	.companyPar .hot dd {
		height: 92px;
		width: 769px;
		padding: 10px 0 15px 0;
	}
	.companyPar .hot .brandMore {
		top: 10px;
		width: 24px;
		height: 70px;
		font-size: 12px;
		padding: 6px 5px;
	}
	.companyPar .companyLogo li {
		height: 92px;
		padding: 10px 8px;
	}
	.companyPar .companyLogo li .img {
		height: 56px;
		margin: 0 8px;
	}
	.companyPar .companyLogo li b {
		font-size: 12px;
	}
	.companyList li .right {
		width: 200px;
		padding: 6px 8px 6px 8px;
	}
	.companyList li .right p {
		height: 20px;
		margin-bottom: 4px;
	}
	.companyList li .right p a.enterA {
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
	}
	.companyList li .right p a.wx {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.companyList li .right p a.wx i {
		width: 12px;
		height: 12px;
		background-size: 100% 100%;
	}
	.companyList li .right p a.phone {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
	}
	.companyList li .right p a.phone i {
		width: 12px;
		height: 10px;
		background-size: 100% 100%;
	}
	.companyList li .right p a.phone:hover i{
		background-size: 100% 100%;
	}
	.companyList li .right p a.wx:hover i{
		background-size: 100% 100%;
	}
	.companyList li .right .show {
		margin: 0 -3px;
	}
	.companyList li .right .item {
		padding: 0 3px;
	}
	.companyList li .right .itemBox {
		padding: 3px 5px;
	}
	.companyList .right .itemBox a.images {
		height: 50px;
	}
	.companyList .right .itemBox span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 2px;
	}
	.companyList li .left {
		width: 598px;
		margin-right: 10px;
	}
	.companyList .left .images {
		width: 168px;
		height: 112px;
		margin-right: 8px;
	}
	.companyList li {
		height: 112px;
		margin-top: 15px;
	}
	.companyList .text h2 {
		height: 18px;
		margin-bottom: 10px;
	}
	.companyList .text h2 a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		max-width: 305px;
	}
	.companyList .text h2 em {
		width: 18px;
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		margin: 0px 6px 0 8px;
	}
	.companyList .text h2 i {
		height: 18px;
		line-height: 16px;
		padding: 0 5px;
		font-size: 12px;
		margin-top: 0;
	}
	.companyList .text dt {
		line-height: 18px;
		width: 50px;
		font-size: 12px;
	}
	.companyList .text dt i {
		width: 12px;
		height: 12px;
		margin-right: 3px;
		margin-top: 4px;
		background-size: 100% 100% !important;
	}
	.companyList .text dd {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.companyList .text p {
		margin-top: 12px;
	}
	.companyList .text p span {
		line-height: 16px;
		font-size: 12px;
	}
	.companyList .text p span b {
		height: 16px;
	}
	.companyList li .right p .wxHover {
		top: 18px;
		right: -56px;
		width: 132px;
		height: 176px;
		font-size: 12px;
		background-size: 100% 100%;
	}
	.companyList li .right p .wxHover img {
		margin: 27px auto 15px;
		width: 85px;
		height: 85px;
		padding: 5px;
	}
	.pages {
		height: 35px;
		padding: 20px 0;
	}
	.pages a {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Microsoft YaHei";
		margin-right: 5px;
	}
	.pages a.ft {
		background: url(../../Images/company/version/2022/companyList.png) no-repeat -58px -532px;
	}
	.pages a.prev {
		background: url(../../Images/company/version/2022/pages.png) no-repeat 11px 10px;
	}
	.pages a.lt {
		padding: 0;
		background: url(../../Images/company/version/2022/pages.png) no-repeat -455px 10px;
	}
	.pages a.next {
		margin-right: 15px;
		background: url(../../Images/company/version/2022/companyList.png) no-repeat 12px -532px;
	}
	.pages input {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin: 0 10px;
	}
	.pages button {
		width: 60px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin-left: 5px;
	}
	.bottom {
		padding: 10px 0 20px 0;
		margin-top: 30px;
	}
	.service {
		width: 880px;
		height: 94px;
		margin: 15px auto 0;
	}
	.service dl {
		width: 208px;
		height: 94px;
		padding-left: 10px;
	}
	#footer {
		padding: 10px 0;
	}
	.companyList li .right span {
		height: 76px;
		line-height: 76px;
		font-size: 12px;
	}
	.companyPar .companyLogo li {
		height: 78px;
		padding: 6px 4px;
	}
	.companyPar .companyLogo li .img {
		height: 46px;
		margin: 0 5px;
	}
	/* 20230704 */
	.companyNews .news1 {
		width: 270px;
	}
	.companyNews .news2 {
		width: 364px;
		margin: 0 12px;
	}
	.companyNews {
		margin-top: 18px;
	}
	.companyNews .news1 .title, .companyNews .news3 .title {
		padding-bottom: 8px;
		height: 24px;
		line-height: 24px;
	}
	.companyNews .news1 .title i, .companyNews .news3 .title i {
		height: 20px;
		width: 20px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.companyNews .news1 .title b, .companyNews .news3 .title b {
		font-size: 15px;
	}
	.companyNews .news1 .title a.more, .companyNews .news3 .title a.more {
		line-height: 24px;
		font-size: 12px;
	}
	.companyNews .news2 .title a {
		height: 24px;
		line-height: 24px;
		padding-bottom: 8px;
		font-size: 12px;
	}
	.companyNews .news2 .title a.focus {
		font-size: 14px;
	}
	.companyNews .news2 .title a.focus::after {
		width: 64px;
	}
	.companyNews .news2 .title a::after {
		height: 4px;
	}
	.companyNews .news1 ul {
		padding: 1px 10px;
	}
	.companyNews .news1 li {
		padding: 8px 0;
	}
	.companyNews .news1 li .companyTitle {
		height: 22px;
		line-height: 22px;
	}
	.companyNews .news1 li .approve a {
		font-size: 12px;
	}
	.companyNews .news1 li .approve span {
		width: 14px;
		height: 12px;
		margin: 5px 0px 0 0px;
	}
	.companyNews .news1 li h2 {
		font-size: 13px;
		max-width: 87px;
	}
	.companyNews .news1 li p {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 6px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx0{
		background-position: -88px 2px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx1{
		background-position: -73px 2px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx2{
		background-position: -55px 2px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx3{
		background-position: -35px 2px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx4{
		background-position: -17px 2px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx5{
		background-position: 0 2px;
	}
	.news2-item {
		padding: 10px;
	}
	.news2-item5 .news2-top {
		padding: 6px 10px;
	}
	.news2-item5 .news2-top b {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		text-indent: 22px;
	}
	.news2-item5 .news2-top span {
		margin-top: 1px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news2-item5 li {
		margin-top: 5px;
		height: 16px;
		line-height: 16px;
		padding: 0 64px 0 74px;
		position: relative;
		overflow: hidden;
	}
	.news2-item5 li span,.news2-item5 li em,.news2-item5 li a{
		font-size: 12px;
	}
	.news2-item5 li span i {
		width: 3px;
		height: 3px;
		margin: 7px 0px 0 1px;
	}
	.news3 ul {
		padding: 10px;
	}
	.news3 .image {
		width: 100px;
		margin-right: 8px;
	}
	.news3 .image img {
		height: 66px;
	}
	.news3 .text {
		padding-top: 2px;
	}
	.news3 .text p {
		height: 36px;
		line-height: 18px;
		font-size: 13px;
	}
	.news3 .text span {
		margin-top: 6px;
		font-size: 12px;
	}
	.news3 li {
		margin-top: 11px;
	}
	.info-item .images {
		width: 138px;
		height: 92px;
	}
	.info-item {
		margin-top: 10px;
	}
	.info-item .text {
		padding: 8px;
	}
	.info-item .text p {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.info-item .text p:first-child {
		font-size: 14px;
	}
	.news2-item3 .bot3-top .text {
		padding: 4px 6px 9px 10px;
	}
	.news2-item3 .bot3-top .text p {
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.news2-item3 .bot3-top .text span {
		margin-top: 7px;
		font-size: 12px;
	}
	.news2-item3 .bot3-top .images {
		width: 122px;
		height: 80px;
	}
	.news2-item3 li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2-item3 li i {
		line-height: 16px;
		font-size: 12px;
	}
	.news2-item3 li {
		margin-top: 6px;
		padding-right: 70px;
	}
	.news2-item3{
		padding: 8px 10px;
	}
	.news2-item4 li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2-item4 li:nth-child(1) a, .news2-item4 li:nth-child(3n+1) a {
		font-size: 14px;
	}
	.news2-item4 li i {
		line-height: 16px;
		font-size: 12px;
	}
	.news2-item4 li {
		margin-top: 9px;
		padding-right: 70px;
	}
	.news2-item4 {
		padding: 6px 10px 10px;
	}
	.news2-item2 li p,.news2-item2 li span,.news2-item2 li i{
		font-size: 12px;
	}
	.news2-item2 li p, .news2-item2 li span, .news2-item2 li i {
		height: 18px;
		line-height: 18px;
	}
	.news2-item2 li {
		margin-top: 5px;
	}
	.news2-item2{
		padding: 7px 10px 10px;
	}
	i.advsicon {
		left: 5px;
		bottom: 5px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.main,.header{
		width: 1000px;
	}
	.iframe{
		height: 36px;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 4px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 0px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 4px;
	}
	.header .right li {
		padding: 0 4px;
	}
	.header .right {
		margin-right: 134px;
		margin-top: 10px;
	}
	.header--drop{
		font-size: 12px;
	}
	.header--drop ul{
		right: 0;
		top: -36px;
	}
	.header--drop ul li a{
		padding: 0;
		line-height: 36px;
	}
	.companyPar {
		margin-top: 20px;
	}
	.companyPar dl {
		margin: 0 8px;
	}
	.companyPar dl.hot{
		padding-right: 30px;
	}
	.companyPar dl dt {
		width: 55px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}
	.companyPar dl dd {
		width: 919px;
		font-size: 12px;
		padding: 5px 0;
	}
	.all {
		width: 50px;
	}
	.all a {
		line-height: 20px;
		width: 40px;
		margin: 5px 0;
	}
	ul.industry, ul.area, ul.model {
		width: 790px;
		height: 30px;
	}
	ul.industry li, ul.area li, ul.model li {
		line-height: 30px;
		margin-right: 20px;
	}
	.more {
		width: 38px;
		top: 13px;
	}
	.more a {
		font-size: 12px;
	}
	.companyPar .hot dt {
		line-height: 117px;
		height: 117px;
	}
	.companyPar .hot dd {
		height: 100px;
		width: 879px;
		padding: 10px 0 15px 0;
	}
	.companyPar .hot .brandMore {
		top: 10px;
		width: 30px;
		height: 78px;
		font-size: 13px;
		padding: 6px 7px;
	}
	.companyPar .companyLogo li {
		height: 100px;
		padding: 10px 12px;
	}
	.companyPar .companyLogo li .img {
		height: 56px;
		margin: 0 8px;
	}
	.companyPar .companyLogo li b {
		font-size: 12px;
	}
	.companyList li .right {
		width: 200px;
		padding: 6px 8px 6px 8px;
	}
	.companyList li .right p {
		height: 20px;
		margin-bottom: 4px;
	}
	.companyList li .right p a.enterA {
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
	}
	.companyList li .right p a.wx {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.companyList li .right p a.wx i {
		width: 12px;
		height: 12px;
		background-size: 100% 100%;
	}
	.companyList li .right p a.phone {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
	}
	.companyList li .right p a.phone i {
		width: 12px;
		height: 10px;
		background-size: 100% 100%;
	}
	.companyList li .right p a.phone:hover i{
		background-size: 100% 100%;
	}
	.companyList li .right p a.wx:hover i{
		background-size: 100% 100%;
	}
	.companyList li .right .show {
		margin: 0 -3px;
	}
	.companyList li .right .item {
		padding: 0 3px;
	}
	.companyList li .right .itemBox {
		padding: 3px 5px;
	}
	.companyList .right .itemBox a.images {
		height: 50px;
	}
	.companyList .right .itemBox span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 2px;
	}
	.companyList li .left {
		width: 718px;
		margin-right: 10px;
	}
	.companyList .left .images {
		width: 168px;
		height: 112px;
		margin-right: 8px;
	}
	.companyList li {
		height: 112px;
		margin-top: 15px;
	}
	.companyList .text h2 {
		height: 18px;
		margin-bottom: 10px;
	}
	.companyList .text h2 a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		max-width: 424px;
	}
	.companyList .text h2 em {
		width: 18px;
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		margin: 0px 6px 0 8px;
	}
	.companyList .text h2 i {
		height: 18px;
		line-height: 16px;
		padding: 0 5px;
		font-size: 12px;
		margin-top: 0;
	}
	.companyList .text dt {
		line-height: 18px;
		width: 50px;
		font-size: 12px;
	}
	.companyList .text dt i {
		width: 12px;
		height: 12px;
		margin-right: 3px;
		margin-top: 4px;
		background-size: 100% 100% !important;
	}
	.companyList .text dd {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.companyList .text p {
		margin-top: 12px;
	}
	.companyList .text p span {
		line-height: 16px;
		font-size: 12px;
	}
	.companyList .text p span b {
		height: 16px;
	}
	.companyList li .right p .wxHover {
		top: 18px;
		right: -56px;
		width: 132px;
		height: 176px;
		font-size: 12px;
		background-size: 100% 100%;
	}
	.companyList li .right p .wxHover img {
		margin: 27px auto 15px;
		width: 85px;
		height: 85px;
		padding: 5px;
	}
	.pages {
		height: 35px;
		padding: 20px 0;
	}
	.pages a {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Microsoft YaHei";
		margin-right: 5px;
	}
	.pages a.ft {
		background: url(../../Images/company/version/2022/companyList.png) no-repeat -58px -532px;
	}
	.pages a.prev {
		background: url(../../Images/company/version/2022/pages.png) no-repeat 11px 10px;
	}
	.pages a.lt {
		padding: 0;
		background: url(../../Images/company/version/2022/pages.png) no-repeat -455px 10px;
	}
	.pages a.next {
		margin-right: 15px;
		background: url(../../Images/company/version/2022/companyList.png) no-repeat 12px -532px;
	}
	.pages input {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin: 0 10px;
	}
	.pages button {
		width: 60px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin-left: 5px;
	}
	.bottom {
		padding: 10px 0 20px 0;
		margin-top: 30px;
	}
	.service {
		width: 880px;
		height: 94px;
		margin: 15px auto 0;
	}
	.service dl {
		width: 208px;
		height: 94px;
		padding-left: 10px;
	}
	#footer {
		padding: 10px 0;
	}
	.companyList li .right span {
		height: 76px;
		line-height: 76px;
		font-size: 13px;
	}
	.companyPar .companyLogo li {
		height: 88px;
		padding: 8px 6px;
	}
	.companyPar .companyLogo li .img {
		height: 48px;
		margin: 0 8px;
	}
	.companyNews {
		margin-top: 20px;
	}
	.companyNews .news1 {
		width: 308px;
	}
	.companyNews .news2 {
		width: 414px;
		margin: 0 12px;
	}
	.companyNews .news1 .title, .companyNews .news3 .title {
		padding-bottom: 10px;
		height: 26px;
		line-height: 26px;
	}
	.companyNews .news1 .title i, .companyNews .news3 .title i {
		height: 24px;
		width: 24px;
		margin-right: 6px;
		margin-top: 1px;
	}
	.companyNews .news1 .title b, .companyNews .news3 .title b {
		font-size: 17px;
	}
	.companyNews .news1 .title a.more, .companyNews .news3 .title a.more {
		line-height: 26px;
		font-size: 13px;
	}
	.companyNews .news2 .title a {
		height: 26px;
		line-height: 26px;
		padding-bottom: 10px;
		font-size: 13px;
	}
	.companyNews .news2 .title a.focus {
		font-size: 15px;
	}
	.companyNews .news2 .title a::after {
		height: 5px;
	}
	.companyNews .news2 .title a.focus::after {
		width: 72px;
	}
	.companyNews .news1 li .companyTitle {
		height: 22px;
		line-height: 22px;
	}
	.companyNews .news1 li h2 {
		font-size: 14px;
		max-width: 124px;
	}
	.companyNews .news1 li .approve span {
		width: 16px;
		height: 14px;
		margin: 4px 0px 0 0px;
	}
	.companyNews .news1 li .approve a {
		font-size: 12px;
	}
	.companyNews .news1 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		margin-top: 7px;
	}
	.companyNews .news1 ul {
		padding: 0 12px;
	}
	.companyNews .news1 li {
		padding: 10px 0;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx0{
		background-position: -88px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx1{
		background-position: -73px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx2{
		background-position: -55px 4px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx3{
		background-position: -35px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx4{
		background-position: -17px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx5{
		background-position: 0 3px;
	}
	.news2-item {
		padding: 12px;
	}
	.news2-item5 .news2-top {
		padding: 8px 12px;
	}
	.news2-item5 .news2-top b {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		text-indent: 24px;
	}
	.news2-item5 .news2-top span {
		margin-top: 6px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news2-item5 li a {
		font-size: 13px;
		color: #333;
	}
	.news2-item5 li span,.news2-item5 li em {
		font-size: 13px;
	}
	.news2-item5 li span i {
		width: 4px;
		height: 4px;
		margin: 8px 0px 0 2px;
	}
	.news2-item5 li {
		margin-top: 5px;
		height: 18px;
		line-height: 18px;
		padding: 0 72px 0 83px;
	}
	.news3 ul {
		padding: 13px 12px;
	}
	.news3 .image {
		float: left;
		width: 112px;
		margin-right: 9px;
	}
	.news3 .image img {
		height: 74px;
		width: 100%;
	}
	.news3 .text {
		padding-top: 4px;
	}
	.news3 .text p {
		height: 36px;
		line-height: 18px;
		font-size: 14px;
	}
	.news3 .text span {
		margin-top: 9px;
		font-size: 13px;
	}
	.news3 li {
		margin-top: 10px;
	}
	.info-item .images {
		width: 153px;
		height: 102px;
	}
	.info-item {
		margin-top: 12px;
	}
	.info-item .text {
		padding: 9px 8px 9px 10px;
	}
	.info-item .text p {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.info-item .text p:first-child {
		font-size: 16px;
	}
	.news2-item2 li p,.news2-item2 li i {
		font-size: 13px;
	}
	.news2-item2 li span {
		font-size: 12px;
	}
	.news2-item2 li p, .news2-item2 li span, .news2-item2 li i {
		height: 20px;
		line-height: 20px;
	}
	.news2-item2 li {
		margin-top: 6px;
	}
	.news2-item2 {
		padding: 5px 12px 10px;
	}
	.news2-item3 .bot3-top .text {
		padding: 4px 6px 10px 12px;
	}
	.news2-item3 .bot3-top .text p {
		line-height: 24px;
		height: 48px;
		font-size: 16px;
	}
	.news2-item3 .bot3-top .text span b {
		margin-left: 8px;
	}
	.news2-item3 .bot3-top .text span {
		margin-top: 11px;
		font-size: 12px;
	}
	.news2-item3 .bot3-top .images {
		width: 124px;
		height: 82px;
	}
	.news2-item3 li a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.news2-item3 li i {
		line-height: 18px;
		font-size: 13px;
	}
	.news2-item3 li {
		margin-top: 6px;
		padding-right: 72px;
	}
	.news2-item3 .bot3-top .images {
		width: 135px;
		height: 89px;
	}
	.news2-item4 li a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.news2-item4 li:nth-child(1) a, .news2-item4 li:nth-child(3n+1) a {
		font-size: 15px;
	}
	.news2-item4 li i {
		line-height: 18px;
		font-size: 12px;
	}
	.news2-item4 li {
		margin-top: 10px;
		padding-right: 70px;
	}
	.news2-item4 {
		padding: 7px 12px 10px;
	}
	i.advsicon {
		left: 7px;
		bottom: 6px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main,.header {
		width: 1200px;
	}
	.iframe{
		height: 36px;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 8px;
	}
	.header .right li {
		padding: 0 7px;
	}
	.header .right {
		margin-right: 164px;
		margin-top: 10px;
	}
	.header--drop{
		font-size: 12px;
	}
	.header--drop ul{
		right: 0;
		top: -36px;
	}
	.header--drop ul li a{
		padding: 0 9px;
		
		line-height: 36px;
	}
	.companyPar dl dt {
		width: 80px;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.companyPar dl dd {
		width: 1068px;
		font-size: 13px;
		padding: 8px 0;
	}
	.all {
		width: 70px;
	}
	.all a {
		line-height: 28px;
		width: 55px;
		margin: 4px 0;
	}
	ul.industry, ul.area, ul.model {
		width: 900px;
		height: 36px;
	}
	ul.industry li, ul.area li, ul.model li {
		line-height: 36px;
		margin-right: 35px;
	}
	.companyPar .hot dt {
		line-height: 150px;
		height: 150px;
	}
	.companyPar dl.hot {
		padding-right: 44px;
	}
	.companyPar .hot dd {
		height: 116px;
		width: 1024px;
		padding: 12px 0 22px 0;
	}
	.companyPar .hot .brandMore {
		top: 17px;
		width: 34px;
		height: 84px;
		font-size: 14px;
		padding: 8px 9px;
	}
	.companyPar .companyLogo li {
		height: 116px;
		padding: 16px 12px;
	}
	.companyPar .companyLogo li .img {
		height: 64px;
		margin: 0 10px;
	}
	.companyList li {
		height: 150px;
		margin-top: 35px;
	}
	.companyList li .left {
		width: 820px;
		margin-right: 20px;
	}
	.companyList .left .images {
		width: 225px;
		height: 150px;
		margin-right: 18px;
	}
	.companyList .text h2 {
		height: 26px;
		margin-bottom: 10px;
	}
	.companyList .text h2 a {
		height: 26px;
		line-height: 26px;
		font-size: 18px;
		max-width: 425px;
	}
	.companyList .text h2 em {
		width: 22px;
		height: 22px;
		line-height: 20px;
		font-size: 14px;
		margin: 2px 8px 0 10px;
	}
	.companyList .text h2 i {
		height: 22px;
		line-height: 20px;
		padding: 0 8px;
		font-size: 14px;
		margin-top: 2px;
	}
	.companyList .text p {
		margin-top: 15px;
	}
	.companyList .text p span {
		line-height: 20px;
		font-size: 13px;
	}
	.companyList .text p span b {
		height: 20px;
	}
	.companyList li .right {
		width: 276px;
		padding: 10px 14px 10px 14px;
	}
	.companyList li .right p {
		height: 26px;
		margin-bottom: 5px;
	}
	.companyList li .right p a.enterA {
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.companyList li .right p a.wx {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.companyList li .right p a.phone {
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-right: 10px;
	}
	.companyList li .right .show {
		margin: 0 -5px;
	}
	.companyList li .right .item {
		padding: 0 5px;
	}
	.companyList li .right .itemBox {
		padding: 7px 9px;
	}
	.companyList .right .itemBox a.images {
		height: 60px;
	}
	.companyList .right .itemBox span {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
		margin-top: 5px;
	}
	.pages a {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Microsoft YaHei";
		margin-right: 5px;
	}
	.pages a.ft {
		background: url(../../Images/company/version/2022/companyList.png) no-repeat -58px -532px;
	}
	.pages a.prev {
		background: url(../../Images/company/version/2022/pages.png) no-repeat 11px 10px;
	}
	.pages a.lt {
		padding: 0;
		background: url(../../Images/company/version/2022/pages.png) no-repeat -455px 10px;
	}
	.pages a.next {
		margin-right: 15px;
		background: url(../../Images/company/version/2022/companyList.png) no-repeat 12px -532px;
	}
	.pages input {
		width: 33px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin: 0 10px;
	}
	.pages button {
		width: 60px;
		height: 33px;
		font: normal 14px/33px "Tahoma";
		margin-left: 5px;
	}
	.companyList li .right p .wxHover {
		top: 25px;
		right: -71px;
		width: 162px;
		height: 206px;
		font-size: 14px;
		background-size: 100% 100%;
	}
	.companyList li .right p .wxHover img {
		margin: 30px auto 10px;
		width: 112px;
		height: 112px;
		padding: 3px;
	}
	.more {
		top: 18px;
		width: 38px;
	}
	.more a {
		font-size: 13px;
	}
	.companyList li .right span {
		height: 99px;
		line-height: 99px;
		font-size: 14px;
	}
	.companyPar .companyLogo li .img {
		height: 51px;
		margin: 0 7px;
	}
	.companyPar .companyLogo li {
		height: 98px;
		padding: 14px 12px;
	}
	.companyNews .news1 {
		width: 368px;
	}
	.companyNews .news2 {
		width: 496px;
		margin: 0 18px;
	}
	.companyNews {
		margin-top: 26px;
	}
	.companyNews .news1 .title, .companyNews .news3 .title {
		padding-bottom: 12px;
		height: 30px;
		line-height: 30px;
	}
	.companyNews .news1 .title i, .companyNews .news3 .title i {
		height: 26px;
		width: 26px;
		margin-right: 8px;
		margin-top: 2px;
	}
	.companyNews .news1 .title b, .companyNews .news3 .title b {
		font-size: 21px;
	}
	.companyNews .news1 .title a.more, .companyNews .news3 .title a.more {
		line-height: 30px;
		font-size: 14px;
	}
	.companyNews .news2 .title a {
		height: 30px;
		line-height: 30px;
		padding-bottom: 12px;
		font-size: 15px;
	}
	.companyNews .news2 .title a.focus {
		font-size: 16px;
	}
	.companyNews .news2 .title a::after {
		height: 7px;
	}
	.companyNews .news2 .title a.focus::after {
		width: 87px;
	}
	.news2-item {
		padding: 15px;
	}
	.news2-item5 .news2-top {
		padding: 12px 16px;
	}
	.news2-item5 .news2-top b {
		height: 26px;
		line-height: 26px;
		font-size: 15px;
		text-indent: 26px;
	}
	.news2-item5 .news2-top span {
		margin-top: 6px;
		line-height: 18px;
		height: 36px;
		font-size: 14px;
	}
	.companyNews .news1 ul {
		padding: 2px 16px;
	}
	.companyNews .news1 li {
		padding: 18px 0;
	}
	.companyNews .news1 li h2 {
		font-size: 15px;
		max-width: 160px;
	}
	.companyNews .news1 li .approve span {
		width: 16px;
		height: 14px;
		margin: 6px 2px 0 2px;
	}
	.companyNews .news1 li .approve a {
		font-size: 13px;
	}
	.companyNews .news1 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		margin-top: 9px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx0{
		background-position: -88px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx1{
		background-position: -73px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx2{
		background-position: -55px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx3{
		background-position: -35px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx4{
		background-position: -17px 3px;
	}
	.companyNews .news1 li .bp-icon-qsstar.xx5{
		background-position: 0 3px;
	}
	.news2-item5 li a {
		font-size: 14px;
	}
	.news2-item5 li span {
		font-size: 14px;
	}
	.news2-item5 li {
		margin-top: 11px;
		height: 18px;
		line-height: 18px;
		padding: 0 92px;
	}
	.news2-item5 li span,.news2-item5 li em {
		font-size: 14px;
	}
	.news2-item5 li span i {
		width: 4px;
		height: 4px;
		margin: 7px 2px 0 3px;
	}
	.news2-item5 li a {
		font-size: 14px;
	}
	.news3 ul {
		padding: 14px;
	}
	.news3 .image {
		width: 136px;
		margin-right: 12px;
	}
	.news3 .image img {
		height: 90px;
	}
	.news3 .text {
		padding-top: 8px;
	}
	.news3 .text p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.news3 .text span {
		margin-top: 12px;
		font-size: 13px;
	}
	.info-item .images {
		width: 189px;
		height: 126px;
	}
	.info-item {
		margin-top: 16px;
	}
	.info-item .text p {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.info-item .text p:first-child {
		font-size: 18px;
	}
	.info-item .text {
		padding: 10px 8px 10px 12px;
	}
	.news2-item2 li p, .news2-item2 li span, .news2-item2 li i {
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
	.news2-item2 li p {
		font-size: 14px;
	}
	.news2-item2 li span {
		font-size: 13px;
	}
	.news2-item2 li i {
		font-size: 14px;
	}
	.news2-item2 li {
		margin-top: 8px;
	}
	.news2-item2 {
		padding: 10px 15px 15px;
	}
	.news2-item3 .bot3-top .text p {
		line-height: 26px;
		height: 52px;
		font-size: 17px;
	}
	.news2-item3 .bot3-top .text span {
		margin-top: 7px;
		font-size: 13px;
	}
	.news2-item3 .bot3-top .text {
		padding: 6px 8px 10px 12px;
	}
	.news2-item3 .bot3-top .images {
		width: 140px;
		height: 92px;
	}
	.news2-item3 li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.news2-item3 li {
		margin-top: 12px;
	}
	.news2-item3{
		padding: 14px 15px 15px;
	}
	.news2-item4 li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.news2-item4 li:nth-child(1) a, .news2-item4 li:nth-child(3n+1) a {
		font-size: 15px;
	}
	.news2-item4 li {
		margin-top: 14px;
	}
	.news2-item4 {
		padding: 16px 15px 17px;
	}
	i.advsicon {
		left: 8px;
		bottom: 7px;
	}













}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.main,.header {
		width: 1300px;
	}
	.companyPar dl dt {
		width: 90px;
	}
	.companyPar dl dd {
		width: 1158px;
	}
	.iframe{
		height: 36px;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 5px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 8px;
	}
	.header .right li {
		padding: 0 10px;
	}
	.header .right {
		margin-right: 164px;
		margin-top: 10px;
	}
	.header--drop{
		font-size: 12px;
	}
	.header--drop ul{
		right: 0;
		top: -36px;
	}
	.header--drop ul li a{
		line-height: 36px;
	}
	ul.industry, ul.area, ul.model {
		width: 975px;
	}
	.companyPar dl.hot {
		padding-right: 50px;
	}
	.companyPar .hot dd {
		width: 1108px;
	}
	.companyPar .hot .brandMore {
		top: 25px;
		width: 36px;
		height: 90px;
		font-size: 15px;
		padding: 8px 9px;
	}
	.companyList li {
		height: 150px;
		margin-top: 35px;
	}
	.companyList .text h2 {
		height: 24px;
		margin-bottom: 10px;
	}
	.companyList .text h2 a {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		max-width: 496px;
	}
	.companyList .text h2 em {
		margin: 1px 10px 0 12px;
	}
	.companyList .text h2 i {
		margin-top: 1px;
	}
	.companyList .text dt {
		line-height: 24px;
		width: 64px;
	}
	.companyList .text dt i {
		margin-top: 6px;
	}
	.companyList .text dd {
		height: 24px;
		line-height: 24px;
	}
	.companyList .text p {
		margin-top: 20px;
	}
	.companyList .text p span {
		font-size: 13px;
	}
	.companyList li .right {
		width: 302px;
		padding: 10px 14px 10px 14px;
	}
	.companyList li .right p {
		height: 26px;
		margin-bottom: 7px;
	}
	.companyList li .right p a.enterA {
		line-height: 28px;
		padding: 0 12px;
		font-size: 13px;
	}
	.companyList li .right p a.wx {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.companyList li .right p a.phone {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin-right: 10px;
	}
	.companyList li .right p .wxHover {
		top: 26px;
		right: -77px;
		width: 180px;
		height: 226px;
		background-size: 100% 100%;
	}
	.companyList li .right p .wxHover img {
		margin: 34px auto 15px;
		width: 120px;
		height: 120px;
	}
	.companyList li .left {
		float: left;
		width: 894px;
		margin-right: 20px;
	}
	.companyList .left .images {
		width: 225px;
		height: 150px;
		margin-right: 20px;
	}
	.companyList li .right span {
		height: 115px;
		line-height: 115px;
		font-size: 15px;
	}
	.companyPar .companyLogo li .img {
		height: 57px;
		margin: 0 10px;
	}
	.companyPar .companyLogo li {
		height: 110px;
		padding: 15px 10px;
	}
	.companyNews .news1 {
		width: 398px;
	}
	.companyNews .news2 {
		width: 538px;
		margin: 0 20px;
	}
	.companyNews {
		margin-top: 30px;
	}
	.companyNews .news1 .title, .companyNews .news3 .title {
		padding-bottom: 14px;
		height: 28px;
		line-height: 28px;
	}
	.companyNews .news1 .title i, .companyNews .news3 .title i {
		height: 26px;
		width: 26px;
		margin-right: 8px;
		margin-top: 1px;
	}
	.companyNews .news1 .title b, .companyNews .news3 .title b {
		font-size: 22px;
	}
	.companyNews .news1 .title a.more, .companyNews .news3 .title a.more {
		line-height: 28px;
		font-size: 14px;
	}
	.companyNews .news2 .title a {
		height: 28px;
		line-height: 28px;
		padding-bottom: 14px;
		font-size: 16px;
	}
	.companyNews .news2 .title a.focus {
		font-size: 18px;
	}
	.companyNews .news2 .title a::after {
		height: 8px;
	}
	.companyNews .news2 .title a.focus::after {
		width: 96px;
	}
	.companyNews .news1 li .companyTitle {
		height: 26px;
		line-height: 26px;
	}
	.companyNews .news1 li .approve span {
		width: 16px;
		height: 14px;
		margin: 7px 0px 0 0px;
	}
	.companyNews .news1 li .approve a {
		font-size: 14px;
	}
	.companyNews .news1 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		margin-top: 14px;
	}
	.companyNews .news1 li {
		padding: 16px 0;
	}
	.news2-item {
		padding: 13px 16px;
	}
	.news2-item5 .news2-top {
		padding: 16px;
	}
	.news2-item5 .news2-top b {
		height: 26px;
		line-height: 26px;
		font-size: 17px;
		text-indent: 26px;
	}
	.news2-item5 .news2-top span {
		margin-top: 6px;
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.news2-item5 li span {
		font-size: 14px;
	}
	.news2-item5 li em {
		font-size: 14px;
	}
	.news2-item5 li {
		margin-top: 12px;
		height: 18px;
		line-height: 18px;
		padding: 0 98px;
	}
	.news2-item5 li span i {
		width: 5px;
		height: 5px;
		margin: 7px 2px 0 3px;
	}
	.news2-item5 li a {
		font-size: 14px;
	}
	.news3 ul {
		padding:15px 16px;
	}
	.news3 li {
		margin-top: 14px;
	}
	.news3 .image {
		width: 145px;
		margin-right: 14px;
	}
	.news3 .image {
		width: 145px;
		margin-right: 14px;
	}
	.news3 .image img {
		height: 98px;
	}
	.info-item .images {
		width: 202px;
		height: 135px;
	}
	.info-item {
		margin-top: 16px;
	}
	.info-item .text {
		padding: 9px 8px 9px 18px;
	}
	.info-item .text p {
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.info-item .text p:first-child {
		font-size: 19px;
	}
	.news2-item2 li p ,.news2-item2 li i{
		font-size: 15px;
	}
	.news2-item2 li p, .news2-item2 li span, .news2-item2 li i {
		height: 26px;
		line-height: 26px;
		overflow: hidden;
	}
	.news2-item2 li {
		margin-top: 8px;
	}
	.news2-item2{
		padding: 9px 16px 13px;
	}
	.news2-item3 li a {
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.news2-item3 li {
		margin-top: 11px;
	}
	.news2-item3 .bot3-top .text p {
		line-height: 28px;
		height: 56px;
		font-size: 18px;
	}
	.news2-item3 .bot3-top .text span {
		margin-top: 18px;
		font-size: 14px;
	}
	.news2-item3{
		padding: 12px 16px;
	}
	.news2-item3 .bot3-top .images {
		width: 167px;
		height: 110px;
	}
	.news2-item3 .bot3-top .text {
		padding: 5px 8px 12px 16px;
	}
	.news2-item4 {
		padding: 7px 16px 13px;
	}
	.news2-item4 li {
		margin-top: 13px;
	}
	.news2-item4 li:nth-child(1) a, .news2-item4 li:nth-child(3n+1) a {
		font-size: 17px;
	}
	.news2-item4 li a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	i.advsicon {
		left: 9px;
		bottom: 8px;
	}



}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.main,.header {
		width: 1424px;
	}
	.companyPar dl dd {
		width: 1248px;
	}
	ul.industry, ul.area, ul.model {
		width: 1070px;
	}
	.header .right{
	    margin-right: 180px;
	}
	.header--drop ul{
		right: 0;
	}
	.header--drop ul li a{
		padding: 0;
		margin-right: 10px;
	}
	.companyPar .hot dd {
		height: 128px;
		width: 1180px;
		padding: 16px 0 26px 0;
	}
	.companyPar .hot .brandMore {
		top: 25px;
	}
	.companyList li {
		height: 170px;
		margin-top: 50px;
	}
	.companyList li .left {
		width: 946px;
		margin-right: 30px;
	}
	.companyList .left .images {
		width: 255px;
		height: 170px;
		margin-right: 20px;
	}
	.companyList .text h2 {
		height: 28px;
		margin-bottom: 15px;
	}
	.companyList .text h2 a {
		height: 28px;
		line-height: 28px;
		max-width: 515px;
	}
	.companyList .text h2 em {
		margin: 5px 10px 0 12px;
	}
	.companyList .text h2 i {
		margin-top: 5px;
	}
	.companyList .text p {
		margin-top: 20px;
	}
	.companyList li .right span {
		height: 115px;
		line-height: 115px;
		font-size: 16px;
	}
	.companyPar .companyLogo li {
		height: 115px;
		padding: 16px 12px;
	}
	.companyPar .companyLogo li .img {
		height: 61px;
		margin: 0 10px;
	}
	.companyNews .news1 {
		width: 437px;
	}
	.companyNews .news2 {
		width: 590px;
		margin: 0 21px;
	}
	.companyNews {
		margin-top: 32px;
	}
	.companyNews .news1 .title, .companyNews .news3 .title {
		height: 30px;
		line-height: 30px;
		padding-bottom: 16px;
	}
	.companyNews .news1 .title i, .companyNews .news3 .title i {
		height: 28px;
		width: 28px;
		margin-right: 10px;
		margin-top: 1px;
	}
	.companyNews .news1 .title b, .companyNews .news3 .title b {
		font-size: 24px;;
	}
	.companyNews .news1 .title a.more, .companyNews .news3 .title a.more {
		line-height: 30px;
		font-size: 15px;
	}
	.companyNews .news2 .title a {
		height: 30px;
		line-height: 30px;
		padding-bottom: 16px;
		font-size: 18px;
	}
	.companyNews .news2 .title a.focus {
		font-size: 20px;
	}
	.companyNews .news2 .title a.focus::after {
		width: 104px;
	}
	.companyNews .news2 .title a::after {
		height: 8px;
	}
	.companyNews .news1 ul {
		padding: 2px 18px;
	}
	.companyNews .news1 li {
		padding: 22px 0;
	}
	.companyNews .news1 li h2 {
		font-size: 18px;
		max-width: 210px;
	}
	.companyNews .news1 li .approve span {
		width: 17px;
		height: 15px;
		margin: 6px 2px 0 3px;
	}
	.companyNews .news1 li .approve a {
		font-size: 14px;
	}
	.companyNews .news1 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		margin-top: 14px;
	}
	.news2-item5 .news2-item {
		padding: 18px;
	}
	.news2-item5 .news2-top {
		padding: 15px 22px;
	}
	.news2-item5 .news2-top b {
		height: 26px;
		line-height: 26px;
		font-size: 18px;
		text-indent: 26px;
	}
	.news2-item5 .news2-top span {
		margin-top: 7px;
		line-height: 24px;
		height: 48px;
		font-size: 14px;
	}
	.news2-item5 li {
		margin-top: 15px;
		height: 18px;
		line-height: 18px;
		padding: 0 96px;
		position: relative;
		overflow: hidden;
	}
	.news2-item5 li span {
		font-size: 14px;
	}
	.news2-item5 li span i {
		width: 5px;
		height: 5px;
		margin: 8px 2px 0 3px;
	}
	.news2-item5 li a {
		font-size: 14px;
	}
	.news2-item5 li em {
		font-size: 14px;
	}
	.news3 ul {
		padding: 18px;
	}
	.news3 .image {
		width: 158px;
		margin-right: 14px;
	}
	.news3 .image img {
		height: 106px;
	}
	.news3 .text {
		padding-top: 10px;
	}
	.news3 .text p {
		height: 44px;
		line-height: 22px;
		font-size: 15px;
	}
	.news3 .text span {
		margin-top: 16px;
		font-size: 13px;
	}
	.news3 li {
		margin-top: 17px;
	}
	.info-item .images {
		width: 217px;
		height: 145px;
	}
	.info-item .text p {
		height: 42px;
		line-height: 42px;
	}
	.info-item .text {
		padding: 9px 8px 10px 18px;
	}
	.info-item {
		margin-top: 18px;
	}
	.news2-item.info{
		padding: 19px 20px 20px;
	}
	.news2-item2 li {
		margin-top: 7px;
	}
	.news2-item2 {
		padding: 14px 20px 15px;
	}
	.news2-item3 li {
		margin-top: 11px;
	}
	.news2-item3 .bot3-top .text span {
		margin-top: 19px;
		font-size: 14px;
	}
	.news2-item3 .bot3-top .text p {
		line-height: 30px;
		height: 60px;
	}
	.news2-item3 .bot3-top .images {
		width: 182px;
		height: 120px;
	}
	.news2-item4 li {
		margin-top: 16px;
	}
	.news2-item4 {
		padding: 11px 20px 19px;
	}
	.news2-item5{
		padding: 18px 20px;
	}
	i.advsicon {
		left: 10px;
		bottom: 9px;
	}

}
