.main,.w{
    width: 1400px;
    margin: 0 auto;
}
@font-face {
	font-family: 'chem17';  /* Project id 1943868 */
	src: url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff2?t=1636160224746') format('woff2'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff?t=1636160224746') format('woff'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.ttf?t=1636160224746') format('truetype');
  }
  .chem17{
    font-family:"chem17" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
body{
    min-width: 1400px;
    background-color: #f5f5f5;
}

.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}

/* search */
.search {
	padding: 30px 0 25px;
	background-color: #fff;
}
.search .main {
	height: 60px;
}
.search .logo {
	float: left;
	height: 60px;
	font-size: 0;
}
.search .logo a {
	float: left;
	height: 100%;
}
.search .logo span {
	float: left;
	line-height: 60px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	font-family: 'Microsoft YaHei';
	margin-left: 50px;
}
.search .select {
	float: left;
	border-radius: 4px;
	margin-left: 50px;
    margin-top: 10px;
}
.selectBox {
	width: 67px;
	height: 100%;
	position: relative;
	float: left;
    border: 2px solid #4385f5;
    border-right: 0;
}
.selectBox::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #e6e6e6;
}
.selectBox .select-top {
	width: 100%;
	height: 100%;
	position: relative;
}
.selectBox .select-top p {
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
	text-indent: 12px;
}
.selectBox .select-top i {
	position: absolute;
	right: 7px;
	top: 13px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.selectBox .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.selectBox .select-bot{
	width: 80px;
	position: absolute;
	background-color: #ffffff;
    top: 38px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.selectBox .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-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;
}

.selectBox .select-bot li:hover {
	background-color: #4285f4;
	border-left: 2px solid #4285f4;
	border-right: 2px solid #4285f4;
	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;
}

.search .select input {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 300px;
	padding-left: 12px;
	font-size: 14px;
	color: #999;
	border: 2px solid #4385f5;
    border-left: 0;
}
.search .select button {
	float: left;
	width: 84px;
	height: 40px;
	background-color: #4385f5;
	color: #fff;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}
.search .select button i{
    margin-right: 5px;
}
.search .search-right{
    float: right;
}
.search .search-right span{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.search .search-right span a{
    margin-right: 38px;
    color: #333;
}
.search .search-right span a:hover{color: #4385f5;}
.search .search-btn{
    float: right;
    position: relative;
}
.search .search-btn .select-top{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.search .search-btn .select-top a{
    color: #4385f5;
}
.search .search-btn .select-top a i{
    font-size: 13px;
    margin-right: 8px;
    color: #4385f5;
}
.search .search-btn .select-bot{
    position: absolute;
    top: 55px;
    right: 0;
    width: 218px;
    border: 1px solid #4385f5;
    background-color: #fff;
    z-index: 999;
    display: none;
}
.search .search-btn .select-bot::after{
    position: absolute;
    content: "";
    top: -10px;
    right: 22px;
    width: 16px;
    height: 10px;
    background: url(../../../../Images/products/version/2022/search-top.png) no-repeat;
}
.search .search-btn .select-bot ul{
    padding: 8px 10px 15px;
    overflow: hidden;
}
.search .search-btn .select-bot li{
    float: left;
    width: 50%;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.search .search-btn .select-bot li a{
    color: #333;
}
.search .search-btn .select-bot li:hover a{color: #4385f5;}
/* breadcrumb */
.breadcrumb{
    height: 76px;
    line-height: 76px;
}
.breadcrumb a {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.breadcrumb em {
	font-style: normal;
	font-size: 14px;
	color: #b0b0b0;
	margin: 0 7px;
}
.breadcrumb h1 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.breadcrumb a:hover {
	color: #f60;
}
.breadcrumb span {
	float: right;
	font-size: 14px;
}
/* part1 */
.part1 li{
    margin-bottom: 24px;
}
.part1 .item{
    padding: 24px 20px;
    background-color: #fff;
    overflow: hidden;
}
.part1 .item-l{
    float: left;
    width: 200px;
    margin-right: 20px;
}
.part1 .item-l .images{
    height: 132px;
    position: relative;
}
.part1 .item-l .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.part1 .item-l .l-btn{
    display: block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #4385f5;
    background-color: #fff;
    color: #4385f5;
    text-align: center;
    margin: 18px auto 0;
    border-radius: 4px;
}
.part1 .item-l .l-btn:hover{
    background-color: #4385f5;
    color: #fff;
}
.part1 .item-m{
    float: left;
    width: 654px;
    padding-right: 16px;
    margin-right: 20px;
    box-sizing: border-box;
}
.part1 .item-m .title{
    overflow: hidden;
}
.part1 .item-m .title h2{
    float: left;
    height: 24px;
    line-height: 24px;
    max-width: 470px;
    font-size: 18px;
    overflow: hidden;
}
.part1 .item-m .title h2 a{
    color: #333;
}
.part1 .item-m .title h2 a:hover{
    color: #4385f5;
}
.part1 .item-m .title b{
    float: left;
    width: 94px;
    height: 21px;
    margin: 2px 10px 0 20px;
}
.part1 .item-m .title b.free{
    vertical-align: middle;
    background: url(https://www.zyzhan.com/images/company/companyList.png) no-repeat 0 4px;
}
.part1 .item-m .title b.primary{
    vertical-align: middle; 
    background: url(https://www.gkzhan.com/images/product/level1.png) no-repeat left 0px;
    margin-top: 3px;
}
.part1 .item-m .title b.intermediate{
    vertical-align: middle; 
    background: url(https://www.gkzhan.com/images/product/level2.png) no-repeat left 0px;
    margin-top: 3px;
}
.part1 .item-m .title b.senior{
    vertical-align: middle; 
    background: url(https://www.gkzhan.com/images/product/level3.png) no-repeat left 0px;
    margin-top: 3px;
}
.part1 .item-m .title b.topLevel{
    vertical-align: middle; 
    background: url("/images/product/version/2021/toplevel1.png") 0 4px no-repeat;
}
.part1 .item-m .title b.topLevel2{
    vertical-align: middle; 
    background: url("/images/product/version/2021/suplevel1.png") 0 4px no-repeat;
}
.part1 .item-m .title b.topLevel3{
    vertical-align: middle; 
    background: url("/images/company/member_icon6.png") no-repeat;
}

.part1 .item-m .title span{
    float: left;
    line-height: 24px;
    font-size: 14px;
}
.part1 .item-m .title span i{
    font-size: 16px;
    margin: 0 3px;
    font-weight: 700;
    font-style: normal;
    color: #fe701a;
}
.part1 .item-m .comInfo{
    margin-top: 12px;
    overflow: hidden;
}
.part1 .item-m .comInfo p{
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.part1 .item-m .comInfo p span{
    color: #999;
}
.part1 .item-m .comInfo p:nth-child(1){
    width: 22%;
}
.part1 .item-m .comInfo p:nth-child(2){
    width: 78%;
}
.part1 .item-m .comInfo p:nth-child(3){
    width: 100%;
}
.part1 .item-m .aboutUs{
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    margin-top: 12px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.part1 .item-m .aboutUs i{
    display: inline-block;
    width: 32px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 4px;
    font-style: normal;
    background-color: #ed6d00;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.part1 .item-m .companyNews{
    position: relative;
    padding-left: 90px;
    margin-top: 12px;
}
.part1 .item-m .companyNews i{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #4385f5;
}
.part1 .item-m .companyNews a{
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.part1 .item-m .companyNews a:hover{
    color: #f60;
}
.part1 .item-r{
    float: right;
    width: 466px;
}
.part1 .item-r ul{
    margin-top: 10px;
    overflow: hidden;
}
.part1 .item-r li{
    float: left;
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.part1 .item-r li .images{
    height: 135px;
    position: relative;
}
.part1 .item-r li .images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}
.part1 .item-r li p{
    margin-top: 5px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}
.part1 .item-r li p a{
    color: #333;
}
.part1 .item-r li p a:hover{
    color: #f90;
}
.part1 .item:hover{
    box-shadow: 0px 0px 10px #aaa;
}
/* part2 */
.partTitle {
	height: 80px;
	font-size: 26px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.partTitle h2 {
	font-size: 26px !important;
	display: inline-block !important;
}
.partTitle img {
	display: inline-block;
	height: 20px;
    margin-right: 15px;
	width: auto;
}
.partTitle img.right {
	margin-left: 15px;
    margin-right: 0;
}
.partTitle b{
    color: #4385f5;
}
.part2-bot .swiper-container{
    overflow: hidden;
}
.part2-bot .swiper-slide{
    height: 300px;
    position: relative;
    background-color: #fff;
}
.part2-bot .swiper-slide .images {
	height: 220px;
	position: relative;
	width: 220px;
	margin: 20px auto;
}
.part2-bot .swiper-slide img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.part2-bot .swiper-slide p{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 12px;
    font-size: 15px;
    background: #d9d8d8;
}
.part2-bot .swiper-slide p a{
    display: block;
    max-height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #4d4a4a;
}
.part2-bot .swiper-slide p:hover a{
    max-height: 40px;
}
.part2-bot .swiper-slide p a:hover{color: #f90;}
.part2-bot .swiper-slide:hover p{
    display: block;
}
.part2-bot .swiper-button-next,
.part2-bot .swiper-button-prev{
    top: 125px;
    height: 42px;
    line-height: 42px;
    width: 42px;
    border-radius: 50%;
    margin-top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}
.part2-bot .swiper-button-next i,
.part2-bot .swiper-button-prev i{
    font-size: 18px;
    color: #fff;
}








/* part3  */
.part3{
    margin-top: 20px;
    padding-top: 15px;
    background-color: #fff;
}
.otherProducts,.link{
    overflow: hidden;
}
.otherProductsTitle,.linkTitle{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.otherProductsTitle i,.linkTitle i{
    display: inline-block;
    width: 30px;
    height: 22px;
    margin: 16px 10px 0 0;
    background: url(../../../../Images/products/version/2022/titie-icon.png) no-repeat;
    vertical-align: top;
}
.otherProductsTitle b,.linkTitle b{
    color: #4385f5;
}
.otherProducts .text{
    font-size: 0;
    margin-left: -32px;
    overflow: hidden;
    padding: 12px 0 15px 0;
}
.otherProducts .text a{
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 32px;
}
.link .link-bot{
    padding:15px 0 18px;
    margin-left: -35px;
    overflow: hidden;
    font-size: 0;
}
.link .link-bot a{
    float: left;
    margin-top: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #333;
}
.otherProducts .text a:hover,
.link .link-bot a:hover{
    color: #f60;
}

#bannerbtn{height:100px;overflow:hidden;position:relative}
.backHome{ width:54px; position: relative;}
.backHome a{ width:54px; height:19px; display:block; float:left; background:#5b7648; text-align:center; font:normal 11px "Microsoft Yahei","simhei"; color:#fff; padding:35px 0px 0 0px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(/images/index/rightBar.png) no-repeat 0 0; overflow: hidden; text-decoration: none; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{ background:url(/images/index/rightBar.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(/images/index/rightBar.png) no-repeat 0px -57px; }
.backHome a.rightWx{ background:url(/images/index/rightBar.png) no-repeat 0px -228px; }
.backHome img{
    position: absolute;
    right: 65px;
    top: 185px;
    max-width: 116px !important;
    display: none;
}
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:527px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none;font:normal 11px "Microsoft Yahei","simhei"; }
.toTop a,.toTop a:hover{ display:block; width:54px; height: 19px; padding:35px 0px 0 0px; background:url(/images/index/rightBar.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); color: #fff; text-decoration: none; text-align: center; }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:235px; display:block; right:10px; z-index: 99999; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }


/* 20220222 */
.rightBar {
	position: fixed;
	right: calc((100% - 1570px)/2);
	top: 50%;
    transform: translateY(-50%);
	z-index: 99999;
	box-shadow: 0 2px 5px #eee;
	width: 74px;
	font-size: 0;
	background-color: #fff;
}
.rightBar .main {
    margin: 0;
    width: auto;
}
.rightBar a {
	display: block;
	width: 74px;
	padding: 12px 0;
	line-height: 18px;
	text-align: center;
	font-size: 15px;
	color: #999;
	position: relative;
	text-decoration: none;
	margin: 8px auto;
    cursor: pointer;
}
.rightBar a:hover, .rightBar a.focus {
	background-color: #4385f5;
    border-color: #4385f5;
	color: #fff;
}
.rightBar .goTop{
    display: none;
}
.rightBar .goTop a{
    padding-top: 35px;
    background: url(/images/public/rightBar2.png) no-repeat 10px -170px #4385f5;
    color: #fff!important;
}
/* 20220713 */
/* header */
.header {
	height: 42px;
	background: #f5f5f5;
	font-size: 13px;
}

.header .left {
	float: left;
}

.header .left p {
	line-height: 42px;
	float: left;
}

.header .left p a {
	color: #333;
}

.header .left p a:hover {
	color: #4385f5;
}

.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: #4385f5;
}

.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #4385f5;
	border-radius: 2px;
}

.header .right {
	float: right;
	margin-right: 190px;
	margin-top: 13px;
}

.header .right li {
	padding: 0 8px;
	border-right: 1px solid #ddd;
}

.header .right li a {
	color: #666;
}

.header .right li a:hover {
	color: #4385f5;
}

.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}

.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}

.header--drop ul li {
	float: left;
	height: 42px;
	position: relative;
}

.header--drop ul li .weixin {
	height: 43px;
	position: relative;
}

.header--drop ul li .weixin.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 .weixin.hover {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.header--drop ul li .weixin.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;
    z-index: 100;
}

.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 13px;
	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: #4385f5;
}
/*footer */
.footer {
	background-color: #242a37;
	margin-top: 30px;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot{
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
	width: 570px;
	float: left;
}
.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.foot-txt li a{
	color: #999;
}
.foot-txt li a:hover{
	color: #4285f4;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('../../../../Images/Index/Version/2020/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}
.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 8px;
}
.foot-img li a{
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.foot-nav p a {
	color: #999;
}
.foot-nav p a img {
	margin-left: 8px;
}
.foot-nav p a:hover {
	color: #f90;
}
.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
	width: 293px;
	height: 256px;
	padding-top: 10px;
	float: left;
	margin-left: 129px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px;
}
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li{
	float: left;
	padding: 0 0 0 40px;
}
.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}
.foot h2 b {
	border-bottom: 3px solid #387ee8;
	height: 30px;
	display: inline-block;
}
.qr-code h2 {
	padding-left: 40px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
}
.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
/* right-bar */
.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: #4385f5;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	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: #f60;
	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;
}
.right-bar li .bar-top a:hover {
	color: #4385f5;
}
.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: 280px;
	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;
	top: 0;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #4385f5;
	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 .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 #4385f5;
	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(../../../../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(../../../../images/technology/version/2022/service-qq.png) no-repeat;
	vertical-align: top;
}
/* end */


@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .main,.w {
		width: 1400px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .main,.w {
		width: 1260px;
    }
    .header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header .right li {
		padding: 0 10px;
	}
	.headerNav p {
		width: 1260px;
	}
	.header .right li {
		padding: 0 7px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}

	.header .left ul li:first-child a {
		padding: 0 6px;
	}
    .footer {
        margin-top: 20px;
    }
    .foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 270px;
		margin-left: 85px;
	}
	.qr-code li {
		padding: 0 0 0 30px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code li span {
		width: 114px;
		height: 114px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}
	.threew li:first-child {
		width: 310px;
	}
	.threew li:nth-child(2) {
		width: 584px;
		margin-left: 4px;
	}
	.threew li:nth-child(3) {
		width: 340px;
		margin-left: 4px;
	}
	.twow li:first-child {
		width: 846px;
	}
	.twow li:nth-child(2) {
		width: 395px;
	}
	.nav{
		min-width:1222px;
	}
	.bot-nav{
		min-width:1222px;
	}
	.footer{
		min-width:1222px;
	}
    .part1 .item-l {
        width: 160px;
    }
    .part1 .item-l .images {
        height: 116px;
    }
    .part1 .item-m {
        width: 604px;
    }
    .part1 .item-r ul {
        margin-top: 5px;
    }
    .part1 .item-r {
        width: 416px;
    }
    .part1 .item-r li .images {
        height: 118px;
    }
    .part2-bot .swiper-slide {
        height: 272px;
    }
    .part2-bot .swiper-slide .images {
        height: 202px;
        width: 202px;
        margin: 15px auto;
    }
    .search .logo span {
        margin-left: 30px;
    }
    .part1 .item-m .title h2 {
        max-width: 405px;
    }
    .part1 .item-m .companyNews,
    .part1 .item-m .aboutUs,
    .part1 .item-m .comInfo {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .main,.w {
		width: 1186px;
    }
    .header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
	.header .left ul li:first-child a {
		padding: 0 10px;
	}
	.header .left ul li:first-child a {
		padding: 0 2px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 6px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
    .footer {
        margin-top: 20px;
    }
    .foot-nav {
		width: 500px;
	}
	.foot-txt li {
		line-height: 24px;
		height: 24px;
	}
	.foot-img li {
		width: 73px;
		height: 29px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 29px;
	}
	.copyright {
		font-size: 14px;
	}
	.police img {
		margin-right: 5px;
	}
	.hot-line {
		width: 275px;
		margin-left: 70px;
	}
	.hot-line p {
		font-size: 14px;
	}
	.qr-code li {
		padding: 0 0 0 20px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.gold-company li a .image img {
		max-width: 90%;
		max-height: 90%;
	}
	.threew li:first-child {
		width: 290px;
	}
	.threew li:nth-child(2) {
		width: 552px;
		margin-left: 3px;
	}
	.threew li:nth-child(3) {
		width: 320px;
		margin-left: 3px;
	}
	.twow li:first-child {
		width: 797px;
	}
	.twow li:nth-child(2) {
		width: 371px;
	}
	.bot-nav{
		min-width:1222px;
	}
    .search .logo {
        height: 50px;
    }
    .search .logo span {
        line-height: 50px;
        font-size: 24px;
        margin-left: 30px;
    }
    .search .select {
        margin-left: 30px;
        margin-top: 5px;
    }
    .search .search-right span {
        height: 50px;
        line-height: 50px;
    }
    .search .search-btn .select-top {
        height: 50px;
        line-height: 50px;
    }
    .breadcrumb {
        height: 66px;
        line-height: 66px;
    }
    .part1 .item {
        padding: 20px 18px;
    }
    .part1 .item-l {
        width: 160px;
        margin-right: 15px;
    }
    .part1 .item-l .images {
        height: 102px;
    }
    .part1 .item-l .l-btn {
        width: 110px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .part1 .item-m {
        width: 580px;
        padding-right: 10px;
        margin-right: 15px;
    }
    .part1 .item-m .title h2 {
        max-width: 390px;
        font-size: 17px;
    }
    .part1 .item-r {
        float: right;
        width: 376px;
    }
    .part1 .item-r li {
        padding: 0 8px;
    }
    .part1 .item-r li .images {
        height: 110px;
    }
    .part1 .item-r li p {
        margin-top: 5px;
        height: 32px;
        line-height: 16px;
        font-size: 13px;
    }
    .part2-bot .swiper-slide {
        height: 251px;
    }
    .part2-bot .swiper-slide .images {
        height: 191px;
        width: 191px;
        margin: 15px auto;
    }
    .partTitle h2 {
        font-size: 24px !important;
    }
    .otherProductsTitle, .linkTitle {
        height: 44px;
        line-height: 44px;
        font-size: 19px;
    }
    .part1 .item-m .comInfo {
        margin-top: 8px;
    }
    .part1 .item-m .comInfo p {
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }
    .part1 .item-m .aboutUs {
        line-height: 20px;
        height: 40px;
        font-size: 13px;
        margin-top: 8px;
    }
    .part1 .item-m .companyNews {
        padding-left: 76px;
        margin-top: 6px;
    }
    .part1 .item-m .companyNews i {
        line-height: 22px;
        font-size: 13px;
    }
    .part1 .item-m .companyNews a {
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }
    .part2-bot .swiper-slide p {
        padding: 6px 10px;
        font-size: 14px;
    }
    .part2-bot .swiper-slide p a {
        max-height: 18px;
        line-height: 18px;
    }
    .part2-bot .swiper-slide p:hover a{
        max-height: 36px;
    }
	.right-bar {
        right: 5px!important;
    }
    .right-bar ul {
        width: 44px!important;
    }
    .right-bar li .bar-top {
        padding: 6px!important;
    }
    .right-bar li.notext .bar-top {
        padding: 10px 0!important;
    }
    .part2-bot .swiper-button-next, .part2-bot .swiper-button-prev {
        top: 92px;
    }
    .otherProductsTitle i, .linkTitle i {
        width: 28px;
        height: 20px;
        margin: 14px 8px 0 0;
        background-size: 100% 100%;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .main,.w {
		width: 1100px;
    }
    body{
        min-width: 1100px;
    }
    .header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
	.header .left ul li:first-child a {
		padding: 0 10px;
	}
	.header .left ul li:first-child a {
		padding: 0 2px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 5px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
    .footer {
        margin-top: 20px;
    }
    .foot-nav {
		width: 500px;
	}
	.foot-txt li {
		line-height: 24px;
		height: 24px;
	}
	.foot-img li {
		width: 73px;
		height: 29px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 29px;
	}
	.copyright {
		font-size: 14px;
	}
	.police img {
		margin-right: 5px;
	}
	.hot-line {
		width: 275px;
		margin-left: 70px;
	}
	.hot-line p {
		font-size: 14px;
	}
	.qr-code li {
		padding: 0 0 0 20px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.gold-company li a .image img {
		max-width: 90%;
		max-height: 90%;
	}
	.threew li:first-child {
		width: 290px;
	}
	.threew li:nth-child(2) {
		width: 552px;
		margin-left: 3px;
	}
	.threew li:nth-child(3) {
		width: 320px;
		margin-left: 3px;
	}
	.twow li:first-child {
		width: 797px;
	}
	.twow li:nth-child(2) {
		width: 371px;
	}
	.bot-nav{
		min-width:1222px;
	}
    .search .logo {
        height: 45px;
    }
    .search .logo span {
        line-height: 45px;
        font-size: 20px;
        margin-left: 20px;
    }
    .search .select {
        margin-left: 25px;
        margin-top: 5px;
    }
    .selectBox {
        width: 57px;
        height: 100%;
        border: 1px solid #4385f5;
        border-right: 0;
    }
    .selectBox .select-top p {
        font-size: 12px;
        line-height: 30px;
        text-indent: 6px;
    }
    .selectBox .select-top i {
        right: 9px;
        top: 11px;
        font-size: 8px;
    }
    .selectBox .select-bot {
        width: 60px;
        top: 31px;
        left: -2px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .selectBox .select-bot li {
        line-height: 26px;
        font-size: 12px;
        text-indent: 15px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
    .search .select input {
        height: 30px;
        line-height: 30px;
        width: 280px;
        padding-left: 8px;
        font-size: 12px;
        border: 1px solid #4385f5;
        border-left: 0;
    }
    .search .select button {
        width: 60px;
        height: 32px;
        font-size: 13px;
    }
    .search .select button i {
        margin-right: 5px;
        font-size: 13px;
    }
    .search .search-right span {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .search .search-btn .select-top {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .search .search-btn .select-top a i {
        font-size: 11px;
        margin-right: 8px;
    }
    .search .search-btn .select-bot {
        top: 45px;
        right: 0;
        width: 198px;
    }
    .search .search-btn .select-bot li {
        margin-top: 16px;
        font-size: 12px;
    }
    .breadcrumb {
        height: 56px;
        line-height: 56px;
    }
    .part1 .item {
        padding: 16px 14px;
    }
    .part1 .item-l {
        width: 162px;
        margin-right: 10px;
    }
    .part1 .item-l .images {
        height: 112px;
    }
    .part1 .item-l .l-btn {
        width: 100px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 12px auto 0;
    }
    .part1 .item-m {
        width: 510px;
        padding-right: 8px;
        margin-right: 10px;
    }
    .part1 .item-m .title h2 {
        height: 24px;
        line-height: 24px;
        max-width: 320px;
        font-size: 14px;
    }
    .part1 .item-m .comInfo {
        margin-top: 8px;
    }
    .part1 .item-m .comInfo p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-m .aboutUs {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin-top: 8px;
    }
    .part1 .item-m .companyNews {
        padding-left: 75px;
        margin-top: 8px;
    }
    .part1 .item-m .companyNews i {
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-m .companyNews a {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-r {
        width: 380px;
    }
    .part1 .item-r li {
        padding: 0 4px;
    }
    .part1 .item-r li .images {
        height: 118px;
    }
    .part1 .item-r li p {
        margin-top: 3px;
        height: 32px;
        line-height: 16px;
        font-size: 12px;
    }
    .partTitle {
        height: 50px;
        font-size: 26px;
        line-height: 50px;
    }
    .partTitle h2 {
        font-size: 22px !important;
    }
    .partTitle img {
        height: 14px;
        margin-right: 10px;
    }
    .partTitle img.right {
        margin-left: 10px;
        margin-right: 0;
    }
    .part2-bot .swiper-slide {
        height: 238px;
    }
    .part2-bot .swiper-slide .images {
        height: 188px;
        width: 188px;
        margin: 10px auto;
    }
    .part2-bot .swiper-slide p {
        padding: 5px 8px;
        font-size: 12px;
    }
    .part3 {
        padding-top: 10px;
    }
    .otherProductsTitle, .linkTitle {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .otherProducts .text {
        margin-left: -20px;
        padding: 10px 0 12px 0;
    }
    .otherProducts .text a {
        line-height: 28px;
        font-size: 12px;
        padding-left: 20px;
    }
    .part1 .item-r ul {
        margin-top: 0;
    }
    .part2-bot .swiper-slide p {
        padding: 6px 10px;
        font-size: 14px;
    }
    .part2-bot .swiper-slide p a {
        max-height: 18px;
        line-height: 18px;
    }
    .part2-bot .swiper-slide p:hover a{
        max-height: 36px;
    }
	.right-bar {
        right: 5px!important;
    }
    .right-bar ul {
        width: 44px!important;
    }
    .right-bar li .bar-top {
        padding: 6px!important;
    }
    .right-bar li.notext .bar-top {
        padding: 10px 0!important;
    }
    .part2-bot .swiper-button-next, .part2-bot .swiper-button-prev {
        top: 90px;
    }
    .otherProductsTitle i, .linkTitle i {
        width: 22px;
        height: 16px;
        margin: 8px 6px 0 0;
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 1279px) {
    .main,.w {
		width: 1100px;
    }
    body{
        min-width: 1100px;
    }
    .header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
	.header .left ul li:first-child a {
		padding: 0 10px;
	}
	.header .left ul li:first-child a {
		padding: 0 2px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 5px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
    .footer {
        margin-top: 20px;
    }
    .foot-nav {
		width: 500px;
	}
	.foot-txt li {
		line-height: 24px;
		height: 24px;
	}
	.foot-img li {
		width: 73px;
		height: 29px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 29px;
	}
	.copyright {
		font-size: 14px;
	}
	.police img {
		margin-right: 5px;
	}
	.hot-line {
		width: 275px;
		margin-left: 70px;
	}
	.hot-line p {
		font-size: 14px;
	}
	.qr-code li {
		padding: 0 0 0 20px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.gold-company li a .image img {
		max-width: 90%;
		max-height: 90%;
	}
	.threew li:first-child {
		width: 290px;
	}
	.threew li:nth-child(2) {
		width: 552px;
		margin-left: 3px;
	}
	.threew li:nth-child(3) {
		width: 320px;
		margin-left: 3px;
	}
	.twow li:first-child {
		width: 797px;
	}
	.twow li:nth-child(2) {
		width: 371px;
	}
	.bot-nav{
		min-width:1222px;
	}
    .search .logo {
        height: 45px;
    }
    .search .logo span {
        line-height: 45px;
        font-size: 20px;
        margin-left: 20px;
    }
    .search .select {
        margin-left: 25px;
        margin-top: 5px;
    }
    .selectBox {
        width: 57px;
        height: 100%;
        border: 1px solid #4385f5;
        border-right: 0;
    }
    .selectBox .select-top p {
        font-size: 12px;
        line-height: 30px;
        text-indent: 6px;
    }
    .selectBox .select-top i {
        right: 9px;
        top: 11px;
        font-size: 8px;
    }
    .selectBox .select-bot {
        width: 60px;
        top: 31px;
        left: -2px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .selectBox .select-bot li {
        line-height: 26px;
        font-size: 12px;
        text-indent: 15px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
    .search .select input {
        height: 30px;
        line-height: 30px;
        width: 280px;
        padding-left: 8px;
        font-size: 12px;
        border: 1px solid #4385f5;
        border-left: 0;
    }
    .search .select button {
        width: 60px;
        height: 32px;
        font-size: 13px;
    }
    .search .select button i {
        margin-right: 5px;
        font-size: 13px;
    }
    .search .search-right span {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .search .search-btn .select-top {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .search .search-btn .select-top a i {
        font-size: 11px;
        margin-right: 8px;
    }
    .search .search-btn .select-bot {
        top: 45px;
        right: 0;
        width: 198px;
    }
    .search .search-btn .select-bot li {
        margin-top: 16px;
        font-size: 12px;
    }
    .breadcrumb {
        height: 56px;
        line-height: 56px;
    }
    .part1 .item {
        padding: 16px 14px;
    }
    .part1 .item-l {
        width: 162px;
        margin-right: 10px;
    }
    .part1 .item-l .images {
        height: 112px;
    }
    .part1 .item-l .l-btn {
        width: 100px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 12px auto 0;
    }
    .part1 .item-m {
        width: 510px;
        padding-right: 8px;
        margin-right: 10px;
    }
    .part1 .item-m .title h2 {
        height: 24px;
        line-height: 24px;
        max-width: 320px;
        font-size: 14px;
    }
    .part1 .item-m .comInfo {
        margin-top: 8px;
    }
    .part1 .item-m .comInfo p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-m .aboutUs {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
        margin-top: 8px;
    }
    .part1 .item-m .companyNews {
        padding-left: 75px;
        margin-top: 8px;
    }
    .part1 .item-m .companyNews i {
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-m .companyNews a {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part1 .item-r {
        width: 380px;
    }
    .part1 .item-r li {
        padding: 0 4px;
    }
    .part1 .item-r li .images {
        height: 118px;
    }
    .part1 .item-r li p {
        margin-top: 3px;
        height: 32px;
        line-height: 16px;
        font-size: 12px;
    }
    .partTitle {
        height: 50px;
        font-size: 26px;
        line-height: 50px;
    }
    .partTitle h2 {
        font-size: 22px !important;
    }
    .partTitle img {
        height: 14px;
        margin-right: 10px;
    }
    .partTitle img.right {
        margin-left: 10px;
        margin-right: 0;
    }
    .part2-bot .swiper-slide {
        height: 238px;
    }
    .part2-bot .swiper-slide .images {
        height: 188px;
        width: 188px;
        margin: 10px auto;
    }
    .part2-bot .swiper-slide p {
        padding: 5px 8px;
        font-size: 12px;
    }
    .part3 {
        padding-top: 10px;
    }
    .otherProductsTitle, .linkTitle {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .otherProducts .text {
        margin-left: -20px;
        padding: 10px 0 12px 0;
    }
    .otherProducts .text a {
        line-height: 28px;
        font-size: 12px;
        padding-left: 20px;
    }
    .part1 .item-r ul {
        margin-top: 0;
    }
    .part2-bot .swiper-slide p {
        padding: 5px 8px;
        font-size: 13px;
    }
    .part2-bot .swiper-slide p a {
        max-height: 16px;
        line-height: 16px;
    }
    .part2-bot .swiper-slide p:hover a{
        max-height: 32px;
    }
	.right-bar {
        right: 5px!important;
    }
    .right-bar ul {
        width: 44px!important;
    }
    .right-bar li .bar-top {
        padding: 6px!important;
    }
    .right-bar li.notext .bar-top {
        padding: 10px 0!important;
    }
    .part2-bot .swiper-button-next, .part2-bot .swiper-button-prev {
        top: 90px;
    }
    .otherProductsTitle i, .linkTitle i {
        width: 22px;
        height: 16px;
        margin: 8px 6px 0 0;
        background-size: 100% 100%;
    }
}

