.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;}
.mainBar {
	padding-top: 30px;
	font-size: 0;
	margin: 0 -10px;
}
.mainBar a {
	display: inline-block;
	font-size: 15px;
	color: #333;
	padding: 12px 20px;
	background-color: #fff;
	margin: 5px 8px;
}
.mainBar a:hover , .mainBar a.focus {
    background-color: #4385f5;
    color: #fff;
}
.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
/* header */
/* .header{
    height: 42px;
    background-color: #f5f5f5;
}
.header a{
    line-height: 42px;
    font-size: 12px;
    color: #666;
}
.header a:hover{
    color: #4385f5;
}
.header span{
    float: left;
}
.header span a{
    margin-right: 25px;
}
.header span a:last-child{
    margin-right: 0;
}
.header p{
    float: right;
    font-size: 12px;
    color: #e4dde4;
}
.header p a{
    margin: 0 10px;
    position: relative;
}
.header p a img.hbapp{
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    z-index: 999;
}
.moblie:hover .hbapp{
    display: block;
}
.header p a:first-child{
    margin-left: 0;
}
.header p a:last-child{
    margin-right: 0;
} */


/* search */
#search{
    overflow: hidden;
    background-color: #fff;
    padding:40px 0;
}
#search p{
    text-align: center;
}
#search p a{
    display: inline-block;
}
#search p a img{
 /* width: 375px; */
}
#search p b{
    display: inline-block;
margin-left: 48px;
}

#search form{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    margin-top: 40px;
}
#search form input{
    float: left;
    width: 633px;
    height: 46px;
    border: 2px solid #c4c4c4;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}
#search form input::placeholder{
    font-size: 16px;
    color: #999;
}
#search form button{
    float: left;
    height: 50px;
    width: 100px;
    line-height: 50px;
    border: 0;
    background-color: #4385f5;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}
#search form button i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(https://www.hbzhan.com/images/Product/version/2021/search_icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 3px;
}
/* classifyBox */
#classify{
	padding-bottom: 30px;
    background-color: #f2f2f2;
}
.classify_title{
    height: 112px;
    line-height: 112px;
    text-align: center;
}
.classify_title h1{
    display: inline-block;
    margin: 0 40px;
    font-size: 32px;
}
.classify_title img{
    vertical-align: top;
    margin-top: 43px;
}
.classifyBox{
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}
.classifyBox:last-child{
    margin-bottom: 0;
}
.classifyBox .classifyBox_title{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.classifyBox .classifyBox_title i {
	display: inline-block;
	width: 22px;
	height: 15px;
	background: url(https://www.ybzhan.cn/images/Product/version/2021/title_icon2.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
	margin-top: 15px;
	margin-right: 10px;
}
.classifyBox .classifyBox_title h2{
    display: inline-block;
    font-size: 19px;
}
.classifyBox .classifyBox_title h2 a{
    color: #000;
}
.classifyBox .classifyBox_title h2 a:hover{
    color: #4385f5;
}
.titleBox{
    display: none;
    position: absolute;
    top: 52px;
    left: 46px;
    max-width: 1200px;
    border: 1px solid #4385f5;
    z-index: 9;
    background-color: #fff;
    padding: 5px;
}
.titleBox li{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin: 5px 10px;
}
.titleBox li:hover{
    color: #4385f5;
}
/* .classifyBox .classifyBox_title h2:hover .titleBox{
    display: block;
} */
.classifyBox .classifyBox_content{
    padding: 8px 5px 5px;
    overflow: hidden;
}
.classifyBox .classifyBox_content a{
    float: left;
    margin: 0 12px 5px;
    font-size: 15px;
    color: #666;
}
.classifyBox .classifyBox_content a:hover{
    color: #4385f5;
}
p.bottom_border{
    height: 40px;
    background-color: #f2f2f2;
}



#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;
}

.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;
	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;
    }
    #footer {
		width: 1400px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .main,.w {
		width: 1260px;
    }
    #footer {
		width: 1260px;
    }
    .mainBar {
    	margin: 0 -7px;
    }
    .mainBar a {
    	padding: 10px 17px;
    	margin: 5px 7px;
    }
    .rightBar {
        right: calc((100% - 1420px)/2);
    }
    .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;
	}
    .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;
	}
	.bot-nav{
		min-width:1222px;
	}
}
@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;
	}
    .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;
	}

    .mainBar {
    	margin: 0 -7px;
    }
    .mainBar a {
    	padding: 10px 17px;
    	margin: 5px 7px;
        font-size: 14px;
    }
    .rightBar {
        right: calc((100% - 1346px)/2);
    }
    .classifyBox .classifyBox_content a {
        font-size: 14px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    .classifyBox .classifyBox_title {
        height: 40px;
        line-height: 40px;
    }
    .classify_title {
        height: 90px;
        line-height: 90px;
    }
    .classify_title h1 {
        font-size: 28px;
    }
    .classify_title img {
        margin-top: 31px;
    }
    #search {
        padding: 30px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
	.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;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .main,.w {
		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 4px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 3px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
    .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;
	}


    .mainBar {
    	margin: 0 -7px;
    }
    .mainBar a {
    	padding: 10px 17px;
    	margin: 5px 7px;
        font-size: 14px;
    }
    .rightBar {
        right: calc((100% - 1260px)/2);
    }
    .classifyBox .classifyBox_content a {
        font-size: 12px;
    }
    .classify_title {
        height: 80px;
        line-height: 80px;
    }
    .classify_title h1 {
        font-size: 26px;
    }
    .classify_title img {
        margin-top: 25px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    #search {
        padding: 25px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
	.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;
    }
}
@media screen and (max-width: 1279px) {
    .main,.w {
		width: 1100px;
    }
    .header ul li {
		padding: 0 2px;
	}
	.header .left ul li a {
		padding: 0 1px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 4px;
	}
	.header .right li {
		padding: 0 3px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 155px;
	}
    .footer {
		padding: 40px 0 0 0;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 235px;
		margin-left: 100px;
	}
	.hot-line{
		font-size: 24px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
	.threew li:first-child {
		width: 270px;
	}
	.threew li:nth-child(3) {
		width: 300px;
	}
	.threew li:nth-child(2) {
		width: 490px;
	}
	.twow li:first-child {
		width: 730px;
	}
	.twow li:nth-child(2) {
		width: 350px;
	}
	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}


    .mainBar {
    	margin: 0 -7px;
    }
    .mainBar a {
    	padding: 10px 17px;
    	margin: 5px 7px;
        font-size: 12px;
    }
    .rightBar {
        right: calc((100% - 1259px)/2);
    }
    .classifyBox .classifyBox_content a {
        font-size: 12px;
    }
    .classify_title {
        height: 80px;
        line-height: 80px;
    }
    .classify_title h1 {
        font-size: 26px;
    }
    .classify_title img {
        margin-top: 25px;
    }
    .classifyBox .classifyBox_title h2 {
        font-size: 17px;
    }
    #search {
        padding: 25px 0;
    }
    #search p a img {
        width: 275px;
    }
    #search form {
        margin-top: 30px;
    }
    #search form input {
        height: 36px;
        font-size: 14px;
    }
    #search form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #search form button i {
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-right: 5px;
    }
	.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;
    }
}
