@font-face {
	font-family: 'xwboo';  /* project id 1932496 */
	src: url('//at.alicdn.com/t/font_1932496_animt7bfh8.eot');
	src: url('//at.alicdn.com/t/font_1932496_animt7bfh8.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_1932496_animt7bfh8.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_1932496_animt7bfh8.woff') format('woff'),
	url('//at.alicdn.com/t/font_1932496_animt7bfh8.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_1932496_animt7bfh8.svg#xwboo') format('svg');
  }
  .xwboo{
    font-family:"xwboo" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;}
.w {
    width: 1430px;
    margin: 0 auto;
}
.rightw {
	width: 350px;
	float: right;
	margin-left: 40px;
}
.leftw {
	overflow: hidden;
}
.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/images/public/adv.png") no-repeat;
}

#header {
	width: 100%;
	min-width: 1220px;
	height: 48px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
}

.header {
	width: 1430px;
	margin: 0 auto;
	overflow: hidden;
}

.header span {
	float: left;
	font-size: 16px;
	line-height: 46px;
}

.header span a {
	color: #666;
	margin-right: 30px;
}

.header span a:hover {
	color: #ea5404;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #ea5404;
	color: #fff;
	border-radius: 3px;
}

.header p {
	float: right;
	font-size: 16px;
	line-height: 46px;
	color: #666;
	/* margin-right: -15px; */
}

.header p a {
	color: #666;
	margin: 0 15px;
}

.header p a:hover {
	color: #ea5404;
}

.searchDiv {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	padding: 20px 0;
}
.searchDiv .logo {
	margin-left: 80px;
	float: left;
	margin-top: 4px;
	width: 200px;
}
.searchDiv .search {
	float: left;
	position: relative;
	width: 506px;
	height: 40px;
	border: 2px solid #f1623b;
	border-radius: 22px;
	margin-left: 135px;
	margin-top: 8px;
}
.searchSelect {
	width: 75px;
	height: 40px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 14px;
	line-height: 42px;
	color: black;
	text-indent: 20px;
}

.selectTop i {
	position: absolute;
	width: 9px;
	height: 5px;
	right: 0;
	top: 18px;
	background: url(../../../../images/news2020/search.png) no-repeat right center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	background-size: 100% 100%;
}
.selectTop.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: #f1623b;
	border-radius: 0 22px 22px 0;
	color: #ffffff;
	width: 100px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}
.search button i {
	margin-right: 5px;
}
.search input {
	width: 350px;
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #aaa;
	text-indent: 18px;
}
.selectBot {
	position: absolute;
	width: 82px;
	background-color: #ffffff;
	top: 36px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #f1623b;
	border-left: 2px solid #f1623b;
	border-right: 2px solid #f1623b;
	color: #fff;
	cursor: pointer;
}
.recommend {
	margin-top: 23px;
}
.recommend .right > div:first-child {
	margin-top: 0;
}
.recommend .left {
	overflow: hidden;
}
.recommend .left .location {
	color: #999;
	font-size: 14px;
}
.recommend .left .location a {
	color: #999;
}
.recommend .left .location i {
	margin-right: 5px;
	font-size: 14px;
}
.recommend .left .location a:hover {
	color: #ff9600;
}
.recommend .left  .news-title {
	margin-top: 10px;
}
.recommend .left .news-title h2 {
	height: 110px;
	line-height: 110px;
	overflow: hidden;
	text-align: left;
	font-size: 36px;
}
.recommend .left .news-title .news-time {
	color: #999;
	font-size: 16px;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.recommend .left .news-title .news-time p {
	line-height: 30px;
}
#Share {
	top: 0;
	font-size: 16px !important;
}
.recommend .left .news-time a.comment {
	display: inline-block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #ff9600;
	color: #fff;
	text-align: center;
	margin-left: 25px;
}
.recommend .left .news-time a.comment i {
	margin-right: 3px;
}
.recommend .left .guide {
	margin-top: 38px;
	background-color: #f5f5f5;
	padding: 25px;
}
.recommend .left .guide p {
	font-size: 16px;
	color: #999;
	line-height: 26px;
}
.recommend .left .newsContent {
	margin-top: 40px;
	font-size: 17px;
	line-height: 36px;
}
.newsContent a{
	color: #0300d0;
}
.newsContent img{
	margin: 20px 0;
}
.recommend .left .btnBox {
	margin-top: 60px;
}
.recommend .left .btnBox p {
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.recommend .left .btnBox p a {
	color: #446cb3;
}
.recommend .left .btnBox p a:hover {
	text-decoration: underline;
}
.recommend .left .tip {
	margin-top: 40px;
	line-height: 36px;
	color: #999;
	font-size: 17px;
}
.recommend .left .tip b {
	color: #666;
}
.recommend .comments {
	margin-top: 35px;
}
.recommend .comments .title {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.recommend .comments .title b {
	width: 4px;
	height: 22px;
	display: inline-block;
	background-color: #ff9600;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 5px;
}
.recommend .comments .title h2 {
	font-size: 22px;
	float: left;
}
.recommend .comments .title p {
	float: right;
	font-size: 14px;
}
.recommend .comments .title p span {
	margin-right: 8px;
	margin-left: 6px;
}
.recommend .comments .title input {
	width: 80px;
	height: 30px;
	border: 0;
	border: 1px solid #ddd;
	vertical-align: top;
	margin-right: 10px;
	text-indent: 5px;
}
.recommend .comments .title img {
	width: 80px;
	height: 32px;
	vertical-align: top;
}
.recommend .comments .title p a {
	color: #333;
	font-size: 14px;
	margin-left: 15px;
}
.recommend .comments .title p a i {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	color: #ff9600;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 8px;
	text-indent: -9999px;
	overflow: hidden;
}
.recommend .comments .title p a.focus i {
	text-indent: 0;
}
.commentArea {
	margin-top: 28px;
	border: 1px solid #dddddd;
}
.commentArea .textarea {
	padding: 15px 20px 0;
	border-radius: 2px;
	font-size: 16px;
	color: #bababa;
}
.commentArea .textarea div {
    height: 115px;
    line-height: 1.5;
}
.commentArea .commentArea_ft {
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
}
.commentArea .commentArea_ft .face {
    float: left;
    position: relative;
    z-index: 99;
    color: #666;
}
.commentArea .commentArea_ft .face span {
	cursor: pointer;
	height: 20px;
	padding-right: 17px;
	margin: 16px 0 0 20px;
	font: normal 14px/19px "microsoft yahei";
	float: left;
}
.commentArea .commentArea_ft .face span i {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	color: #ff9600;
}
.commentArea .commentArea_ft .face span i.iconsort-down {
    font-size: 6px;
    margin-left: 12px;
    margin-top: 2px;
}
.commentArea .commentArea_ft .face .faceList {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 4px;
    width: 390px;
    background: #fff;
    border: 1px solid #dfe6f6;
}
.commentArea .commentArea_ft .face .faceList a {
    float: left;
    height: 22px;
    width: 22px;
    padding: 4px 2px;
}
.commentArea .commentArea_ft .face .faceList a img {
	vertical-align: top;
}
.commentArea img {
	width: 22px;
}
.commentArea .commentArea_ft .face span i.icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("/images/news2020/face.png") no-repeat;
	background-size: cover;
}
.recommend .comments .title p span.checkbox {
	display: inline-block;
	margin: 0;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #ddd;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 8px;
}
.recommend .comments .title p .checked .checkbox {
	background: url("/images/news2020/correct.png") no-repeat center;
	background-size: 10px;
}
.commentArea .commentArea_ft button {
    float: right;
    height: 32px;
    width: 80px;
    background: #ff9600;
    color: #fff;
    border: none;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	font: normal 16px/30px "microsoft yahei";
	margin-right: 20px;
	margin-top: 10px;
}
.commentArea .commentArea_ft p {
	font: normal 14px/50px "microsoft yahei";
	color: #888888;
	float: right;
	margin-right: 20px;
}
.commentArea .commentArea_ft p input {
	width: 80px;
	height: 30px;
	border: 0;
	border: 1px solid #ddd;
	vertical-align: top;
	margin-right: 10px;
	text-indent: 5px;
	margin-top: 10px;
	margin-left: 7px;
}
.commentArea .commentArea_ft p img {
	height: 32px;
	width: 80px;
}
.comments-content {
	margin-top: 15px;
}
.comments-content li.fathercommentcontent {
	padding: 20px 0 24px 0;
	border-bottom: 1px solid #e6e6e6;
}
.commentArea .commentArea_ft p span.checkbox {
	display: inline-block;
	margin: 0;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #ddd;
	vertical-align: top;
	margin-top: 18px;
	margin-right: 8px;
	background-color: #fff;
}
.commentArea .commentArea_ft p label {
	margin-right: 10px;
}
.commentArea .commentArea_ft p .close {
	margin-right: 10px;
}
.comments-content .info span.area {
	display: none;
}
.commentArea .commentArea_ft p .checked .checkbox {
	background: url("/images/news2020/correct.png") no-repeat center;
	background-size: 10px;
}
.comments-content .head {
    float: left;
    margin-right: 15px;
}
.comments-content .cont {
    font-size: 14px;
    overflow: hidden;
	position: relative;
}
.comments-content .info span {
	color: #999;
	display: inline-block;
	margin-top: 7px;
	position: relative;
}
.comments-content .info span.name {
    color: #f90;
	font-weight: bold;
}
.comments-content .cont .action {
	position: absolute;
	right: 0;
	top: 7px;
}
.comments-content .cont .action a {
	padding-left: 20px;
	color: #999;
	background: url("/images/news2020/reply.png") no-repeat 0 center;
	margin-left: 15px;
}
.comments-content .cont .action a.agree {
	background: url("/images/news2020/agree.png") no-repeat 0 2px;
}
.comments-content .cont .action a.oppose {
	background: url("/images/news2020/oppose.png") no-repeat 0 3px;
}
.comments-content .cont .action a.report {
	background: url("/images/news2020/report.png") no-repeat 0 center;
}
.comments-content .cont .action a.focus {
	color: #ff9600;
}
.comments-content .cont .action i {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px;
}
.comments-content .cont .action .agree i,.comments-content .cont .action .oppose i {
	font-size: 14px;
}
.comments-content .cont .action .oppose i {
	margin-top: 4px;
}
.comments-content .cont .txt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}
.comments-content dl:last-of-type {
	border-bottom: 0;
}
.comments-content a.more {
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.relevant {
	margin-top: 40px;
	padding-bottom: 40px;
}
.relevant .title {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.relevant .title h2 {
    font-size: 22px;
}
.relevant .title b {
    width: 4px;
    height: 22px;
    display: inline-block;
    background-color: #ff9600;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 5px;
}
.relevant li {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.relevant li .image {
	width: 264px;
	float: left;
	margin-right: 20px;
}
.relevant li .image a {
	height: 0;
	padding-bottom: 66.6%;
	overflow: hidden;
	position: relative;
	display: block;
}
.relevant li .image img {
	max-height: none;
}
.relevant li p {
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 24px;
}
.relevant li p a {
	color: #333;
}
.relevant li p a:hover {
	color: #ff9600;
}
.relevant li span {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin-top: 5px;
}
.relevant li dl {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	position: absolute;
	bottom: 32px;
	right: 0;
	width: 926px;
	padding-left: 2px;
}
.relevant li dl dt {
	float: left;
}
.relevant li dl dd {
	float: right;
}
.relevant li dl i {
	font-size: 14px;
	margin-right: 5px;
}
.relevant li dd b {
	margin-left: 6px;
	font-weight: normal;
}
.relevant li dd b:first-of-type {
	margin-left: 0;
}
.relevant li:last-of-type {
	border-bottom: 0;
}
.recommend .right {
	width: 350px;
	float: right;
	margin-left: 40px;
}
.recommend .right .loginBox {
	height: 300px;
	box-sizing: border-box;
	border: 20px solid #f5f5f5;
	background: url(../../../../images/news2020/loginBg.png) no-repeat;
	background-size: 100% 100%;
}
.recommend .right .loginBox p {
	text-align: center;
	margin-top: 10px;
	color: #999;
}
.recommend .right .loginBox p span {
	margin: 0 16px;
}
.recommend .right .loginBox p i {
	width: 49px;
	height: 1px;
	display: inline-block;
	background-color: #e6e6e6;
	vertical-align: top;
	margin-top: 8px;
}
.recommend .right .loginBox .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #f90;
	margin-top: 26px;
}
.recommend .right .loginBox .btnBox {
	text-align: center;
	margin-top: 25px;
}
.recommend .right .loginBox .btnBox a {
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.recommend .right .loginBox .btnBox i {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #f7f7f7 url(../../../../images/news2020/qqlogin.png) no-repeat center;
	margin-bottom: 10px;
}
.recommend .right .loginBox .btnBox a:hover i {
	background-color: #f90 !important;
}
.recommend .right .loginBox .btnBox a:hover {
	color: #f90;
}
.recommend .right .loginBox .btnBox a.wx {
	margin-left: 55px;
}
.recommend .right .loginBox .btnBox a.wx i {
	background: #f7f7f7 url(../../../../images/news2020/wxlogin.png) no-repeat center;
}
.recommend .right .loginBox .text {
	padding: 0 20px;
	font-size: 14px;
	color: #999;
	position: relative;
	margin-top: 25px;
}
.recommend .right .loginBox .text a {
	color: #999;
}
.recommend .right .loginBox .text i {
	margin-right: 5px;
}
.recommend .right .loginBox .text span {
	position: absolute;
	right: 20px;
	top: 0;
}
.recommend .right .loginBox .text span a {
	color: #f90;
}
.recommend .right .imgBox1 {
	margin-top: 30px;
}
.recommend .right .imgBox1 .image {
	height: 0;
	padding-bottom: 73%;
	overflow: hidden;
	position: relative;
}
.recommend .right .imgBox1 .image img {
	max-height: none;
}
.recommend .right .imgBox1 i{
	position: absolute;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	right: 15px;
	top: 15px;
	border-radius: 15px;
	font-style: normal;
}
i.notice {
	background-color: #55a1ff;
}
i.replay1 {
	background-color: #ff9600;
}
i.red {
	background-color: #f1623b;
}
.recommend .right .imgBox1 .txt span b {
	position: static;
}
.recommend .right .imgBox1 .txt {
	height: 60px;
	background: url(../../../../images/news2020/txtbg1.png) no-repeat;
	padding: 20px 15px 0;
}
.recommend .right .imgBox1 .txt p {
	font-size: 16px;
	font-weight: bold;
	height: 21px;
	overflow: hidden;
}
.recommend .right .imgBox1 .txt p a {
	color: #fff;
}
.recommend .right .imgBox1 .txt span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
.recommend .right .imgBox1 .txt span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.recommend .right .title {
	margin-top: 25px;
}
.recommend .right .title a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.recommend .right .title a.more {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	float: right;
	line-height: 26px;
}
.recommend .right .title i {
	font-weight: normal;
	color: #f29c2b;
	margin-right: 5px;
	font-size: 18px;
}
.recommend .news {
	padding: 0 20px;
	background-color: #f5f5f5;
	margin-top: 20px;
}
.recommend .news .image {
	padding-top: 20px;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
.recommend .news .image img {
	max-height: none;
}
.recommend .news p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 12px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.recommend .news p a {
	color: #333;
}
.recommend .news p a:hover {
	color: #f1623b;
}
.recommend .news ul {
	padding-bottom: 20px;
}
.recommend .news li {
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	margin-top: 18px;
	line-height: 20px;
}
.recommend .news li:nth-child(0) .image b{
	background-color: #f95753;
}
.recommend .news li a {
	color: #333;
}
.recommend .news li a:hover {
	color: #f1623b;
}
.recommend .news li span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f29c2b;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 10px;
}
.recommend .hotBrand {
	margin-top: 15px;
}
.recommend .hotBrand li {
	background-color: #f5f5f5;
	padding: 15px 20px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 3px solid transparent;
}
.recommend .hotBrand li:last-child {
	border-bottom: 0;
}.recommend .hotBrand li:hover {
	background-color: #eee;
	border-left: 3px solid #f29c2b;
}
.recommend .hotBrand li p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.recommend .hotBrand li p a {
	color: #333;
}
.recommend .hotBrand li p a:hover {
	color: #f1623b;
}
.recommend .hotBrand li span {
	overflow: hidden;
	font-size: 14px;
	color: #f29c2b;
	margin-top: 6px;
	display: block;
}
.recommend .hotBrand li span i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 2px;
	display: inline-block;
}
.recommend .hotBrand .image {
	float: left;
	width: 128px;
	position: relative;
	margin-right: 15px;
}
.recommend .hotBrand li .image b {
	position: absolute;
	width: 28px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	border-radius: 3px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.recommend .hotBrand li:first-child .image b {
	background-color: #f95753;
}
.recommend .hotBrand li:nth-child(2) .image b {
	background-color: #f67c23;
}
.recommend .hotBrand li:nth-child(3) .image b {
	background-color: #f0ab07;
}
.recommend .hotBrand .image a {
	display: block;
	height: 0;
	padding-bottom: 57.8%;
	overflow: hidden;
	border-radius: 2px;
}
.recommend .hotBrand .image img {
	max-height: none;
}
.expoNotice {
	background-color: #f5f5f5;
	padding: 0 20px;
	margin-top: 15px;
}
.expo-swiper {
	overflow: hidden;
	padding-top: 20px !important;
	padding-bottom: 110px !important;
}
.expo-swiper .swiper-slide {
	height: 174px !important;
}
.expo-swiper .txt {
	height: 110px;
}
.expo-swiper .txt p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 13px;
}
.expo-swiper .txt p a {
	color: #333;
}
.expo-swiper .txt p a:hover {
	color: #f1623b;
}
.expo-swiper .txt span {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	display: block;
}
.expo-swiper .swiper-pagination  {
	width: auto !important;
	right: 0;
	left: auto !important;
	bottom: 20px !important;
}
.expo-swiper .swiper-pagination-bullet {
	opacity: 1;
	background-color: #ccc;
}
.expo-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f29c2b;
	width: 20px;
	border-radius: 4px;
}
.leftBar {
	position: fixed;
	left: calc((100% - 1582px)/2);
	top: 178px;
	z-index: 99999;
	line-height: 24px;
}
.leftBar a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
	position: relative;
}
.leftBar i {
	font-size: 18px;
}
.leftBar a i.focusi {
	display: none;
}
.leftBar a.focus,.leftBar a:hover {
	color: #f1623b;
}
.leftBar a.focus i.focusi,.leftBar a:hover i.focusi {
	display: block;
	position: absolute;
	top: 16px;
	left: -18px;
	font-size: 10px;
}
.footer {
	margin: 0 auto;
	background-color: #212324;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code{
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li{
	float: left;
	padding-left: 44px;
}
.footer .item .footer-code li .code{
	width: 126px;
	height: 126px;
	border:2px solid #ff8d50;
	padding:10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.footer .item .left{
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left p a{
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}

.footer .item .left span{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span img{
	margin: 7px 22px 0 12px;
	vertical-align: top;
}
.copyright{
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding:10px 0;
	display: inline-block;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("../../../../images/news2020/copyright.png") no-repeat 0 0;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
.soncommentcontent {
	padding-left: 58px;
	padding-top: 15px;
}
.comments-content .cont .txt b {
	color: #ff9600;
}
@media screen and (max-width: 1024px) {
	body {
		min-width: 880px;
	}
	#header{
		min-width: 880px;
	}
	.w {
		width: 880px;
	}
	.recommend .right .imgBox1 .txt {
		height: 40px;
		padding: 8px 10px 0;
	}
	.recommend .right .imgBox1 .txt p {
		font-size: 10px;
		height: 12px;
	}
	.recommend .right .imgBox1 .txt span {
		font-size: 10px;
		font-weight: normal;
		margin-top: 6px;
	}
	.recommend .right .imgBox1 .txt span b {
		font-weight: normal;
	}
	.recommend .right .loginBox {
		border: 15px solid #f5f5f5;
		height: 213px;
	}
	.recommend .right .imgBox1 {
		margin-top: 25px;
	}
	.recommend .right .loginBox p i {
		width: 12px;
	}
	.recommend .right .loginBox .btnBox {
		margin-top: 15px;
	}
	.recommend .right .loginBox .btnBox i {
		width: 45px;
		height: 45px;
		background-size: 15px;
		margin-bottom: 5px;
	}
	.recommend .right .loginBox .title {
		font-size: 16px;
		margin-top: 15px;
	}
	.recommend .right .loginBox .btnBox a {
		font-size: 12px;
	}
	.recommend .right .loginBox .btnBox a.wx {
		margin-left: 20px;
	}
	.recommend .right .loginBox .text {
		padding: 0px 8px;
		font-size: 10px;
		margin-top: 12px;
	}
	.recommend .right .loginBox .text i {
		margin-right: 4px;
		font-size: 12px;
	}
	.recommend .right .loginBox .text span {
		right: 8px;
	}

	.recommend .right .loginBox .btnBox a.wx i {
		background-size: 22px;
	}
	.recommend .right .loginBox p span {
		margin: 0 8px;
	}
	.leftBar {
		left: calc((100% - 964px)/2);
		top: 125px;
	}
	.leftBar i {
		font-size: 12px;
	}
	.leftBar a {
		padding: 6px 0;
	}
	.leftBar a.focus i.focusi, .leftBar a:hover i.focusi {
		top: 7px;
		left: -13px;
		font-size: 8px;
	}
	.searchDiv .logo {
		width: 129px;
		margin-left: 37px;
	}
	.searchDiv .search {
		width: 326px;
		height: 28px;
		margin-left: 88px;
		margin-top: 5px;
	}
	.rightw {
		width: 220px;
		margin-left: 25px;
		margin-top: 2px;
	}
	.searchSelect {
		width: 48px;
		height: 30px;
	}
	.selectTop i {
		width: 7px;
		height: 4px;
		top: 13px;
	}
	.selectTop p {
		line-height: 30px;
		font-size: 12px;
		text-align: center;
		text-indent: 0;
	}
	.search input {
		width: 216px;
		height: 28px;
		font-size: 12px;
	}
	.search button {
		height: 32px;
		width: 64px;
		font-size: 12px;
	}
	.search button i {
		font-size: 12px;
	}
	.recommend .right .title i {
		font-size: 12px;
	}
	.recommend .right .title a {
		font-size: 14px;
	}
	.recommend .right {
		width: 220px;
		margin-left: 25px;
	}
	.recommend .news {
		padding: 0 13px;
		margin-top: 15px;
	}
	.recommend .news .image {
		padding-top: 13px;
	}
	.recommend .news p {
		font-size: 10px;
		padding-bottom: 10px;
		line-height: 18px;
		height: 30px;
		margin-top: 10px;
	}
	.searchDiv {
		padding: 15px 0;
	}
	.recommend .news li {
		font-size: 10px;
		margin-top: 6px;
		height: 14px;
		line-height: 14px;
	}
	.recommend .news ul {
		padding-bottom: 10px;
	}
	.recommend .news li span {
		width: 4px;
		height: 4px;
		margin-top: 4px;
		margin-right: 6px;
	}
	.recommend .hotBrand .image {
		width: 80px;
		margin-right: 7px;
	}
	.recommend .hotBrand li {
		padding: 10px 13px;
	}
	.recommend .hotBrand li p {
		font-size: 10px;
		line-height: 14px;
		height: 28px;
	}
	.recommend .hotBrand li span {
		font-size: 8px;
	}
	.recommend .hotBrand li span i {
		font-size: 8px;
		margin-right: 2px;
		margin-top: 1px;
	}
	.recommend .hotBrand li .image b {
		width: 22px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
	}
	.expoNotice {
		padding: 0 13px;
	}
	.expo-swiper {
		padding-top: 15px !important;
		padding-bottom: 67px !important;
	}
	.expo-swiper .swiper-slide {
		height: 106px !important;
	}
	.expo-swiper .txt span {
		font-size: 10px;
		margin-top: 5px;
	}
	.expo-swiper .txt {
		height: 60px;
	}
	.expo-swiper .txt p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 18px;
		height: 36px;
	}
	.expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.expo-swiper .swiper-pagination {
		bottom: 8px !important;
	}
	.expo-swiper .txt p {
		font-size: 12px;
		margin-top: 5px;
	}
	.recommend .left .more {
		font-size: 12px;
		line-height: 45px;
		height: 45px;
	}
	hr {
		margin: 9px 0;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 18px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px !important;
	}
	.expo-swiper .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 12px;
	}
	#header {
		height: 32px;
	}
	.header span {
		font-size: 12px;
		line-height: 32px;
	}
	.header p {
		font-size: 12px;
		line-height: 32px;
	}
	.header p a {
		margin: 0 10px;
	}
	.header span a {
		margin-right: 20px;
	}
	.footer {
		font-size: 12px;
		max-width: 1200px;
	}
	.footer .item .footer-code {
		width: 242px;
		margin-top: 20px;
		height: 140px;
		padding-top: 30px;
	}
	.footer .item .footer-code li {
		padding-left: 16px;
	}
	.footer .item .footer-code li .code {
		width: 76px;
		height: 76px;
	}
	.footer .item .footer-code li p {
		margin-top: 8px;
		font-size: 12px;
	}
	.footer .item .left {
		margin-top: 12px;
		padding-right: 25px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left p a {
		padding: 0 8px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left span img {
		margin: 4px 22px 0 8px;
	}
	.copyright {
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
		padding: 8px 0;
		padding-right: 40px;
	}
	ul.footImg {
		width: 615px;
		margin-bottom: 0;
		background-size: 100% auto;
	}
	ul.footImg li {
		width: 100px;
		float: left;
	}
	ul.footImg li a {
		width: 89px;
		height: 36px;
	}
	.recommend .left .news-title h2 {
		height: 80px;
		line-height: 80px;
		font-size: 22px;
	}
	.recommend .left .news-title .news-time {
		font-size: 12px;
		height: 38px;
	}
	.recommend .left .news-time a.comment {
		width: 56px;
		height: 26px;
		line-height: 26px;
		margin-left: 12px;
	}
	.recommend .left .news-time a.comment i {
		font-size: 12px;
	}
	#Share {
		top: 0;
		font-size: 12px !important;
	}
	.recommend .left .news-title .news-time p {
		letter-spacing: -1px;
	}
	.recommend .left .guide p {
		font-size: 12px;
		line-height: 20px;
	}
	.recommend .left .guide {
		margin-top: 22px;
		padding: 15px;
	}
	.recommend .left .newsContent p {
		font-size: 14px;
	}
	.recommend .left .btnBox p {
		font-size: 14px;
		line-height: 28px;
		height: 28px;
	}
	.recommend .left .btnBox {
		margin-top: 40px;
	}
	.recommend .left .tip {
		margin-top: 20px;
	}
	.recommend .comments .title h2 {
		font-size: 16px;
	}
	.recommend .comments .title b {
		height: 18px;
	}
	.recommend .comments .title p {
		font-size: 12px;
	}
	.recommend .comments .title input {
		width: 65px;
		height: 26px;
	}
	.recommend .comments .title img {
		width: 65px;
		height: 28px;
	}
	.recommend .comments .title p a {
		font-size: 12px;
	}
	.recommend .comments .title p a i {
		width: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 7px;
		font-size: 8px;
	}
	.recommend .comments .title {
		line-height: 28px;
		height: 28px;
	}
	.commentArea .textarea {
		padding: 10px 12px 0;
		font-size: 12px;
	}
	.commentArea .textarea div {
		height: 100px;
	}
	.commentArea .commentArea_ft {
		height: 40px;
		line-height: 40px;
	}
	.commentArea .commentArea_ft .face span {
		height: 20px;
		margin: 12px 0 0 10px;
		font: normal 12px/17px "microsoft yahei";
	}
	.commentArea .commentArea_ft p {
		font: normal 12px/40px "microsoft yahei";
		margin-right: 10px;
	}
	.commentArea .commentArea_ft button {
		height: 28px;
		width: 60px;
		font: normal 12px/28px "microsoft yahei";
		margin-right: 10px;
		margin-top: 6px;
	}
	.comments-content dd p {
		font-size: 12px;
		line-height: 20px;
	}
	.comments-content dl {
		padding: 18px 0 15px 0;
	}
	.relevant .title h2 {
		font-size: 16px;
	}
	.relevant .title b {
		height: 18px;
	}
	.relevant .title {
		line-height: 30px;
		height: 30px;
	}
	.relevant li .image {
		width: 200px;
		margin-right: 15px;
	}
	.relevant li p {
		line-height: 36px;
		height: 36px;
		font-size: 16px;
	}
	.relevant li span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.relevant li dl {
		font-size: 12px;
		bottom: 25px;
		width: 420px;
	}
	.relevant li dl i {
		font-size: 12px;
		margin-right: 3px;
	}
	.relevant li {
		padding: 15px 0;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	#header{
		min-width: 880px;
	}
	.w {
		width: 880px;
	}
	.recommend .right .imgBox1 .txt {
		height: 40px;
		padding: 8px 10px 0;
	}
	.recommend .right .imgBox1 .txt p {
		font-size: 10px;
		height: 12px;
	}
	.recommend .right .imgBox1 .txt span {
		font-size: 10px;
		font-weight: normal;
		margin-top: 6px;
	}
	.recommend .right .imgBox1 .txt span b {
		font-weight: normal;
	}
	.recommend .right .imgBox1 {
		margin-top: 25px;
	}
	.recommend .right .loginBox p i {
		width: 12px;
	}
	.recommend .right .loginBox .btnBox {
		margin-top: 15px;
	}
	.recommend .right .loginBox .btnBox i {
		width: 45px;
		height: 45px;
		background-size: 15px;
		margin-bottom: 5px;
	}
	.recommend .right .loginBox .title {
		font-size: 16px;
		margin-top: 15px;
	}
	.recommend .right .loginBox .btnBox a {
		font-size: 12px;
	}
	.recommend .right .loginBox .btnBox a.wx {
		margin-left: 20px;
	}
	.recommend .right .loginBox .text {
		padding: 0px 8px;
		font-size: 10px;
		margin-top: 12px;
	}
	.recommend .right .loginBox .text i {
		margin-right: 4px;
		font-size: 12px;
	}
	.recommend .right .loginBox .text span {
		right: 8px;
	}
	.recommend .right .loginBox .btnBox a.wx i {
		background-size: 22px;
	}
	.recommend .right .loginBox p span {
		margin: 0 8px;
	}
	.leftBar {
		left: calc((100% - 964px)/2);
		top: 125px;
	}
	.leftBar i {
		font-size: 12px;
	}
	.leftBar a {
		padding: 6px 0;
	}
	.leftBar a.focus i.focusi, .leftBar a:hover i.focusi {
		top: 7px;
		left: -13px;
		font-size: 8px;
	}
	.searchDiv .logo {
		width: 150px;
		margin-left: 25px;
	}
	.searchDiv .search {
		width: 326px;
		height: 28px;
		margin-left: 88px;
		margin-top: 5px;
	}
	.rightw {
		width: 220px;
		margin-left: 25px;
		margin-top: 2px;
	}
	.searchSelect {
		width: 48px;
		height: 30px;
	}
	.selectTop i {
		width: 7px;
		height: 4px;
		top: 13px;
	}
	.selectTop p {
		line-height: 30px;
		font-size: 12px;
		text-align: center;
		text-indent: 0;
	}
	.search input {
		width: 216px;
		height: 28px;
		font-size: 12px;
	}
	.search button {
		height: 32px;
		width: 64px;
		font-size: 12px;
	}
	.search button i {
		font-size: 12px;
	}
	.recommend .right .title i {
		font-size: 12px;
	}
	.recommend .right .title a {
		font-size: 14px;
	}
	.recommend .right {
		width: 220px;
		margin-left: 25px;
	}
	.recommend .news {
		padding: 0 13px;
		margin-top: 15px;
	}
	.recommend .news .image {
		padding-top: 13px;
	}
	.recommend .news p {
		font-size: 10px;
		padding-bottom: 10px;
		line-height: 18px;
		height: 30px;
		margin-top: 10px;
	}
	.searchDiv {
		padding: 15px 0;
	}
	.recommend .news li {
		font-size: 10px;
		margin-top: 6px;
		height: 14px;
		line-height: 14px;
	}
	.recommend .news ul {
		padding-bottom: 10px;
	}
	.recommend .news li span {
		width: 4px;
		height: 4px;
		margin-top: 4px;
		margin-right: 6px;
	}
	.recommend .hotBrand .image {
		width: 80px;
		margin-right: 7px;
	}
	.recommend .hotBrand li {
		padding: 10px 13px;
	}
	.recommend .hotBrand li p {
		font-size: 10px;
		line-height: 14px;
		height: 28px;
	}
	.recommend .hotBrand li span {
		font-size: 8px;
	}
	.recommend .hotBrand li span i {
		font-size: 8px;
		margin-right: 2px;
		margin-top: 1px;
	}
	.recommend .hotBrand li .image b {
		width: 22px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
	}
	.expoNotice {
		padding: 0 13px;
	}
	.expo-swiper {
		padding-top: 15px !important;
		padding-bottom: 67px !important;
	}
	.expo-swiper .swiper-slide {
		height: 106px !important;
	}
	.expo-swiper .txt span {
		font-size: 10px;
		margin-top: 5px;
	}
	.expo-swiper .txt {
		height: 60px;
	}
	.expo-swiper .txt p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 18px;
		height: 36px;
	}
	.expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.expo-swiper .swiper-pagination {
		bottom: 8px !important;
	}
	.expo-swiper .txt p {
		font-size: 12px;
		margin-top: 5px;
	}
	.recommend .left .more {
		font-size: 12px;
		line-height: 45px;
		height: 45px;
	}
	hr {
		margin: 9px 0;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 18px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px !important;
	}
	.expo-swiper .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 12px;
	}
	#header {
		height: 32px;
	}
	.header span {
		font-size: 12px;
		line-height: 32px;
	}
	.header p {
		font-size: 12px;
		line-height: 32px;
	}
	.header p a {
		margin: 0 10px;
	}
	.header span a {
		margin-right: 20px;
	}
	.footer {
		font-size: 12px;
		max-width: 1200px;
	}
	.footer .item .footer-code {
		width: 242px;
		margin-top: 20px;
		height: 140px;
		padding-top: 30px;
	}
	.footer .item .footer-code li {
		padding-left: 16px;
	}
	.footer .item .footer-code li .code {
		width: 76px;
		height: 76px;
	}
	.footer .item .footer-code li p {
		margin-top: 8px;
		font-size: 12px;
	}
	.footer .item .left {
		margin-top: 12px;
		padding-right: 25px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left p a {
		padding: 0 8px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left span img {
		margin: 4px 22px 0 8px;
	}
	.copyright {
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
		padding: 8px 0;
		padding-right: 40px;
	}
	ul.footImg {
		width: 615px;
		margin-bottom: 0;
		background-size: 100% auto;
	}
	ul.footImg li {
		width: 100px;
		float: left;
	}
	ul.footImg li a {
		width: 89px;
		height: 36px;
	}
	.recommend .left .news-title h2 {
		height: 80px;
		line-height: 80px;
		font-size: 22px;
	}
	.recommend .left .news-title .news-time {
		font-size: 12px;
		height: 38px;
	}
	.recommend .left .news-time a.comment {
		width: 56px;
		height: 26px;
		line-height: 26px;
		margin-left: 12px;
	}
	.recommend .left .news-time a.comment i {
		font-size: 12px;
	}
	#Share {
		top: 0;
		font-size: 12px !important;
	}
	.recommend .left .news-title .news-time p {
		letter-spacing: -1px;
	}
	.recommend .left .guide p {
		font-size: 12px;
		line-height: 20px;
	}
	.recommend .left .guide {
		margin-top: 22px;
		padding: 15px;
	}
	.recommend .left .newsContent p {
		font-size: 14px;
	}
	.recommend .left .btnBox p {
		font-size: 14px;
		line-height: 28px;
		height: 28px;
	}
	.recommend .left .btnBox {
		margin-top: 40px;
	}
	.recommend .left .tip {
		margin-top: 20px;
	}
	.recommend .comments .title h2 {
		font-size: 16px;
	}
	.recommend .comments .title b {
		height: 18px;
	}
	.recommend .comments .title p {
		font-size: 12px;
	}
	.recommend .comments .title input {
		width: 65px;
		height: 26px;
	}
	.recommend .comments .title img {
		width: 65px;
		height: 28px;
	}
	.recommend .comments .title p a {
		font-size: 12px;
	}
	.recommend .comments .title p a i {
		width: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 7px;
		font-size: 8px;
	}
	.recommend .comments .title {
		line-height: 28px;
		height: 28px;
	}
	.commentArea .textarea {
		padding: 10px 12px 0;
		font-size: 12px;
	}
	.commentArea .textarea div {
		height: 100px;
	}
	.commentArea .commentArea_ft {
		height: 40px;
		line-height: 40px;
	}
	.commentArea .commentArea_ft .face span {
		height: 20px;
		margin: 12px 0 0 10px;
		font: normal 12px/17px "microsoft yahei";
	}
	.commentArea .commentArea_ft p {
		font: normal 12px/40px "microsoft yahei";
		margin-right: 10px;
	}
	.commentArea .commentArea_ft button {
		height: 28px;
		width: 60px;
		font: normal 12px/28px "microsoft yahei";
		margin-right: 10px;
		margin-top: 6px;
	}
	.comments-content dd p {
		font-size: 12px;
		line-height: 20px;
	}
	.comments-content dl {
		padding: 18px 0 15px 0;
	}
	.relevant .title h2 {
		font-size: 16px;
	}
	.relevant .title b {
		height: 18px;
	}
	.relevant .title {
		line-height: 30px;
		height: 30px;
	}
	.relevant li .image {
		width: 200px;
		margin-right: 15px;
	}
	.relevant li p {
		line-height: 36px;
		height: 36px;
		font-size: 16px;
	}
	.relevant li span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.relevant li dl {
		font-size: 12px;
		bottom: 25px;
		width: 420px;
	}
	.relevant li dl i {
		font-size: 12px;
		margin-right: 3px;
	}
	.relevant li {
		padding: 15px 0;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	#header{
		min-width: 1070px;
	}
	.w {
		width: 1070px;
	}
	.recommend .left .news-title h2 {
		height: 80px;
		line-height: 80px;
		font-size: 26px;
	}
	.recommend .left .news-title .news-time {
		font-size: 12px;
		height: 42px;
	}
	.recommend .left .news-time a.comment {
		height: 24px;
		line-height: 24px;
		width: 52px;
	}
	.recommend .left .news-time a.comment i {
		margin-right: 3px;
		font-size: 12px;
	}
	.recommend .comments .title {
		line-height: 28px;
		height: 28px;
	}
	#Share {
		font-size: 12px !important;
	}
	.recommend .left .guide p {
		font-size: 14px;
		line-height: 22px;
	}
	.recommend .left .guide {
		margin-top: 20px;
		padding: 15px;
	}
	.recommend .left .guide {
		margin-top: 20px;
		padding: 15px;
	}
	.recommend .left .newsContent {
		margin-top: 30px;
	}
	.recommend .left .newsContent p {
		font-size: 16px;
	}
	.recommend .left .btnBox {
		margin-top: 40px;
	}
	.recommend .left .btnBox p {
		font-size: 14px;
		line-height: 28px;
		height: 28px;
	}
	.recommend .left .tip {
		margin-top: 20px;
	}
	.recommend .comments .title h2 {
		font-size: 18px;
	}
	.recommend .comments .title b {
		height: 18px;
		margin-top: 5px;
	}
	.recommend .comments .title input {
		width: 70px;
		height: 26px;
	}
	.recommend .comments .title img {
		width: 70px;
		height: 28px;
	}
	.commentArea .textarea {
		font-size: 14px;
	}
	.commentArea .commentArea_ft p {
		font: normal 12px/50px "microsoft yahei";
		margin-right: 10px;
	}
	.comments-content dd p {
		font-size: 14px;
		line-height: 26px;
	}
	.commentArea .commentArea_ft button {
		height: 31px;
		width: 73px;
		font: normal 14px/30px "microsoft yahei";
	}
	.relevant li .image {
		width: 220px;
	}
	.relevant li p {
		line-height: 40px;
		height: 40px;
		font-size: 20px;
	}
	.relevant li span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.relevant li dl {
		font-size: 12px;
		bottom: 25px;
		width: 538px;
	}
	.recommend .right .loginBox {
		border: 15px solid #f5f5f5;
		height: 245px;
	}
	.recommend .right .imgBox1 .txt {
		padding: 13px 15px 0;
	}
	.recommend .right .imgBox1 {
		margin-top: 25px;
	}
	.recommend .right .imgBox1 .txt {
		height: 50px;
		padding: 10px 10px 0;
	}
	.recommend .right .imgBox1 .txt p {
		font-size: 12px;
	}
	.recommend .right .imgBox1 .txt span {
		font-size: 12px;
		font-weight: normal;
		margin-top: 3px;
	}
	.recommend .right .loginBox p i {
		width: 24px;
	}
	.recommend .right .loginBox .btnBox {
		margin-top: 15px;
	}
	.recommend .right .loginBox .btnBox i {
		width: 55px;
		height: 55px;
		background-size: 20px;
		margin-bottom: 8px;
	}
	.recommend .right .loginBox .btnBox a {
		font-size: 12px;
	}
	.recommend .right .loginBox .btnBox a.wx {
		margin-left: 30px;
	}
	.recommend .right .loginBox .text {
		padding: 0 12px;
		font-size: 12px;
		margin-top: 15px;
	}
	.recommend .right .loginBox .text i {
		margin-right: 5px;
		font-size: 14px;
	}
	.recommend .right .loginBox .text span {
		right: 12px;
	}
	.recommend .right .loginBox .btnBox a.wx i {
		background-size: 26px;
	}
	.leftBar {
		left: calc((100% - 1166px)/2);
		top: 125px;
	}
	.leftBar i {
		font-size: 14px;
	}
	.leftBar a {
		padding: 10px 0;
	}
	.leftBar a.focus i.focusi, .leftBar a:hover i.focusi {
		top: 10px;
		left: -13px;
		font-size: 8px;
	}
	.searchDiv .logo {
		/* width: 134px; */
		margin-left: 30px;
	}
	.searchDiv .search {
		width: 386px;
		height: 32px;
		margin-left: 100px;
	}
	.rightw {
		width: 262px;
		margin-left: 30px;
		margin-top: 2px;
	}
	.searchSelect {
		width: 55px;
		height: 34px;
	}
	.selectTop i {
		width: 7px;
		height: 4px;
		top: 14px;
	}
	.selectTop p {
		line-height: 34px;
		font-size: 12px;
		text-align: center;
		text-indent: 0;
	}
	.search input {
		width: 259px;
		height: 32px;
	}
	.search button {
		height: 36px;
		width: 75px;
		font-size: 12px;
	}
	.search button i {
		font-size: 14px;
	}
	.recommend .right .title i {
		font-size: 14px;
	}
	.recommend .right .title a {
		font-size: 16px;
	}
	.recommend .right {
		width: 262px;
		margin-left: 30px;
	}
	.left .recommend--big dt {
		font-size: 18px;
		max-width: 630px;
	}
	.left .recommend--big dd {
		font-size: 12px;
	}
	.recommend .right .loginBox .title {
		margin-top: 15px;
	}
	.recommend .news {
		padding: 0 15px;
		margin-top: 17px;
	}
	.recommend .news .image {
		padding-top: 15px;
	}
	.recommend .news p {
		font-size: 12px;
		padding-bottom: 10px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px;
	}
	.searchDiv {
		padding: 15px 0;
	}
	.recommend .news li {
		font-size: 12px;
		margin-top: 12px;
		height: 14px;
		line-height: 14px;
	}
	.recommend .news li span {
		width: 4px;
		height: 4px;
		margin-top: 5px;
		margin-right: 6px;
	}
	.recommend .hotBrand .image {
		width: 97px;
		margin-right: 10px;
	}
	.recommend .hotBrand li {
		padding: 10px 13px;
	}
	.recommend .hotBrand li p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.recommend .hotBrand li span {
		font-size: 10px;
	}
	.recommend .hotBrand li span i {
		font-size: 10px;
		margin-right: 2px;
		margin-top: 1px;
	}
	.recommend .hotBrand li .image b {
		width: 22px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
	}
	.expoNotice {
		padding: 0 15px;
	}
	.expo-swiper {
		padding-top: 15px !important;
		padding-bottom: 80px !important;
	}
	.expo-swiper .swiper-slide {
		height: 131px !important;
	}
	.expo-swiper .txt span {
		font-size: 12px;
	}
	.expo-swiper .txt {
		height: 80px;
	}
	.expo-swiper .txt p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 18px;
		height: 36px;
	}
	.expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.expo-swiper .swiper-pagination {
		bottom: 11px !important;
	}
	.expo-swiper .txt p {
		font-size: 14px;
		margin-top: 12px;
	}
	.recommend .left .more {
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.recommend .comments .title p {
		font-size: 12px;
	}
	.recommend .comments .title p a {
		font-size: 12px;
	}
	.recommend .comments .title p a i {
		width: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 7px;
		font-size: 8px;
	}
	.relevant .title h2 {
		font-size: 18px;
	}
	.relevant .title b {
		height: 18px;
		margin-top: 7px;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 18px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px !important;
	}
	#header {
		height: 32px;
	}
	.header span {
		font-size: 12px;
		line-height: 32px;
	}
	.header p {
		font-size: 12px;
		line-height: 32px;
	}
	.header p a {
		margin: 0 10px;
	}
	.header span a {
		margin-right: 20px;
	}
	.footer{
		min-width: 1200px;
	}
	.footer .item .footer-code {
		width: 330px;
		margin-top: 20px;
		padding-top: 20px;
	}
	.footer .item .footer-code li{
		padding-left: 36px;
	}
	.footer .item .footer-code li .code{
		width: 96px;
		height: 96px;
	}
	.footer .item .footer-code li p{
		margin-top: 8px;
	}
	.footer .item .left{
		margin-top: 14px;
	}
	ul.footImg {
		margin-bottom: 20px;
		width: 700px;
		background-size: 100% auto;
	}
	ul.footImg li {
		width: 101px;
	}
	ul.footImg li a {
		width: 102px;
		height: 41px;
	}
	.footer .item .left p a {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	#header{
		min-width: 1250px;
	}
	.w {
		width: 1250px;
	}
	.relevant li dl {
		width: 652px;
	}
	.recommend .left .news-title h2 {
		height: 95px;
		line-height: 95px;
		font-size: 32px;
	}
	.recommend .left .news-title .news-time {
		font-size: 14px;
		height: 50px;
	}
	.recommend .left .news-time a.comment {
		height: 26px;
		line-height: 26px;
		width: 60px;
	}
	#Share {
		font-size: 14px !important;
	}
	.relevant li .image {
		width: 240px;
	}
	.relevant li p {
		line-height: 46px;
		height: 46px;
		font-size: 22px;
	}
	.relevant li span {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.recommend .right .loginBox p i {
		width: 32px;
	}
	.searchDiv .search {
		width: 456px;
		height: 36px;
		margin-left: 100px;
	}
	.rightw {
		width: 308px;
		margin-left: 30px;
	}
	.selectTop i {
		top: 16px;
	}
	.searchSelect {
		width: 65px;
		height: 36px;
	}
	.selectTop p {
		line-height: 38px;
	}
	.search input {
		width: 293px;
		height: 36px;
	}
	.search button {
		height: 40px;
		width: 90px;
		font-size: 14px;
	}
	.search button i {
		font-size: 14px;
	}
	.recommend .right .title i {
		font-size: 16px;
	}
	.recommend .right .title a {
		font-size: 18px;
	}
	.recommend .right {
		width: 308px;
		margin-left: 30px;
	}
	.searchDiv .logo {
		margin-left: 50px;
		float: left;
		margin-top: 4px;
	}
	.foot .right .image {
		width: 130px;
		height: 130px;
	}
	.foot .right p {
		font-size: 12px;
	}
	.foot .right > div {
		margin-left: 35px;
	}
	.recommend .news p {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.foot .right {
		width: 335px;
	}
	.recommend .news li {
		font-size: 14px;
		margin-top: 13px;
	}
	.recommend .hotBrand .image {
		width: 112px;
		margin-right: 10px;
	}
	.recommend .hotBrand li {
		padding: 13px 18px;
	}
	.recommend .hotBrand li p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.recommend .hotBrand li span {
		font-size: 12px;
	}
	.recommend .hotBrand li span i {
		font-size: 12px;
		margin-right: 4px;
		margin-top: 1px;
	}
	.recommend .hotBrand li .image b {
		width: 26px;
		height: 20px;
		line-height: 20px;
	}
	.expo-swiper .swiper-slide {
		height: 152px !important;
	}
	.expo-swiper .txt span {
		font-size: 12px;
	}
	.expo-swiper .txt {
		height: 90px;
	}
	.expo-swiper .swiper-pagination {
		bottom: 11px !important;
	}
	.expo-swiper {
		padding-bottom: 90px !important;
	}
	.expo-swiper .txt p {
		font-size: 14px;
		margin-top: 6px;
	}
	.expo-swiper .swiper-pagination-bullet-active {
		width: 18px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.leftBar {
		left: calc((100% - 1358px)/2);
		top: 150px;
	}
	.leftBar i {
		font-size: 16px;
	}
	.leftBar a {
		padding: 12px 0;
	}
	#header {
		height: 38px;
	}
	.header span {
		font-size: 14px;
		line-height: 38px;
	}
	.header p {
		font-size: 14px;
		line-height: 38px;
	}
	.footer{
		min-width: 1400px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	#header{
		min-width: 1430px;
	}
	.w {
		width: 1430px;
	}
	.leftBar {
		left: calc((100% - 1544px)/2);
	}
	.relevant li dl {
		width: 756px;
	}
}
@media screen and (min-width: 1920px){
	#header{
		min-width: 1600px;
	}
	.w {
		width: 1600px;
	}
	.leftBar {
		left: calc((100% - 1755px)/2);
	}
}
