@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	overflow-x: hidden;
	opacity: 0; /* 初始透明度为0 */
	animation: fadeIn 2s ease-out forwards; /* 动画名称，持续时间，缓动函数，填充模式 */
}

img,
a {
	border: 0;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

a {
	color: #333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	color: #F00;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

img {
	max-width: 100%;
	height: auto;
}

@keyframes fadeIn {
	to {
	  opacity: 1; /* 目标透明度为1 */
	}
}

.width1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.red {
	color: #f00;
}

.height1 {
	height: 7px;
}

.height2 {
	height: 30px;
}

.height3 {
	height: 20px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.green {
	color: #7ABD54;
}

.blue {
	color: #5388ed;
}

.orange {
	color: #f60;
}

.hui {
	color: #999;
}

.bgf4f4f4 {
	background: #f4f4f4;
}

.hidden {
	display: none;
}

.bg-grey {
	background-color: #F7F9FF;
}

.bg-white {
	background-color: #fff;
}

/*header*/
header {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #333;
	color: #fff;
}

header a {
	color: #fff;
}

header a:hover {
	color: #3084B3
}

header a,
header span {
	float: left;
	height: 24px;
	margin: 0 3px;
}

.phones {
	height: 24px;
	padding-left: 30px;
	margin: 0 10px 0 0;
	background: url(../images/phone.gif) 10px center no-repeat;
	font-size: 14px;
}

.guanzhu {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.weixin {
	background: url(../images/weixin.gif) center center no-repeat;
}

.weibo {
	background: url(../images/weibo.gif) center center no-repeat;
}

.boxshadow {
	box-shadow: 0 4px 12px rgba(30, 136, 229, 0.08);
}

.full-img {
	width: 100%;
	height: 100%;
	display: block;
}

/*logo-nav*/
.logo-nav {
	width: 100%;
	height: 61px;
	position: relative;
}

.nav-bg {
	width: 100%;
	background-color: #fff;
	height: 61px;
	position: relative;
}

.logo {
	width: 87px;
	height: 41px;
}

.logo-blue {
	width: 48px;
	height: 23px;
}

.logo-blue img {
	display: block;
	width: 100%;
	height: 100%;
}

.fixedTop {
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	padding-top: 10px;
}

/*nav*/
.nav {
	height: 40px;
	display: flex;
	align-items: center;
}

.nav li {
	height: 40px;
	padding: 0 10px;
	background: url(../images/xian.gif) right center no-repeat;
	position: relative;
}

.nav li a {
	font-size: 16px;
	color: #fff;
}

.nav li a:hover,
.nav li a.navCur {
	border-bottom: #ffff 2px solid;
	color: #fff;
	background-color: transparent;
}

.nav-blue {
	height: 40px;
	display: flex;
	align-items: center;
}

.nav-blue li {
	height: 40px;
	line-height: 40px;
	width: 110px;
	text-align: center;
	background: url(../images/xian.gif) right center no-repeat;
	position: relative;
}

.nav-blue li a {
	font-size: 16px;
	color: #282828;
}

.nav-blue li a:hover,
.nav-blue li a.navCur {
	border-bottom: #ffff 2px solid;
	color: #246CD8;
	color: #246CD8;
	font-weight: 600;
	background-color: transparent;
}

/*焦点轮换*/
#ban {
	width: 100%;
	height: 458px;
	position: relative;
	z-index: 1;
}

#slides {
	display: block;
	width: 100%;
	height: 458px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 13px;
	height: 13px;
	float: left;
	margin-left: 15px;
	border-radius: 13px;
	background: #FFF
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #0092CE
}

/*title*/
.title {
	height: 100px;
	text-align: center;
	background: url(../images/xian2.gif) center 54px no-repeat;
	padding: 20px 0;
}

.title strong {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #282828;
	font-size: 24px;
	font-weight: 600;
}

.title span {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #6B7280;
}

.title .toUpletters {
	text-transform: uppercase;
}

.title-h1 {
	font-size: 28px;
	font-weight: 600;
	color: #282828;
	text-align: center;
}

.title-h2 {
	font-size: 16px;
	color: #6B7280;
	line-height: 22px;
	text-align: center;
}

/**公司简介**/
.item-intro {
	width: 168px;
	height: 420px;
	background-image: linear-gradient(to bottom, #1D4AF1, #fff);
	border-radius: 16px;
	margin-left: 20px;
}

.item-intro:nth-child(1) {
	margin-left: 0;
}

.w640 {
	width: 640px !important;
	height: 420px;
	background-color: #fff;
	border-radius: 16px;
}

.intro-desc {
	color: #6B7280;
	font-size: 16px;
	line-height: 28px;
}

.yinhao {
	width: 69px;
	height: 66px;
	background: url(../images/yhao.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 30px;
	bottom: 40px;
}

.graphic {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.graphic-small {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.you-arrow {
	width: 25px;
	height: 14px;
}

/**涉及行业**/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.industry_bg {
	width: 1168px;
	height: 1168px;
	margin: 0 auto;
	background: url(../images/industry-bg.png) no-repeat;
	background-size: 100% 100%;
}
.industry_card {
	position: absolute;
	width: 394px;
	height: 315px;
	left: 50%;
	margin: -197px;
	top: 540px;
}

.industry_item {
	position: absolute;
	min-width: 70px;
	text-align: center;
}

.industry_item_icon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	animation: pulse 3s infinite;
}

.top {
	top: 150px;
	left: 50%;
	margin-left: -38px;
}

.left1 {
	left: 330px;
	top: 240px;
}

.left2 {
	left: 210px;
	top: 50%;
	margin-top: -120px;
}

.left3 {
	left: 330px;
	top: 650px;
}

.botom {
	bottom: 310px;
	left: 50%;
	margin-left: -38px;
}

.right1 {
	right: 330px;
	top: 240px;
}

.right2 {
	right: 210px;
	top: 50%;
	margin-top: -120px;
}

.right3 {
	right: 330px;
	top: 650px;
}

/**搭建服务**/
.ser-pic {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: -100px;
	transition: all 0.5s ease;
}
.ser-pic:hover{
	transform: scale(1.2);
	top: -130px;
}

.item-card{
	transition: all 0.5s ease;
}
.item-card:hover{
	margin-left: 20px;
}

.ser-item-head {
	height: 108px;
	background: url(../images/service_head.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 15px 15px 0 0;
	border: 1px solid #eee;
	border-bottom: none;
}

.service-bg {
	width: 100%;
	height: 800px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/ser-bg.png) bottom right no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

/*产品功能*/
.pro-ser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #E1EBFF;
}

.pro-ser dl {
	width: 298px;
	height: 260px;
	border-top: 1px solid #E1EBFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #E9F6FF);
	padding: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pro-ser dl a {
	padding: 20px;
	display: block;
}

.pro-ser dl.ps3 {
	margin-right: 0;
}

.pro-ser dl.ps6 {
	margin-right: 0;
}

.pro-ser dl.ps1 dt {
	background: url(../images/function1.png) right bottom no-repeat;
}

.pro-ser dl.ps2 dt {
	background: url(../images/function2.png) right bottom no-repeat;
}

.pro-ser dl.ps3 dt {
	background: url(../images/function3.png) right bottom no-repeat;
}

.pro-ser dl.ps4 dt {
	background: url(../images/function4.png) right bottom no-repeat;
}

.pro-ser dl.ps5 dt {
	background: url(../images/function5.png) right bottom no-repeat;
}

.pro-ser dl.ps6 dt {
	background: url(../images/function9.png) right bottom no-repeat;
}

.pro-ser dl.ps7 dt {
	background: url(../images/function7.png) right bottom no-repeat;
}

.pro-ser dl.ps8 dt {
	background: url(../images/function8.png) right bottom no-repeat;
}

.pro-ser dl.ps9 dt {
	background: url(../images/function10.png) right bottom no-repeat;
}

.pro-ser dl.ps10 dt {
	background: url(../images/function14.png) right bottom no-repeat;
}

.pro-ser dl.ps11 dt {
	background: url(../images/function11.png) right bottom no-repeat;
}

.pro-ser dl.ps12 dt {
	background: url(../images/function12.png) right bottom no-repeat;
}

.pro-ser dl.ps13 dt {
	background: url(../images/function13.png) right bottom no-repeat;
}

.pro-ser dl.ps14 dt {
	background: url(../images/function6.png) right bottom no-repeat;
}

.pro-ser dl.ps15 dt {
	background: url(../images/function15.png) right bottom no-repeat;
}

.pro-ser dl.ps16 dt {
	background: url(../images/function16.png) right bottom no-repeat;
}

.pro-ser dl:hover {
	background: #3773FF;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pro-ser dl:hover dd {
	color: #fff;
}

.pro-ser dl.ps1:hover dt {
	background: url(../images/function1_on.png) right bottom no-repeat;
}

.pro-ser dl.ps2:hover dt {
	background: url(../images/function2_on.png) right bottom no-repeat;
}

.pro-ser dl.ps3:hover dt {
	background: url(../images/function3_on.png) right bottom no-repeat;
}

.pro-ser dl.ps4:hover dt {
	background: url(../images/function4_on.png) right bottom no-repeat;
}

.pro-ser dl.ps5:hover dt {
	background: url(../images/function5_on.png) right bottom no-repeat;
}

.pro-ser dl.ps6:hover dt {
	background: url(../images/function9_on.png) right bottom no-repeat;
}

.pro-ser dl.ps7:hover dt {
	background: url(../images/function7_on.png) right bottom no-repeat;
}

.pro-ser dl.ps8:hover dt {
	background: url(../images/function8_on.png) right bottom no-repeat;
}

.pro-ser dl.ps9:hover dt {
	background: url(../images/function10_on.png) right bottom no-repeat;
}

.pro-ser dl.ps10:hover dt {
	background: url(../images/function14_on.png) right bottom no-repeat;
}

.pro-ser dl.ps11:hover dt {
	background: url(../images/function11_on.png) right bottom no-repeat;
}

.pro-ser dl.ps12:hover dt {
	background: url(../images/function12_on.png) right bottom no-repeat;
}

.pro-ser dl.ps13:hover dt {
	background: url(../images/function13_on.png) right bottom no-repeat;
}

.pro-ser dl.ps14:hover dt {
	background: url(../images/function6_on.png) right bottom no-repeat;
}

.pro-ser dl.ps15:hover dt {
	background: url(../images/function15_on.png) right bottom no-repeat;
}

.pro-ser dl.ps16:hover dt {
	background: url(../images/function16_on.png) right bottom no-repeat;
}

.pro-ser dt {
	height: 100px;
}

.pro-ser .psName {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #2B4167;
}

.pro-ser dd {
	line-height: 22px;
	color: #828282;
}

.pro-ser .psList {
	border-right: 1px solid #E1EBFF;
}

.pro-ser .h-50 {
	height: 50px;
}

/**平台优势**/
.advant-list {
	width: 100%;
}

.advant-head {
	height: 80px;
}

.advant-head-pic {
	width: 51px;
	height: 48px;
	position: absolute;
	right: 20px;
	bottom: 14px;
}

.advant-head-item {
	width: calc(25% - 10px);
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(45deg,#DAE7FE,#90C4F6);
	margin-left: 1px;
	border-radius: 0;
	position: relative;
	padding-left: 20px;
}
.advant-head-item div:nth-child(2){
	color: #282828;
}

.advant-head-item:nth-child(1) {
	margin-left: 0;
}

.advant-head-item:nth-child(1) .advant-head-pic {
	background: url(../images/advantage1.png) no-repeat;
	background-size: 100% 100%;
}

.advant-head-item:nth-child(2) .advant-head-pic {
	background: url(../images/advantage2.png) no-repeat;
	background-size: 100% 100%;
}

.advant-head-item:nth-child(3) .advant-head-pic {
	background: url(../images/advantage3.png) no-repeat;
	background-size: 100% 100%;
}

.advant-head-item:nth-child(4) .advant-head-pic {
	background: url(../images/advantage4.png) no-repeat;
	background-size: 100% 100%;
}

.a-active{
	background-image: linear-gradient(45deg,#4DA1FB,#1D60FA);
	box-shadow: 4px 0 12px rgba(30, 136, 229, 0.08);
}
.a-active div:nth-child(2){
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.a-active.advant-head-item:nth-child(1) .advant-head-pic {
	background: url(../images/advantage1_on.png) no-repeat;
	background-size: 100% 100%;
}

.a-active.advant-head-item:nth-child(2) .advant-head-pic {
	background: url(../images/advantage2_on.png) no-repeat;
	background-size: 100% 100%;
}

.a-active.advant-head-item:nth-child(3) .advant-head-pic {
	background: url(../images/advantage3_on.png) no-repeat;
	background-size: 100% 100%;
}

.a-active.advant-head-item:nth-child(4) .advant-head-pic {
	background: url(../images/advantage4_on.png) no-repeat;
	background-size: 100% 100%;
}

.a-active .advant-pic {
	width: 69px;
	height: 69px;
}

.advant-item {
	width: calc(33% - 10px);
	margin-left: 20px;
	margin-top: 20px;
	padding: 20px;
	/* border: 1px solid #f5f5f5; */
}

.advant-item:nth-child(1),.advant-item:nth-child(4){
	margin-left: 0;
}

.advant-item-4 {
	width: calc(25% - 10px);
}

.h-80 {
	height: 80px;
}

.advant-body {
	height: 530px;
	overflow: hidden;
}

/*hengfu*/
.hengfu {
	width: 100%;
	height: 200px;
}

/*links*/
.bgf4f4f4 {
	padding-bottom: 45px;
}

.links {}

.links li {
	float: left;
	width: 170px;
	height: 68px;
	margin: 0 12px 0 12px;
	border: #D7D7D7 1px solid;
}

.links li:hover {
	border: #f00 1px solid;
}

/*资讯*/
.inNew {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.inNew dl {
	width: calc(32% - 10px);
	margin-left: 20px;
	margin-top: 20px;
	display: flex;
	align-items:flex-start;
}

.inNew dl:nth-child(1),.inNew dl:nth-child(4){
	margin-left: 0;
}

.inNew dd{
	margin-left: 14px;
}

.inNew dt {
	margin-top: 5px;
	width: 70px;
	height: 58px;
	text-align: center;
	background: url(../images/datebg.png) no-repeat;
	background-size: 100% 100%;
}

.inNew dt strong {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 20px;
	color: #87878B;
}

.inNew dt span {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	color: #8F8787;
	font-weight: 400;
}

.inNew dd {
	float: right;
	width: 270px;
	font-size: 12px;
}

.inNew dd h3 {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inNew dd h3 a {
	font-size: 16px;
	font-weight: 600;
	color: #282828;
}

.inNew dd p {
	line-height: 18px;
	color: #006EB5;
}

/**合作伙伴**/
.partner-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.p-item {
	width: calc(24.58% - 10px);
	margin-left: 20px;
	margin-top: 20px;
	transition: all 0.5s ease;
}

.p-item:hover{
	transform: scale(1.2);
}

.p-item img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.p-item:nth-child(1),
.p-item:nth-child(2),
.p-item:nth-child(3),
.p-item:nth-child(4) {
	margin-top: 0;
}

.p-item:nth-child(1),
.p-item:nth-child(5) {
	margin-left: 0 !important;
}

/*首页案例*/
.inCase {}

.inCase dl {
	float: left;
	width: 272px;
	height: 207px;
	border: #E3E3E3 1px solid;
	padding: 3px;
	margin: 0 10px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.inCase dd {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 205px;
	background: url(../images/touming2.png);
	display: none;
}

.inCase dd a {
	display: block;
	width: 270px;
	height: 205px;
	line-height: 205px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.inCase dl:hover dd {
	display: block;
}

/*合作流程*/
.Process dl {
	float: left;
	width: 160px;
	padding: 0 5px;
	text-align: center;
	margin: 0 3px;
}

.Process dt {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.Process .glyphicon {
	font-size: 40px;
}

.Process .processTitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}

.Process .processPar {
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

/*footer*/
footer {
	width: 100%;
	border-top: #2681AA 1px solid;
	background: #031035;
	color: #999;
	font-size: 1.4em;
}

.footer {
	padding: 2em 0;
}

.footer a {
	color: #999;
}

.footer a:hover {
	text-decoration: underline;
	color: #ccc;
}

.footer ul {
	width: 200px;
}

.footer .ftTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}

.footer li {
	line-height: 25px;
	font-size: 14px;
}

.footer table {
	margin: 20px 0 0 0;
	position: relative;
	right: 35px;
}

.new {
	width: 320px;
	margin-right: 40px;
}

.new dt {
	font-size: 14px;
	line-height: 25px;
}

.new dd.newTime {
	font-style: italic;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.new dd.newPar {
	line-height: 20px;
	font-size: 12px;
}

.fenxaing {
	width: 350px;
	line-height: 25px;
	font-size: 14px;
	margin-left: 70px;
}

.fenxaing .ftcontacts {
	font-size: .8em;
}

/*copy*/
.copy {
	padding: 1em 0;
	background: #000;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}
.copy a{color: rgba(255, 255, 255, .8);}
.copy a:hover{color:#00A8FF;}
.copy span{padding-right: 14px;}
.copy span span,.copy span img{vertical-align: middle;}
.copy span img{vertical-align: middle; padding-right: 5px;}

/*neiBan*/
.neiBan {
	height: 305px;
}

/*about*/
.about {
	padding: 20px 0;
}

.aboutLeft {
	width: 695px;
	float: left;
}

.title2 {
	font-size: 26px;
	font-weight: bold;
	padding: 15px 0;
}

.title2 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: 999;
	height: 25px;
	line-height: 25px;
}

.aboutText {
	line-height: 25px;
}

.aboutRight {
	float: right;
	width: 477px;
	padding: 40px 0 0 0;
}

.bgfafafa {
	background: #fafafa;
	padding: 10px 0 30px 0;
}

.title3 {
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 15px 0;
}

.aboutText2 {
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

.title4 {
	font-size: 26px;
	text-align: center;
	padding: 10px 0;
	border-top: #c8c8c8 1px solid;
}

.title4 span {
	display: block;
	font-size: 14px;
}

/*联系我们*/
.contact {
	padding: 20px 0;
}

.contactLeft {
	width: 600px;
	font-size: 20px;
	line-height: 35px;
	color: #454545;
}

.contactMid {
	width: 600px;
	font-size: 16px;
	text-align: center;
}

.contactMid .title2 {
	text-align: center;
}

.weixinBox {
	margin: 15px 0;
}

.contactRight {
	width: 490px;
	padding: 80px 0 0 0;
	font-size: 18px;
	line-height: 35px;
}

.mapLeft {
	width: 360px;
	text-align: right;
}

.mapText1 {
	font-size: 36px;
	color: #858585;
	font-weight: bold;
	padding: 15px 0;
}

.mapText2 {
	font-size: 20px;
	font-weight: bold;
}

.mapText3 {
	font-size: 14px;
	padding: 4px 0;
}

.mapText4 {
	font-size: 16px;
	padding: 40px 0 12px 0;
}

.map {
	width: 780px;
}

.contactText {
	font-size: 18px;
	padding: 0 0 15px 0;
	text-align: center;
}

/*在线留言*/
.message {
	padding: 20px 0;
}

.messText {
	width: 320px;
	padding: 15px;
	border: #c8c8c8 1px solid;
	height: 230px;
	font-size: 16px;
	line-height: 30px;
}

.messText span {
	font-size: 20px;
}

.messList {
	width: 845px;
}

.messLeft {
	width: 310px;
}

.messList label {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	color: #828282;
}

.messList input {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	border: #DADADA 1px solid;
	height: 47px;
}

.inputWidth1 {
	width: 309px;
}

.inputWidth2 {
	width: 140px;
}

.messRight {
	width: 483px;
}

.inputWidth3 {
	width: 483px;
}

.messRight textarea {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	border: #DADADA 1px solid;
	width: 483px;
	height: 128px;
}

.messList .messSub {
	padding: 33px 0 0 0;
}

.messList .messSub input {
	border: 0;
	width: 185px;
	height: 44px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	background: #c2c2c2;
}

/*案例*/
.caseEq {
	padding: 10px;
	border-bottom: #E7E7E7 1px solid;
	text-align: center;
}

.caseEq a {
	display: inline-block;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
}

.caseEq a.caseEqCur {
	background: #fff;
}

.caseList {
	width: calc(32% - 10px);
	border: #f4f4f4 1px solid;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	transition: all 0.5s ease;
}
.caseList:hover{
	transform: scale(1.1);
	border: #2d80cc 1px solid;
}

.caseList dl {
	width: 324px;
	background: #fff;
	display: flex;
}

.caseList dt {
	width: 130px;
	height: 90px;
}

.caseList dd {
	margin-left: 14px;
	width: 150px;
}

.caseList dd h3 a{
	font-size: 16px;
	line-height: 22px;
	color: #282828;
	font-weight: 600;
}

.caseList dd time {
	color: #999;
	display: block;
	padding: 10px 0 0 0;
	line-height: 20px;
}

.caseListText {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding: 5px 0 0 0;
}

.caseinfo {
	padding: 20px 0;
}

.caseTitle {
	font-size: 20px;
	font-weight: bold;
	color: #282828;
	line-height: 25px;
}

.caseText {
	font-size: 14px;
	color: #999;
	height: 25px;
	line-height: 25px;
}

.caseLink {
	padding: 40px 0 10px 0;
	text-align: center;
}

.caseLink a {
	display: inline-block;
	width: 125px;
	height: 25px;
	background: #0073c2;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.caseLink a:hover {
	background: #f60;
}

.caseLinks {
	text-align: center;
	line-height: 25px;
}

.caseImg {
	padding: 10px 0;
	text-align: center;
}

.fenxiang {
	padding: 20px 0 0 0;
}

.bdsharebuttonbox {
	float: right;
}

.newinfo {
	font-size: 14px;
	line-height: 25px;
	padding: 20px 30px;
	color: #282828;
}

.newinfo h3{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}

.newinfo p{
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	padding-top: 20px;
}

/*产品服务*/
.wzchyzz {
	height: 47px;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 47px;
}

.wzchLeft {
	width: 580px;
}

.wzchLeft a {
	display: inline-block;
	padding: 0 15px;
}

.wzchLeft span {
	display: inline-block;
	padding-right: 10px;
}

.wzchLeft a:hover,
.wzchLeft a.wzchCur {
	background: #fff;
	color: #336EB5;
	font-weight: bold;
}

.positions {
	font-size: 12px;
	text-align: right;
	color: #888;
}

.positions a {
	color: #888;
}

/*services*/
.services {
	padding: 60px 30px;
}

.servLeft {
	width: 463px;
	height: 290px;
}

.servLeft img {
	height: auto;
}

.serRight {
	width: 560px;
}

.serRight h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}

.serText {
	font-size: 14px;
	line-height: 25px;
	margin: 25px 0 0 0;
}

.serLink a {
	display: block;
	width: 194px;
	height: 44px;
	background: #0177bc;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	margin: 20px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.serLink a:hover {
	background: #000;
}

.serText2 {
	text-align: center;
	font-size: 20px;
}

.case-1 {}

.case-1 dl {
	float: left;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border: #ddd 1px solid;
	padding: 35px 0 0 0;
	margin: 0 35px;
	-moz-border-radius: 135px;
	-webkit-border-radius: 135px;
	border-radius: 135px;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.case-1 dt {
	font-size: 14px;
	line-height: 25px;
}

.case-1 dd {
	color: #999;
}

.case-1 dl:hover {
	border: #f60 1px solid;
	color: #f60;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.case-1 dl:hover dd {
	color: #f60;
}

/*footNav*/
.footHeight {
	height: 65px;
	display: none;
}

.footNav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 55px;
	background: #333;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	display: none;
}

.footNav a {
	color: #fff;
}

.footNav dl {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	border-right: #000 1px solid;
}

footNav a:link {
	color: #fff;
}

/* 未访问的链接 */
footNav a:visited {
	color: #fff;
}

/* 已访问的链接 */
footNav a:hover {
	color: #fff;
}

/* 鼠标在链接上 */
footNav a:active {
	color: #fff;
}

/* 点击激活链接——在你点击该链接之后，页面正在转向新地址的时候，链接显示此颜色；当你已经到了要链接的页面，然后再返回，原页面上的此链接仍是此颜色 */

.footNav dt {
	height: 35px;
	line-height: 35px;
	font-size: 1.8rem;
}

.footNav dd {
	height: 18px;
	line-height: 18px;
}


/**公司简介**/
.tw-flex{
	display: flex;
}
.tw-justify-center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.solution-box{
	cursor: pointer;
	height: 480px;
	overflow: hidden;
	-webkit-transition: width .5s;
	transition: width .5s;
	margin-left: 20px;
}
.solution-box:nth-child(1){
	margin-left: 0;
}
.solution-out-box{
	box-sizing: border-box;
	height: 480px;
	padding: 28px 24px;
	width: 100%
}
.tw-w-200px{
	width: 200px;
}
.tw-w-540px{
	width: 540px;
}
.solution-inter-box{
	background: url(https://static.nowcoder.com/fe/file/images/nowpick/web-b/navigation/solution-bg-inter.png) no-repeat 50% / cover;
	height: 480px;
	position: relative;
	width: 540px;
}

.contact1 a,.contact2 a{
	display: block;
	display: flex;
	align-items: center;
	height: 200px;
	padding-left: 60px;
	
}
.contact1{
	width: 590px;
	height: 200px;
	background: url(../images/contact1.jpg) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s ease;
}

.contact2{
	width: 590px;
	height: 200px;
	background: url(../images/contact2.jpg) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s ease;
}
.contact1:hover,.contact2:hover{
	transform: scale(1.2);
	cursor: pointer;
}

.swiper-container{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper-container .swiper-pagination{
	bottom: 0!important;
}
.funswiper-container{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.funswiper-container .swiper-pagination{
	
}

/***产品功能二级***/
/*产品功能*/
.pro-ser-fun {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pro-ser-fun dl {
	width: 100%;
	height: 260px;
	border-top: 1px solid #E1EBFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #E9F6FF);
	padding: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pro-ser-fun dl a {
	padding: 20px;
	display: block;
}

.pro-ser-fun dl.ps3 {
	margin-right: 0;
}

.pro-ser-fun dl.ps6 {
	margin-right: 0;
}

.pro-ser-fun dl.ps1 dt {
	background: url(../images/function1.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps2 dt {
	background: url(../images/function2.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps3 dt {
	background: url(../images/function3.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps4 dt {
	background: url(../images/function4.png) right bottom no-repeat;
}

.pro-ser dl.ps5 dt {
	background: url(../images/function5.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps6 dt {
	background: url(../images/function9.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps7 dt {
	background: url(../images/function7.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps8 dt {
	background: url(../images/function8.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps9 dt {
	background: url(../images/function10.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps10 dt {
	background: url(../images/function14.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps11 dt {
	background: url(../images/function11.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps12 dt {
	background: url(../images/function12.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps13 dt {
	background: url(../images/function13.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps14 dt {
	background: url(../images/function6.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps15 dt {
	background: url(../images/function15.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps16 dt {
	background: url(../images/function16.png) right bottom no-repeat;
}

.pro-ser-fun dl:hover {
	background: #3773FF;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pro-ser-fun dl:hover dd {
	color: #fff;
}

.pro-ser-fun dl.ps1:hover dt {
	background: url(../images/function1_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps2:hover dt {
	background: url(../images/function2_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps3:hover dt {
	background: url(../images/function3_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps4:hover dt {
	background: url(../images/function4_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps5:hover dt {
	background: url(../images/function5_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps6:hover dt {
	background: url(../images/function9_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps7:hover dt {
	background: url(../images/function7_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps8:hover dt {
	background: url(../images/function8_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps9:hover dt {
	background: url(../images/function10_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps10:hover dt {
	background: url(../images/function14_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps11:hover dt {
	background: url(../images/function11_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps12:hover dt {
	background: url(../images/function12_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps13:hover dt {
	background: url(../images/function13_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps14:hover dt {
	background: url(../images/function6_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps15:hover dt {
	background: url(../images/function15_on.png) right bottom no-repeat;
}

.pro-ser-fun dl.ps16:hover dt {
	background: url(../images/function16_on.png) right bottom no-repeat;
}

.pro-ser-fun dt {
	height: 100px;
}

.pro-ser-fun .psName {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #2B4167;
}

.pro-ser-fun dd {
	line-height: 22px;
	color: #828282;
}

.pro-ser-fun .psList {
	width: 280px;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #E1EBFF;
	box-shadow: 0 4px 12px rgba(30, 136, 229, 0.08);
}

.pro-ser-fun .psList:nth-child(1),.pro-ser-fun .psList:nth-child(2),.pro-ser-fun .psList:nth-child(3),.pro-ser-fun .psList:nth-child(4){
	margin-top: 0;
}

.pro-ser-fun .h-50 {
	height: 50px;
}

.follow-us img{
	width: 90px;
	height: 90px;
}