@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	list-style: none;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

:root {
	-webkit-font-smoothing: antialiased;
	font-family: Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
	font-size: 0;
	background-color: #f8f8f8;
}

img {
	vertical-align: middle;
}

input,
button,
span,
i {
	vertical-align: middle;
}

span {
	display: inline-block;
}

button {
	cursor: pointer;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

input::-moz-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input::-ms-input-placeholder {
	color: #999999;
}


/**/

header {}

.header-title {
	height: 46px;
	background-color: #F6F6F6;
}

.header-title span {
	font-size: 12px;
	line-height: 46px;
	color: #838383;
}

.header-links a {
	display: inline-block;
}

.header-links .qq {
	margin-right: 37px;
}

.header-links .wechat {
	margin-right: 26px;
}

.header-links .aboutus {
	margin-right: 18px;
}

.header-links .contactus {
	padding-right: 26px;
}

.header-links a:last-child:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	margin-right: 13px;
	font-size: 16px;
	background-color: #838383;
	vertical-align: middle;
}

.header-links i {
	font-size: 20px;
	color: #969191;
}

.header-wrapper {
	height: 116px;
	line-height: 116px;
	background-color: #fff;
}

.logo img {
	height: 68px;
}

.logo-name {

	font-weight: bold;
	font-size: 30px;
	color: #0060BB;
	margin-left: 12px;
}

.search {
	line-height: 116px;
}

.search-wrapper {
	width: 240px;
	height: 36px;
	line-height: normal;
	border: 1px solid #DDDDDD;
}

.search-wrapper input {
	width: 200px;
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
}

.search-wrapper button {
	width: 38px;
	height: 100%;
	border-left: 1px solid #ddd;
}

.search-wrapper button>i {
	font-size: 22px;
	color: #0093DD;
}

.header-nav {
	height: 60px;
	background-color: #0557A6;
}

.header-nav .nav-item {
	position: relative;
	display: inline-block;
}

.header-nav .nav-item:hover {
	background-color: #0093DD;
}

.header-nav .nav-item>a {
	display: inline-block;
	width: 146px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	vertical-align: top;
}

.header-nav .nav-item>a:first-child>span {
	border-left: 2px solid rgba(255, 255, 255, .12);
}

.header-nav .nav-item>a>span {
	width: 149px;
	margin: 0 -1px;
	font-size: 16px;
	line-height: normal;
	/*border-right: 1px solid rgba(255, 255, 255, .12);*/
}

.header-nav .nav-item:hover .nav-list {
	display: block;
}

.header-nav .nav-list {
	display: none;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	background-color: #0093DD;
}

.header-nav .nav-list li>a {
	line-height: 45px;
	color: #fff;
}

.header-nav .nav-list li:hover {
	background-color: #0557A6;
}

.header-nav .nav-list li>a>span {
	font-size: 16px;
}


/**/

footer {
	padding-top: 35px;
	background-color: #054D91;
}

.footer-content {
	overflow: hidden;
}

footer a.content-txt:hover {
	color: rgba(255, 254, 254, .6);
	text-decoration: underline;
}

.content-left {
	float: left;
}

.content-center {
	display: inline-block;
	width: 830px;
	padding: 0 55px 0 50px;
	vertical-align: top;
}

.content-right {
	display: inline-block;
	width: 270px;
	vertical-align: top;
}

footer .title-txt {
	padding-bottom: 24px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #1366B4;
}

footer .content-txt {
	font-size: 14px;
	color: rgba(255, 254, 254, .6);
}

.contact-wrapper {
	padding: 20px 0 0;
}

.address {
	border-bottom: 1px solid #1366B4;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-item img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.contact-wrapper .content-txt {
	width: 400px;
	line-height: 20px;
	vertical-align: top;
}

.spec-txt {
	padding-top: 35px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #00CCFF;
}

.selogan {
	padding-top: 20px;
}

.content-center dl {
	display: inline-block;
	width: 65px;
	margin-right: 41px;
	vertical-align: top;
}

.content-center dl:last-child {
	margin-right: 0;
}

.content-center dd {
	margin-top: 25px;
}

footer .qr-code {
	margin-top: 55px;
}

footer .qr-code img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

footer .qr-code .focus {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.sub-footer {
	height: 64px;
	background-color: #01427F;
}

.copyright,
.icp {
	font-size: 14px;
	line-height: 64px;
	color: #fff;
}


/**/

.breadcrumb {
	height: 54px;
	line-height: 54px;
}

.breadcrumb span,
.breadcrumb a {
	display: inline-block;
	font-size: 15px;
	color: #A0A0A0;
	vertical-align: middle;
}

.breadcrumb span {
	margin-right: 5px;
}

.breadcrumb a:not(:last-child):after {
	content: ">";
	margin: 0 5px;
	font-size: 12px;
}


/**/

.twins {
	padding: 80px 0 95px;
	background-color: #F4F4F4;
}

.twins-list {
	margin-top: 68px;
}

.twins-list ul {
	display: inline-block;
	width: 542px;
	min-height: 280px;
	padding: 32px;
	line-height: 36px;
	border: 1px solid #D8D8D8;
	background-color: #fff;
	vertical-align: top;
}

.twins-list ul:nth-child(2n) {
	margin-left: 82px;
}

.twins-list i {
	display: inline-block;
	width: 32px;
	height: 36px;
	text-align: center;
	color: #0093DD;
}

.twins-list span {
	width: 444px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	overflow: hidden;
}

/*.twins-list span:hover {*/
	/*text-decoration: underline;*/
	/*color: #0093DD;*/
/*}*/


/**/

.pager {
	text-align: center;
	padding-bottom: 37px;
}

.pager a {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: #333;
	border-radius: 19px;
	border: 1px solid #EDEDED;
	vertical-align: middle;
}

.pager a:not(:last-child) {
	margin-right: 16px;
}

.pager a.active {
	color: #fff;
	border-color: transparent;
	background-color: #0557A6;
}
.current{
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;

	border-radius: 19px;

	vertical-align: middle;
	margin-right: 16px;

	color: #fff;
	border-color: transparent;
	background-color: #0557A6;
}

.pager-prev {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAXElEQVQYlX3PvQ1AYBRG4ScWUOmUWksYwAIWMIERtTqRkDCJqCRfrp9TnuK95/KkxhJlhQNNKktsaFNZYEaXyhwT+rg7Yogyw/lS9j/1eTzNXWPuTYVdePCmxnwBYb4Oc24GBEkAAAAASUVORK5CYII=)center / 6px 12px no-repeat;
}

.pager-next {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAVUlEQVQYlW3QvQ1AYBQF0BMLqHRKrSW+ASxgAROYUK8TCQmjaFTcV76T3PcDG3qhCi50CQccaBOOb2yTcMKKOuGMpUqCXz9GxeEDzu+6Bbdw4C685AHsmw11CNYDxQAAAABJRU5ErkJggg==)center / 6px 12px no-repeat;
}


/**/

.news-list {
	margin-top: 40px;
}

.news-list li {
	position: relative;
	display: inline-block;
	width: 362px;
	height: 500px;
	padding-left: 22px;
	margin: 0 42px 40px 0;
	vertical-align: top;
}

.news-list li:nth-child(3n) {
	margin-right: 0;
}

.news-list li img {
	width: 100%;
	height: 360px;
}

.news-list .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0 10px;
	margin: 20px 0 15px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}

.news-list .brief {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0 10px;
	font-size: 14px;
	color: #767676;
	overflow: hidden;
	line-height: 20px;
}

.news-list .date {
	z-index: 1;
	position: absolute;
	top: 300px;
	left: 0;
	width: 96px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #0093DD;
}

.news-list .cover {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 500px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-o-transition: all linear .5s;
	transition: all linear .5s;
}

.news-list li:hover .cover {
	height: 100%;
	opacity: 1;
}

.news-list .vertical-wrapper {
	display: inline-block;
	width: 100%;
	padding: 0 40px;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
}

.news-list .cover-msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	text-align: left;
	font-size: 14px;
	color: #767676;
	overflow: hidden;
}

.news-list .more {
	display: inline-block;
	margin-top: 35px;
	color: #0093DD;
}

.news-list .more span {
	font-size: 14px;
}

.news-list .more i {
	display: inline-block;
	margin-left: 5px;
	border-style: solid;
	border-width: 5px 0px 5px 7px;
	border-color: transparent transparent transparent #0093DD;
}


/**/

.action-bar {
	padding: 5px 0;
	line-height: 50px;
}

.msg-total i {
	margin-right: 10px;
	font-size: 25px;
	color: #666666;
}

.msg-total span {
	font-size: 16px;
	color: #666666;
}

.msg-search {
	width: 780px;
	height: 50px;
}

.msg-search input {
	width: 625px;
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #CBCBCB;
	background-color: #fff;
}

.msg-search button {
	width: 155px;
	height: 100%;
	background-color: #0093DD;
}

.msg-search i {
	margin-right: 5px;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}

.msg-search span {
	font-size: 20px;
	color: #fff;
}


/**/

.article-list li {
	display: inline-block;
	width: 565px;
	padding: 18px 0 18px 18px;
	margin-bottom: 42px;
	border: 1px solid #D8D8D8;
	background-color: #fff;
	vertical-align: top;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.article-list li:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
}

.article-list li:nth-child(2n) {
	margin-left: 40px;
}

.article-list .thum-img {
	width: 222px;
	height: 133px;
	margin-right: 15px;
}

.a-content {
	width: 307px;
	display: inline-block;
	padding-left: 18px;
	border-left: 1px solid #D8D8D8;
	vertical-align: middle;
}

.a-content .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 261px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #505151;
	overflow: hidden;
	line-height: 26px;
}

.a-content .brief {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 238px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	line-height: 20px;
}
.serve-bar {
	width: 900px;
	margin: 0 auto 45px;
text-align: center;
}

.serve-bar li {
	display: inline-block;
	width: 180px;
	height: 60px;
	color: #0093DD;
	border: 1px solid #0093DD;
}

.serve-bar li:not(:last-child) {
	border-right: none;
}

.serve-bar a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}

.serve-bar li:hover {
	color: #fff;
	background-color: #0093DD;
}

.a{
	color: #fff;
	background-color: #0093DD;
}

.search-select {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	border-right: 1px solid #dddddd;
	vertical-align: middle;
}

.search-select .selected {
	cursor: pointer;
}

.search-select span {
	width: 80px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.search-select ul {
	display: none;
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100;
	background: #fff;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
}
.search-select ul.active {
	display: block;
}
.search-select li:hover span {
	color: #fff;
	background: #0557a6;
}
.logo-box{
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.content span{
	display: inline;
}