.main{
    width: 1600px;
    margin: 0 auto;
}
.w{
    width: 1600px;
   
}
body{background-color: #f5f5f5;}
.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: #00994d;
}
.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: #00994d;
}
.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #00994d;
	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: #00994d;
}
.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: #92af00;
}

/* searchBox */
.searchBox {
	height: 380px;
	font-family: "Microsoft Yahei";
	background:url(../../Images/company/version/2022/banner12.png) no-repeat center
}
.searchBox .logo {
	text-align: center;
	padding-top: 10px;
}
.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: 10px 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: #00994d;
}
.searchCondition a.focus img {
	display: block;
}
.searchInput {
	width: 880px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 25px;
	border-radius: 4px;
	overflow: hidden;
}
.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: 760px;
	float: left;
	margin-left: 20px;
	line-height: 30px;
}
.brandList .list a {
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
	margin-top: 10px;
}
.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: #00994d;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
}
.companyPar .hot dt {
	line-height: 170px;
	height: 170px;
}
.companyPar .hot dd {
	height: 128px;
	width: 1448px;
	padding: 16px 0 26px 0;
}
.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 .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;
	font-size: 16px;
}
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: #00994d;
}
.companyPar ul li a:hover {
	color: #00994d;
}
.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: #00994d;}
.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 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: #00994d;
}
.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 #c0dbcd;
}
.companyList .right .itemBox:hover span a{color: #00994d!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: #00994d;
	color: #fff;
}
.pages a:hover {
	background-color: #00994d;
	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 #00994d;
	border-radius: 4px;
	font: normal 16px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #00994d;
	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;font-size: 14px;}
.service dd a{ color:#999; padding-right:14px;display: inline-block;}
.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;

}
.fix-navigation {
	background-color: #00994d;
	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;
  }
  .fix-search {
	width: 614px;
	margin: 0 132px;
	  margin-top: 0px;
	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/index/index2019/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: #00994d;
	border-left: 2px solid #00994d;
	border-right: 2px solid #00994d;
	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: #00994d;
	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/index/index2019/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;
  }
  .footer {
	background-color:#242a37;
	padding:40px 0;
	margin-top: 40px;
   }
   .footer .foot {
	margin:0 auto;
	overflow:hidden
   }
   .footer .foot h2 {
	color:#999;
	font-size:18px;
	height:30px;
	font-weight:bold
   }
   .footer .foot h2 b {
	border-bottom:3px solid #5A7648;
	height:30px;
	display:inline-block
   }
   .footer .foot .foot-nav {
	width:570px;
	float:left
   }
   .footer .foot .foot-nav p {
	font-size:14px;
	color:#999;
	line-height:30px
   }
   .footer .foot .foot-nav p a {
	color:#999
   }
   .footer .foot .foot-nav p a:hover {
	color:#f90
   }
   .footer .foot .foot-nav p a img {
	margin-left:8px
   }
   .footer .foot .foot-nav .foot-img {
	overflow:hidden;
	width:calc(100% + 20px);
	background:url("https://webinar.zyzhan.com/images/copyright.png") no-repeat 0 0;
	background-size:auto 100%;
	margin-top:12px
   }
   .footer .foot .foot-nav .foot-img li {
	width:84px;
	height:33px;
	float:left;
	margin-right:9px
   }
   .footer .foot .foot-nav .foot-img li a {
	display:block;
	height:33px;
	color:#333;
	border-radius:3px;
	overflow:hidden
   }
   .footer .foot .foot-txt {
	overflow:hidden;
	padding:15px 0 0 0
   }
   .footer .foot .foot-txt li {
	width:14%;
	float:left;
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden
   }
   .footer .foot .foot-txt li a {
	color:#999
   }
   .footer .foot .foot-txt li a:hover {
	color:#5a7648
   }
   .footer .foot .hot-line {
	width:365px;
	height:256px;
	padding-top:10px;
	float:left;
	margin-left:129px;
	color:#999
   }
   .footer .foot .hot-line>b {
	display:block;
	font-size:30px;
	color:#fff;
	margin-top:20px
   }
   .footer .foot .hot-line span {
	display:block;
	font-size:13px;
	line-height:36px
   }
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px
   }
   .footer .foot .hot-line p em{
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	width: 160px;
	display: inline-block;
   }
   .footer .foot .hot-line p span{
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
   }
   .footer .foot .hot-line p a {
	display:inline-block;
	width:18px;
	height:21px;
	vertical-align:top;
	margin-top:3px;
	margin-right: 5px;
	background:url("http://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px
   }
   .footer .foot .qr-code {
	float:right;
	padding-top:10px
   }
   .footer .foot .qr-code ul {
	margin-top:28px
   }
   .footer .foot .qr-code ul li {
	float:left;
	padding:0 0 0 40px
   }
   .footer .foot .qr-code ul li:first-of-type {
	padding-left:0
   }
   .footer .foot .qr-code ul li span {
	display:block;
	width:144px;
	height:144px;
	background-color:#fff;
	border:8px solid #fff
   }
   .footer .foot .qr-code ul li span img {
	width:100%;
	height:100%
   }
   .footer .foot .qr-code ul li p {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:16px
   }
   .copyright {
	color:#999;
	padding:15px 0;
	text-align:center;
	background-color:#1b1f29;
	font-size:14px
   }
   .copyright a {
	color:#999
   }
   .copyright a:hover {
	color:#ff6600
   }
  .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: #00994d;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	cursor: pointer;
	position: relative;
}
.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 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: #92af00;
}
.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;
}
.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: 70px;
	top: 0;
	width: 290px;
	box-sizing: border-box;
	padding: 15px 44px;
	background: url(../../../../images/technology/version/2022/tougao.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contribution strong {
	display: block;
	font-size: 18px;
}
.contribution p {
	margin-top: 12px;
	font-size: 14px;
}
.contribution .talk {
	display: block;
	width: 82px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff8f1f;
	margin-top: 12px;
}
.code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #92af00;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	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;
}
/* 7.22新增联系我们 */
.contact-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 320px;
	border: 4px solid #92af00;
	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;
}
@media screen and (max-width: 1024px) {
	.main,.header{
		width: 880px;
	}
	.w{
		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 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: 799px;
		padding: 10px 0 15px 0;
	}
	.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 .foot .foot-nav {
		width: 360px;
	  }
	  .footer .foot .foot-txt li {
		font-size: 12px;
	  }
	  .footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 24px;
	  }
	  .footer .foot .foot-nav .foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	  }
	  .footer .foot .hot-line {
			width: 310px;
			margin-left: 10px;
			font-size: 24px;

	  }
	  .footer .foot .hot-line p{
		font-size: 12px;
	  }
	  .footer .foot .hot-line p em{
		font-size: 12px;
		width: 140px;
	  }
	  .footer .foot .hot-line p span{
		font-size: 12px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 70px;
		width: 70px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 10px;
	  }
	.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;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.main,.header{
		width: 1000px;
	}
	.w{
		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 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: 919px;
		padding: 10px 0 15px 0;
	}
	.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;
	}
	
	.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;
	}
	.footer .foot .foot-nav {
		width: 400px;
	  }
	  .footer .foot .foot-txt li {
		font-size: 12px;
	  }
	  .footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 24px;
	  }
	  .footer .foot .foot-nav .foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	  }
	  .footer .foot .hot-line {
			width: 360px;
			margin-left: 10px;
			font-size: 24px;

	  }
	  .footer .foot .hot-line p{
		font-size: 12px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 85px;
		width: 85px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 15px;
	  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main,.header {
		width: 1200px;
	}
	.w{
		width: 1200px;
	}
	.companyPar dl dt {
		width: 80px;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.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 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 .hot dd {
		height: 116px;
		width: 1048px;
		padding: 12px 0 22px 0;
	}
	.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;
	}
	.footer .foot .foot-nav {
		width:470px;
	  }
	  .footer .foot .hot-line {
	
		margin-left: 30px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 114px;
		width: 114px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 25px;
	  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.main,.header {
		width: 1300px;
	}
	.w{
		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 .hot dd {
		width: 1158px;
	}
	.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;
	}

	.footer .foot .foot-nav {
		width: 520px;
	  }
	  .footer .foot .hot-line {
	
		margin-left: 40px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 114px;
		width: 114px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 25px;
	  }





}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.main,.header {
		width: 1424px;
		
	}
	.w{
		width: 1424;
	}
	.companyPar dl dd {
		width: 1248px;
	}
	.header .right{
	    margin-right: 180px;
	}
	.header--drop ul{
		right: 0;
	}
	.header--drop ul li a{
		padding: 0;
		margin-right: 10px;
	}
	ul.industry, ul.area, ul.model {
		width: 1070px;
	}
	.companyPar .hot dd {
		height: 128px;
		width: 1248px;
		padding: 16px 0 26px 0;
	}
	.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;
	}

	.footer .foot .hot-line{
		margin-left: 90px;
		
	}
	.footer .foot .qr-code ul li span {
		width: 130px;
	}




}
