﻿@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
	font-size=62.5% ;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	resize: none;
	border: none;
}


/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* 图片自适应 */

img {
	width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
	color: #555;
	background-color: #F7F7F7;
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

strong {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #969696;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
}

input {
	font-family: 'Microsoft YaHei';
}


/*单行溢出*/

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*多行溢出 手机端使用*/

.txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
}


/* 移动端点击a链接出现蓝色背景问题解决 */

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33.333333%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}
.fx1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none;
}


/*菜单*/

.fdad a {
	color: #000;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fdad {
	top: 66px;
}

.xgcj li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	transition: all 1s ease 0s;
	border-radius: 5px;
}

.xgcj li:hover {
	background-color: #e4e4e4;
}

.xgcj {
	background-color: rgba(255, 255, 255, .3);
	overflow-x: hidden;
}

.xgcj ul {
	padding: 10px
}

.xgcj h3 {
	line-height: 30px;
}

.xgcj p {
	padding-left: 20px;
	font-size: 13px;
	display: none;
}

.xgcj span {
	font-family: "宋体";
}

.xgcj li:hover p {
	display: block;
}

header nav {
	text-align: center;
	background: #efefef;
}

header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}

header nav ul li {
	display: inline;
	margin-left: 1em;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav ul li ul {
	display: none;
}

a {
	color: #333;
}

a:hover {
	color: #333;
}

a,
a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

section,
article,
header {
	display: block;
	float: left;
	width: 100%;
}

article {
	width: 96%;
	padding: 3em 2%;
}


/*手机下拉菜单*/

body {
	width: 100%;
	background: #f2f2f2;
}

.mean-container {
	position: absolute;
	top: 0;
}

a.meanmenu-reveal {
	display: none
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: fixed;
	background: #fff;
	padding: 4px 0;
	min-height: 60px;
	z-index: 999999
}
.wap-logo {
    position:absolute;
    left:0;
}
.wap-logo img {
        width: auto;
    height: 48px;
    padding: 7px;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 23px 16px 23px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #015db2;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #015db2;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 61px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #333;
	border-top: 1px solid #eee;
	text-decoration: none;
	text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none!important;
	visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 18px;
	height: 18px;
	padding: 12px!important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: 0!important;
	border-left: 1px solid rgba(255, 255, 255, .4)!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.mean-remove {
	display: none!important
}

.wap-content {
	margin-top: 69px;
}


/*轮播*/

.lubo {
	width: 100%;
	position: relative;
	height: 300px;
}

.lubo_box {
	position: relative;
	width: 100%;
	height: 300px;
}

.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% ;
	background-position: center;
	background-repeat: no-repeat;
}

.lubo_box li img {
	width: 100%;
	height: 300px;
}


/*圆点*/

.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}

.cir_box li {
	float: left;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.cir_on {
	background: #000 !important;
}


/*按钮*/

.lubo_btn {
	position: absolute;
	width: 100%;
	top: 140px;
}

.left_btn,
.right_btn {
	width: 24px;
	height: 40px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.left_btn {
	float: left;
}

.right_btn {
	float: right;
}


/*底部菜单*/

.footer {
	font-family: PingFangSC-Regular, Lantinghei SC, Open Sans, Arial, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;


	background: #015DB2;
	border-top: 1px solid #eee;
padding-bottom: 20px;
	overflow: hidden
}




.footer .u-container .u-sidebar-list .u-img-txt {
	font-family: PingFang-SC-Regular;
    font-size: 14px;
	color: #666;
	line-height: 3.2px;
	line-height: .2rem
}

.footer .u-container .about-us {
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
}
.footer a { float: left;}

.footer .u-container .about-us h3 {
	font-family: PingFang-SC-Medium;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.footer .u-container .about-us .u-about-list {
	font-family: PingFang-SC-Regular;
	font-size: 12px;
	overflow: hidden;
}

.footer .u-container .about-us .u-about-list a {
	display: inline-block;
	width: 33%;
	text-align: center;
	color: #dfdfdf
}

.footer .u-container .contact-us {
	text-align: center;
	padding-bottom: 30px;
}

.footer .u-container .contact-us h3 {
	font-family: PingFang-SC-Medium;
	color: #fff;
margin-top:40px; 
padding-bottom: 10px;
}

.footer .u-container .contact-us a {
	display: block;
	font-family: PingFang-SC-Regular;
	color: #999;
}
.footer .u-container .contact-us span { display: block; color: #fff;}
.footer .copyright {
	font-family: PingFang-SC-Regular;
	color: #fff;
	text-align: center
}

.footer .u-bottom {
}


/*首页one*/

.floor {
	margin-bottom: 20px;
}

.one .module {
	text-align: center;
	padding-top: 30px;
	background-color: #fff;
	overflow: hidden;
}

.one .module .module-title {
	text-align: center;
	font-family: PingFang-SC-Medium;
	font-size: 24px;
	color: #333;
}

.one .station {}

.one .module .des {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

.one .station .main {
	background: #eee;
}

.one .station .main .station-type-tab {
	height: 64px;
	line-height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.one .station .main .station-type-tab .item.active {
	color:#fff;
	background-image: linear-gradient(46deg,#015DB2 , #2681d5);
}

.one .station .main .station-type-tab .item {
	text-align: center;
	color: #666;
	font-size: 16px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.one .station .main .station-pic-tab {
	/*  height: 300px;*/
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.one .station .main .intro {
	padding: 20px;
	font-size: 14px;
	background: #fff;
}

.one .station .main .intro .top {
	font-size: 14px;
	color: #666;
}

.one .station .main .intro .bottom {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.one .station .main .intro .bottom span {
	margin: 0 10px;
	display: inline-block;
	padding: 0 20px;
	color: #666;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.banner_two {
	overflow: hidden;
	visibility: visible;
	list-style: none;
	position: relative;
}

.banner_two ul {
	position: relative;
	overflow: hidden;
	transition: left 600ms ease;
}

.banner_two li {
	width: 100%;
	float: left;
}

.banner_two img {
	width: 100%;
	margin: 0;
	display: block;
}

.pic_text {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 8;
}

.pic_text div {
	color: #fff;
	font-size: 14px;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 15%;
}

.pic_text b {
	font-size: 24px;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 6%;
	text-shadow: 1px 1px 3px #000;
}

.pic_text a {
	display: block;
	width: 135px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	background: #015DB2;
	border-radius: 60px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	margin-left: -68px;
	top: 22%;
}


/*首页活动*/

.activity-list a {
	position: relative;
	display: block;
	width: 100%;
}

.img-box {
	position: relative;
}

.hd-posi {
	text-align: left;
	font-size: 14px;
}

.hd-posi .lists-info {
	padding: 20px;
	overflow: hidden;
}

.hd-posi .location {
	float: left;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal!important;
	word-break: normal!important;
}

.hd-posi .list-time {
	float: right;
}

.hd-posi {
	box-sizing: inherit;
}

.floor .activity-list .more {
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	color: #015DB2;
	border-top: 10px solid #eee;
	margin-top: 20px;
}


/*首页海友说*/

.managerlistbox {
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	;
	margin-top: 30px;
}

.managerlistbox .managersuggest {
	margin-top: 25px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.managerlistbox .managersuggest .iconleft {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #c9c9c9;
}

.managerlistbox .managersuggest .iconright {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	color: #c9c9c9;
}

.sw-icon {
	font-size: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.managerlistbox .managersuggest li {
	float: left;
	position: relative;
	padding: 10px 30px;
}

.managerlistbox .managersuggest li .description {
	height: 100%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	color: #666;
}

.managerlistbox .managerimglist {
	padding: 40px 0;
	width: 100%;
}

.managerimglist ul li {
	height: 120px;
	float: left;
	width: 25%;
}

.managerimglist ul li .managerstr {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transition: all .25s;
	transform: translateY(-50%) scale(1);
	cursor: pointer;
	text-align: center;
}

.managerimglist ul li .managerstr img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.managerimglist ul li .managerstr .managername {
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

/*供需页列表*/
.filter-bar {
    height: 38px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.filter-bar .filter-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: static;
}
.filter-bar .dropdown-toggle {
    border: none;
    color: #4A4A4A;
    height: 38px;
    line-height: 38px;
}
.dropdown-toggle, .dropdown-toggle:visited {
    color: #4a4a4a;
    background-color: #fff;
    border-color: #ebebeb;
}
.dropdown-toggle {
    width: 100%;
    border: 1px solid;
    outline: 0;
    -webkit-appearance: none;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background-image: none;
    padding: 0 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 2.85714286;
    border-radius: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-bar .dropdown-toggle-text {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-bar .dropdown-menu {
    border: none;
    border-radius: 0;
    border-top: 1px solid #ebebeb;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.dropdown-menu.dropdown-menu-scroll {
    display: block;
    height: 0;
    visibility: hidden;
}
.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ebebeb;
    border-top: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
}
.scroller-wrapper {
    min-height: 230px;
}
.scroller-wrapper {
    display: block;
    background: #fff;
}
.scroller-wrapper .scroller {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
.filter-bar .dropdown-menu li:first-child {
    padding-top: 13px;
}
.filter-bar .dropdown-menu .active > a {
    color: #015db2;
}
.filter-bar .dropdown-menu a {
    display: block;
    width: 100%;
    color: #4a4a4a;
    padding: 7px 20px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
}
.dropdown-toggle, .dropdown-toggle:visited {
    color: #4a4a4a;
    background-color: #fff !important;
    border-color: #ebebeb;
}
.mt10{
    margin-top:10px;
}
.team-list {
    background-color: #fff;
}
.team-list .team-item {
    position: relative;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.team-list .team-img {
    position: relative;
    margin-right: 10px;
    display: table-cell;
    text-align: center;
    width: 90px;
    min-height: 90px;
}
.team-list .team-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90px;
    max-height: 90px;
}
.team-list .team-name {
    margin-top: 5px;
    font-size: 15px;
    color: #3d3e3f;
    font-weight: bold;
}
.team-list .team-tag {
    margin-top: 9px;
}
.team-list .team-tag > li {
    float: left;
    padding: 3px 6px;
    margin-right: 10px;
    line-height: 13px;
    font-size: 13px;
    color: #686768;
    background-color: #eef1f5;
    border-radius: 2px;
    margin-bottom: 5px;
}
.fix:after {
    display: table;
    content: '';
    clear: both;
}
.team-list .team-area {
    margin-top: 5px;
    font-size: 13px;
    color: #8a8c8f;
}
.team-list .team-item:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #F2F2F2;
    color: #F2F2F2;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

/*供需详情*/
.server-xq-banner {
    position: relative;
    height: 210px;
    background-color: #6875be;
}
.server-xq-banner .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 260px;
    text-align: center;
    color: #fff;
}
.server-xq-banner .img-wrapper {
    position: relative;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 50%;
}
.server-xq-banner .sp-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 51px;
    max-height: 51px;
}
.server-xq-banner .sp-name {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
}
.server-xq-banner .sp-tag > li {
    display: inline-block;
    margin-right: 10px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 12.5px;
    margin-bottom: 5px;
}
.fix:after {
    display: table;
    content: '';
    clear: both;
}
.server-xq-banner .sp-area {
    margin-top: 5px;
}
.services {
    padding: 10px;
    background-color: #fff;
}
.services .service-header {
    margin-top: 13px;
    margin-bottom: 6px;
}
.service-header {
    padding-left: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #333;
    border-left: 2px solid #015db2;
}
.services .service-box {
    margin-top: 10px;
}
.services .service-text {
    padding: 20px 16px 19px 11px;
    background-color: #f6f6f8;
}
.services .service-text .title {
    font-size: 20px;
    line-height: 20px;
}
.services .service-text .content {
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
}
.services .service-tip {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display:block;
    width:100%;
    background-color: #015db2;
}
.service-intro {
    margin-top: 6px;
    padding: 19px 10px 26px 10px;
    background-color: #fff;
}
.service-header {
    padding-left: 8px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #333;
    border-left: 2px solid #015db2;
}
.service-intro .sp-detail {
    margin-top: 7px;
    font-size: 13px;
    line-height: 24px;
    color: #686768;
}

/*活动列表*/
.event-list {
    background-color: #fff;
}
.event-list > li, .event-list > li > a {
    display: block;
}
.event-list .event-item {
    position: relative;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-list > li, .event-list > li > a {
    display: block;
}
.event-list .event-img {
    margin-right: 10px;
    width: 110px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.event-list .event-img img {
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.event-list .event-title {
    color: #3d3e3f;
    min-height: 36px;
    line-height: 18px;
    font-size: 14px;
}

.event-list .event-time, .event-list .event-locat {
    font-size: 12px;
    color: #BBB;
    line-height: 18px;
}
.event-list .event-time {
    margin-top: 10px;
}
.event-list .event-time, .event-list .event-locat {
    font-size: 12px;
    color: #BBB;
    line-height: 18px;
}

/*活动详情*/
.hd-xq .hd-title { padding: 10px; font-size: 16px; line-height: 20px; background: #fff; border-bottom: 1px solid #eee;}
.hd-xq .info-item-box {
    padding: 10px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}
.info-item-box li {
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.activity-details {
    margin-bottom:20px;
    background: #fff;
}
.second-title {
    line-height: 20px;
    margin: 10px;
}
.second-title h2 {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 0;
    font-weight: 100;
}
.detail-box {
    padding: 20px;
}

/*新闻列表*/
.tab-container {
    position: relative;
    display: block;
    z-index: 100;
}

.tab-container .nav-tabs {
    height: 42px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 #DFDFDF;
}
.tab-container .nav-tabs li {
    display: inline-block;
}
.tab-container .nav-tabs li.active a {
    color: #015DB2;
}
.tab-container .nav-tabs li a {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #727171;
    padding: 0 3px;
    font-weight: 600;
}

.tab-container .tab-content .tab-pane.active {
    display: block;
}
.tab-content { background: #fff;}
.news-list .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    padding: 12px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-item, .quick-news-item {
    border-bottom: 1px solid #EAEAEA;
}
.news-item .news-content {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.news-item .news-content .news-title {
    height: 72px;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-weight: 600;
}
.news-item .news-content .news-time {
    font-size: 14px;
    color: #737174;
    height: 14px;
}
.news-item .news-cover {
    width: 112px;
    height: 86px;
}
.news-item .news-cover img {
    width: 100%;
    height: 100%;
}
/*文章详情*/
.page-layout-main {padding: 15px;}
.page-layout-main .news-title {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    font-weight: 600;
}
.page-layout-main .news-author {
    height: 20px;
    line-height: 20px;
    margin-top: 13px;
}
.page-layout-main .news-author .news-author-name {
    font-size: 14px;
    color: #464646;
    float: left;
    margin-left: 6px;
}
.page-layout-main .news-author .news-create-time {
    font-size: 14px;
    color: #919297;
    float: right;
}
.page-layout-main .news-content {
    margin-top: 19px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    color: #4A4A4A;
}
.page-layout-main .news-content img {
    width:100%;
}

/*空间服务*/
.introduction .box-content {
    /*padding: 15px 0;*/
}
.box .box-content {
    color: #333;
    font-size: 14px;
    padding:15px 15px 0 15px;
}
.introduction .list {
	font-size: 14px;
    color: #666;
    text-align: center;
}
.introduction .list .list-item {
    box-sizing: border-box;
    float: left;
    width: 25%;
    display: block;
    margin-bottom: 15px;
    padding: 0 0.5rem;
}
.introduction .list .list-item span {
    display: block;
    padding-top: .0625rem;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
}
.introduction .list .list-item .active {
    display: block;
    padding-top: .0625rem;
    height: 28px;
    line-height: 28px;
    color: #015DB2;
    border: 1px solid #015DB2;
}

/*联系表单*/
.hcy-from { padding: 0 20px; width: 100%;}
.hcy-from .control-group { margin-bottom: 15px;}
.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.428571;
    color: #555;
    background-color: #F7F7F7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.box-size .form-control 
,.box-size{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
.fw-contact .control-group { margin-bottom: 28px;}
.hcy-from  button { width: 100%; height: 52px; background:#015DB2; color: #fff; border: none; margin: 0 auto; margin-bottom: 20px;}

/*服务*/
.fuwu { background: #fff;}
.fuwu .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.fuwu .product-list-slide .product-item {
    box-sizing: border-box;
    width:100%;
    padding: 0 15px;
    margin-bottom: 0;
}
.fuwu .product-list .product-item {
    position: relative;
    padding-bottom:15px ;
}
.fuwu .product-list .product-item>a {
    display: block;
}
.fuwu .product-image {
    width: 100%;
}
.fuwu .product-list .product-item .product-title {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}
.fuwu .product-list .product-item .product-address {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    line-height: 1.375;
}

.we_help  {
    background: #fff url(../img/wehelp.png) no-repeat bottom;
    background-size: 150%;
}
.we_help .u-dev-content {padding-bottom:20px ;}
.we_help .u-dev-content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding-top: 20px;
}
.we_help .u-dev-one li {
    width: 50%;
}
.we_help ul label {
    font-size: 20px;
    color: #000;
    font-family: PingFangSC-Regular;
}
.we_help ul p {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.fuwu-tubiao { padding: 15px;}
.fuwu-tubiao ul{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fuwu-tubiao ul li{ width: 50%; padding: 0 4%; float: left; text-align: center; padding-bottom: 20px;}
.fuwu-tubiao ul li h3 { padding: 10px 0;}
.fuwu-tubiao ul li img {width: 40%; margin: 0 auto;}

/*关于我们*/
.who-box  { background: #fff;}
.who-box  .info {
    padding: 26px 25px 23px 40px;
}
.who-box .info {
    padding-bottom: 44px;
}
.who-box  .info h2 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 100;
}
.who-box  .line-true {
    border-top: 1px solid #6c88ab;
    margin-bottom: 10px;
}
.who-box  .info p {
    padding-top: 20px;
}
.who-box  .info p {
    margin-right: 0px;
    height: auto;
}
.lc-box {
    width: 100%;
   padding: 30px 15px;
   background: #fff;
}
.lc-box{
box-sizing: border-box;
-webkit-box-sizing: border-box; 
}

.lc-box  .left {
    text-align: right;
}
.lc-box  li {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.lc-box .right {
    text-align: left;
}
.lc-box .left .inner {
    border-right: 1px solid #6c88ab;
    position: relative;
}
.lc-box .right .inner {
    border-left: 1px solid #6c88ab;
    position: relative;
}
.lc-box .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.lc-box .left label, .lc-box .left p {
    padding-right: 10px;
}
.lc-box li label {
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #333;
}
.lc-box li p {
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px ;
    line-height:22px;
}
.lc-box .left.fixed .icon {
    background:#fff url(../img/huojian.png) no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
    right: -21px;
    display: block;
    top: -38px;
    border-radius: auto;
    border: 0;
}
.lc-box .left:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lc-box .right {
    text-align: left;
}
.lc-box .right:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lc-box .right label, .lc-box .right p {
    padding-left: 9px;
}

.lc-box .right .icon {
    left: -7px;
}
.lc-box .left .icon {
    right: -7px;
}
.lc-box .icon {
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: 4px;
    border-radius: 100% 100%;
    position: absolute;
    border: 1px solid #6c88ab;
    background-size: .04rem .04rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lc-box .icon:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #6c88ab;
    display: block;
    border-radius: .025rem .025rem;
}
.lc-box .left.fixed .icon:before {
    content: "";
    width: auto;
    height: auto;
    background-color: #45495b;
    display: block;
    border-radius: auto;
}


.fw-team {
	background: url(../img/wehelp.png) no-repeat bottom center;
    overflow:hidden;
}

.fw-team .row {

     box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.fw-team:after {
    box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

.col-lg-4, .col-md-4, .col-sm-4 {    
	position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
.thumbnail {
    background-color: #f7f7f7;
    border: 0 none;
    border-radius: 10px;
    height: 480px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.fw-team .thumbnail img {
    margin-top: 53px;
    margin-bottom: 40px;
    border-radius: 50%;
    width: 40%;
    max-width: 220px;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.thumbnail .caption {
    text-align: center;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.caption h1 {
    margin-bottom: 20px;
    font-size: 28px;
}
.caption .title_now {
    margin-bottom: 40px;
}
.caption p {
    margin-bottom: 10px;
    font-size: 14px;
}


/*联系我们*/
.contact-box {
	padding: 0 15px;
	padding-top: 30px;
} 
.top_info {
    border-bottom: 1px solid #d8d8d8;
}
.top_info h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
}   
.bot_info p:first-child {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
}
.top_info p{    margin: 0 0 10px; font-size: 14px;}
.top_info p:nth-child(2) {
    margin-bottom: 20px;
    
}
.bot_info {
    margin-bottom: 80px;
}
.bot_info p:first-child {
    margin-top: 30px;
    margin-bottom: 20px;
}
.bot_info p:first-child {
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bot_info>.row>div {
    border: 0 none;
    border-bottom: 1px solid #d8d8d8;
}
.bot_info h3{
margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    }
.bot_info>.row>div>p:nth-child(2) {
    margin-bottom: 26px;
}
.bot_info>.row>div>p:last-child {
    margin-bottom: 20px;
}
.bot_info>.row>div>p, .bot_info>.row>div>p>span {
    font-size: 14px;
    color: #261c04;
}
.bot_info>.row>div>p, .bot_info>.row>div>p>span {
    font-size: 14px;
    color: #261c04;
}