@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 {
	width: 68px;
	height: 68px;
}

.logo-name {
	font-weight: bold;
	font-size: 30px;
	color: #0060BB;
}

.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: 165px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	vertical-align: top;
}

.header-nav .nav-item>a:first-child>span {
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.header-nav .nav-item>a>span {
	width: 167px;
	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: 71px;
	background-color: #054D91;
}

.footer-content {
	padding-bottom: 30px;
}

footer a.content-txt:hover {
	color: rgba(255, 254, 254, .6);
	text-decoration: underline;
}

.content-left {
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

.content-center {
	display: inline-block;
	width: 830px;
	padding: 0 55px 0 50px;
	vertical-align: top;
}

.content-right {
	display: inline-block;
	width: 100px;
	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: 25px;
}

.contact-item img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.contact-wrapper .content-txt {
	width: 200px;
	line-height: 25px;
	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: 45px;
	vertical-align: top;
}

.content-center dl:last-child {
	margin-right: 0;
}

.content-center dd {
	margin-top: 25px;
}

footer .qr-code {
	margin-bottom: 55px;
}

footer .qr-code img {
	width: 100px;
	height: 100px;
}

footer .qr-code .focus {
	margin-top: 15px;
	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;
}
.index-activity-item-add-img{
	position: absolute;
	width: 50px!important;
	height: 31px!important;
	z-index: 999;

}
.company-info-details img{
	max-width: 100%!important;
}
.share-media div:nth-child(4n+2) {
	margin-left: 0 !important;
}
.share-media div:nth-child(4n+2) {
	margin-left: 0 !important;
}
p{
	word-break: break-all!important;
}
span{
	word-break: break-all!important;
}
.dels{
	background: none!important;
	border: 1px solid #a9547c!important;
	color: #a9547c!important;
}
.delss{
	background: none!important;
	border: 1px solid #a9547c!important;
	color: #a9547c!important;
}