.main{
    width: 1560px;
    margin: 0 auto;
	
}
.w{
	width: 1560px;
	margin: 0 auto;
}
.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 17px);
}
/* header */
.header {
	height: 44px;
	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: #92af00;
}
.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: #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: 200px;
	margin-top: 15px;
}
.header .right li {
	padding: 0 12px;
	border-right: 1px solid #ddd;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #92af00;
}
/* .header--drop */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -42px;
}

.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: #92af00;
}
/* headerNav */
.headerNav {
	padding: 20px 0 0;
	overflow: hidden;
	background-color: #fff;
}
.headerNav p {
	font-size: 14px;
	color: #333;
}
.headerNav p a {
	color: #666;
	padding: 0 15px;
	font-weight: normal;
	position: relative;
}
.headerNav p a:hover {
	color: #92af00;
}
/* top */
.top{
	padding:25px 0;
}
.top .logo{
	float: left;
	width: 150px;
}
.top .line {
    width: 1px;
    height: 36px;
    background-color: #e4e4e4;
    float: left;
    margin: 12px 40px 0 40px;
}
.top .pageName{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.top .pageName i{
	width: 110px;
	height: 14px;
	display: block;
	margin-top: 8px;
	background:url(../../images/tech2018/technology.png) no-repeat 0 -33px;
}
.top .search {
	width: 640px;
	height: 40px;
	border: 2px solid #92af00;
	position: relative;
	margin-top: 10px;
	float: left;
	margin-left: 108px;
}
.searchSelect {
	width: 90px;
	height: 40px;
	position: relative;
	float: left;
}
.searchSelectTop {
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 26px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 7px;
}
.searchSelectTop i {
	position: absolute;
	line-height: 1;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
}

.searchSelectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search button {
	position: absolute;
	right: -2px;
	top: -2px;
	height: 44px;
	background-color: #92af00;
	color: #ffffff;
	width: 95px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}
.search button i {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../../../images/technology/version/2022/search2022.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.search input {
	width: calc(100% - 95px - 90px);
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #999999;
	text-indent: 12px;
}

.search .search1 {
	position: absolute;
	color: #c0c0c0;
	top: 12px;
	left: 85px;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 42px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
	left: -2px;
}

.searchSelectBot li {
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.searchSelectBot li:hover {
	background-color: #92af00;
	border-left: 2px solid #92af00;
	border-right: 2px solid #92af00;
	color: #fff;
	cursor: pointer;
}
.top .topAdv {
	float: right;
}

.top .topAdv img,
.top .topAdv embed {
	width: 352px;
	height: 60px;
	display: block;
}
/* nav */
.nav {
	height: 50px;
	line-height: 50px;
	background-color: #92af00;
}
.nav li {
	float: left;
	position: relative;
}
.nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 28px;
	display: block;
	position: relative;
	z-index: 9;
}
.nav li:hover a, .nav li.on a {
	background-color: #b3c74d;
}
.nav .menu-top a i {
	font-size: 14px;
	margin: 20px 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	line-height: 1;
}
.nav .menu-top a:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav li .menu-bot {
	position: absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 50px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav li .menu-bot p a {
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	display: block;
	position: relative;
	background-color: #fff;
	padding: 0;
}
.nav li .menu-bot p a:hover{
	color: #b3c74d;
	background-color: #f2f6db;
}
/* crumbs */
.crumbs{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}
.crumbs i{
	display: inline-block;
	width: 14px;
	height: 18px;
	margin: 10px 12px 0 0;
	background: url(../../../../images/technology/version/2022/crumbs.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.crumbs a{
	display: inline-block;
	color: #999;
	position: relative;
	padding-right: 22px;
}
.crumbs a::after{
	position: absolute;
	content: ">";
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.crumbs a:last-child{
	padding-right: 0;
}
.crumbs a:last-child::after{
	display: none;
}
/* lists */
.list{
	margin-top: 20px;
}
.list .left{
	float: left;
	width: 1148px;
	padding-left: 180px;
	margin-right: 60px;
	box-sizing: border-box;
	position: relative;
}
.list .left .bar {
	width: 120px;
	position: fixed;
	transform: translate(-178px,0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.list .bar ul{
	overflow: hidden;
}
.list .bar li{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 1px;
	text-align: center;
	background-color: #f2f2f2;
}
.list .bar li:first-child{
	margin-top: 0;
}
.list .bar li a{
	display: block;
	color: #333;
}
.list .bar li:hover{
	background-color: #b3c74d;
}
.list .bar li:hover a{
	color: #fff;
}
.left-bar {
	width: 136px;
	padding-top: 40px;
	margin:24px 0 0 -8px;
	position: relative;
}
.online-talk {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.15);
	transform: translateX(-0);
	width: 136px;
	position: absolute;
	top: 40px;
	box-sizing: border-box;
	padding: 0 15px 18px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
	/* -webkit-animation: 6s linear 0.15s infinite normal none running swing;
	animation: 6s linear 0.15s infinite normal none running swing; */
}
.online-talk .image {
	margin-top: -40px;
	text-align: center;
}
.online-talk p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 13px;
}
.online-talk span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 13px;
}
.online-talk .talk {
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -webkit-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -ms-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.list .left-item li{
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.list .left-item li:first-child{
	margin-top: 0;
}
.list .left-item li:last-child{
	padding-bottom: 0;
	border: 0;
}
.list .left-item li P{
	padding-left: 18px;
	position: relative;
}
.list .left-item li p i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #92af00;
}
.list .left-item li p a{
	display: block;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.list .left-item li p:hover a{
	color: #92af00;
}
.list .left-item li span{
	display: block;
	margin-top: 15px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list .left-item li .item-bot{
	margin-top: 12px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #999;
}
.list .left-item li .item-bot>div{
	display: inline-block;
}
.list .left-item li .item-bot>div i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 5px 8px 0 0;
	background: url(../../../../images/technology/version/2022/region.png) no-repeat;
	vertical-align: top;
	background-size: 100% 100%!important;
}
.list .left-item li .item-bot .time{
	margin-left: 55px;

}
.list .left-item li .item-bot .time i{
	background: url(../../../../images/technology/version/2022/time.png) no-repeat;
}
.list .left-item li .item-bot .detail b{
	margin-left: 40px;
	font-weight: normal;
}
.list .newspages{
	margin: 30px auto 0;
	height: 40px;
	width: 860px;
	font-size: 0;
}
.list .newspages a{
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 10px;
}
.list .newspages a:first-child{
	margin-left: 0;
}
.list .newspages a.ft,.list .newspages a.prev,
.list .newspages a.lt,.list .newspages a.next{
	background-size: 14px!important;
}

.list .newspages a.ft{
	background: url(../../../../images/technology/version/2022/ft.png) no-repeat center center;
}
.list .newspages a.prev{
	background: url(../../../../images/technology/version/2022/prev.png) no-repeat center center;
}
.list .newspages a.lt{
	background: url(../../../../images/technology/version/2022/lt.png) no-repeat center center;
}
.list .newspages a.next{
	background: url(../../../../images/technology/version/2022/next.png) no-repeat center center;
}
.list .newspages a.on{
	background-color: #92af00;
	border-color: #92af00;
	color: #fff;
}
.list .newspages a:hover{
	background-color: #92af00;
	border-color: #92af00;
	color: #fff;
}
.list .newspages a.ft:hover{
	background:#92af00 url(../../../../images/technology/version/2022/ft-hover.png) no-repeat center center;
}
.list .newspages a.prev:hover{
	background:#92af00 url(../../../../images/technology/version/2022/prev-hover.png) no-repeat center center;
}
.list .newspages a.lt:hover{
	background:#92af00 url(../../../../images/technology/version/2022/lt-hover.png) no-repeat center center;
}
.list .newspages a.next:hover{
	background:#92af00 url(../../../../images/technology/version/2022/next-hover.png) no-repeat center center;
}
.list .newspages span{
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.list .newspages span input{
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	margin: 0 12px;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.list .newspages span button{
	vertical-align: top;
	margin-left: 12px;
	width: 58px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.list .newspages span button:hover{
	background-color: #92af00;
	border-color: #92af00;
	color: #fff;
}

/* right */
.list .right{
	overflow: hidden;
}
/* part1 */
.part1 .title,.part2 .title{
	height: 42px;
	position: relative;
}
.part1 .title::after,.part2 .title::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 66px;
	background: url(../../../../images/technology/version/2022/listTitle.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .title span,.part2 .title span{
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
.part1 .title span b,.part2 .title span b{
	color: #92af00;
}
.part1 .title a.more,.part2 .title a.more{
	float: right;
	line-height: 42px;
	font-size: 16px;
	color: #999999;
}
.part1 .title a.more:hover,.part2 .title a.more:hover{
	color: #92af00;
}
.part1 .video{
	margin-top: 20px;
}
.part1 .video .images a{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.part1 .video .images a::after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	content: "";
}
.part1 .video .images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
.part1 .video .images i{
	position: absolute;
	left:50%;
	bottom: 50%;
	margin: 0 0 -28px -28px;
	width: 56px;
	height: 56px;
	background: url(../../../../images/technology/version/2022/play.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
}
.part1 .video .images mark{
	height: 30px;
	border-radius: 2px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	padding: 0 10px;
	z-index: 999;
}
.part1 .video .images mark i {
	display: none;
	margin: 4px 5px 0 0;
	width: 20px;
	height: 20px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: 100% 100% !important;
	vertical-align: top;
	position: relative;
	left: auto;
	bottom: auto;
}
.part1 li .images mark {
	height: 20px;
	border-radius: 2px;
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	padding: 0 6px;
	z-index: 999;
}
.part1 li .images mark i {
	display: none;
	margin: 3px 3px 0 0;
	width: 14px;
	height: 14px;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: 100% 100% !important;
	vertical-align: top;
	position: initial;
}
.part1 .video .images mark.replay,.part1 li .images mark.replay{
	background-color: #6bd28b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6bd28b), to(#4bbf66));
	background-image: -webkit-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image: -moz-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image: -ms-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image: -o-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image: linear-gradient(90deg, #6bd28b, #4bbf66);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6bd28b', endColorStr='#4bbf66');

}
.part1 .video .images mark.notice,.part1 li .images mark.notice {
	background-color:#41a3ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#41a3ff), to(#187aff));
	background-image:-webkit-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-moz-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-ms-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-o-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:linear-gradient(90deg, #41a3ff, #187aff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#41a3ff', endColorStr='#187aff')
}
.part1 .video .images mark.live,.part1 li .images mark.live {
	background-color:#ff7336;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7336), to(#ff4e00));
	background-image:-webkit-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-moz-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-ms-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-o-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:linear-gradient(90deg, #ff7336, #ff4e00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7336', endColorStr='#ff4e00')
}
.part1 .video .images mark.live i,.part1 li .images mark.live i{
	display: inline-block;
}
.part1 .video p{
	margin-top: 8px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.part1 .video p a{
	font-size: 18px;
	color: #333;
}
.part1 .video p:hover a{
	color: #92af00;
}
.part1 ul{
	margin:20px -24px 0 0;
	overflow: hidden;
}
.part1 li{
	float: left;
	width: 50%;
	padding-right: 24px;
	box-sizing: border-box;
}
.part1 li .images{
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
}
.part1 li .images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
.part1 li p{
	margin-top: 4px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.part1 li p a{
	font-size: 16px;
	color: #333;
}
.part1 li p:hover a{
	color: #92af00;
}
/* part2 */
.part2{
	margin-top: 30px;
}
.part2 li{
	margin-top: 24px;
	overflow: hidden;
}
.part2 .images{
	float: left;
	width: 128px;
	height: 128px;
	margin-right: 20px;
}
.part2 .images img{
	height: 100%;
	width: 100%;
}
.part2 .text{
	padding-top: 10px;
	overflow: hidden;
}
.part2 .text p{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.part2 .text p a{
	font-size: 16px;
	color: #333;
}
.part2 .text p:hover a{
	color: #f60;
}
.part2 .text .btn{
	margin-top: 50px;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ff6600;
	text-align: center;
	border-radius: 4px;
}
.part2 .text .btn a{
	display: block;
	font-size: 16px;
	color: #f60;
}
.part2 .text .btn:hover{
	background-color: #f60;
}
.part2 .text .btn:hover a{
	color: #fff;
}
/* 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:570px;
	float:left;
	position: relative;
   }
   .foot-nav-img{
	position: absolute;
	right: 38px;
	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:129px;
	color:#999
   }
   .footer .foot .hot-line>b {
	display:block;
	font-size:30px;
	color:#fff;
	margin-top:20px
   }
   .footer .foot .hot-line span {
	display:block;
	font-size:13px;
	line-height:36px
   }
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px
   }
   .footer .foot .hot-line p em{
 font-style: normal;
    font-size: 14px;
    line-height: 28px;
    width: 160px;
    display: inline-block;
   }
   .footer .foot .hot-line p span{
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
   }
   
   .footer .foot .hot-line p a {
	display:inline-block;
	width:18px;
	height:21px;
	vertical-align:top;
	margin-top:3px;
	background:url("http://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px
   }
   .footer .foot .qr-code {
	float:right;
	padding-top:10px
   }
   .footer .foot .qr-code ul {
	margin-top:28px
   }
   .footer .foot .qr-code ul li {
	float:left;
	padding:0 0 0 40px
   }
   .footer .foot .qr-code ul li:first-of-type {
	padding-left:0
   }
   .footer .foot .qr-code ul li span {
	display:block;
	width:144px;
	height:144px;
	background-color:#fff;
	border:8px solid #fff
   }
   .footer .foot .qr-code ul li span img {
	width:100%;
	height:100%
   }
   .footer .foot .qr-code ul li p {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:16px
   }
   .copyright {
	color:#999;
	padding:15px 0;
	text-align:center;
	background-color:#1b1f29;
	font-size:14px
   }
   .copyright a {
	color:#999
   }
   .copyright a:hover {
	color:#ff6600
   }
   
/* 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: 300px;
	box-sizing: border-box;
	padding: 15px 44px;
	background: url(../../../../images/technology/version/2022/tougao.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contribution strong {
	display: block;
	font-size: 18px;
}
.contribution p {
	margin-top: 12px;
	font-size: 14px;
}
.contribution .talk {
	display: block;
	width: 82px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff8f1f;
	margin-top: 12px;
}
.code-item {
	position: absolute;
	right: 70px;
	bottom: 0;
	top: auto;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #92af00;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.code-item .wx-img{
	width: 126px;
	height: 126px;
	position: relative;
}
.code-item .wx-img img{
	position: absolute;
	width: 142px;
	height: 142px;
	left: -8px;
	top: -8px;
	max-width: none;
	max-height: none;
}
.code-item .item b {
	margin-top: 10px;
	display: block;
}
.code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot {
	display: block;
}
/* 7.22新增联系我们 */
.contact-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 320px;
	border: 4px solid #92af00;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 18px 16px 16px;
}
.contact-item dl{
	padding-left: 88px;
	overflow: hidden;
	position: relative;
}
.contact-item i{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
	width: 68px;
	height: 82px;
	background:url(https://www.chem17.com/images/technology/version/2022/service-left.png) no-repeat;
}
.contact-item dt{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.contact-item dd{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	overflow: hidden;
}
.contact-item dd b{
	display: inline-block;
	width: 18px;
	height: 21px;
	margin: 1px 0 0 11px;
	background: url(https://www.chem17.com/images/technology/version/2022/service-qq.png) no-repeat;
	vertical-align: top;
}
.banneradv .advs img {
	width: 100%;
}
.banneradv li {
	margin-bottom: 16px;
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.advs img {
	display: block;
}
.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(../../../../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;
  }
  .publicbox{width: 100%}
  .lostpro{width:450px;background: url(../../../../images/lostpro.jpg) no-repeat;margin: 45px auto 0;padding-left: 165px;}
  .lostpro span{font: 22px/44px "Microsoft Yahei";color: #333;}
  .lostproab{font: 12px/30px "\5b8b\4f53";color: #767676;}
  .lostproab a{background: url(../../../../images/caigouSearch.png) no-repeat -145px -35px;padding-left: 12px;}

@media only screen and (max-width: 1024px){
	.main{width: 864px;}
	.w{width: 864px;}
	body{min-width: 864px}
	.part1 .video .images mark {
		height: 28px;
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 28px;
		padding: 0 10px;
	}
	.part1 .video .images mark i {
		font-size: 13px;
		line-height: 28px;
	}
	.list .newspages a.ft, .list .newspages a.prev, .list .newspages a.lt, .list .newspages a.next {
		background-size: 8px !important;
	}
	.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;
	}



	.iframe iframe{
		height: 36px!important;
		width: 100%;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 0px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 0px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 2px;
	}
	.header .right li {
		padding: 0 2px;
	}
	.header .right {
		margin-right: 120px;
		margin-top: 10px;
	}
	.header--drop ul {
		top: -35px;
	}
	.header--drop ul li {
		height: 34px;
	}
	.header--drop ul li .weixin {
		height: 35px;
	}
	.header--drop ul li a {
		line-height: 34px;
		padding: 0 2px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		margin: -2px 2px 0 0;
		width: 14px;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav {
		padding: 8px 0 0;
	}
	.headerNav p a {
		padding: 0 8px;
	}
	.top .topAdv img, .top .topAdv embed {
		width: 195px;
		height: 37px;
	}
	.top .logo {
		width: 100px;
	}
	.top .line {
		width: 1px;
		height: 20px;
		margin: 8px 22px 0 22px;
	}
	.top .pageName {
		font-size: 14px;
		margin-top: 11px;
	}
	.top .search {
		width: 340px;
		margin-left: 55px;
		margin-top: 0;
		height: 30px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.searchSelectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		height: 30px;
	}
	.search input {
		width: calc(100% - 76px - 65px);
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 34px;
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		width: 20px;
		height: 20px;
	}
	.top {
		padding: 14px 0;
	}
	.nav {
		height: 28px;
		line-height: 28px;
	}
	.nav li a {
		font-size: 12px;
		padding: 0 11px;
	}
	.crumbs {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.crumbs i {
		width: 10px;
		height: 13px;
		margin: 6px 6px 0 0;
	}
	.crumbs a {
		padding-right: 15px;
	}
	.crumbs a::after {
		right: 4px;
	}
	.list {
		margin-top: 6px;
	}
	.list .left {
		width: 638px;
		padding-left: 120px;
		margin-right: 30px;
	}
	.list .left .bar {
		width: 100px;
		transform: translate(-115px,0);
	}
	.list .bar li {
		width: 100px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin-top: 1px;
	}
	.left-bar {
		width: 108px;
		padding-top: 30px;
		margin: 14px 0 0 -8px;
	}
	.online-talk {
		width: 108px;
		top: 30px;
		padding: 0 3px 8px;
	}
	.online-talk p {
		font-size: 13px;
		margin-top: 10px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 12px;
	}
	.online-talk .talk {
		height: 26px;
		line-height: 26px;
		border-radius: 4px;
		font-size: 14px;
		margin-top: 10px;
	}
	.online-talk .image {
		margin: -30px auto 0;
		width: 60px;
	}
	.list .left-item li p a {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
	}
	.list .left-item li p i {
		width: 4px;
		height: 4px;
	}
	.list .left-item li span {
		margin-top: 4px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.list .left-item li .item-bot {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.list .left-item li .item-bot > div i {
		width: 11px;
		height: 11px;
		margin: 3px 2px 0 0;
	}
	.list .left-item li .item-bot .detail b {
		margin-left: 2px;
	}
	.list .left-item li .item-bot .time{
		margin-left: 15px;
	}
	.list .left-item li {
		margin-top: 5px;
		padding-bottom: 6px;
	}
	.list .newspages {
		margin: 18px auto 0;
		height: 28px;
		width: 510px;
	}
	.list .newspages a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin-left: 3px;
	}
	.list .newspages span {
		margin-left: 4px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.list .newspages span input {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin: 0 2px;
	}
	.list .newspages span button {
		margin-left: 0;
		width: 36px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
	.part1 .title span, .part2 .title span {
		font-size: 14px;
	}
	.part1 .title, .part2 .title {
		height: 28px;
	}
	.part1 .title a.more, .part2 .title a.more {
		line-height: 28px;
		font-size: 12px;
	}
	.part1 .title::after, .part2 .title::after {
		height: 2px;
		width: 44px;
	}
	.part1 .video {
		margin-top: 10px;
	}
	.part1 .video .images i {
		width: 32px;
		height: 32px;
	}
	.part1 .video p a {
		font-size: 13px;
	}
	.part1 .video p {
		margin-top: 4px;
		height: 16px;
		line-height: 16px;
	}
	.part1 ul {
		margin: 8px -10px 0 0;
	}
	.part1 li {
		padding-right: 10px;
	}
	.part1 li p a {
		font-size: 12px;
	}
	.part1 li p {
		margin-top: 2px;
		height: 32px;
		line-height: 16px;
	}
	.part2 {
		margin-top: 16px;
	}
	.part2 .images {
		width: 70px;
		height: 70px;
		margin-right: 12px;
	}
	.part2 .text p {
		height: 16px;
		line-height: 16px;
		overflow: hidden;
	}
	.part2 .text p a {
		font-size: 12px;
	}
	.part2 .text .btn a {
		font-size: 12px;
	}
	.part2 .text .btn {
		margin-top: 14px;
		width: 64px;
		height: 20px;
		line-height: 20px;
	}
	.part2 li {
		margin-top: 16px;
	}
	.footer .foot .foot-nav {
		width: 320px;
	  }
	  .footer .foot .foot-txt li {
		font-size: 12px;
	  }
	  .footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 24px;
	  }
	  .footer .foot .foot-nav .foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	  }
	  .footer .foot .hot-line {
			width: 305px;
			margin-left: 10px;
			font-size: 24px;

	  }
	  .footer .foot .hot-line p{
		font-size: 12px;
	  }
	  .footer .foot .hot-line p em{
		font-size: 12px;
		width: 125px;
	  }
	  .footer .foot .hot-line p span{
		font-size: 12px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 70px;
		width: 70px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 10px;
	  }
	.nav .menu-top a i {
		font-size: 10px;
		margin: 11px 0 0 6px;
	}
	.nav li .menu-bot {
		top: 28px;
	}
	.nav li .menu-bot p a {
		height: 36px;
		font-size: 10px;
		line-height: 36px;
	}
	.foot-nav-img {
		right: 5px;
		bottom: 38px;
		width: 80px;
	}




}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.main{width: 864px;}
	.w{width: 950px;}
	body{min-width: 1002px}
	.part1 .video .images mark {
		height: 28px;
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 28px;
		padding: 0 10px;
	}
	.part1 .video .images mark i{
		font-size: 13px;
		line-height: 28px;
	}
	.list .newspages a.ft, .list .newspages a.prev, .list .newspages a.lt, .list .newspages a.next {
		background-size: 9px !important;
	}
	.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;
	}

	.iframe iframe{
		height: 36px!important;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 4px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 0px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 4px;
	}
	.header .right li {
		padding: 0 4px;
	}
	.header .right {
		margin-right: 134px;
		margin-top: 10px;
	}
	.header--drop ul {
		top: -35px;
	}
	.header--drop ul li {
		height: 34px;
	}
	.header--drop ul li .weixin {
		height: 35px;
	}
	.header--drop ul li a {
		line-height: 34px;
		padding: 0 5px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		margin: -2px 2px 0 0;
		width: 14px;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav {
		padding: 8px 0 0;
	}
	.headerNav p a {
		padding: 0 10px;
	}
	.top .topAdv img, .top .topAdv embed {
		width: 226px;
		height: 41px;
	}
	.top .logo {
		width: 110px;
	}
	.top .line {
		width: 1px;
		height: 23px;
		margin: 9px 26px 0 26px;
	}
	.top .pageName {
		font-size: 16px;
		margin-top: 10px;
	}
	.searchSelectBot {
		top: 32px;
	}
	.searchSelectBot li {
		line-height: 22px;
		font-size: 12px;
	}
	.right-adv {
		width: 265px;
		margin-top: 12px;
	}
	.top .search {
		width: 340px;
		margin-left: 102px;
		margin-top: 1px;
		height: 30px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.searchSelectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		height: 30px;
	}
	.search input {
		width: calc(100% - 76px - 65px);
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 34px;
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		width: 20px;
		height: 20px;
	}
	.top {
		padding: 16px 0;
	}
	.nav {
		height: 32px;
		line-height: 32px;
	}
	.nav li a {
		font-size: 14px;
		padding: 0 13px;
	}
	.crumbs {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.crumbs i {
		width: 10px;
		height: 12px;
		margin: 8px 7px 0 0;
	}
	.crumbs a {
		padding-right: 18px;
	}
	.crumbs a::after {
		right: 5px;
	}
	.list {
		margin-top: 12px;
	}
	.list .left {
		width: 738px;
		padding-left: 116px;
		margin-right: 38px;
	}
	.list .left .bar {
		width: 98px;
		transform: translate(-115px,0);
	}
	.list .bar li {
		width: 98px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.left-bar {
		width: 110px;
		padding-top: 38px;
		margin: 20px 0 0 -6px;
	}
	.online-talk {
		width: 110px;
		top: 40px;
		padding: 0 7px 14px;
	}
	.online-talk .image {
		margin: -38px auto 0;
		width: 78px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 12px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 12px;
	}
	.online-talk .talk {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin-top: 11px;
	}
	.list .left-item li p a {
		line-height: 18px;
		height: 18px;
		font-size: 15px;
	}
	.list .left-item li span {
		margin-top: 7px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.list .left-item li .item-bot {
		margin-top: 4px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.list .left-item li .item-bot > div i {
		width: 12px;
		height: 12px;
		margin: 4px 3px 0 0;
	}
	.list .left-item li .item-bot .detail b {
		margin-left: 8px;
	}
	.list .left-item li .item-bot .time{
		margin-left: 20px;
	}
	.list .left-item li {
		margin-top: 8px;
		padding-bottom: 8px;
	}
	.list .newspages {
		margin: 24px auto 0;
		height: 30px;
		width: 575px;
	}
	.list .newspages a {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		margin-left: 4px;
	}
	.list .newspages span {
		margin-left: 14px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.list .newspages span input {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		margin: 0 4px;
	}
	.list .newspages span button {
		margin-left: 0;
		width: 50px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.part1 .title, .part2 .title {
		height: 30px;
	}
	.part1 .title span, .part2 .title span {
		font-size: 16px;
	}
	.part1 .title a.more, .part2 .title a.more {
		line-height: 30px;
		font-size: 12px;
	}
	.part1 .video {
		margin-top: 12px;
	}
	.part1 .video .images i {
		width: 38px;
		height: 38px;
	}
	.part1 .video p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
	}
	.part1 .video p a {
		font-size: 14px;
	}
	.part1 ul {
		margin: 10px -14px 0 0;
	}
	.part1 li {
		padding-right: 14px;
	}
	.part1 li p a {
		font-size: 12px;
	}
	.part1 li p {
		margin-top: 2px;
		height: 32px;
		line-height: 16px;
	}
	.part2 {
		margin-top: 18px;
	}
	.part2 .images {
		width: 82px;
		height: 82px;
		margin-right: 14px;
	}
	.part2 .text {
		padding-top: 4px;
	}
	.part2 .text .btn {
		margin-top: 24px;
		width: 72px;
		height: 24px;
		line-height: 24px;
	}
	.part2 .text .btn a {
		font-size: 12px;
	}
	.part2 li {
		margin-top: 16px;
	}
	.footer .foot .foot-nav {
		width: 400px;
	  }
	  .footer .foot .foot-txt li {
		font-size: 12px;
	  }
	  .footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 24px;
	  }
	  .footer .foot .foot-nav .foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	  }
	  .footer .foot .hot-line {
			width: 350px;
			margin-left: 10px;
			font-size: 24px;

	  }
	  .footer .foot .hot-line p{
		font-size: 12px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 70px;
		width: 70px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 15px;
	  }
	.nav .menu-top a i {
		font-size: 10px;
		margin: 13px 0 0 6px;
	}
	.nav li .menu-bot {
		top: 32px;
	}
	.nav li .menu-bot p a {
		height: 36px;
		font-size: 11px;
		line-height: 36px;
	}
	.foot-nav-img {
		right: 18px;
		bottom: 38px;
		width: 90px;
	}






}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.main{width: 1192px;}
	.w{width: 1192px;}
	body{min-width: 1192px}
	.part1 .video .images mark {
		height: 28px;
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 28px;
		padding: 0 10px;
	}
	.part1 .video .images mark i{
		font-size: 13px;
		line-height: 28px;
	}
	.list .newspages a.ft, .list .newspages a.prev, .list .newspages a.lt, .list .newspages a.next {
		background-size: 10px !important;
	}
	.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;
	}
	.iframe iframe{
		height: 36px!important;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 8px;
	}
	.header .right li {
		padding: 0 7px;
	}
	.header .right {
		margin-right: 164px;
		margin-top: 10px;
	}
	.header--drop ul {
		top: -35px;
	}
	.header--drop ul li {
		height: 34px;
	}
	.header--drop ul li .weixin {
		height: 35px;
	}
	.header--drop ul li a {
		line-height: 34px;
		padding: 0 8px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		margin: -2px 7px 0 0;
		width: 14px;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav p a {
		padding: 0 11px;
	}
	.headerNav {
		padding: 12px 0 0;
	}
	.top .topAdv img, .top .topAdv embed {
		width: 269px;
		height: 48px;
	}
	.top {
		padding: 18px 0;
	}
	.top .logo {
		width: 124px;
	}
	.top .line {
		width: 1px;
		height: 28px;
		margin: 10px 30px 0 30px;
	}
	.top .pageName {
		font-size: 19px;
		margin-top: 11px;
	}
	.searchSelectBot {
		top: 36px;
	}
	.searchSelectBot li {
		line-height: 22px;
		font-size: 12px;
	}
	.top .search {
		width: 440px;
		margin-left: 105px;
		margin-top: 5px;
		height: 34px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 21px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.searchSelectTop i {
		top: 8px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		height: 38px;
	}
	.search input {
		width: calc(100% - 76px - 72px);
		height: 34px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 38px;
		width: 75px;
		font-size: 14px;
	}
	.search button i {
		width: 22px;
		height: 22px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav li a {
		font-size: 16px;
		padding: 0 17px;
		z-index: 9;
	}
	.crumbs {
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.crumbs i {
		width: 10px;
		height: 13px;
		margin: 10px 8px 0 0;
	}
	.list {
		margin-top: 12px;
	}
	.list .left {
		width: 878px;
		padding-left: 138px;
		margin-right: 46px;
	}
	.list .left .bar {
		width: 98px;
		transform: translate(-130px,0);
	}
	.list .bar li {
		width: 98px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.left-bar {
		width: 110px;
		padding-top: 38px;
		margin: 20px 0 0 -6px;
	}
	.online-talk {
		width: 110px;
		top: 40px;
		padding: 0 7px 14px;
	}
	.online-talk .image {
		margin: -38px auto 0;
		width: 78px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 12px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 12px;
	}
	.online-talk .talk {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin-top: 11px;
	}
	.list .left-item li p a {
		line-height: 20px;
		height: 20px;
		font-size: 16px;
	}
	.list .left-item li {
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.list .left-item li p i {
		width: 5px;
		height: 5px;
	}
	.list .left-item li span {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.list .left-item li .item-bot {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.list .left-item li .item-bot .detail b {
		margin-left: 25px;
	}
	.list .left-item li .item-bot .time{
		margin-left: 35px;
	}
	.list .left-item li .item-bot > div i {
		width: 12px;
		height: 12px;
		margin: 4px 4px 0 0;
	}
	.list .newspages {
		margin: 24px auto 0;
		height: 32px;
		width: 720px;
	}
	.list .newspages a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-left: 8px;
	}
	.list .newspages span {
		margin-left: 14px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.list .newspages span input {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin: 0 9px;
	}
	.list .newspages span button {
		margin-left: 0;
		width: 50px;
		height: 32px;
		line-height: 30px;
		font-size: 13px;
	}
	.part1 .title, .part2 .title {
		height: 34px;
	}
	.part1 .title span, .part2 .title span {
		font-size: 18px;
	}
	.part1 .title a.more, .part2 .title a.more {
		line-height: 34px;
		font-size: 13px;
	}
	.part1 .video {
		margin-top: 14px;
	}
	.part1 .video .images i {
		width: 44px; 
		height: 44px;
	}
	.part1 .video p a {
		font-size: 16px;
	}
	.part1 .video p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
	}
	.part1 ul {
		margin: 12px -18px 0 0;
	}
	.part1 li {
		padding-right: 18px;
	}
	.part1 li p a {
		font-size: 14px;
	}
	.part1 li p {
		margin-top: 4px;
		height: 36px;
		line-height: 18px;
	}
	.part2 {
		margin-top: 22px;
	}
	.part2 .images {
		width: 98px;
		height: 98px;
		margin-right: 16px;
	}
	.part2 li {
		margin-top: 16px;
	}
	.part2 .text p a {
		font-size: 14px;
	}
	.part2 .text p {
		height: 18px;
		line-height: 18px;
	}
	.part2 .text .btn {
		margin-top: 32px;
		width: 86px;
		height: 26px;
		line-height: 26px;
	}
	.part2 .text .btn a {
		font-size: 13px;
	}
	.footer .foot .foot-nav {
		width:470px;
	  }
	  .footer .foot .hot-line {
	
		margin-left: 30px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 114px;
		width: 114px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 25px;
	  }
	.nav .menu-top a i {
		font-size: 11px;
		margin: 15px 0 0 6px;
	}
	.nav li .menu-bot {
		top: 38px;
	}
	.nav li .menu-bot p a {
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	.main{width: 1264px;}
	.w{width: 1264px;}
	body{min-width: 1264px}
	.iframe iframe{
		height: 36px!important;
	}
	.list .newspages a.ft, .list .newspages a.prev, .list .newspages a.lt, .list .newspages a.next {
		background-size: 11px !important;
	}
	.header {
		height: 36px;
		font-size: 12px;
	}
	.header .left p {
		line-height: 36px;
	}
	.header .left ul {
		margin-top: 10px;
	}
	.header ul li {
		padding: 0 5px;
	}
	.header .left ul li a {
		line-height: 20px;
		padding: 0 8px;
	}
	.header .right li {
		padding: 0 10px;
	}
	.header .right {
		margin-right: 164px;
		margin-top: 10px;
	}
	.header--drop ul {
		top: -35px;
	}
	.header--drop ul li {
		height: 34px;
	}
	.header--drop ul li .weixin {
		height: 35px;
	}
	.header--drop ul li a {
		line-height: 34px;
		padding: 0 7px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		margin: -2px 7px 0 0;
		width: 14px;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav {
		padding: 15px 0 0;
	}
	.top {
		padding: 20px 0;
	}
	.top .topAdv img, .top .topAdv embed {
		width: 285px;
		height: 50px;
	}
	.top .logo {
		width: 138px;
	}
	.top .line {
		width: 1px;
		height: 30px;
		margin: 11px 32px 0 32px;
	}
	.top .pageName {
		font-size: 20px;
		margin-top: 12px;
	}
	.searchSelectBot {
		top: 40px;
	}
	.top .search {
		width: 470px;
		margin-left: 110px;
		margin-top: 4px;
		height: 38px;
	}
	.searchSelectTop p {
		font-size: 13px;
		line-height: 24px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.searchSelect {
		width: 82px;
		height: 38px;
	}
	.search input {
		width: calc(100% - 88px - 82px);
		height: 38px;
		font-size: 14px;
	}
	.search button {
		height: 42px;
		width: 88px;
		font-size: 15px;
	}
	.search button i {
		width: 24px;
		height: 24px;
	}


	.nav {
		height: 40px;
		line-height: 40px;
	}
	.nav li a {
		font-size: 15px;
		padding: 0 22px;
	}
	.crumbs {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.list {
		margin-top: 14px;
	}
	.list .left {
		width: 930px;
		padding-left: 146px;
		margin-right: 48px;
	}
	.list .left .bar {
		width: 98px;
		transform: translate(-145px,0);
	}
	.list .bar li {
		width: 98px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.left-bar {
		width: 110px;
		padding-top: 38px;
		margin: 20px 0 0 -6px;
	}
	.online-talk {
		width: 110px;
		top: 40px;
		padding: 0 7px 14px;
	}
	.online-talk .image {
		margin: -38px auto 0;
		width: 78px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 12px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 12px;
	}
	.online-talk .talk {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin-top: 11px;
	}
	.list .left-item li p a {
		line-height: 22px;
		height: 22px;
		font-size: 16px;
	}
	.list .left-item li span {
		margin-top: 8px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.list .left-item li .item-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.list .left-item li .item-bot .detail b {
		margin-left: 30px;
	}
	.list .left-item li .item-bot .time {
		margin-left: 40px;
	}
	.list .left-item li {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.list .left-item li .item-bot > div i {
		width: 14px;
		height: 14px;
		margin: 4px 6px 0 0;
		background-size: 100% 100% !important;
	}
	.list .newspages {
		margin: 24px auto 0;
		height: 32px;
	}
	.list .newspages a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-left: 8px;
	}
	.list .newspages span {
		margin-left: 14px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.list .newspages span input {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin: 0 9px;
	}
	.list .newspages span button {
		margin-left: 12px;
		width: 50px;
		height: 32px;
		line-height: 30px;
		font-size: 13px;
	}
	.part1 .title, .part2 .title {
		height: 38px;
	}
	.part1 .title span, .part2 .title span {
		font-size: 20px;
	}
	.part1 .title a.more, .part2 .title a.more {
		line-height: 38px;
		font-size: 14px;
	}
	.part1 .video {
		margin-top: 15px;
	}
	.part1 .video .images i {
		width: 46px;
		height: 46px;
	}
	.part1 .video p a {
		font-size: 16px;
	}
	.part1 .video p {
		margin-top: 6px;
		height: 20px;
		line-height: 20px;
	}
	.part1 ul {
		margin: 15px -18px 0 0;
	}
	.part1 li {
		padding-right: 18px;
	}
	.part1 li p a {
		font-size: 14px;
	}
	.part1 li p {
		margin-top: 4px;
		height: 36px;
		line-height: 18px;
	}
	.part2 {
		margin-top: 25px;
	}
	.part2 .images {
		width: 104px;
		height: 104px;
		margin-right: 17px;
	}
	.part2 .text {
		padding-top: 8px;
	}
	.part2 .text p a {
		font-size: 14px;
	}
	.part2 .text p {
		height: 18px;
		line-height: 18px;
	}
	.part2 .text .btn {
		margin-top: 40px;
		width: 90px;
		height: 28px;
		line-height: 28px;
	}
	.part2 .text .btn a {
		font-size: 14px;
	}
	.part2 li {
		margin-top: 16px;
	}
	.footer .foot .foot-nav {
		width:470px;
	  }
	  .footer .foot .hot-line {
	
		margin-left: 30px;
	  }
	  .footer .foot .qr-code ul li span {
		height: 114px;
		width: 114px;
	  }
	  .footer .foot .qr-code ul li {
	
		padding: 0 0 0 25px;
	  }
	.nav .menu-top a i {
		font-size: 12px;
		margin: 16px 0 0 6px;
	}
	.nav li .menu-bot {
		top: 40px;
	}
	.nav li .menu-bot p a {
		font-size: 14px;
	}
	.top .logo {
		width: 135px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
	.main{width: 1424px;}
	.w{width: 1424px;}
	body{min-width: 1424px}
	.list .left .bar {
		width: 120px;
		transform: translate(-155px,0);
	}
	.top .search button {
		height: 40px;
	}
	.headerNav {
		padding: 18px 0 0;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav p a {
		padding: 0 13px;
	}
	.top .topAdv img, .top .topAdv embed {
		width: 322px;
		height: 56px;
	}
	.top .logo {
		width: 138px;
	}
	.top .line {
		height: 33px;
		margin: 12px 36px 0 36px;
	}
	.top .pageName {
		font-size: 22px;
		margin-top: 11px;
	}
	.top .search {
		margin-top: 8px;
		margin-left: 100px;
		height: 36px;
		width: 580px;
	}
	.searchSelect {
		width: 90px;
		height: 36px;
	}
	.top .search input {
		width: 376px;
		height: 20px;
		font-size: 14px;
		padding: 8px 10px;
	}
	.top {
		padding: 24px 0;
	}
	.nav {
		height: 48px;
		line-height: 48px;
	}
	.nav li a {
		padding: 0 22px;
	}
	.crumbs {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.crumbs i {
		width: 12px;
		height: 16px;
		margin: 11px 10px 0 0;
	}
	.list {
		margin-top: 14px;
	}
	.list .left {
		width: 1048px;
		padding-left: 164px;
		margin-right: 54px;
	}
	.list .left-item li p a {
		line-height: 24px;
		height: 24px;
		font-size: 18px;
	}
	.list .left-item li span {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.list .left-item li .item-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.list .left-item li .item-bot .detail b {
		margin-left: 35px;
	}
	.list .left-item li .item-bot > div i {
		width: 15px;
		height: 15px;
		margin: 3px 6px 0 0;
	}
	.part1 .title, .part2 .title {
		height: 40px;
	}
	.part1 .title span, .part2 .title span {
		font-size: 22px;
	}
	.part1 .title a.more, .part2 .title a.more {
		line-height: 40px;
		font-size: 15px;
	}
	.part1 .video .images i {
		width: 52px;
		height: 56px;
	}
	.part1 .video p {
		margin-top: 5px;
		height: 20px;
		line-height: 20px;
	}
	.part1 .video p a {
		font-size: 16px;
	}
	.part1 li {
		padding-right: 21px;
	}
	.part1 ul {
		margin: 20px -21px 0 0;
	}
	.part1 li p a {
		font-size: 14px;
	}
	.part1 li p {
		margin-top: 4px;
		height: 36px;
		line-height: 18px;
	}
	.part2 .images {
		width: 116px;
		height: 116px;
	}
	.part2 .text .btn {
		margin-top: 44px;
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	.part2 .text .btn a {
		font-size: 14px;
	}
	.part2 li {
		margin-top: 20px;
	}
	.nav li .menu-bot {
		top: 48px;
	}
	.nav li .menu-bot p a {
		font-size: 15px;
	}
	.footer .foot .hot-line{
		margin-left: 90px;
		
	}
	.footer .foot .qr-code ul li span {
		width: 130px;
	}


}










