﻿@font-face {
	font-family:Roboto;
	src: url('../fonts/roboto-regular_0.ttf');
}
@font-face {
	font-family:Bebas;
	src: url('../fonts/bebas.ttf');
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	display: block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
tr,
th,
td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"微软雅黑";
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
	list-style: none
}

body {
	line-height: 24px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #505050;
	background-position: 0 0, center 0;
	background-repeat: repeat-x, no-repeat;
	background-attachment: fixed;
}

table {
	border-collapse: separate;
	bobackground-repeat: repeat-x, no-repeat;
	background-attachment: fixrder-spacing
}

caption,
th,
td {
	text-align: left;
	font-weight: 400
}

table,
td,
th {
	vertical-align: middle
}

textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.14 "Microsoft Yahei";
	outline: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

a img {
	border: none
}

ol {
	margin-left: 2em
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

html>body p code {
	white-space: normal
}

hr {
	margin: -8px auto 11px
}

.clearfix:after,
#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}

* html .clearfix,
* html #container {
	height: 1%
}

fieldset {
	padding-top: 0
}

a {
	color: #505050;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff7200;
}

a:active {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.hbj{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.main2{
	width: 1150px;
	margin: 0 auto;
}

.advantagebox{
	background-color: #fff;
	padding: 65px 0 20px;
}
.advantage_cn{
	font-size: 24px;
	color: #434343;
	text-align: center;
}
.advantageall{
	margin-top: 45px;
}
.advantage_single{
	cursor: pointer;
	width: 358px;
	height: 184px;
	border: 1px solid #eee;
	position: relative;
	margin-right: 60px;
	padding-left: 30px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 45px;
	overflow: hidden;
}
.advantage_single:nth-child(3n+3){
	margin-right: 0;
}
.advantage_single_div{
	font-size: 17px;
	color: #434343;
	line-height: 30px;
}
.advantage_link{
	width: 360px;
	height: 186px;
	position: absolute;
	left: 0;
	top: 184px;
	background-color: #2d8cf0;
	color: #fff;
	font-size: 14px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	display: block;
}
.advantage_link:hover{
	color: #fff;
}
 @-webkit-keyframes animate1{
    0%{ top:184px}
    100%{ top:0}
 }
.advantage_single:hover .advantage_link{
	animation-name: animate1;
	animation: animate1 1s forwards;
	-webkit-animation: animate1 1s forwards ;
	-moz-animation: animate1 1s forwards;
}
.fun_box{
	background-color: #F6F6F6;
	padding: 65px 0;
}
.funall{
	margin: 20px 0 30px;
}
.fun_flex{
	margin-top: 35px;
	position: absolute;
	top: 0;
	left: 52px;
	z-index: 1;
}
.fun_single{
	width: 300px;
	height: 215px;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.fun_link{
	width: 300px;
	height: 215px;
	position: absolute;
	left: 0;
	top: 215px;
	background-color: #2d8cf0;
	color: #fff;
	font-size: 14px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	display: block;
}
.fun_link img{
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.fun_single:nth-child(4n+4){
	margin-right: 0;
}
.fun_single_box{
	width: 50px;
	height: 50px;
	border-radius: 2px;
	background-color: rgb(245, 198, 69);
	margin: 0 auto 10px;
}
.fun_single_box img{
	width: 50px;
	height:50px;
}

.fun_single_left{
	margin: 0 auto;
}
.fun_single_left img{
	width: 40px;
	height:40px;
	margin-right: 12px;
}
.fun_single_right{
	width: 196px;
	margin: 0 auto;
}
.fun_single_right_div1{
    font-size: 17px;
    color: #434343;
}
.fun_single_right_div2{
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
}
.viewfunall{
	font-size: 17px;
	color: #434343;
	text-align: center;
	line-height: 58px;
	height: 58px;
	width: 278px;
	display: block;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	transition: background-color 0.5s;
}
.viewfunall:hover{
	background-color: #2d8cf0;
    color: #fff;
}
.profitbox{
	padding: 65px 0;
}
.profitbdbox{
	margin-top: 55px;
	position: relative;
	width: 100%;
}
.profit_single{
	width: 200px;
	height: 295px;
	display: block;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 85px 30px 0;
	position: relative;
	overflow: hidden;
	margin-right: 53px;
	cursor: pointer;
}
.profit_single:last-of-type{
	margin-right: 0;
}
.profit_single_div1{
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	color: #C7C9DF;
}
.profit_single_div1 span{
	font-family: "Roboto";
	position: relative;
}
.profit_single_div1 span div{
	position: absolute;
	font-size: 16px;
	right: -40px;
	top: -24px;
}
.profit_single_div3{
	font-size: 14px;
	color: #838383;
	text-align: center;
	margin-top: 5px;
}
.profit_single_div2{
	font-size: 17px;
	color: #434343;
	margin-top: 40px;
	text-align: center;
}
.profit_single_div4{
	width: 100%;
	height: 43px;
	font-family: "Roboto";
	font-size: 14px;
	color: #434343;
	line-height: 43px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #eee;
	display: block;
}
.profit_single:hover .profit_single_div1{
	color: #2d8cf0;
}
.profit_single:hover .profit_single_div4{
	color: #fff;
	background-color: #2d8cf0;
}
.profithd{
	display: none;
}
.profitbdbox .prev{
	width: 63px;
	height: 63px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -130px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}
.profitbdbox .prev img{
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.profitbdbox .next{
	width: 63px;
	height: 63px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -130px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}
.profitbdbox .next img{
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.casebox{
	padding: 65px 0;
	background-color: #F6F6F6;
}
.casenum_single{
	width: 33%;
	text-align:center;
	border-right: 1px solid #E7E7E7;
	float: left;
	font-size: 17px;
	color: #434343;
}
.casenum_single_span{
	font-size: 60px;
	font-family: "Roboto";
	color: #C7C9DF;
	line-height: 60px;
	position: relative;
}
.casenum_single_span div{
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: -10px;
	right: -15px;
}
.casenum_single:last-child{
	border: none;
}
.casenum{
	margin-top: 60px;
}
.casenum_single:hover .casenum_single_span{
	color: #2d8cf0;
}
.case_box{
	margin-top: 60px;
}
.case{
	width: 298px;
	height: 148px;
	line-height: 190px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.case:hover{
	background-color: #fff;
	box-shadow:0 0 10px rgba(220,220,220);  
}
.case:hover>.case_img1{
	display: none;
}
.case:hover>.case_img2{
	display: inline-block;
}
.case img{
	display: inline-block;
	max-width: 200px;
}
.case>.case_img2{
	display: none;
}
.newsbox{
	padding: 70px 0;
}
.news{
	margin-top: 60px;
}
.news_single{
	width: 360px;
	float: left;
	margin-right: 60px;
}
.news_single:last-child{
	margin-right: 0;
}
.news_single_ul1{
	margin-top: 15px;
	padding: 0 10px;
}
.news_single_ul1 li{
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #838383
}
.news_single_ul1 li a{
	font-size: 14px;
	color: #434343;
	margin-left: 5px
}
.news_single_ul1 li a:hover{
	color: #2d8cf0
}
.news_single_link{
	margin-left: 10px;
	margin-top: 20px;
	font-size: 14px;
	color: #434343;
	font-family: "Roboto"
}
.news_single_link:hover{
    color: #2d8cf0;
}
.news_single_img{
	position: relative;
}
.news_single_img div{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 30px;
	font-size: 22px;
	color: #fff;
	box-sizing: border-box;
	height: 100%;
	line-height: 134px
}
.contact_banner{
	width: 100%;
	height: 400px;
	background: url(../images/contact_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.fffs_banner{
	width: 100%;
	height: 400px;
	background: url(../images/fffs_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.contact_banner_div1{
	/* font-family: "Roboto"; */
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #6fb5ff;
}
.contact_banner_div2{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	margin-top: 17px;
}
.contact_content{
	padding: 90px 0 136px;
}
.contact_single{
	margin-right: 52px;
}
.contact_single:last-child{
	margin-right: 0;
}
.contact_single_right{
	margin-left: 14px;
}
.contact_single_right_div1{
	font-size: 14px;
	color: #434343;
	line-height: 14px;
}
.contact_single_right_div2{
	font-size: 20px;
	line-height: 20px;
	color: #434343;
	font-family: "Roboto";
	margin-top: 2px;
}
.ditContent{
	width: 100%;
	height: 452px;
	margin-top: 69px;
}
.dynamic_banner{
	width: 100%;
	height: 400px;
	background: url(../images/dynamic_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.dynamic_nav{
	border-bottom: 1px solid #EEEEEE;
}
.dynamic_nav a{
	display: block;
	width: 200px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #434343;
	font-size: 20px;
	float: left;
}
.dynamic_nav a:hover{
	background-color: #FFD12F;
	color: #fff;
}
.dynamic_nav .hover{
	background-color: #FFD12F;
	color: #fff;
}
.dynamic_content{
	padding: 30px 0 70px;
}
.dynamic_single{
	padding: 25px 0;
	border-bottom: 1px solid #EEEEEE;
	display: block;
}
.dynamic_single_date{
	font-family: "Roboto";
	color: #434343;
	font-size: 20px;
	margin-bottom: 10px;
}
.dynamic_single_date span{
	width: 7px;
	height: 7px;
	background-color: #2d8cf0;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.dynamic_single_title{
	float: left;
	font-size: 17px;
	color: #434343;
	margin-left: 27px;
}
.dynamic_link{
	float: right;
	font-size: 14px;
	color: #838383;
	font-family: "Roboto";
}
.dynamic_link img{
	vertical-align: middle;
	margin-left: 10px;
	display: none;
}
.dynamic_single:hover .dynamic_link{
	color: #2d8cf0;
}
.dynamic_single:hover .dynamic_link img{
	display: inline-block;
}
.dynamic_fy{
	margin-top: 70px;
	text-align: center;
}
.dynamic_fy li{
	display: inline-block;
	margin-right: 5px;
}
.dynamic_fy a{
	display: block;
	padding: 6px 16px;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	color: #434343;
}
.dynamic_fy a:hover{
	background-color: #2d8cf0;
	color: #fff;
	border-color: #2d8cf0;
}
.dynamic_fy .active span{
    display: block;
    padding: 6px 16px;
    border: 1px solid #2d8cf0;
    font-size: 14px;
    color: #fff;
	background-color: #2d8cf0;
}

.dynamic_fy .active span{
    display: block;
    padding: 6px 16px;
    border: 1px solid #2d8cf0;
    font-size: 14px;
    color: #fff;
	background-color: #2d8cf0;
}

.dynamic_fy .disabled>a, .dynamic_fy .disabled>a:focus, .dynamic_fy .disabled>a:hover, .dynamic_fy .disabled>span, .dynamic_fy .disabled>span:focus, .dynamic_fy .disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
	display: block;
    padding: 6px 16px;
	border: 1px solid #E5E5E5;
}

.updatebox{
	padding: 30px 0 140px;
}
.update_single{
	margin-top: 65px;
}
.update_single_div1{
	padding: 0 40px 0 20px;
	height: 79px
}
.update_single_div1_left{
	float: left;
	flex: 1
}
.update_single_date{
	font-size: 24px;
	color: #434343;
	font-family: "Roboto";
}
.update_single_bbh{
	font-size: 18px;
	color: #434343;
	margin-top: 5px;
}
.update_single_div1_right{
	float: right;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #EEEEEE;
	cursor: pointer;
}
.updatebox .on .update_single_div1_right{
	background-color: #2d8cf0;
}
.updatebox .on .update_single_div1_right_img1{
	display: none;
}
.updatebox .on .update_single_div1_right_img2{
	display: block;
}
.update_single_div1_right_img1{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.update_single_div1_right_img2{
	display: none;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.update_line{
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin-top: 15px;
}
.update_alert{
	padding: 0 20px;
	display: none;
}
.update_ts{
	font-size: 14px;
	color: #2d8cf0;
}
.update_content{
	margin-top: 24px;
}
.update_content p{
	font-size: 14px;
	color: rgb(51,51,51);
	margin-top: 5px;
}
.update_content img{
	max-width: 100%;
}
.update_line2{
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin-top: 15px;
}
.update_bz{
	font-size: 14px;
	color: #838383;
	margin-top: 15px;
}

.dynamic_page_content{
	margin-top: 30px;
}
.solutionbox{
	background-color: #fff;
	margin-top: 92px;
}
.solution_single{
	cursor: pointer;
	padding-top: 45px;
	height: 251px;
	width: 257px;
	border-radius: 10px;
	display: block;
	float: left;
	margin-bottom: 70px;
	margin-right: 40px;
	position: relative;
	overflow: hidden;
}
.introduce_link{
	border-radius: 10px 10px 0 0;
	/* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08); */
	background: #fff;
	width: 257px;
	height: 287px;
	position: absolute;
	left: 0;
	top: 297px;
	color: #fff;
	font-size: 14px;
	padding: 10px 10px 0;
	box-sizing: border-box;
	display: block;
}
.solution_single:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.solution_single:hover .introduce_link{
	animation-name: animate1;
	animation: animate1 1s forwards;
	-webkit-animation: animate1 1s forwards ;
	-moz-animation: animate1 1s forwards;
}
.introduce_tit{
	color: #434343;
	font-size: 18px;
  line-height: 30px;
}
.introduce_cont{
	color: #838383 !important;
}
.introduce_cont p{
	margin-top: 10px;
}
.solution_single:hover .solution_title_right{
	display: block;
}
.solution_div{
	margin-right: -40px;
	margin-top: 70px;
}
.solution_single_div1{
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
}
.solution_single_div1 .img{
	width:70px;
	height:70px;
	margin: 0 auto;
}

.solution_single_div2{
	position: absolute;
	left: 0;
	bottom: 32px;
	padding: 15px 20px;
	background-color: #F8FDF6;
	width: 185px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.solution_title_left{
	font-size: 18px;
	color: #434343;
	float: left;
}
.solution_title_right{
	font-size: 14px;
	color: #838383;
	float: right;
	display: none;
	line-height: 24px;
	font-family: Roboto;
}
.solution_content{
	font-size: 14px;
	color: #838383;
	margin-top: 5px;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solution_banner{
	width: 100%;
	height: 400px;
	background: url(../images/solution_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.banner1{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner1.jpg) no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
	background-size: cover;
}
.banner2{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner2.jpg) no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
	background-size: cover;
}
.banner3{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner3.jpg) no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
	background-size: cover;
}
.banner4{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner4.jpg) top center no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
}
.banner5{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner5.jpg) top center no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
}
.banner6{
	width: 100%;
	height: 500px;
	background: url(../images/home_banner6.jpg) top center no-repeat;
	padding-top: 190px;
	box-sizing: border-box;
}
.bannerbox{
	position: relative;
	height: 500px;
	overflow: hidden;
}
.bannerbox .prev{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	background-color: rgba(255,255,255,0.1);
}
.bannerbox .prev img{
	display: block;
	margin: auto;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
}
.bannerbox .next{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	background-color: rgba(255,255,255,0.1);
}
.bannerbox .next img{
	display: block;
	margin: auto;
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	transform: rotate(180deg);
}
/*.bannerbox .next{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
}
.bannerbox .prev{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transform: rotate(180deg);
}*/
.bannerbox:hover .prev{
	opacity: 1
}
.bannerbox:hover .next{
	opacity: 1
}
.bannerhd{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}
.bannerhd ul{
	width: 100%;
	text-align: center;
}
.bannerhd li{
	width: 38px;
	height: 6px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	border-radius: 6px;
	margin-right: 5px
}
.bannerhd .on{
	background-color: #fff;
}
.banner1_div1{
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
}
.banner1_div2{
	margin-top: 18px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	line-height: 40px
}
.news_page_left{
	width: 780px;
	border-right: 1px solid #eee;
	padding-right: 40px;
	box-sizing: border-box;
	float: left;
}
.fhsj{
	font-size: 16px;
	color: #797671;
	cursor: pointer;
	
}
.fhsj img{
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
.fhsj:hover{
	color: #2d8cf0;
}
.fhsj a:hover{
	color: #2d8cf0;
}
.news_page_left_title{
	width: 447px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #434343;
}
.news_page_left_text{
	margin-top: 30px;
}
.news_page_left_text img{
	max-width: 100%;
}
.news_page_left_time{
	margin-top: 15px;
	color: #838383;
	font-family: "Roboto";
	font-size: 20px;
	text-align: center;
}
.news_page_syp{
	font-size: 14px;
	color: #838383;
	margin-bottom: 10px;
}
.news_page_syp a{
	color: #838383;
}
.news_page_syp a:hover{
	color: #2d8cf0;
}
.news_page_left_div{
	margin-top: 32px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.news_page_right{
	float: right;
	width: 330px;
}
.news_page_right_div1{
	font-size: 24px;
	color: #434343;
	margin-bottom: 32px;
}
.news_page_single{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.news_page_single_title{
	font-size: 17px;
	color: #434343;
}
.news_page_single_title:hover{
	color: #2d8cf0;
}
.news_page_single_time{
	color: #838383;
	font-size: 14px;
	margin-top: 5px;
}
.news_page_single:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.fffsbox{
	padding: 70px 0;
}
.fffs_single{
	width: 540px;
	height: 170px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-right: 70px;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}
.fffs_single:nth-child(even){
	margin-right: 0;
}
.fffs_single_left{
	width: 115px;
}
.fffs_single_right_div1{
	font-size: 18px;
	color: #434343;
	margin-bottom: 8px;
}
.fffs_single_right_div2{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div3{
	font-size: 18px;
	color: #434343;
}
.fffs_single_right_div3 span{
	font-size: 22px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div4 span{
	font-size: 18px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div4{
	font-size: 18px;
	color: #434343;
}
.yxhj_banner{
	width: 100%;
    height: 400px;
    background: url(../images/yxhj_banner.jpg) top center no-repeat;
    padding-top: 150px;
    box-sizing: border-box;
}
.xtxxbox{
	width: 100%;
	height: 357px;
	background: url(../images/xtxx_bg.jpg) top center no-repeat;
	padding-top: 60px;
	box-sizing: border-box;
}
.xtxx_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 40px;
}
.xtxx_div2{
	margin-bottom: 15px;
}
.xtxx_div2_left{
	color: #838383;
	font-size: 14px;
	width: 90px;
	float: left;
}
.xtxx_div2_right{
	width: 560px;
	font-size: 14px;
	color: #434343;
	float: left;
}
.zsbox{
	padding: 60px 0 55px;
	background-color: #F6F6F6;
}
.zs_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 40px;
}
.zs_div1_span1{
	color: #2d8cf0;
}
.zs_div1_span2{
	font-size: 14px;
	color: #434343;
	font-weight: normal;
}
.zs_single{
	width: 546px;
	height: 52px;
	background-color: #fff;
	padding: 0 18px;
	box-sizing: border-box;
	float: left;
	margin-right: 58px;
	margin-bottom: 20px;
}
.zs_single:nth-child(even){
	margin-right: 0;
}
.zs_single_left{
	width: 40px;
}
.zs_single_center{
	font-size: 14px;
	color: #434343;
	flex: 1;
}
.zs_single_right{
	font-size: 14px;
	color: #2d8cf0;
	/* font-family: "Roboto"; */
	font-weight: 700;
}
.zs_bz{
	font-size: 14px;
	color: #838383;
	margin-top: 5px;
}
.cspzbox{
	padding: 60px 0 55px;
}
.cspz_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 35px;
}
.cspz_single{
	width: 336px;
	float: left;
	height: 435px;
	margin-right: 71px;
}
.cspz_single:last-child{
	margin-right: 0;
}
.cspz_single_head{
	width: 100%;
	height: 130px;
	background-color: #8362F1;
	padding-top: 37px;
	box-sizing: border-box;
}
.cspz_single_head_div1{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.cspz_single_head_div2{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
}
.cspz_single_content{
	width: 100%;
	height: 305px;
	border: 1px solid #eee;
	border-top: 0;
	box-sizing: border-box;
	padding: 30px 55px 0;
	text-align: center;
	position: relative;
}
.cspz_single_content_div1{
	font-size: 18px;
	color: #434343;
	margin-bottom: 27px;
}
.cspz_single_content_div2{
	font-size: 14px;
	color: #838383;
	margin-bottom: 6px;
}
.cspz_single_content_div3{
	position: absolute;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	/* font-family: "Roboto"; */
	color:#8362f1;
	left: 0;
	bottom: 20px;
}
.cspz_single_content_div3 span{
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.cspz_bz{
	font-size: 14px;
	color: #434343;
	margin-top: 20px;
}
.zysxbg{
	width: 100%;
	height: 487px;
	padding-top: 52px;
	background: url(../images/zysxbg.jpg);
	box-sizing: border-box;
}
.zysx_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 30px;
}
.zysx_div2{
	font-size: 14px;
	color: #434343;
	margin-bottom: 3px;
}
.zysx_div3{
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	margin-top: 50px;
	margin-bottom: 20px;
}
.bbgx_single{
	margin-top: 45px;
}
.bbgx_left{
	float: left;
	width: 73px;
}
.bbgx_left_date{
	text-align: center;
	height: 48px;
	line-height: 56px;
	font-size: 36px;
	/* font-family: "Roboto"; */
	color: #fff;
	font-weight: 700;
	position: relative;
	background-color: #2d8cf0;
}
.bbgx_left_date div{
	width: 28px;
	height: 28px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -14px;
	top: -14px;
}
.bbgx_left_div2{
	border: 2px solid #2d8cf0;
	height: 27px;
	line-height: 27px;
	color: #2d8cf0;
	text-align: center;
	font-size: 14px;
	font-family: "Roboto";
}
.bbgx_center{
	margin-left: 25px;
	float: left;
	margin-top: 32.5px;
}
.bbgx_right{
	margin-left: 35px;
	float: left;
	width: 1007px;
}
.bbgx_right_bbh{
	font-family: "Roboto";
	font-weight: 700;
	font-size: 18px;
	color: #434343;
}
.bbgx_rignt_tx{
	font-size: 14px;
	color: #838383;
	margin-top: 8px;
}
.index_div{
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 108px;
	line-height: 108px;
	background-color: #2d8cf0;
}
.fixbox{
	position: fixed;
	right: 40px;
	bottom:150px;
	z-index: 9000
}
.fix_yuan{
	width: 77px;
	height: 77px;
	border-radius: 5px;
	position: relative; 
	margin-bottom: 12px;
	cursor: pointer;
}
.fix_yuan:last-child{
	margin-bottom: 0
}
.fix_yuan_img{
	position: absolute;
	margin:auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20px; 
}
.fix_yuan_text{
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	/* margin: auto; */
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.fix_wx:hover .fix_wx1{
	display: block;
}
.fix_contect:hover .fix_qw1{
	display: block;
}
.fix_qw1{
  display: none;
  position: relative;
}
.fix_qw1:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	margin: auto;
	top: 13px;
	right: 101px;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
}
.indexewm{
	position: absolute;
	top: 0;
	left: -130px;
	width: 120px;
	height: 120px;
	box-shadow:  0 8px 10px 2px rgba(0,0,0,.0252), 0 3px 14px 2px rgba(0,0,0,.0216), 0 5px 5px 2px rgba(0,0,0,.054);
}
.fix_wx1{
  display: none;
  position: relative;
}
.indexewm::after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	margin: auto;
	top: 33.5px;
	right: -10px;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
}
.fix_contect:hover .indexecontect{
	display: block;
}
.indexecontect{
	position: absolute;
	top: 0;
	left: -130px;
	display: none;
	padding:10px;
	background: #fff;
	box-shadow:  0 8px 10px 2px rgba(0,0,0,.0252), 0 3px 14px 2px rgba(0,0,0,.0216), 0 5px 5px 2px rgba(0,0,0,.054);
}
.indexecontect:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    top: 12px;
    right: -10px;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
.fix_wx1:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    top: 13px;
    right: 101px;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
.fix_top{
	display: none;
}

/* 多端合一 */
.duoall{
	margin: 80px 0 45px;
	display: flex;
	flex-direction: row;
}
.duoall_left,.duoall_right{
	width: 33.33%;
	position: relative;
}
.duoall_mid{
	width: 430px;
	border: 1px dashed rgb(96, 106, 216);
	border-radius: 50%;
	height: 420px;
	box-sizing: border-box;
}
.duoall_left .duo_items{
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.duoall_right .duo_items{
	cursor: pointer;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
}
.duo_text{
  font-size: 18px;
	color: rgb(67, 67, 67);
	margin: 0 20px;
}
.duo_mid{
	top: 35px;
	left: 35px;      
	position: relative;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: #f6f6f6 url(../images/duoall.png) no-repeat center;
}
.duo_sin{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.duo_items:hover .duo_sin{
	background-color: rgb(96, 106, 216);
}
.duo_items:hover .duo_single{
	color: #fff;
}
.duo_single{
	width: 36px;
	font-size: 36px;
	color: #C7C9DF;
	line-height: 37px;
	top: 17px;
	left: 17px;      
	position: relative;
}
.duo_item1,.duo_item2,.duo_item3,.duo_item4,.duo_item5,.duo_item6,.duo_item7,.duo_item8{position: absolute;}
.duo_item1{
	top: -35px;
  right: 25px;
}
.duo_item2{
	top: 100px;
  right: 80px;
}
.duo_item3{
	bottom: 105px;
  right: 80px;
}
.duo_item4{
	bottom: -35px;
  right: 25px;
}
.duo_item5{
	top: -35px;
  left: 25px;
}
.duo_item6{
	top: 100px;
  left: 80px;
}
.duo_item7{
	bottom: 105px;
  left: 80px;
}
.duo_item8{
	bottom: -35px;
  left: 25px;
}


/* 营销插件 */
.marketall{
	margin-top: 60px;
}
.market_box{
	display: flex;
	flex-direction: row;
}
.market_flex{
	width: 50%;
	height: 650px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}
.market_flex1{
	padding-right: 50px;
	position: relative;
}
.market_flex2{
	border-right:1px solid #eee;
}
.market_example_img{
	background: url(../images/bg_phone.png) no-repeat top center;
	width: 100%;
	height: 650px;
	position: relative;
}
.market_example_img .ex_pictures{
	width: 283px;
	height: 503px;
	position: absolute;
	top: 54px;
  left: 133px;
}
.market_list{
	margin-left: 6px;
	cursor: pointer;
	width: 100%;
	height: 162px;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.market_list:hover{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(96, 106, 216, 0.07);
}
.market_img{
	width: 25%;
	position: relative;
}
.market_img_num{
	margin-left: 35px;
	font-size: 70px;
	font-family: "Microsoft YaHei";
	color: rgb(248, 245, 249);
	font-weight: bold;
}
.market_img_i{
	color: #2d8cf0;
	font-size: 42px;
	position: absolute;
	top: 8px;
  left: 65px;
}
.market_text{
	width: 70%;
}
.con_tit{
	font-size: 18px;
	margin-bottom: 10px;
}
.con_text{
	color: #888;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.market_flex::-webkit-scrollbar{
	width: 7px;
}
.market_flex::-webkit-scrollbar-thumb{
  background-color: rgb(109, 118, 219);
	border-radius:5px;
}

/* 功能列表 */
.table_list{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #eaeaea;
	font-size: 12px;
	border-collapse:collapse;
	margin-bottom: 55px;
}
.table_list thead tr{
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 40px;
	padding: 0px 24px;
	background: #f5f6fa;
}
.table_list thead tr th{
	text-align: center;
	border: 1px solid #eaeaea;
}
.table_list tbody tr td{
	border: 1px solid #eaeaea;
	line-height: 36px;
	padding: 0 20px;
}
.table_list tbody tr td:hover{
	background: #F7F7F7;
}
.tb_foot_logo{
	width: 430px;
  margin: 0 auto;
}


/* 2020-5-18 新增 首页-多行业解决方案 */
.core-function {
  text-align: center;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.core-function-item {
  width: 220px;
  height: 160px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.core-function-item:nth-child(5n) {
  margin-right: 0;
}
.core-function-img-hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.core-function-item:hover .core-function-img-hover {
  visibility: visible;
}
.core-function-item h4 {
  color:rgba(255,255,255,1);
  font-size:24px;
  height: 24px;
  line-height: 24px;
  font-weight:400;
  position: absolute;
  top: 64px;
  width: 100%;
  transition: top .3s;
}
.core-function-item p {
  position: absolute;
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,1);
  width: 100%;
  transition: top .3s;
}
.core-function-item:hover .core-function-p1 {
  top: 78px;
}
.core-function-item:hover .core-function-p2 {
  top: 102px;
}
.core-function-item:hover h4 {
  top: 39px;
}
.introbox.agree_boxCon {
    background-color: #F6F6F6;
    padding-top: 60px;
    padding-bottom: 60px;
}
.agree_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 40px;
}
.agree_content h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}
.agree_content p {
    line-height: 30px;
    margin-bottom: 40px;
}
.clearfix.agree_boxBg {
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    padding: 65px 60px 30px;
}