body {
	font-family: '微软雅黑';
	background: #fff;
	color: #333;
}

ul,
li,
p,
h3,
h4 {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #0762cb;
}

img {
	transition: all 0.2s;
}

img:hover {
	opacity: 0.99;
}

.container {
	padding: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.col-xs-3 {
	padding: 0 5px;
}

header {
	height: 100px;
	width: 100%;
	background: #fff;
}

header .col-sm-2,
header .col-sm-3 {
	padding: 0px;
}

header .logo {
	position: relative;
	width: 158px;
	height: 54px;
	background: url("../images/index/qm_01.png") no-repeat;
	top: 24px;
	left: 0;
}

header .header-nav {
	position: relative;
	display: block;
	z-index: 1000;
	left: -50px;

}

header .header-nav ul {
	width: 100%;


}

header .header-nav ul li {
	position: relative;
	text-align: center;
	padding: 0px 25px 0px;
	line-height: 100px;
	color: #333;
	font-size: 16px;
}

header .header-nav ul li a {
	display: block;
}

header .header-nav ul li a:hover {
	color: #007ec7;
}

header .header-nav ul li.on {}

header .header-nav ul li.on a {
	color: #333;
}


header .header-nav ul li.on:after,
header .header-nav ul li:hover:after {
	content: '';
	display: block;
	width: 60%;
	height: 3px;
	background: #007ec7;
	position: absolute;
	bottom: -0px;
	left: 50%;
	transform: translate(-50%, 0);
}

header .header-nav ul li.closenav {
	display: none;
}

header .tel {
	position: relative;

}

header .tel img {
	position: absolute;
	top: 36px;
	right: 0;
}

header .header-nav .header-sub-nav {
	position: absolute;
	top: 100px;
	left: 80%;
	transform: translate(-50%, 0);
	z-index: 888;
	width: 120%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	padding-top: 15px;
	transition: 0.36s;
	transform-origin: top;
	text-align: left;
}

header .header-nav .header-sub-nav dd {
	padding: 10px 25px;
}

header .header-nav .header-sub-nav dd a {
	display: block;
	color: #fff;
	font-size: 12px;
}

header .header-nav ul li.on .header-sub-nav dd a {
	color: #fff;


}

.addinforWrap {
	background: #efefef;
	width: 100%;

	padding: 30px 0;
}

.addinforWrap .title {
	text-align: center;
	color: #333;
	margin-bottom: 30px;
	font-size: 16px;
}

.addinforWrap .col-xs-4,
.addinforWrap .col-xs-8 {
	padding: 0;
}

.addinforWrap .col-xs-6,
.addinforWrap .col-xs-12 {
	padding: 0 10px;
}

.addinforWrap .aileft .item {
	margin-bottom: 20px;
}

.addinforWrap .aileft .item a {
	background: #f7f7f7;
	display: block;
	padding: 20px 0;
}

.addinforWrap .aileft .item .icon {
	margin-bottom: 10px;

}

.addinforWrap .aileft .item .icon img {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.addinforWrap .aileft .item p {
	text-align: center;
}

.addinforWrap .aiRight .aiBox {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.addinforWrap .aiRight .aiBox label {
	color: #666;
	font-weight: normal;
}

.addinforWrap .aiRight .aiBox input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	border: none;
}

.addinforWrap .aiBtn {
	margin-bottom: 30px;
}

.addinforWrap .aiBtn a {
	background: #1b1b1b;
	color: #d5a568;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 18px;
}

.addinforWrap .tips {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.footerNavWrap {}

.footerNavWrap .fnnav {
	background: #151515;
	padding: 25px 0;
}

.footerNavWrap .fnnav .logo {
	padding-left: 40px;
}

.footerNavWrap .fnnav ul {}

.footerNavWrap .fnnav ul li {
	float: left;

}

.footerNavWrap .fnnav ul li a {
	color: #d3d3d3;
}

.footerNavWrap .fnnav ul li a:hover {
	color: #d5a568;
}

.footerNavWrap .fnnav ul li:last-child {
	margin-right: 0;
}

.fninfor {
	width: 100%;
	height: 276px;
	background: url("../images/index/qm_36.jpg") no-repeat;
	background-size: 100% 100%;
}

.fninfor .code {
	padding-top: 119px;
}

.fninfor .code li {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.fninfor .code li img {
	width: 80px;
	height: 80px;
}

.fninfor .code li p {
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.fninfor .footerinfor {
	text-align: right;
	color: #fff;
	padding-top: 100px;
}

.fninfor .footerinfor p {
	margin-bottom: 10px;
}

.fninfor .footerinfor p.copyright {
	color: #cbcbcb;
}


/*二级页面*/
.sub-banner {
	width: 100%;
}

.sub-banner img {
	width: 100%;
}





.subdesign {
	margin-bottom: 30px;
}

.subdesign h4 {
	font-size: 16px;
	margin-bottom: 20px;
}


.subdesign .pic img {
	width: 100%;
}

.subdesign .text {
	background: #f1f1f1;
	padding: 20px 6px;
}

.subdesign .text .name {
	font-size: 16px;
	color: #666;
}

.subdesign .text .name label {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	padding-left: 10px;
}

.subdesign .text .tips {
	font-size: 14px;
	color: #999;
}

.subdesign .text .cdbtn {
	text-align: center;
	padding-top: 17px;
}

.subdesign .text .cdbtn .btn1 {
	background: #d5a568;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 8px;
	margin-right: 20px;
}

.subdesign .text .cdbtn .btn2 {
	background: #1b1b1b;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 8px;
}

.subtel {
	margin-bottom: 20px;
}

.subtel img {
	width: 100%;
}

.subnewslist {}

.subnewslist h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.subnewslist ul {
	line-height: 46px;
}

.subnewslist li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
	color: #666;
}

.subnewslist li:after {
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 4px;
	background: #666;
	position: absolute;
	top: 10px;
	left: 0;

}

.subform {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 15px 0;
}

.subform .title {
	text-align: center;
	margin-bottom: 10px;
}

.subform .title h3 {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}

.subform .title p {
	color: #999;
}

.subform .formcon {
	padding: 0px 20px;
}

.subform .formcon .inputbox {
	width: 100%;
	margin-bottom: 10px;
}

.subform .formcon .inputbox input {
	width: 100%;
	line-height: 35px;
	border: 1px solid #d7d7d7;
	background: none;
	padding: 0px 6px;
}

.subform .formbtn {
	text-align: center;
	margin-top: 20px;
}

.subform .formbtn a {
	background: #d5a568;
	color: #fff;
	display: inline-block;
	padding: 8px 57px;
	border-radius: 8px;
}

.crumbs {
	color: #999;
	padding: 30px 0 15px 0;
}

.crumbs a {
	color: #999;
}

.crumbs a:hover {
	color: #d5a95b;
}

.page {
	padding-top: 40px;
	margin-bottom: 0px;
}

.page ul {

	text-align: center;
}

.page ul li {
	display: inline-block;
	margin-right: 12px;
}

.page ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ebebeb;
	text-align: center;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
}

.page ul li a:hover,
.page ul li.on a {
	background: #2352f3;
	color: #fff;
}

/*案例列表*/
.caselistwrap {
	margin-top: 30px;
}

.caselistwrap .listcon {
	padding-bottom: 40px;
}

.caselistwrap .title {
	margin-bottom: 30px;
}

.caselistwrap .title h4 {
	font-size: 18px;
}

.caselistwrap .item {
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 30px;
}

.caselistwrap .item:last-child {
	margin-right: 0;
}

.caselistwrap .item .pic {
	margin-bottom: 20px;
}

.caselistwrap .item .pic img {
	width: 100%;
	height: 194px;
}

.caselistwrap .textwrap {}

.caselistwrap .textwrap .headpic {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.caselistwrap .textwrap .headpic img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
}

.caselistwrap .textwrap .text {
	float: left;
	width: 70%;
}

.caselistwrap .textwrap .text h3 {
	font-size: 14px;
	max-height: 40px;
	overflow: hidden;
	line-height: 1.9rem;
	font-weight: normal;
	color: #666;
}

.caselistwrap .textwrap .text p {
	color: #999;
	margin-top: 6px;
}

.zx {
	padding-bottom: 40px;
}

.zx img {
	width: 100%;
}

.zx .pic img {
	width: 100%;
}

.zxform {
	width: 100%;
	padding: 30px 30px;
	background: linear-gradient(#fff, #f1e8dc);
}

.zxform .forminput {
	margin-bottom: 15px;
}

.zxform .forminput input {
	width: 100%;
	line-height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #c3c3c3;
	padding: 0px 10px;
}

.zxform .formbtn {
	margin-bottom: 15px;
}

.zxform .formbtn a {
	display: block;
	background: #dd8b22;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.zxform .tips {
	text-align: center;
	color: #666;
	font-size: 12px;
}

.caseWrap {
	padding: 50px 0 60px;
}

.caseWrap .title {
	text-align: center;
	margin-bottom: 50px;
}

.caseWrap .title h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}

.caseWrap .title p {
	color: #999;
}

.caseWrap .caseNav {

	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.caseWrap .caseNav li {}

.caseWrap .caseNav li a {
	display: block;
	border: 1px solid #cacaca;
	border-radius: 30px;
	padding: 5px 20px;
	color: #999;
	margin-right: 15px;
}

.caseWrap .caseNav li a:hover,
.caseWrap .caseNav li.on a {
	background: #0762cb;
	border: 1px solid #0762cb;
	color: #fff;
}

.caseWrap .caseCon {}

.caseWrap .caseCon .caseFirst {
	margin-bottom: 15px;
}

.caseWrap .caseCon .caseFirst .item {
	position: relative;
	margin-bottom: 30px;
}

.caseWrap .caseCon .caseFirst .item .pic {
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
	transition: 1.6s linear;
}

.caseWrap .caseCon .caseFirst .item .pic .picbg {
	width: 100%;
	height: 190px;
}

.caseWrap .caseCon .caseFirst .item .pic:hover .picbg {
	transform: scale(1.2);
	transition: 1s;

}

.caseWrap .caseCon .caseFirst .item .pichover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

.caseWrap .caseCon .caseFirst .item .pichover .icon {
	margin-top: 20%;
	margin-bottom: 8%;
}

.caseWrap .caseCon .caseFirst .item .pichover .icon img {
	width: 24%;
}

.caseWrap .caseCon .caseFirst .item .pichover p {
	text-align: left;
	font-size: 14px;
	color: #f7f7f7;
	width: 60%;
	margin: 0 auto;
	line-height: 2.2rem;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0, -50%);
}
.caseWrap .caseCon .caseFirst .item p {
	text-align: left;
	font-size: 14px;
	color: #333;
	width: 100%;
	margin: 10px auto;
	line-height: 2.2rem;
}
.caseWrap .caseCon .caseFirst .item .pic:hover .pichover {
	display: block;
}



.caseWrap .caseCon .caseSec .item {
	position: relative;
	margin-bottom: 25px;
}

.caseWrap .caseCon .caseSec .item .pic {
	position: relative;
}

.caseWrap .caseCon .caseSec .item .pic .picbg {
	width: 100%;
	height: 190px;
}

.caseWrap .caseCon .caseSec .caseSRight .item .pic .picbg {
	width: 100%;
	height: 405px;
}

.caseWrap .caseCon .caseSec .item .pichover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
}

.caseWrap .caseCon .caseSec .item .pichover .icon {
	margin-top: 20%;
	margin-bottom: 8%;
}

.caseWrap .caseCon .caseSec .item .pichover .icon img {
	width: 24%;
}

.caseWrap .caseCon .caseSec .item .pichover p {
	text-align: center;
	font-size: 14px;
	color: #f7f7f7;
	width: 90%;
	height: 24px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 2.2rem;
}

.caseWrap .caseCon .caseSec .item .pic:hover .pichover {
	display: block;
}

.caseWrap .caseCon .caseSec .caseSLeft {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	float: left;
}

.caseWrap .caseCon .caseSec .caseSRight {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

.caseWrap .caseCon .caseSec .caseSRight .item .pichover .icon img {
	width: 15%;
}

.caseWrap .caseCon .col-xs-3,
.caseWrap .caseCon .col-xs-6 {
	padding-left: 8px;
	padding-right: 8px;
}

.caseWrap .casebtn {
	text-align: center;
	padding-top: 20px;
}

.caseWrap .casebtn a {
	border: 1px solid #cacaca;
	padding: 5px 23px;
	color: #999;
	border-radius: 30px;
	display: inline-block;
}

.caseWrap .casebtn a:hover {
	background: #0762cb;
	border: 1px solid #0762cb;
	color: #fff;
}

.newsWrap {
	width: 100%;
	padding-bottom: 50px;
	background: #f6f7f9;
}

.newsWrap .title {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 40px;
	position: relative;
}

.newsWrap .title h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.newsWrap .title p {
	font-size: 14px;
	color: #999;
}

.newsWrap .title-seemore {
	position: absolute;
	top: 60px;
	right: 0;
	display: inline-block;
	background: #0762cb;
	color: #fff;
	border-radius: 40px;
	padding: 6px 30px;
	font-size: 14px;
}

.newsWrap .newsCon {}

.newsWrap .news-left-con .pic {
	position: relative;
}

.newsWrap .news-left-con .pic img {
	width: 100%;
}

.newsWrap .news-left-con .pic .pic-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
}

.newsWrap .news-left-con .pic .pic-text p {

	line-height: 24px;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
}

.newsWrap .news-left-con .pic .pic-text p a {
	color: #fff;
}

.newsWrap .news-left-con .news-intro-con {
	background: #fff;
	padding: 30px 20px 23px 20px;
	transition: 0.6s linear;
}

.newsWrap .news-left-con .news-intro-con .time {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
}

.newsWrap .news-left-con .news-intro-con .news-intro {
	color: #999;
	font-size: 16px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 20px;
}

.newsWrap .news-left-con .news-intro-con:hover {
	box-shadow: 2px 2px 5px #ddd;
}

.newsWrap .news-left-con .news-intro-con .news-intro a {
	color: #999;
}

.newsWrap .news-left-con .news-intro-con .news-intro a:hover {
	color: #0762cb;
}

.newsWrap .news-left-con .news-intro-con .see-more a {
	color: #0762cb;
}

.newsWrap .news-right-con {
}

.newsWrap .news-right-con .item {
	background: #fff;
	margin-bottom: 17px;
	transition: 1.2s linear;
}

.newsWrap .news-right-con .item:hover {
	box-shadow: 2px 2px 5px #ddd;
}

.newsWrap .news-right-con .item:last-child {
	margin-bottom: 0;
}

.newsWrap .news-right-con .item .news-right-title {
	font-size: 16px;
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 20px;
	width: 470px;
	box-sizing: border-box;
}

.newsWrap .news-right-con .item .news-right-title a {
	color: #333;
}

.newsWrap .news-right-con .item .news-right-title a:hover {
	color: #0762cb;
}

.newsWrap .news-right-con .item .news-right-intro {
	padding: 0px 20px;

}

.newsWrap .news-right-con .item .news-right-intro a {
	color: #999;
	font-size: 14px;
	height: 36px;
	overflow: hidden;
	display: block;
}

.newsWrap .news-right-con .item .news-right-intro a:hover {
	
}

.newsWrap .news-right-con .item .right-time {
	background: #0762cb;
	color: #fff;
	padding: 28px 15px;
	width: 86px;
}

.newsWrap .news-right-con .item .right-time .month {
	font-size: 18px;
	font-weight: bold;
}

.newsWrap .news-right-con .item .right-time .year {
	text-align: right;
}

.copyrightWrap {
	background: #151515;
	color: #a6a6a6;
	padding: 23px 0;
}

.copyrightWrap p {
	margin-bottom: 2px;
	line-height: 35px;
}

.copyrightWrap p a {
	color: #a6a6a6;
	padding: 0px;
	text-align: right;
}

.copyrightWrap p a:hover {
	color: #f09701;
}

.footerBlockWrap {
	margin-bottom: 56px;

}


.footerNavWrap {
	background: url(../images/index/qm_40.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.fn-left .logo {
	width: 220px;

}

.fn-left .name {
	color: #fff;
	margin: 25px 0 43px;
}

.fn-left .name p {
	margin-bottom: 4px;
}

.fn-left .code {}

.fn-left .code li {
	float: left;
	text-align: center;
	color: #fff;
	margin: 0px 10px 0 0px;
}

.fn-left .code li img {
	margin-bottom: 5px;
}

.fn-right dl {
	height: 238px;
	position: relative;
}

.fn-right dt {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 28px;
}

.fn-right dd a {
	color: #bfbfbf;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

.fn-right dd a:hover {
	color: #0762cb;
}

.footer-xt-enter {
	text-align: right;
}

.footer-xt-enter a {
	display: inline-block;
	background: #0762cb;
	color: #fff;
	border-radius: 30px;
	padding: 8px 30px;
	margin-left: 30px;
}


.sub-nav-wrap {
	background: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px #ddd;
}

.sub-nav-wrap ul {
	display: inline-block;
}

.sub-nav-wrap ul li {
	padding: 0px 60px;
	text-align: center;
	position: relative;
	display: inline-block;
}

.sub-nav-wrap ul li a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
}

.sub-nav-wrap ul li.on:after {
	content: '';
	display: block;
	width: 30%;
	height: 3px;
	background: #007ec7;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}



/*手机样式*/
@media (max-width:768px) {
	header {
		position: relative;
		z-index: 20;
		height: 60px;
		background: #fff;

	}

	header .logo {
		position: relative;
		width: 120px;
		height: 42px;
		background: url("../images/index/qm_37.png") no-repeat;
		background-size: 100% 100%;
		top: 10px;
		left: 15px;
	}

	header .tel {
		display: none;
	}

	header .moreicon {
		width: 60px;
		height: 60px;
		background: url("../images/index/qm_38.png") center center no-repeat;
		background-size: 20px 20px;
		position: absolute;
		top: 4px;
		right: 0px;
		padding: 20px;
	}

	.sub-banner {
		width: 100%;
		position: relative;
		height: 170px;
		overflow: hidden;
	}

	.sub-banner .sbcon {
		position: absolute;
		top: -79px;
		left: 0;
		z-index: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	.sub-banner img {
		height: 100%;
		width: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

	}

	header .header-nav {
		width: 70%;
		background: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 45px;
		right: 10%;
		display: none;
		z-index: 100;
	}

	header .header-nav ul {
		width: 100%;
		position: relative;
	}

	header .header-nav ul li {
		line-height: 30px;
	}

	header .header-nav ul li a {
		text-align: center;
		padding: 10px 0;
		display: block;
		color: #fff;
		font-size: 14px;
		width: 90%;

	}

	header .header-nav ul li a:hover {
		color: #0762cb;
	}

	header .header-nav ul li.on a {
		color: #fff;
		position: relative;
	}

	header .header-nav ul li.on:after {
		display: none;
	}

	header .header-nav ul li.closenav {
		display: block;
	}

	header .header-nav ul .closenav img {
		width: 60px;
		padding: 15px;
		position: absolute;
		top: 0;
		right: -15px;
	}

	header .header-nav .header-sub-nav {
		display: none;
	}

	.crumbs {
		display: none;
	}

	.subright {
		display: none;
	}

	.page {
		margin-bottom: 40px;
	}

	.page ul li {
		margin-right: 5px;
	}

	.page ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}


	.zx {
		padding-bottom: 40px;
	}

	.zx .pic img {
		width: 100%;
	}

	.zx-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.zx-btn img {
		width: 100%;
	}

	.zxform {
		width: 100%;
		padding: 30px 30px;
		background: linear-gradient(#fff, #f1e8dc);
	}

	.zxform .forminput {
		margin-bottom: 15px;
	}

	.zxform .forminput input {
		width: 100%;
		line-height: 40px;
		line-height: 40px;
		background: #fff;
		border: 1px solid #c3c3c3;
		padding: 0px 10px;
	}

	.zxform .formbtn {
		margin-bottom: 15px;
	}

	.zxform .formbtn a {
		display: block;
		background: #dd8b22;
		color: #fff;
		padding: 10px 0;
		text-align: center;
	}

	.zxform .tips {
		text-align: center;
		color: #666;
		font-size: 12px;
	}

	.caselistwrap .item .pic img {
		width: 100%;
		height: 110px;
	}

	.newsWrap .title {
		padding: 20px 0;
		margin-bottom: 0;
	}

	.newsWrap .title h3 {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.newsWrap .title-seemore {
		display: none;
	}

	.newsWrap .news-left-con .pic .pic-text p {
		font-size: 12px;
	}

	.newsWrap .news-left-con .news-intro-con {
		padding: 10px 20px;
	}

	.newsWrap .news-left-con .news-intro-con .time {
		margin-bottom: 5px;
	}

	.newsWrap .news-left-con .news-intro-con .news-intro {
		margin-bottom: 10px;
		font-size: 14px;
		height: 36px;
	}

	.newsWrap .news-right-con .item .news-right-title {
		line-height: 24px;
		width: 60%;
	}

	.newsWrap .news-right-con .item .news-right-intro a {
		font-size: 12px;
		height: 32px;
		overflow: hidden;
	}

	.newsWrap .news-right-con {
		margin-top: 20px;
	}

	.copyrightWrap p {
		line-height: 18px;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.fn-right {
		display: none;
	}

	.sub-nav-wrap ul {
		display: flex;
	}

	.sub-nav-wrap ul li {
		flex: 1;
		text-align: center;
		position: relative;
		padding: 0;

	}

	.sub-nav-wrap ul li.long {
		flex: 1.5;
	}

	.sub-nav-wrap ul li a {
		display: block;

		font-size: 12px;
	}

	.sub-nav-wrap ul li.on:after {
		content: '';
		display: block;
		width: 30%;
		height: 3px;
		background: #007ec7;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0);
	}


}