.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    background-color: #f5f5f5;
}
.iframe {
    height: 43px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
/* 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;
}
/* header end */
/* 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: 40px;
}
.search .select {
	float: left;
	border-radius: 4px;
	margin-left: 40px;
    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: 15px;
    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;
}
/* topDetails */
.topDetails {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.topDetails .images{
    float: left;
    width: 200px;
    margin-right: 15px;
}
.topDetails .images a{
    display: block;
    height: 160px;
    position: relative;
}
.topDetails .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.topDetails .text{
    padding-top: 12px;
    overflow: hidden;
}
.topDetails .text p{
    font-size: 18px;
    font-weight: 700;
}
.topDetails .text p a{
    color: #333;
}
.topDetails .text span{
    display: block;
    margin-top: 16px;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.topDetails .text span a{
    color: #2d8bf4;
}
/* part1 part2*/
.part1{
    margin-top: 30px;
}
.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;
	width: auto;
}
.partTitle img.left {
	margin-right: 15px;
}
.partTitle img.right {
	margin-left: 15px;
}
.part1 ul,.part2 ul{
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}
.part1 li,.part2 li{
    float: left;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.part1 li .item,.part2 li .item{
    background-color: #fff;
}
.part1 li .images,.part2 .images{
    height: 264px;
    position: relative;
}
.part1 li .images img,.part2 li .images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}
.part1 li .text,.part2 li .text{
    padding: 0 16px 16px;
}
.part1 li .price,.part2 li .price{
    margin: 5px 0;
    font-size: 22px;
    color: #ff5216;
    font-weight: 700;
}
.part1 li .price i,.part2 li .price i{
    font-size: 16px;
    font-style: normal;
}
.part1 li p,.part2 li p{
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.part2 li p{
    height: 20px;
}
.part1 li p a,.part2 li p a{
    color: #333;
}
.part1 li p a:hover,.part2 li p a:hover{
    color: #f60;
}
.part1 li .item:hover,.part2 li .item:hover{
    box-shadow: 0px 0px 10px #aaa;
}
.part2 li .Type{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
    color: #ff5216;
    overflow: hidden;
}
/* part3 */
.part3{
    margin-top: 20px;
}
.part3 ul{
    padding: 18px 25px;
    background-color: #fff;
    overflow: hidden;
}
.part3 li{
    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.part3 li:nth-child(2n+1){
    padding-left: 0;
}
.part3 li:nth-child(2n){
    padding-right: 0;
}
.part3 li .item{
    padding:0 60px 0 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}
.part3 li i{
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    color: #4385f5;
}
.part3  li a{
    display: block;
    color: #333;
}
.part3 li a:hover{
    color: #f60;
}
.part3 li b{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    color: #999;
}
/* part4 */
.part4{
    margin-top: 20px;
}
.part4 .item{
    float: left;
    width: 50%;
    padding: 20px 24px;
    box-sizing: border-box;
    background-color: #fff;
}
.part4 .item p{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.part4 .item p i{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 8px 0 0;
    background: url("/Images/products/version/2022/part3-icon.png") no-repeat;
    vertical-align: top;
}
.part4 .item p a{
    color: #333;
}
.part4 .item p a:hover{
    color: #f60;
}
.part4 .item span{
    display: block;
    line-height: 22px;
    height: 66px;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.part4 .item span b{
    margin-right: 3px;
}
/* part5  */
.part5{
    margin-top: 20px;
    padding: 15px 0;
    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;
}
/*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;
}


@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;
	}
    .search .logo {
        float: left;
        height: 50px;
        font-size: 0;
    }
    .search .logo span {
        line-height: 50px;
        font-size: 24px;
        margin-left: 40px;
    }
    .search .select input {
        width: 280px;
    }
    .search .logo span {
        line-height: 50px;
        font-size: 24px;
        margin-left: 25px;
    }
    .search .search-right span a {
        margin-right: 20px;
    }
    .search .select {
        margin-left: 30px;
        margin-top: 5px;
    }
    .search .search-btn .select-top {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .search .search-btn .select-top a i {
        font-size: 12px;
    }
    .search .search-right span {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .search {
        padding: 25px 0 20px;
    }
    .breadcrumb {
        height: 66px;
        line-height: 66px;
    }
    .part1 {
        margin-top: 20px;
    }
    .partTitle {
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
    .partTitle h2 {
        font-size: 24px !important;
    }
    .part1 li .images, .part2 .images {
        height: 236px;
    }
}
@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;
	}
    .search .logo {
        height: 44px;
    }
    .search .logo span {
        line-height: 44px;
        font-size: 22px;
        margin-left: 25px;
    }
    .selectBox {
        width: 60px;
    }
    .selectBox .select-top p {
        font-size: 13px;
        line-height: 32px;
        text-indent: 10px;
    }
    .selectBox .select-top i {
        right: 7px;
        top: 11px;
    }
    .search .select input {
        height: 32px;
        line-height: 32px;
        width: 265px;
        padding-left: 10px;
        font-size: 13px;
    }
    .search .select button {
        width: 70px;
        height: 36px;
        font-size: 14px;
    }
    .search .select button i {
        margin-right: 5px;
        font-size: 13px;
    }
    .search .select {
        border-radius: 4px;
        margin-left: 25px;
        margin-top: 4px;
    }
    .search .search-right span {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .search .search-right span a {
        margin-right: 20px;
    }
    .search .search-btn .select-top {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .search .search-btn .select-top a i {
        font-size: 12px;
    }
    .breadcrumb {
        height: 40px;
        line-height: 40px;
    }
    .part1 {
        margin-top: 15px;
    }
    .partTitle {
        height: 64px;
        font-size: 22px;
        line-height: 64px;
    }
    .partTitle h2 {
        font-size: 22px !important;
    }
    .partTitle img {
        height: 16px;
    }
    .part1 li .images, .part2 .images {
        height: 221px;
    }
    .part1 ul, .part2 ul {
        height: calc(100% + 15px);
        width: calc(100% + 15px);
    }
    .part1 li, .part2 li {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .part1 li .images, .part2 .images {
        height: 225px;
    }
    .part1 li .price, .part2 li .price {
        font-size: 20px;
    }
    .part3 li {
        padding: 0 15px;
    }
    .otherProductsTitle, .linkTitle {
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }
    .otherProductsTitle i, .linkTitle i {
        width: 22px;
        height: 16px;
        margin: 16px 7px 0 0;
        background-size: 100% 100%;
    }
    .otherProducts .text a {
        line-height: 26px;
        font-size: 13px;
        padding-left: 26px;
    }
    .otherProducts .text {
        margin-left: -26px;
        padding: 10px 0 12px 0;
    }
    .part5 {
        padding: 12px 0;
    }
    .search .main {
        height: 44px;
    }
    .search {
        padding: 25px 0 20px;
    }
    .selectBox .select-bot {
        width: 66px;
        top: 34px;
    }
    .selectBox .select-bot li {
        line-height: 28px;
        text-indent: 15px;
    }
	.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;
	}
    .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;
    }
    .search {
        padding: 20px 0 15px;
    }
    .search .logo {
        height: 40px;
    }
    .search .logo span {
        line-height: 40px;
        font-size: 22px;
        margin-left: 20px;
    }
    .search .select {
        margin-left: 20px;
        margin-top: 5px;
    }
    .selectBox {
        width: 54px;
    }
    .selectBox .select-top p {
        font-size: 12px;
        line-height: 28px;
        text-indent: 8px;
    }
    .selectBox .select-top i {
        right: 6px;
        top: 9px;
        font-size: 9px;
    }
    .selectBox .select-bot {
        width: 60px;
        top: 30px;
    }
    .selectBox .select-bot li {
        line-height: 24px;
        font-size: 12px;
        text-indent: 15px;
    }
    .search .select input {
        height: 28px;
        line-height: 28px;
        width: 240px;
        padding-left: 8px;
        font-size: 12px;
    }
    .search .select button {
        width: 60px;
        height: 32px;
        font-size: 12px;
    }
    .search .select button i {
        margin-right: 4px;
        font-size: 12px;
    }
    .search .search-right span {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .search .search-right span a {
        margin-right: 20px;
    }
    .search .search-btn .select-top {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .search .search-btn .select-top a i {
        font-size: 12px;
        margin-right: 5px;
    }
    .search .main {
        height: 40px;
    }
	.breadcrumb {
		height: 50px;
		line-height: 50px;
	}
	.part1 {
		margin-top: 20px;
	}
	.partTitle {
		height: 60px;
		font-size: 20px;
		line-height: 60px;
	}
	.partTitle h2 {
		font-size: 20px !important;
	}
	.partTitle img {
		height: 14px;
	}
	.partTitle img.right {
		margin-left: 10px;
	}
	.partTitle img.left {
		margin-right: 10px;
	}
	.part1 ul, .part2 ul {
		height: calc(100% + 12px);
		width: calc(100% + 12px);
	}
	.part1 li, .part2 li {
		padding-right: 12px;
		margin-bottom: 12px;
	}
	.part1 li .images, .part2 .images {
		height: 210px;
	}
	.part1 li .price, .part2 li .price {
		font-size: 18px;
	}
	.part1 li p, .part2 li p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.part3 {
		margin-top: 10px;
	}
	.part3 ul {
		padding: 15px 20px;
	}
	.part3 li .item {
		padding: 0 50px 0 80px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.otherProductsTitle, .linkTitle {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.otherProductsTitle i, .linkTitle i {
		width: 22px;
		height: 16px;
		margin: 13px 7px 0 0;
		background-size: 100% 100%;
	}
	.otherProducts .text {
		margin-left: -22px;
		padding: 10px 0 12px 0;
	}
	.otherProducts .text a {
		line-height: 26px;
		font-size: 13px;
		padding-left: 22px;
	}
	.part5 {
		margin-top: 20px;
		padding: 12px 0;
	}
}
@media screen and (max-width: 1279px) {
    .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;
	}
    .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;
    }
    .search {
        padding: 20px 0 15px;
    }
    .search .logo {
        height: 40px;
    }
    .search .logo span {
        line-height: 40px;
        font-size: 22px;
        margin-left: 20px;
    }
    .search .select {
        margin-left: 20px;
        margin-top: 5px;
    }
    .selectBox {
        width: 54px;
    }
    .selectBox .select-top p {
        font-size: 12px;
        line-height: 28px;
        text-indent: 8px;
    }
    .selectBox .select-top i {
        right: 6px;
        top: 9px;
        font-size: 9px;
    }
    .selectBox .select-bot {
        width: 60px;
        top: 30px;
    }
    .selectBox .select-bot li {
        line-height: 24px;
        font-size: 12px;
        text-indent: 15px;
    }
    .search .select input {
        height: 28px;
        line-height: 28px;
        width: 240px;
        padding-left: 8px;
        font-size: 12px;
    }
    .search .select button {
        width: 60px;
        height: 32px;
        font-size: 12px;
    }
    .search .select button i {
        margin-right: 4px;
        font-size: 12px;
    }
    .search .search-right span {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .search .search-right span a {
        margin-right: 20px;
    }
    .search .search-btn .select-top {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .search .search-btn .select-top a i {
        font-size: 12px;
        margin-right: 5px;
    }
    .search .main {
        height: 40px;
    }
	.breadcrumb {
		height: 50px;
		line-height: 50px;
	}
	.part1 {
		margin-top: 20px;
	}
	.partTitle {
		height: 60px;
		font-size: 20px;
		line-height: 60px;
	}
	.partTitle h2 {
		font-size: 20px !important;
	}
	.partTitle img {
		height: 14px;
	}
	.partTitle img.right {
		margin-left: 10px;
	}
	.partTitle img.left {
		margin-right: 10px;
	}
	.part1 ul, .part2 ul {
		height: calc(100% + 12px);
		width: calc(100% + 12px);
	}
	.part1 li, .part2 li {
		padding-right: 12px;
		margin-bottom: 12px;
	}
	.part1 li .images, .part2 .images {
		height: 210px;
	}
	.part1 li .price, .part2 li .price {
		font-size: 18px;
	}
	.part1 li p, .part2 li p {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.part3 {
		margin-top: 10px;
	}
	.part3 ul {
		padding: 15px 20px;
	}
	.part3 li .item {
		padding: 0 50px 0 80px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.otherProductsTitle, .linkTitle {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.otherProductsTitle i, .linkTitle i {
		width: 22px;
		height: 16px;
		margin: 13px 7px 0 0;
		background-size: 100% 100%;
	}
	.otherProducts .text {
		margin-left: -22px;
		padding: 10px 0 12px 0;
	}
	.otherProducts .text a {
		line-height: 26px;
		font-size: 13px;
		padding-left: 22px;
	}
	.part5 {
		margin-top: 20px;
		padding: 12px 0;
	}

}
