﻿@charset "utf-8";

body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #fff;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #0269b6;
	border-color: #0269b6;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid #0269b6;
}
/*div {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}*/
.navBar {
	width: 100%;
	background: #0067ac;
	height: 58px;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	z-index: 999;
}
.pagination{
	display:block;
}

a,
ul,
li {
	text-decoration: none !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

input,textarea{
	outline: none;
}

div {
	font-family: "microsoft yahei";
}

.container2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}

/* -------------------- 头部 -------------------- */
.upper {
	width: 100%;
}

.upper .searchBar {
	width: 100%;
	height: 115px;
}
/*
.searchBar .toplogo {
	display: inline-block;
	margin-top: 15px;
}

.searchBar .searchbox {
	height: 30px;
	float: right;
	clear: both;
	margin-top: 40px;
	background: #0067AC;
}

.searchbox input {
	width: 250px;
	height: 100%;
	line-height: 30px;
	padding-left: 8px;
	background: #fff;
	border: none;
	border: 1px solid #0067AC;
	float: left;
}
*/

.searchBar {
	height: 115px;
}
.searchBar .toplogo {
	display: inline-block;
	margin-top: 15px;
}
.searchBar .searchbox {
	float: right;
	clear: both;
	margin-top: 40px;
	background: #0067ac;
}
.searchbox input{
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding-left: 8px;
	background: #fff;
	border: 1px solid #0067ac;
	float: left;
}
.searchbox .magnifier {
	width: 45px;
	height: 40px;
	padding: 8px 0 0 10px;
	display: inline-block;
}



.navbar-container a {
	color: #fff;
}

.navbar-collapse {
	padding: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	z-index:999;
}
.navBar {
	width: 100%;
	background: #0067ac;
	height: 58px;
}
.navBar>ul {
	height: 100%;
}
.navBar>ul li{
	display: inline-block;
	width: 12%;
	height: 100%;
	text-align: center;
	/* padding: 8px 0; */
}
.navBar>ul li a {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-top: 4px;
	color: #fff;
}
.navBar>ul li a:hover{
	background: #fff;
	color: #0067ac;
}
.navbar-toggle .icon-bar {
	background: #0067ac;
}

.navbar-nav > li {
	display: inline-block;
	width: 12%;
	margin-top: 8px;
	text-align: center;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #fff !important;
	color: #0067ac;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #fff;
	color: #0067ac;
}

.nav {
	width: 100%;
	/*height: 50px;*/
	background-color: #0067ac;
	color: #fff;
}
/*.searchbox .magnifier {
	width: 34px !important;
    height: 100% !important;
    padding: 4px 6px !important;
    display: inline-block;
}

.searchbox .magnifier img {
	height: 100%;
}*/

.upper .navBar {
	width: 100%;
	background: #0067AC;
	height: 58px;
}

.navBar>ul {
	height: 100%;
}

.navBar>ul li {
	display: inline-block;
	width: 12%;
	height: 100%;
	text-align: center;
}

.navBar>ul li a {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-top: 4px;
	color: #fff;
}

.navBar>ul li a:hover {
	background: #fff;
	color: #0067AC;
}

.bannerImg img{
	width: 100%;
	height: 400px;
	/*border: 1px solid red;*/
}

/* -------------------- 当前位置 -------------------- */
.positionPC {
	width: 100%;
	height: 52px;
	line-height: 52px;
}
.positionPC .container2 {
	border-bottom: 2px solid #0269b6;
}

.positionPC .posIcon,
.positionPC .posText {
	display: inline-block;
	font-size: 14px;
	color: #333;
}

.positionPC .posIcon img {
	margin: 0 5px;
	margin-top: 16px;
	float: left;
}

/* -------------------- 内容区域 -------------------- */
.mainArea {
	width: 100%;
	margin: 30px 0;
	overflow:hidden;
}

.mainArea p {
	margin: 0;
}

.mainArea .left,
.mainArea .right {
	display: inline-block;
}

.mainArea .container2>.left {
	width: 218px;
	float: left;
}
.left .div_title {
	width: 100%;
	margin-top:35px;
}
.left .div_title h4 {
	top: -11px;
}

.mainArea .left > .top {
	width: 100%;
}

.mainArea .left>.top .title {
	background: #0067AC;
	font-size: 26px;
	padding: 25px 30px;
	border-top-right-radius:50px;
}

.mainArea .left>.top .title img {
	float: left;
	margin: 10px;
}

.mainArea .left>.top .title p {
	color: #fff;
}

.mainArea .left>.top .list {
	margin: 0;
}

.mainArea .left>.top .list div {
	height: 50px;
	line-height: 52px;
	padding: 0 30px;
	font-size: 16px;
	background: #eee;
	border-top: 1px solid #c0d9ed;
}

.mainArea .left>.top .list div:hover {
	background: url('../img/into.png') no-repeat 222px;
	background-color:#fff;
}

.mainArea .left>.top .list a {
	color: #333;
}

.mainArea .left>.top .list a:hover {
	color: #FE8127;
}

.mainArea .left>.top .list a img {
	margin-top: 15px;
	float: right;
	clear: both;
	width: auto;
}

.mainArea .left>.bot {
	height: 290px;
	border: 1px solid #0067AC;
	padding: 30px 20px;
	margin-top: 30px;
	color: #333;
	position: relative;
}

.mainArea .left>.bot .title {
	padding: 0 20px;
	background: #fff;
	font-size: 18px;
	position: absolute;
	left: 75px;
	top: -14px;
}


.mainArea .left>.bot .list>div:first-child {
	background: url(../img/unselectLC.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child:hover {
	background: url(../img/selectedLC.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div {
	background: url(../img/unselectLX.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div:hover {
	background: url(../img/selectedLX.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div+div {
	background: url(../img/unselectZN.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div+div:hover {
	background: url(../img/selectedZN.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div+div+div {
	background: url(../img/unselectSY.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div+div+div:hover {
	background: url(../img/selectedSY.png) no-repeat 28px 22px;
}

.mainArea .left>.bot .list>div:first-child+div+div+div+div:hover {

}

.mainArea .left>.bot .list>div:first-child+div+div+div+div+div:hover {

}

.mainArea .left>.bot .list {
	margin: 0;
	height: 100%;
}

.mainArea .left>.bot .list div {
	width: 50%;
	height: 50%;
	display: inline-block;
	text-align: center;
	padding: 18px 16px;
	font-size: 16px;
}

.mainArea .left>.bot .list div a {
	display: block;
	color: #0067AC;
	height: 100%;
	position: relative;
}

.mainArea .left>.bot .list div:hover a {
	color: #FE8127;
}

.mainArea .left>.bot .list div a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 6px;
}

.mainArea .container2 > .right {
	margin-left: 35px;
	width: 947px;
	padding: 20px 30px;
	background: #ffff;
}

.mainArea .right>.title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #0067AC;
	font-size: 24px;
	color: #333;
}

.mainArea .right>.title img {
	float: left;
	margin: 13px 12px 0 0;
}

.mainArea .right>.content {
	padding-top: 30px;
	color: #333;
}

.brief .right>.content,
.contact .right>.content {
	text-align: justify;
	line-height: 1.7;
}

.expert_read .right > .content > .top p{
	text-indent: 2em;
}
.brief .right>.content img, .contact .right>.content img{
	
	width:100%;
}

.product .right>.content>.grid,
.expert .right>.content>.grid {
	/* text-align: justify;
	text-align-last: justify; */
}

.product .right>.content>.grid div,
.expert .right>.content>.grid div {
	/* width: 32%;
	height: 245px; */
	display: inline-block;
	margin-bottom: 15px;
	/* padding: 0; */
}

.product .right>.content>.grid div a,
.expert .right>.content>.grid div a {
	display: block;
	width: 100%;
	/* height: 100%; */
	border: 1px solid #0067AC;
	color: #333;
	text-align: center;
}

.product .right>.content>.grid div a:hover,
.expert .right>.content>.grid div a:hover {
	border: none;
	border: 1px solid #FE8127;
}

.product .right>.content>.grid div p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 16px;
}

.expert .right>.content>.grid div p {
	margin: 10px auto;
	font-size: 16px; 
}

.product .right>.content>.grid div img,
.expert .right>.content>.grid div img {
	width: 100%;
	height: 340px;
	    object-fit: contain;
}

.product .right>.content>.grid div img {
	height: 212px;
}
.newsList {
	min-height: 480px;
}
.transfer {
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}

.transfer>div {
	display: inline-block;
}

.transfer .pageNum {
	height: 34px;
	border-radius: 6px;
	border: 1px solid #0067AC;
	float: left;
	overflow: hidden;
}

.transfer .pageNum div {
	display: inline-block;
}

.transfer .pageNum .pageIcon {
	/* width: 20px;
	height: 20px; */
	padding: 0 14px;
}

.transfer .pageNum .pageIcon img {
	/* width: 100%;
	height: 100%; */
}

.transfer .pageNum .le {
	float: left;
	clear: both;
	line-height: 34px;
	padding-right: 15px;
}

.transfer .pageNum .mi {
	line-height: 34px;
	/* border-right: 1px solid #0067AC; */
}

.transfer .pageNum .ri {
	float: right;
	line-height: 34px;
	border-left: 1px solid #0067AC;
}

.transfer .pageNum .mi span {
	color: #0067AC;
	font-size: 16px;
	margin: 0 -2px;
	padding: 6px 10px;
	border-left: 1px solid #0067AC;
	cursor: default;
}

.transfer .pageTo {
	margin-left: 10px;
	    display: inline;
}

.transfer .pageTo div {
	height: 100%;
	display: inline-block;
    position: relative;
    top: -10px;
}
.transfer .pageTo button{
	position: relative;
    top: -8px;
}
.transfer .pageTo input {
	width: 40px;
	height: 20px;
	border: 1px solid #333;
	margin: 0 5px;
	border-radius: 4px;
	text-align: center;
}

.expert_read .right>.content>.top {
	border-bottom: 1px solid #c0d9ed;
	padding-bottom: 30px;
}

.expert_read .right>.content>.top>.left {
	width: 274px;
	height: 342px;
	margin-right: 20px;
}

.expert_read .right>.content>.top>.left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert_read .right>.content>.top>.right {
	width: 585px;
	float: right;
}

.expert_read .right > .content > .top > .right .name {
	font-size: 22px;
	border-bottom: 1px solid #c0d9ed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 0;
}

.expert_read .right>.content>.bot {
	font-size: 16px;
	border-bottom: 1px solid #c0d9ed;
	padding: 20px 0;
	line-height:30px;
}

.longhPager {
	padding-top: 10px;
	margin: 0;
	height: 45px;
	margin-bottom: 20px;
}

.longhPager div {
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	margin: 10px 0;
}


.news .right .content {}

.news .right .content .newsList div {
	/* height: 32px;
	line-height: 32px; */
	border-bottom: 1px solid #eee;
}

.news .right .content .newsList a {
	color: #333;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 4px;
	border-bottom: 1px solid #bfdaef;
}
.news .right .content .newsList a:hover{
	color: #fe8027 !important;
}
	

.news .right .content .newsList div:hover a {
	color: #FE8127;
}

.news .right .content .newsList a .dot {
	margin-right: 10px;
}

.news .right .content .newsList a .date {
	color: #999;
	font-size: 16px;
	float: right;
	clear: both;
}

.leaveMsg>.container2 .right .content {
	width: 70%;
	margin-left: 30px;
}

.leaveMsg>.container2 .right .content div {
	margin: 18px 0;
	height: 30px;
}

.leaveMsg>.container2 .right .content label {
	padding: 0;
	float: left;
}

.leaveMsg>.container2 .right .content input {
	margin: 0 5px;
	height: 100%;
	width: 70%;
	padding: 0 5px;
}

.leaveMsg>.container2 .right .content .msgCot {
	height: 70px;
}

.leaveMsg>.container2 .right .content textarea {
	width: 70%;
	height: 100%;
	resize: none;
	padding: 5px;
	margin-left: 5px;
}

.leaveMsg>.container2 .right .content .captcha img {
	height: 100%;
	/* width: 25%; */
	margin-left: 10px;
	padding: 0;
}

.leaveMsg>.container2 .right .content .btn_lMsg {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

.leaveMsg>.container2 .right .content .btn_lMsg button {
	background: #0066AC;
	border: 1px solid #0067AC;
	color: #fff;
	width: 100%;
	height: 100%;
}

/* -------------------- 底部 -------------------- */
/* 友情链接 */
.footerPC {
	width: 100%;
}

.footerPC .friendlyLinks {
	height: 37px;
	line-height: 37px;
	background: #BFD9EA;
	color: #333;
}

.friendlyLinks span {
	font-size: 18px;
}

.friendlyLinks a {
	font-size: 14px;
	color: #333;
}

/* 底部信息 */
.footerPC .footerMessage {
	width: 100%;
	background: #0067AC;
	color: #fff;
	font-size: 14px;
}

.footerMessage a {
	color: #fff;
	font-size: 14px;
}

.footerMessage a:hover {
	color: #e5e5e5;
}

.footerMessage .top {
	height: 284px;
	padding: 45px 0;
}

.footerMessage .top .container2 {
	height: 100%;
	display:flex;
}

.footerMessage .top .container2 div {
	display: inline-block;
	height: 100%;
}

.footerMessage .top .left {
	float: left;
	clear: both;
    margin-right: 10px;
	line-height:185px;
}

.footerMessage .top .left img {
	width: 100%;
}

.footerMessage .top .mid {
	border-left: 1px solid #188ED4;
	border-right: 1px solid #188ED4;
	margin: 0 11px;
	text-align: center;
	line-height: 2;
}

.footerMessage .top .mid li {
	color: #fff;
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 0 20px;
}

.footerMessage .top .mid div {
	margin: 0 18px;
}


.footerMessage .top .right {
	float: right;
}

.footerMessage .top .right div {
	width: 153px;
	text-align: center;
}

.footerMessage .top .right img {
	width: 155px;
	height: 155px;
	margin-bottom: 15px;
}

.footerMessage .bottom {
	padding: 18px 0;
	border-top: 1px solid #188ED4;
}

.footerMessage .bottom .container2 div {
	display: inline-block;
}

.footerMessage .bottom .right {
	float: right;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	background: #0067ac;
}
.dropdown-menu {
	min-width: min-content;
	width: 100%;
	padding: 0;
	margin: 0;
}
.home {
	width: 100%;
}
.searchBar {
	height: 115px;
}

	.dropdown-menu li {
		width: 100%;
		border-top: 1px solid #ccc;
	}

	.dropdown-menu > li > a {
		padding: 12px 20px;
		font-size:15px;
	}
.top {
	width: 100%;
}

/* ----- PC --- BEGIN --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1080px) {
	.container2 {
		width: 100%;
	}
.mainArea .container2>.right{
	width: 688px;
}
}


@media screen and (max-width: 1960px) {

	.mainArea .right>.content .cot {
		min-height: 480px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.mainArea .right>.content .cot img{
		width:100%;
	}
}


/* ----- PC --- END --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */




/* ----- MOBILE --- BEGIN --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.news .right .content .newsList a .dot{
		margin-bottom:10px;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}

	.container2 {
		width: 97% !important;
		height: 100%;
		
		padding: 0;
	}

	span,
	p,
	b {
		font-size: 16px;
	}

	.nav {
		height: auto;
		margin: 0;
	}
	.container2 .content iframe{
		width: 100%;
	}
	.leaveMsg>.container2 .right .content .captcha img {
    height: 100%;
    width: 25%;
    margin-left: 10px;
    padding: 0;
}
	.navbar-nav>li {
		display: block;
		color: #fff;
		text-align: left;
		width: 100%;
	}

	.navBar {
		background: #fff;
		max-height: 405px;
	}

	.navbar-container .container {
		padding: 0;
	}

	.navbar-container .container ul {
		margin: 0;
	}

	.dropdown-menu li {
		border: none;
		padding: 10px 0;
		color: #ccc;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		color: #aaa;
	}

	.navbar-nav li {
		border-top: 1px solid #ccc;
	}

	.navbar-nav>li {
		margin-top: 0;
	}

	.H_main {
		margin: 0 auto;
	}

	.upper .searchBar {
		height: 50px;
		padding: 8px 0;
		padding-top: 10px;
	}

	.upper .searchBar .container>div {
		height: 100%;
		display: inline-block;
	}

	.searchBar .toplogo {
		width: 70%;
		margin: 0;
	}

	.searchBar .toplogo img {
		height: 100%;
	}

	.searchBar .dropIcon {
		width: 25px;
		height: 25px;
		float: right;
		/* margin-top: 20px; */
	}

	.searchBar .dropIcon img {
		width: 100%;
		height: 100%;
	}

	.bannerImg img{
		width: 100%;
		height: 130px;
		/*border: 1px solid red;*/
	}

	.positionM {
		width: 100%;
		margin-top:20px;
	}

	.positionM>.container2 {
		line-height: 30px;
		background: #fff;
	}

	.positionM .littlePos {
		display: inline-block;
		margin: 9px 0px 0 10px;
		border-bottom: 1px solid #0269b6;
		width: 95%;
		padding-bottom: 7px;
	}
.mainArea .container2 > .right{
	padding: 20px 14px;
}
	.positionM .littlePos img {

		margin: 0 4px;
		margin-top: -3px;
	}

	.positionM .littleDown {
		color: #0067AC;
		float: right;
	}

	.positionM .littleDown img {
		width: 20px;
		height: 20px;
		margin-left: 4px;
		margin-top: -4px;
	}

	.positionM .littleDropdown {
		width: 100%;
		background: #f7f7f7;
		z-index: 99;
	}


	.positionM .littleDropdown div a {
		width: 88%;
		margin: 0 auto;
		height: 100%;
		display: block;
		color: #777;
		font-size: 16px;
		border-bottom: 1px solid #c0d9ed;
		padding: 5px 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/* 内容区域 */
	.mainArea {
		min-height: 0;
		margin: 0;

	}
	.mainArea .container2>.right {
		color: #333;
		width: 100%;
		margin: 0;
		height: auto !important;background: #ffff;
	}

	.mainArea .right>.title {
		color: #0067AC;
		font-size: 18px;
		text-align: center;
		border: none;
	}

	.mainArea .right>.content {
		margin-bottom: 20px;
		padding: 0;
	}

	.mainArea .right>.content .cot {
		min-height: auto;
	}
	
	.mainArea .right>.content .cot img{
		width: 100% !important;
		height: 100% !important;
	}

	.brief .right>.content {
		text-align: justify;
		/*text-indent: 2em;*/
		padding: 0;
	}

	.contact .right>.content {
		text-align: justify;
		padding: 0;
	}

	.product .right > .content > .grid div a,
	.expert .right > .content > .grid div a {
		text-align: center;
		border: 1px solid #eee;
	}

	.product .right>.content>.grid div a:hover,
	.expert .right>.content>.grid div a:hover {
		border: none;
	}
	
	.product .right>.content>.grid div a img{
		height: 212px;
	}

	.expert .right>.content>.grid div a img {
		/* border-radius: 50%; */
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}

	.expert .right>.content>.grid div p {
		margin: 10px auto 5px;
	}

	.expert .right>.content>.grid div .post {
		color: #666;
		display: block;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 10px;
	}

	.expert .right>.content>.grid div .work {
		color: #666;
		font-size: 14px;
		display: block;
		display: -webkit-box !important;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.transfer {
		width: auto;
		height: 34px;
	}

	.transfer>div {
		display: block;
		height: 34px;
	}

	.transfer .pageNum {
		padding: 0;
		width: 280px;
		overflow: hidden;
		margin: 0 auto;
		float: none;
	}

	.transfer .pageNum .mi {
		width: 208px;
		text-align: center;
	}

	.transfer .pageNum .mi span {
		padding: 0;
		display: inline-block;
		width: 29px;
		height: 100%;
	}

	.transfer .pageTo {
		height: 34px;
		line-height: 34px;
		margin: 0 auto;
		text-align: center;
	}

	.transfer .pageTo div {}

	.transfer .pageTo button {
		height: 22px;
		line-height: 1;
		margin-top: 4px;
	}

	.expert_read .right>.content>.top {
		width: 100%;
		text-align: center;
		border: none;
		padding: 0;
		overflow: hidden;
	}

	.expert_read .right>.content>.top .left {
		margin: 0;
		width: auto;
		height: auto;
		float: left;
	}

	.expert_read .right>.content>.top .right {
		float: none;
		width: auto
	}

	.expert_read .right>.content>.top .right p {
		margin: 10px 0;
		text-indent: 0;
	}

	.expert_read .right>.content>.top .right .name {
		color: #0067AC;
		
		padding: 0;
	}


	.news .right .content .newsList a .title {
		color: #333;
		display: block;
		width: 100%;

		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 75%;
		font-weight: normal !important;
		display: inline-block;
	}

	.news .right .content .newsList a .instructions {
		color: #333;
		height: 62px;
		width: 100%;
		display: block;
		font-size:14px;
		display: -webkit-box !important;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.news .right .content .newsList a .date {
		font-size: 14px !important;
	}

		.news .right .content .newsList a .date .month {
			font-size: 14px !important;
		}

		.news .right .content .newsList a .date .day {
			font-size: 14px !important;
		}

	.leaveMsg>.container2 .right .content {
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
	}

	/* 底部导航 */
	.footerM {
		width: 100%;
		height: 60px;
		background: #0067AC;
		position: fixed;
		bottom: 0;
		z-index: 5;
	}

	.footerM div {
		width: 18.9%;
		height: 100%;
		text-align: center;
		display: inline-block;
	}

	.footerM div img {
		width: 25px;
		height: 25px;
		display: block;
		margin: 7px auto 4px;
	}

	.footerM div a {
		color: #fff;
	}


}


/* ----- MOBILE --- END --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (min-width: 768px) {

	/*.upper,
	.positionPC,
	.mainArea,
	.footerPC {
		min-width: 1400px;
	}*/

}
