﻿/* header */
.main,.footer .w{width: 1180px;margin: 0 auto;}
.header {
	height: 36px;
	font-size: 12px;
	background: #f5f5f5;
}
.header .left {
	float: left;
}
.header .left p {
	line-height: 36px;
	float: left;
}
.header .left p a {
	color: #333;
}
.header .left p a:hover {
	color: #92af00;
}
.header .left ul {
	float: left;
	margin-top: 10px;
}
.header ul li {
	float: left;
	padding: 0 2px;
}
.header .left ul li a {
	color: #666;
	line-height: 20px;
	display: inline-block;
	padding: 0 8px;
	margin-top: -4px;
}
.header .left ul li:first-child a {
	padding: 0 7px;
}
.header .left ul li:first-child a {
	color: #92af00;
}
.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #92af00;
	border-radius: 2px;
}
.header .right {
	float: right;
	margin-right: 164px;
	margin-top: 10px;
}
.header .right li {
	padding: 0 7px;
	border-right: 1px solid #ddd;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #92af00;
}
/* .header--drop */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -44px;
}

.header--drop ul li {
	float: left;
	height: 34px;
	position: relative;
}
.header--drop ul li .weixin {
	height: 35px;
	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;
	display: block;
	line-height: 34px;
	padding: 0 7px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	display: inline-block;
	margin: -2px 7px 0 0;
	width: 14px;
}
.header--drop ul li.mobile a i {
	width: 10px;
}
.header--drop ul li a:hover {
	color: #92af00;
}

.banneradv{width: 1180px;margin:10px auto 0;overflow: hidden;}
.banneradv ul{ width: 1200px; display: inline; float: left; margin: 0px 0 0 -10px; }
.banneradv ul li{ display: block; float: left;padding-bottom: 10px;margin: 0 10px;}
/* top */
.top{
    padding: 36px 0;
    background-color: #fff;
    position: relative;
}
.top .main {
	height: 70px;
}
.top .logo {
	float: left;
	margin-right: 180px;
	font-size: 0;
	font-weight: bold;
    height: 70px;
}
.top .logo a {
    color: #333;
	float: left;
    height: 100%;
}
.top .logo .jiancheng{
    font-size: 36px;
font-weight: bold;
line-height: 70px;

margin-left: 15px;
position: relative;
}
.top .logo .jiancheng::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #e3e3e3;
    top: 12px;
   
    left: -12px;
}
.top .logo span {
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
	border-left: 1px solid #ddd;
	line-height: 38px;
	font-size: 26px;
	vertical-align: top;
	margin-top: 5px;
}
.top #searchForm {
	float: left;
	height: 48px;
	position: relative;
	margin-top: 14px;
}
.top #searchForm .searchSelect {
    float: left;
    height: 44px;
    line-height: 44px;
    border: 2px solid #92af00;
	width: 102px;
	border-right: 0!important;
	border-radius: 22px 0 0 22px;
	position: relative;
	font-size: 14px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 44px;
	color: #333;
	text-indent: 28px;
	font-family: "\5b8b\4f53";
}
.searchSelectTop i {
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 76px;
    font-size: 12px;
    line-height: normal;
	-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;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchSelectTop::before {
	content: "";
	position: absolute;
	left: 102px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
	background-color: #ccc;
	z-index: 1;
}
.searchSelectTop.focus i{
	-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;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 90px;
	border: 1px solid #92af00;
	left: 9px;
	top: 45px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
    text-align: center;
}
.searchSelectBot li:hover{
	background: #92af00;
	color: #fff;
}
.top #searchForm input {
	float: left;
	height: 44px;
	line-height: 44px;
	border: 2px solid #92af00;
    width: 464px;
	border-left: 0!important;
	border-right: 0!important;
	text-indent: 8px;
	color: #ccc;
	font-size: 14px;
    background-color: #fff;
}
.top #searchForm button {
	float: right;
	width: 98px;
	height: 48px;
	line-height: 46px;
	border: 2px solid #92af00;
	border-left: 0;
	border-radius: 0 22px 22px 0;
	background-color: #92af00;
	font-size: 16px;
	color: #fff;
}
.top-adv {
	float: right;
    width: 380px;
    position: relative;
}
.top-adv .advs{
    display: block;
    padding-bottom: 15.78%;
    height: 0;
    overflow: hidden;
}
.top-adv img {
	width: 100%;
    max-height: none;
}
.bandsContent {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 9;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	background: rgba(0,153,77,0.95);
	display: none;
}
.bandsContent .item {
	height: calc(100% - 2px);
	border: 1px solid #81cda9;
}
.bandsContent b {
	color: #fff;
	font-size: 14px;
	margin-top: 1px;
	display: block;
}
/* nav */
.nav{
    height: 50px;
    background-color: #92af00;
}
.nav .nav-left{
    float: left;
    overflow: hidden;
}
.nav .nav-right{
    float: right;
}
.nav .nav-left a {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
}
.nav .nav-left a:last-child{margin-right: 0;}
.nav .nav-left a.focus,.nav .nav-left a:hover{
    background-color: #fff;
    color: #92af00;
}
.nav .nav-left a.focus::after,.nav .nav-left a:hover::after{
    position: absolute;
    content: "";
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: linear-gradient(to right, #ff8d30 , #ff5730);
}
.menu {
	float: left;
	position: relative;
	width: 130px;
	height: 50px;
	z-index: 999;
}
.menuShop {
	background-color: #ff8b00;
}
.menuTop {
	position: absolute;
	width: 130px;
	height: 50px;
	text-indent: 32px;
	font: normal 18px/50px "microsoft yahei";
	color: #fff;
	cursor: pointer;
}
.menuTop i{
    position: absolute;
    content: "";
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;

}
.menuBot {
	position: absolute;
	top: 50px;
	right: 0;
	width: 140px;
	border: 3px solid #ff6600;
	background: #fff;
	z-index: 99999;
	display: none;
}
.menuBot p {
	text-align: center;
	font: bold 12px/30px "microsoft yahei";
}
.menuBot p a {
	display: block;
    width: 90px;
    font-size: 13px;
	color: #fff;
    margin:  10px auto;
    background-color: #92af00;
    border-radius: 3px;
}
.menuBot p a:last-child{
    background-color: #f60;
}
.sub {
	right: 0px;
	width: 382px!important;
	padding: 13px 0 12px 16px;
	background-image: none;
}
.menuBotMain {
	width: 160px;
	float: left;
}
.menuBotMain h3 {
	display: block;
	widht: 100%;
	height: 22px;
	position: relative;
	font: bold 14px/22px "microsoft yahei";
	text-indent: 24px;
	color: #fff;
}
.menuBotMain b {
	display: block;
	position: absolute;
	width: 3px;
	height: 9px;
	background: #ff6600;
	top: 6px;
	left: 0;
}
.menuBotMain h3 a {
	color: #fff;
	background-color: #92af00;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	text-indent: initial;
	padding: 0 5px;
}
.menuBotMain:last-child h3 a{
    background-color: #f60;
}
.menuBotText {
	width: 100%;
	font: normal 12px/20px "microsoft yahei";
	padding: 8px 0 0 0;
}
.menuBotText a {
	color: #333;
	margin-left: 10px;
}
.menuBotText a:hover{color: #f60;}
.menu:hover .menuTop{
    background-color: #ff8b00;
}
/* footer */
.footer {
	background-color:#242a37;
	padding:40px 0;
	margin-top: 40px;
   }
   .footer .foot {
	margin:0 auto;
	overflow:hidden
   }
   .footer .foot h2 {
	color:#999;
	font-size:18px;
	height:30px;
	font-weight:bold
   }
   .footer .foot h2 b {
	border-bottom:3px solid #5A7648;
	height:30px;
	display:inline-block
   }
   .footer .foot .foot-nav {
	width:470px;
	float:left;
	position: relative;
   }
   .foot-nav-img{
    position: absolute;
    right: 36px;
    bottom: 45px;
    width: 120px;
}
.foot-nav-img span{
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
      color: #868686;
      display: block;
}
   .footer .foot .foot-nav p {
	font-size:14px;
	color:#999;
	line-height:30px
   }
   .footer .foot .foot-nav p a {
	color:#999
   }
   .footer .foot .foot-nav p a:hover {
	color:#f90
   }
   .footer .foot .foot-nav p a img {
	margin-left:8px
   }
   .footer .foot .foot-nav .foot-img {
	overflow:hidden;
	width:calc(100% + 20px);
	background:url("https://webinar.zyzhan.com/images/copyright.png") no-repeat 0 0;
	background-size:auto 100%;
	margin-top:12px
   }
   .footer .foot .foot-nav .foot-img li {
	width:84px;
	height:33px;
	float:left;
	margin-right:9px
   }
   .footer .foot .foot-nav .foot-img li a {
	display:block;
	height:33px;
	color:#333;
	border-radius:3px;
	overflow:hidden
   }
   .footer .foot .foot-txt {
	overflow:hidden;
	padding:15px 0 0 0
   }
   .footer .foot .foot-txt li {
	width:14%;
	float:left;
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden
   }
   .footer .foot .foot-txt li a {
	color:#999
   }
   .footer .foot .foot-txt li a:hover {
	color:#5a7648
   }
   .footer .foot .hot-line {
	width:365px;
	padding-top:10px;
	float:left;
	margin-left:15px;
	color:#999
   }
   .footer .foot .hot-line>b {
	display:block;
	font-size:30px;
	color:#fff;
	margin-top:20px;
	line-height: 1;
   }
   .footer .foot .hot-line span {
	display:block;
	font-size:13px;
	line-height:36px
   }
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px
   }
   .footer .foot .hot-line p em{
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	width: 160px;
	display: inline-block;
   }
   .footer .foot .hot-line p span{
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
   }
   .footer .foot .hot-line p a {
	display:inline-block;
	width:18px;
	height:21px;
	vertical-align:top;
	margin-top:3px;
	margin-right: 5px;
	background:url("http://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px
   }
   .footer .foot .qr-code {
	float:right;
	padding-top:10px
   }
   .footer .foot .qr-code ul {
	margin-top:28px
   }
   .footer .foot .qr-code ul li {
	float:left;
	padding: 0 0 0 25px;
   }
   .footer .foot .qr-code ul li:first-of-type {
	padding-left:0
   }
   .footer .foot .qr-code ul li span {
	display:block;
	height: 114px;
	width: 114px;
	background-color:#fff;
	border:8px solid #fff
   }
   .footer .foot .qr-code ul li span img {
	width:100%;
	height:100%
   }
   .footer .foot .qr-code ul li p {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:16px
   }
   .copyright {
	color:#999;
	padding:15px 0;
	text-align:center;
	background-color:#1b1f29;
	font-size:14px
   }
   .copyright a {
	color:#999
   }
   .copyright a:hover {
	color:#ff6600
   }


/* footer end */
/*  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: #92af00;
	width: 58px;
	border-radius: 4px;
}
.right-bar li {
	cursor: pointer;
	position: relative;
}
.right-bar li .bar-top {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	text-align: center;
	line-height: 16px;
}
.right-bar li .bar-top b {
	color: #fff;
	display: block;
	padding: 2px 15px;
}
.right-bar li .bar-top i {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.right-bar li .bar-top a {
	color: #fff;
	display: block;
}
.right-bar li .bar-top a:hover {
	color: #92af00;
}
.right-bar li.notext .bar-top i {
	margin: 0;
}
.right-bar li.notext .bar-top {
	padding: 15px 0;
	border-bottom: 0;
}
.right-bar li:hover .bar-top {
	background-color: #f60;
}
.right-bar li:hover .bar-top a,.right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
.contribution {
	position: absolute;
	right: 70px;
	top: 0;
	width: 280px;
	box-sizing: border-box;
	padding: 15px 35px;
	background: url(https://www.zyzhan.com/images/technology/version/2022/tougao.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contribution strong {
	display: block;
	font-size: 18px;
}
.contribution p {
	margin-top: 12px;
	font-size: 14px;
}
.contribution .talk {
	display: block;
	width: 82px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff8f1f;
	margin-top: 12px;
}
.code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #92af00;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.code-item .wx-img{
	width: 126px;
	height: 126px;
	position: relative;
}
.code-item .wx-img img{
	position: absolute;
	width: 142px;
	height: 142px;
	left: -8px;
	top: -8px;
	max-width: none;
	max-height: none;
}
.code-item .item b {
	margin-top: 10px;
	display: block;
}
.code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot {
	display: block;
}
/* 20221 1115 置顶悬窗 */
/* 20221 1115 置顶悬窗 */
.fix-navigation {
	background-color: #92af00;
	padding: 12px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
  }
  .fix-navigation .item {
	width: 1180px;
	margin: 0 auto;
	position: relative;
  }
  .fix-navigation .item .logo {
	float: left;
	margin-top: 0;
  }
  .fix-search {
	width: 614px;
	margin: 0 132px;
	  margin-top: 0px;
	float: left;
	margin-top: 1px;
  }
  .fix-search .form {
	height: 36px;
	float: left;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
  }
  .fix-search .form .select {
	width: 67px;
	height: 100%;
	position: relative;
	float: left;
	padding: 0;
	background: transparent;
  }
  .fix-search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
  }
  .fix-search .form .select .select-top p {
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	text-indent: 12px;
  }
  .fix-search .form .select .select-top i {
	height: 10px;
	width: 10px;
	display: block;
	top: 15px;
	right: 5px;
	position: absolute;
	background: url(../../../../images/index/index2019/index.png) no-repeat;
	vertical-align: middle;
	
	transform: rotate(0);
  }
  .fix-search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 36px;
	left: 0px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
  }
  
  .fix-search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
   
	transition: all 0.3s ease;
  }
  .fix-search .form .select .select-bot li:hover {
	background-color: #92af00;
	border-left: 2px solid #92af00;
	border-right: 2px solid #92af00;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .fix-search .form input {
	border: none;
	height: 100%;
	width: 464px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 15px;
  }
  .fix-search .form button {
	width: 74px;
	height: 30px;
	border: none;
	background-color: #92af00;
	font-size: 14px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
	margin: 3px 3px 0 0;
	border-radius: 2px;
	position: relative;
	text-align: center;
  }
  .fix-search .form button i {
	height: 13px;
	width: 14px;
	display: inline-block;
	background: url(https://www.zyzhan.com/images/index/index2019/search.png) no-repeat;
	  background-size: auto;
	background-size: cover;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
  }
  .fix-navigation .item .login-btn {
	float: right;
  }
  .fix-navigation .item .login-btn a {
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	padding: 0 15px;
	border-radius: 2px;
	background-color: #f2a141;
	margin-top: 1px;
	height: 36px;
  }
/* 底部响应式 */
@media only screen and (max-width: 1024px){
	.main,.footer .w{
		width: 864px;
	}
	.header ul li {
		padding: 0 0px;
	}
	.header .left ul li a {
		padding: 0 3px;
	}
	.header .right li {
		padding: 0 2px;
	}
	.header .right {

		margin-right: 148px;
	}
	.nav .nav-left a.focus::after, .nav .nav-left a:hover::after {
		height: 3px;
	}
	.nav{
		height: 36px;
	}
	.nav .nav-left a {
		height: 36px;
		line-height: 36px;
		padding: 0 23px;
		font-size: 14px;
	}
	.menu {
		width: 92px;
		height: 36px;
	}
	.menuTop {
		width: 92px;
		height: 36px;
		text-indent: 20px;
		font: normal 14px/36px "microsoft yahei";
	}
	.menuBot {
		top: 36px;
		width: 92px;
		border: 2px solid #ff6600;
	}
	.menuBot p {
		font: bold 12px/24px "microsoft yahei";
	}
	.menuBot p a {
		width: 78px;
		font-size: 12px;
		margin: 8px auto;
	}
	.menuTop i {
		right: 22px;
		border-left: 4px solid transparent;
		border-top: 4px solid #fff;
		border-right: 4px solid transparent;
	}
	.footer .foot .foot-nav {
		width:390px;
	}
	  .footer .foot .hot-line {
		margin-left: 6px;
	}
	.footer .foot .qr-code ul li span {
		height: 70px;
		width: 70px;
		margin: 0 auto;
		border: 4px solid #fff;
	}
	.footer .foot .qr-code ul li {
		padding: 0;
	}
	.footer .foot .qr-code ul li p {
		font-size: 13px;
		margin-top: 10px;
	}
	.footer .foot .foot-txt li {
		font-size: 12px;
		line-height: 26px;
		height: 26px;
		width: 13%;
	}
	.footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .foot h2 {
		font-size: 16px;
		height: 26px;
	}
	.footer .foot .hot-line > b {
		display: block;
		font-size: 22px;
		margin-top: 14px;
	}
	.footer .foot .hot-line span {
		font-size: 12px;
		line-height: 30px;
	}
	.footer .foot .hot-line p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .foot .foot-nav .foot-img li {
		width: 71px;
		height: 28px;
		margin-right: 6px;
	}
	.footer .foot .foot-nav .foot-img li a {
		height: 28px;
	}
	.footer .foot .hot-line p em {
		font-style: normal;
		font-size: 12px;
		line-height: 28px;
		width: 140px;
	}
	.footer .foot .qr-code ul {
		margin-top: 16px;
	}
	.footer .foot .qr-code ul li {
		float: none;
		text-align: center;
	}
	.footer .foot .qr-code ul li p {
		font-size: 12px;
		margin-top: 4px;
	}
	.footer .foot .hot-line {
		width: 340px;
	}
	.footer .foot .qr-code ul li:last-child{
		margin-top: 5px;
	}
	.topAdv li {
		margin-top: 4px;
	}
	.top .main {
		height: 45px;
	}
	.top-adv {
		width: 238px;
	}
	.top .logo {
		margin-right: 80px;
		margin-top: 0px;
		height: 45px;
	}
	.top .logo .jiancheng{
		line-height: 45px;
		font-size: 24px;
	}
	.top .logo .jiancheng::before{
			   height: 30px;
	}
	.top #searchForm {
		height: 38px;
		margin-top: 3px;
	}
	.top #searchForm .searchSelect {
		height: 34px;
		line-height: 34px;
		width: 74px;
		font-size: 13px;
	}
	.searchSelectTop p {
		font-size: 13px;
		line-height: 34px;
		text-indent: 16px;
	}
	.searchSelectTop::before {
		left: 74px;
		margin-top: -6px;
		height: 12px;
	}
	.searchSelectTop i {
		top: 11px;
		left: 50px;
		font-size: 10px;
	}
	.searchSelectBot {
		width: 70px;
		left: 6px;
		top: 34px;
	}
	.top #searchForm input {
		height: 34px;
		line-height: 34px;
		width: 330px;
		font-size: 13px;
	}
	.top #searchForm button {
		width: 70px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}
	.top {
		padding: 20px 0;
	}
	.fix-navigation {
		padding: 6px 0;
	}
	.fix-navigation .item {
		width: 840px;
	}
	.fix-navigation .item .logo {
		height: 30px;
	}
	.fix-search {
		width: 470px;
		margin: 0 62px;
		margin-top: 1px;
	}
	.fix-search .form {
		height: 30px;
	}
	.fix-search .form .select {
		width: 57px;
	}
	.fix-search .form .select .select-top p {
		font-size: 12px;
		line-height: 30px;
		text-indent: 8px;
	}
	.fix-search .form .select .select-top i {
		top: 13px;
		right: 5px;
	}
	.fix-search .form .select .select-bot {
		width: 62px;
		top: 30px;
	}
	.fix-search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
		text-indent: 15px;
	}
	.fix-search .form input {
		width: 354px;
		font-size: 12px;
		text-indent: 10px;
	}
	.fix-search .form button {
		width: 54px;
		height: 24px;
		font-size: 12px;
		margin: 3px 3px 0 0;
	}
	.fix-search .form button i {
		height: 10px;
		width: 10px;
		margin-top: 4px;
		margin-right: 5px;
	}
	.fix-navigation .item .login-btn a {
		line-height: 30px;
		font-size: 12px;
		padding: 0 10px;
		height: 30px;
	}
	.foot-nav-img {
		right: 36px;
		bottom: 40px;
		width: 100px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.main,.footer .w{
		width: 1002px;
	}
	.header .right li {
		padding: 0 4px;
	}
	.header .right {
		margin-right: 148px;
	}
	.nav .nav-left a.focus::after, .nav .nav-left a:hover::after {
        height: 3px;
    }
    .nav{
        height: 36px;
    }
    .nav .nav-left a {
        height: 36px;
        line-height: 36px;
        padding: 0 23px;
        font-size: 14px;
    }
    .menu {
        width: 92px;
        height: 36px;
    }
    .menuTop {
        width: 92px;
        height: 36px;
        text-indent: 20px;
        font: normal 14px/36px "microsoft yahei";
    }
    .menuBot {
        top: 36px;
        width: 92px;
        border: 2px solid #ff6600;
    }
    .menuTop i {
        right: 22px;
        border-left: 4px solid transparent;
        border-top: 4px solid #fff;
        border-right: 4px solid transparent;
    }
    .menuBot p {
        font: bold 12px/24px "microsoft yahei";
    }
    .menuBot p a {
        width: 78px;
        font-size: 12px;
        margin: 8px auto;
    }
	.footer .foot .foot-nav {
		width:390px;
	}
	.footer .foot .hot-line {
		margin-left: 8px;
	}
    .footer .foot .qr-code ul li span {
        height: 102px;
        width: 102px;
        border: 4px solid #fff;
    }
    .footer .foot .qr-code ul li {
        padding: 0 0 0 10px;
    }
    .footer .foot .qr-code ul li p {
        font-size: 13px;
        margin-top: 10px;
    }
    .footer .foot .foot-txt li {
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        width: 12%;
    }
    .footer .foot .foot-nav p {
        font-size: 12px;
        line-height: 26px;
    }
    .footer .foot h2 {
        font-size: 16px;
        height: 26px;
    }
    .footer .foot .hot-line > b {
        display: block;
        font-size: 26px;
        margin-top: 14px;
    }
    .footer .foot .hot-line span {
        font-size: 12px;
        line-height: 31px;
    }
    .footer .foot .foot-nav .foot-img li {
        width: 71px;
        height: 28px;
        margin-right: 6px;
    }
    .footer .foot .foot-nav .foot-img li a {
        height: 28px;
    }
	.topAdv li {
        margin-top: 4px;
    }
    .top .main {
        height: 45px;
    }
    .top-adv {
        width: 238px;
    }
    .top .logo {
        margin-right: 80px;
        margin-top: 0px;
        height: 45px;
    }
	.top .logo .jiancheng{
		line-height: 45px;
		font-size: 24px;
	}
	.top .logo .jiancheng::before{
			   height: 30px;
	}
    .top #searchForm {
        height: 38px;
        margin-top: 3px;
    }
    .top #searchForm .searchSelect {
        height: 34px;
        line-height: 34px;
        width: 74px;
        font-size: 13px;
    }
    .searchSelectTop p {
        font-size: 13px;
        line-height: 34px;
        text-indent: 16px;
    }
    .searchSelectTop::before {
        left: 74px;
        margin-top: -6px;
        height: 12px;
    }
	.searchSelectTop i {
		top: 12px;
		left: 50px;
		font-size: 10px;
	}
    .searchSelectBot {
        width: 70px;
        left: 6px;
        top: 34px;
    }
    .top #searchForm input {
        height: 34px;
        line-height: 34px;
        width: 330px;
        font-size: 13px;
    }
    .top #searchForm button {
        width: 70px;
        height: 38px;
        line-height: 36px;
        font-size: 14px;
    }
    .top {
        padding: 20px 0;
    }
	.fix-navigation {
		padding: 8px 0;
	}
	.fix-navigation .item {
		width: 920px;
	}
	.fix-search {
		width: 470px;
		margin: 0 70px;
		margin-top: 3px;
	}
	.fix-search .form {
		height: 32px;
	}
	.fix-search .form .select {
		width: 60px;
	}
	.fix-search .form .select .select-bot {
		width: 64px;
		top: 32px;
	}
	.fix-search .form .select .select-bot li {
		line-height: 28px;
		font-size: 13px;
		text-indent: 16px;
	}
	.fix-search .form input {
		width: 324px;
		font-size: 13px;
		text-indent: 12px;
	}
	.fix-search .form button {
		width: 64px;
		height: 26px;
		font-size: 13px;
		margin: 3px 3px 0 0;
	}
	.fix-search .form button i {
		height: 12px;
		width: 13px;
		background-size: 100% 100%;
		margin-top: 3px;
		margin-right: 5px;
	}
	.fix-navigation .item .login-btn a {
		line-height: 30px;
		font-size: 12px;
		padding: 0 12px;
		margin-top: 5px;
		height: 30px;
	}
	.foot-nav-img {
		right: 36px;
		bottom: 40px;
		width: 100px;
	}


}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.main,.footer .w{
		width: 1192px;
	}
	.nav .nav-left  a.focus::after, .nav .nav-left  a:hover::after {
        height: 3px;
    }
    .nav{
        height: 42px;
    }
    .nav .nav-left a {
        height: 42px;
        line-height: 42px;
        padding: 0 25px;
        font-size: 16px;
    }
    .menu {
        width: 106px;
        height: 42px;
    }
    .menuTop {
        width: 106px;
        height: 42px;
        text-indent: 24px;
        font: normal 16px/42px "microsoft yahei";
    }
    .menuBot {
        top: 42px;
        width: 102px;
        border: 2px solid #ff6600;
    }
    .menuBot p {
        font: bold 12px/24px "microsoft yahei";
    }
    .menuBot p a {
        width: 85px;
        font-size: 12px;
        margin: 8px auto;
    }
	.topAdv li {
        margin-top: 5px;
    }
    .top .main {
        height: 50px;
    }
    .top-adv {
        float: right;
        width: 272px;
        position: relative;
    }
    .top .logo {
        margin-right: 120px;
        margin-top: 0px;
        height: 50px;
    }
	.top .logo .jiancheng{
        line-height: 50px;
        font-size: 30px;
    }
    .top .logo .jiancheng::before{
               height: 30px;
    }
    .top #searchForm {
        height: 38px;
        margin-top: 6px;
    }
    .top #searchForm .searchSelect {
        height: 34px;
        line-height: 34px;
        width: 74px;
        font-size: 13px;
    }
    .searchSelectTop p {
        font-size: 13px;
        line-height: 34px;
        text-indent: 16px;
    }
    .searchSelectTop::before {
        left: 74px;
        margin-top: -6px;
        height: 12px;
    }
	.searchSelectTop i {
		top: 11px;
		left: 50px;
		font-size: 10px;
	}
    .searchSelectBot {
        width: 70px;
        left: 6px;
        top: 34px;
    }
    .top #searchForm input {
        height: 34px;
        line-height: 34px;
        width: 330px;
        font-size: 13px;
    }
    .top #searchForm button {
        width: 70px;
        height: 38px;
        line-height: 36px;
        font-size: 14px;
    }
    .top {
        padding: 24px 0;
    }
	.fix-navigation .item {
		width: 1080px;
	}
	.fix-search {
		width: 544px;
		margin: 0 80px;
	}
	.fix-search .form input {
		width: 400px;
	}
	.fix-navigation .item .login-btn a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	.main,.footer .w{
		width: 1264px;
	}
	.nav {
		height: 42px;
	}
	.nav .nav-left a {
		height: 42px;
		line-height: 42px;
		padding: 0 35px;
		font-size: 16px;
	}
    .menu {
        width: 122px;
        height: 42px;
    }
    .menuTop {
        width: 122px;
        height: 42px;
        text-indent: 30px;
        font: normal 16px/42px "microsoft yahei";
    }
    .menuBot {
        top: 42px;
        width: 118px;
        border: 2px solid #ff6600;
    }
	.top {
        padding: 25px 0;
    }
    .top .main {
        height: 55px;
    }
    .top .logo {
        float: left;
        margin-right: 0;
        margin-top: 0;
        height: 55px;
    }
	.top .logo .jiancheng{
        line-height: 55px;
        font-size: 32px;
    }
    .top .logo .jiancheng::before{
               height: 40px;
    }
    .top #searchForm {
        height: 40px;
        margin-left: 140px;
        margin-top: 7px;
    }
    #searchForm::before {
        left: 88px;
    }
    .top #searchForm input.selectbox {
        width: 86px;
        background: url(../../../../images/channel/version/2022/select.png) no-repeat 65px;
    }
    .top #searchForm .searchSelect {
        height: 36px;
        line-height: 36px;
        width: 88px;
        font-size: 14px;
        border: 2px solid #92af00;
    }
    .searchSelectBot {
        width: 84px;
        left: 7px;
        top: 37px;
    }
    .searchSelectTop p {
        font-size: 13px;
        line-height: 38px;
        text-indent: 28px;
    }
    .searchSelectTop::before {
        left: 90px;
        margin-top: -13px;
    }
    .searchSelectTop i {
        top: 11px;
        left: 62px;
        font-size: 12px;
    }
    .top #searchForm button {
        width: 82px;
        height: 40px;
        line-height: 36px;
        font-size: 15px;
    }
    .top #searchForm input {
        height: 36px;
        line-height: 36px;
        width: 380px;
        font-size: 14px;
        border: 2px solid #92af00;
    }
    .top-adv {
        width: 318px;
    }
    .top .selectbox-wrapper {
        top: 40px;
        left: 10px;
        width: 76px;
    }
    .top .attention {
        width: 410px;
        padding: 0 8px;
        margin-top: 3px;
    }
    .top .attention .attCloumn {
        width: 70px;
        font-size: 13px;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 1600px){
	.main,.footer .w{
		width: 1424px;
	}
	.footer .foot .foot-nav {
		width: 570px;
	}
	.footer .foot .qr-code ul li span {
		width: 144px;
		height: 144px;
		border: 8px solid #fff;
	}
	.nav .nav-left a {
		padding: 0 46px;
		font-size: 18px;
	}
	.header {
		height: 44px;
		font-size: 13px;
	}
	.header .left p {
		line-height: 42px;
	}
	.header .left ul {
		margin-top: 13px;
	}
	.header ul li {
		padding: 0 6px;
	}
	.header .right {
		margin-right: 200px;
		margin-top: 15px;
	}
	.header .right li {
		padding: 0 12px;
	}
	.header--drop {
		font-size: 14px;
	}
	.header--drop ul {
		top: -43px;
	}
	.header--drop ul li {
		height: 42px;
	}
	.header--drop ul li .weixin {
		height: 43px;
	}
	.header--drop ul li a {
		line-height: 42px;
		padding: 0 13px;
	}
	.header--drop ul li a i {
		margin: -1px 8px 0 0;
		width: 14px;
	}
	.header--drop ul li.mobile a i {
		width: 10px;
	}
	.top .logo {
        margin-right: 140px;
        margin-top: 0px;
    }
    .top .logo img {
        /* width: 221px; */
    }
    .top #searchForm {
        height: 42px;
    }
    .top #searchForm .searchSelect {
        height: 38px;
        line-height: 38px;
        border: 2px solid #92af00;
        width: 90px;
    }
    .searchSelectTop p {
        font-size: 14px;
        line-height: 40px;
        color: #333;
        text-indent: 22px;
        font-family: "\5b8b\4f53";
    }
    .searchSelectTop i {
        top: 14px;
        left: 64px;
    }
    .top #searchForm input {
        height: 38px;
        line-height: 38px;
        border: 2px solid #92af00;
    }
    #searchForm::before {
        left: 90px;
    }
    .top .selectbox-wrapper {
        top: 42px;
        left: 10px;
        width: 80px;
    }
    .top #searchForm input.text {
        width: 380px;
    }
    .top #searchForm button {
        width: 86px;
        height: 42px;
        line-height: 38px;
    }
    .searchSelectTop::before {
        left: 90px;
    }
    .top .attention {
        margin-top: 6px;
    }
    .top {
        padding:28px 0;
    }
    .top-adv {
        width: 330px;
    }
    .searchSelectBot {
        width: 82px;
        left: 7px;
        top: 40px;
    }

}
/* 单侧边栏 */
@media only screen and (min-width: 1279px) and (max-width: 1285px){
	.right-bar {
		right: 3px;
	}
	.right-bar ul {
		width: 40px;
	}
	.right-bar li .bar-top a {
		padding: 0 6px;
	}
	.right-bar li:first-child .bar-top a {
		padding: 0;
	}
	.right-bar li .bar-top b {
		padding: 2px 7px;
	}
	.right-bar ul:nth-child(2) li .bar-top a{
		padding: 0 6px
	}
	.contribution,.code-item {
		right: 53px;
	}
	.right-bar li .bar-top {
		padding: 12px 0 8px;
	}
	.right-bar li .bar-top i {
		margin-bottom: 5px;
	}
}