@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"微软雅黑",sans-serif;
	font-size:14px;
}
ul,li,ol{
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
}
html{
	width:100%;
	min-width:1200px;
}
body{
	width:100%;
	min-width:1200px;
}
.over-flow{    //清除浮动
	overflow: auto; zoom: 1;
}
/* 加载动图 */
.loading{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
	background:#fdfdfd url(../images/index/loading.gif) no-repeat center center;
}
/* 头部导航条 */
.header{
	width: 100%;
	min-width: 1200px;
	height:110px;
	margin:0 auto;
	background: #38adff;
	position: relative;
}
.nav{
	position:relative;
	min-width: 1200px;
	height: 110px;
}
.header .nav_logo{
	width: 230px;
	height: 110px;
	line-height: 110px;
	float: left;
	margin-left: 70px;
}
.header .nav_logo img{
	display: block;
	width: 160px;
	height: 100%;
}
.header .nav ul{
	width: 640px;
	height: 110px;
	float: right;
	margin-right: 70px;
}
.header .nav ul li{
	float:right;
}
.header .nav ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	position:relative;
	padding: 38px 15px;
	z-index:11;
}
.header .nav .line{
	position: absolute;
	top: 65px;
	height: 2px;
	width: 21px;
	background: #fff;
    right: 561px;
}
/*.header_course,.header_waterPlan{
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 15px 0;
	z-index: 9999999;
    display: none;
}
.header_course dd,.header_waterPlan dd{
    margin-left: 330px;
}
.header .nav ul li .header_course dd a,.header .nav ul li .header_waterPlan dd a{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.header .nav ul li .header_course dd .hoverActive,.header .nav ul li .header_waterPlan dd .hoverActive{
	color: #38adff;
}
.header_left_icon,.header_right_icon{
	visibility: hidden;
}
.header_left_icon{
	left: -20px;
}
.header_right_icon{
	right: -20px;
}
.hoverActive .header_left_icon,.hoverActive .header_right_icon{
	visibility: visible;
	position: relative;
}
.hoverActive .header_left_icon{
	position:relative;
	animation:myfirst 2s;
	-webkit-animation:myfirst 2s; !* Safari and Chrome *!
}
@keyframes myfirst
{
	0%   {left:-20px; top:0px;}
	50%  {left:0; top:0;}
	100% {left:-20px; top:0px;}
}

@-webkit-keyframes myfirst !* Safari and Chrome *!
{
	0%   {left:-20px; top:0px;}
	50%  {left:0; top:0;}
	100% {left:-20px; top:0px;}
}
.hoverActive .header_right_icon{
	position:relative;
	animation:myright 2s;
	-webkit-animation:myright 2s; !* Safari and Chrome *!
}
@keyframes myright
{
	0%   {right:-20px; top:0px;}
	50%  {right:0; top:0;}
	100% {right:-20px; top:0px;}
}

@-webkit-keyframes myright !* Safari and Chrome *!
{
	0%   {right:-20px; top:0px;}
	50%  {right:0; top:0;}
	100% {right:-20px; top:0px;}
}*/
/* 底部公用样式 */
.footer{
	width:100%;
	min-width:1200px;
	height:500px;
	clear:both;
	background:#38adff;
}
.footer_top p{
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 116px;
}
.indexContactInfo{
	width: 900px;
	margin: 0 auto;
}
.phoneInfo p span{
	background: #fff;
	width: 8px;
	height: 18px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	vertical-align: bottom;
}
.addressInfo p:first-child span:first-child{
	background: #fff;
	width: 8px;
	height: 18px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
}
.phoneInfo,.addressInfo{
	width: 50%;
	float: left;
}
.phoneInfo p,.addressInfo p{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin-left: 7%;
}
.phoneInfo p:nth-child(2),.addressInfo p:nth-child(2){
	margin-top: 5px;
}
.phoneInfo p~p{
	margin-left: 10%;
	font-size: 16px;
	line-height: 30px;
	color: #f1f1f1;
}
.addressInfo .over-flow span:nth-child(1){
	width: 20%;
	margin-left: 13px;
	font-size: 16px;
	line-height: 30px;
	color: #f1f1f1;
}
.addressInfo .over-flow span:nth-child(2){
	width: 63%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #f1f1f1;
}
.codeInfo{
	float: left;
	width: 30%;
	margin-top: 20px;
}
.codeInfo_margin{
	margin-left: 10%;
}
.codeInfo p{
	font-size: 14px;
	color: #f1f1f1;
}
.codeInfo img{
	width: 100px;
}
.footer_end a{
	display: block;
	margin: 0 auto;
	line-height: 68px;
	text-align: center;
	color: #38adff;
	font-size: 16px;
	width: 25%;
	text-decoration:underline;
}
.backTop{
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 999999;
    display: none;
}
.backTop a img{
	width: 40px;
}
.page{
	width:100%;
	min-width:1200px;
}
/*index首页页面*/
#parallax {
	position:relative;
	overflow:hidden;
	height:460px;
}
.layer{
	position: absolute;
	z-index: 999999;
	left: 130px;
	right: 130px;
	bottom: 0;
}
.page_top{
	width: 100%;
	height: 460px;
	background: #38adff;
}
.page_top_content{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.indexInfo{
	background: #fff;
	width: 1000px;
	height: 310px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: -50px;
	box-shadow: 0 0 25px rgba(153,153,153,0.2),
	-5px 0 25px rgba(153,153,153,0.2),
	0 -5px 25px rgba(153,153,153,0.2);
	-moz-box-shadow:5px 0 25px rgba(153,153,153,0.2),
	-5px 0 25px rgba(153,153,153,0.2),
	0 -5px 25px rgba(153,153,153,0.2);
	-webkit-box-shadow:5px 0 25px rgba(153,153,153,0.2),
	-5px 0 25px rgba(153,153,153,0.2),
	0 5px 25px rgba(153,153,153,0.2);
	position:relative;
	z-index:1;
	padding-bottom: 40px;
}
.indexInfo ul li{
	width: 225px;
	text-align: center;
	float: left;
	margin-left: 20px;
}
.indexInfo ul li:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transform:scale(1.3);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.indexInfo ul li:last-child{
	margin-right: 20px;
}
.indexInfo_icon li a{
	display: block;
}
.indexInfo_icon{
	padding-top: 70px;
}
.indexInfo_icon li a img{
	width: 120px;
	height: 120px;
}
.indexInfo_icon li a p{
	color: #000;
	text-align: center;
}
.indexInfo_icon li a .indexInfo_text1{
	padding-top: 20px;
	font-size: 18px;
}
.indexInfo_icon li a .indexInfo_text2{
	font-size: 18px;
}
.indexInfo_icon li a .indexInfo_text3{
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.indexSolution{
	margin-top: 100px;
}
.indexSolution p{
	text-align: center;
}
.indexSolution_title{
	font-size: 22px;
	color: #000;
	line-height: 30px;
}
.indexSolution_titleInfo{
	font-size: 16px;
	color: #aaa;
	line-height: 30px;
	margin-bottom: 30px;
}
.bx-wrapper{
	margin: 0 auto;
	width: 1200px;
}
.bx-wrapper .bx-viewport{
	border: none;
	box-shadow:0 0 0 #ccc;
	webkit-box-shadow:0 0 0 #ccc;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.slideInfo{
	width: 222px;
	height: 300px;
	text-align: center;
	position: relative;
	opacity: 1;
	margin-bottom: 248px;
}
.gray_border{
	border: 1px solid #ccc;
	opacity: 0.5;
}
.slideInfo img{
	margin: 15px 0;
}
.bx-wrapper .bx-next {
	right: 30px;
}
.index_swiperdv0{
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 56px;
}
.indexSolutionInfo{
	width: 100px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2rem;
	text-align: center;
	line-height: 25px;
	color: #ccc;
	margin-top: 5px;
}
.bottom_active,.indexApp,.indexAppInfo .App_indexInfo{
	display: none;
}
.a_Info{
	position:absolute;left:49.4%; top:0%;transform:translate(-50%,0%);z-index: 99;
	border: 2px solid #38adff;
	margin-bottom: 0;
}
.a_Info .bottom_active,.a_Info .indexApp{
	display: block;
}
.a_Info .indexSolutionInfo{
	border: 1px solid #38adff;
	color: #38adff;
}
.slideInfo_icon{
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #38adff;
	border-radius: 50%;
	bottom: -9px;
	left: 104px;
	z-index: 1;
	background: #fff;
}
.slideInfo_icon_line1{
	position: absolute;
	width: 254px;
	height: 3px;
	background: -webkit-linear-gradient(right,#fff,#38adff, #fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#fff,#38adff, #fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#fff,#38adff, #fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#fff,#38adff, #fff); /* 标准的语法 */
	bottom: -49px;
	left: -18px;
	z-index: 1;
}
.slideInfo_icon_line2{
	position: absolute;
	width: 3px;
	height: 40px;
	background: #38adff;
	bottom: -49px;
	left: 112px;
	z-index: 1;
	opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
	top: 25%;
}
.indexApp{
	position: absolute;
	bottom: -200px;
	left: -487px;
	right: -487px;
	text-align: center;
}
.indexApp p{
	color: #333;
	font-size: 18px;
}
.indexApp .moreButton{
    display: block;
	background: #fff;
	color: #aaa;
	border: 1px solid #ccc;
	border-radius: 2rem;
	width: 184px;
	line-height: 40px;
	font-size: 16px;
    margin: 0 auto;
	margin-top: 30px;
}
.indexApp .moreButton:hover{
    color: #38adff;
    border: 1px solid #38adff;
}
.indexCooperation{
	margin: 20px auto;
	width: 1200px;
	margin-top: 0;
}
.indexCooperation_tile{
	height: 280px;
	background: url("../images/index/ic_hezuobeijing.png") no-repeat center;
	background-size: 100% 100%;
}
.indexCooperation_content {
	height: 280px;
	width: 246px;
	margin: 0 auto;
}
.indexCooperation_icon1{
	margin: 93px 0;
	display: block;
	width: 45px;
	height: 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left;
}
.indexCooperationInfo{
	float: left;
	margin: 100px 0;
}
.indexCooperation_icon2{
	display: block;
	width: 45px;
	height: 30px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	margin-top: 155px;
}
.indexCooperationInfo p:first-child{
	font-size: 22px;
	color: #fff;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
}
.indexCooperationInfo p:nth-child(2){
	color: #f1f1f1;
	letter-spacing: 1px;
	font-size: 16px;
}
.indexCooperation_partners{
	margin: 0 auto;
	margin-bottom: 60px;
	height: 275px;
}
.indexCooperation_partners ul:first-child{
	width: 670px;
	height: 70px;
	float: left;
	margin: auto 265px;
	margin-top: 40px;
}
.indexCooperation_partners ul:first-child li{
	float: left;
	width: 167px;
	text-align: center;
	height: 70px;
}
.indexCooperation_partners .huaxi img{
	margin: 10px 0;
	width: 60px;
	height: 50px;
}
.indexCooperation_partners .jinque img{
	margin: 10px 0;
	width: 56px;
	height: 50px;
}
.indexCooperation_partners .mengfali img{
	margin: 15px 0;
	width: 110px;
}
.indexCooperation_partners .daji img{
	margin: 18px 0;
	width: 60px;
	height: 34px;
}
.indexCooperation_partners ul:nth-child(2){
	width: 480px;
	height: 45px;
	float: left;
	margin: auto 360px;
	margin-top: 40px;
}
.indexCooperation_partners ul:nth-child(2) li{
	float: left;
	width: 160px;
	height: 45px;
}
.indexCooperation_partners .simcom img{
	width: 62px;
	height: 45px;
}
.indexCooperation_partners .hf img{
	width: 62px;
	height: 45px;
}
.indexCooperation_partners .mxchip img{
	margin: 10px 0;
	width: 160px;
	height: 24px;
}
.indexCooperation_partners ul:nth-child(3){
	width: 666px;
	height: 40px;
	float: left;
	margin: auto 267px;
	margin-top: 40px;
}
.indexCooperation_partners ul:nth-child(3) li{
	float: left;
	width: 166px;
	height: 40px;
}
.indexCooperation_partners .youyifeng img{
	width: 122px;
	height: 40px;
}
.indexCooperation_partners .aliyun img{
	width: 118px;
	margin: 7px 0;
}
indexCooperation_partners .weixin img{
	width: 105px;
	margin: 4px 0;
}
.indexCooperation_partners .zhifubao img{
	width: 95px;
	margin: 4px 0;
}
.yes{
	display: none;
}
/* products.html 页面 */
.produce_page_top{
    background: url("../images/products/beijingzhuangshi.png") #38adff no-repeat center;
    height: 270px;
    background-size: cover;
}
.produce_page_top_content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    margin-bottom: 10px;
}
.produce_banner_icon{
    position: relative;
    width: 304px;
    height: 144px;
    margin: 0 auto;
}
.produce_banner_icon img{
    position: absolute;
}
.produce_banner_icon .icon1{
    left: 10px;
    top: 0;
    width: 90px;
    height: 120px;
    z-index: 2;
}
.produce_banner_icon .icon2{
    left: 54px;
    top: 55px;
    width: 40px;
    height: 50px;
    z-index: 2;
}
.produce_banner_icon .icon3{
    left: 94px;
    top: 45px;
    width: 32px;
    height: 70px;
}
.produce_banner_icon .icon4{
    right: 94px;
    top: 25px;
    width: 32px;
    height: 70px;
}
.produce_banner_icon .icon5{
    right: 54px;
    top: 65px;
    width: 40px;
    height: 50px;
    z-index: 2;
}
.produce_banner_icon .icon6{
    right: 10px;
    top: 10px;
    width: 90px;
    height: 120px;
    z-index: 2;
}
.box{
    right: 80px;
    top: 92px;
    width: 135px;
    height: 52px;
    z-index: 1;
}
.produce_banner_icon_bottom{
    position: relative;
    width: 340px;
    height: 70px;
    margin: 0 auto;
}
.box_bottom{
    left: 0;
    bottom: 0;
    width: 340px;
    height: 70px;
    z-index: 1;
}
.produce_page_content,.cooperation_page_content,.videopoint_page_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.page_left{
    width: 192px;
    float: left;
    border: 1px solid #ddd;
    position: relative;
    background-color: #fff;
}
.page_left ul li{
    line-height: 40px;
    padding-left: 20px;
}
.page_left ul li~li{
    border-top: 1px solid #ddd;
}
.page_left ul li a{
    display: block;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}
.page_left ul li .active{
    color: #38adff;
}
.nav_triangle1{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: -6px;
}
.nav_triangle2{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 56px;
    right: -6px;
}
.nav_triangle3{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 97px;
    right: -6px;
}
.nav_triangle4{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 138px;
    right: -6px;
}
.nav_triangle5{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 179px;
    right: -6px;
}
.nav_triangle6{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 220px;
    right: -6px;
}
.nav_triangle7{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 261px;
    right: -6px;
}
.nav_triangle8{
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    top: 302px;
    right: -6px;
}
.page_right{
    width: 970px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 34px;
    margin-bottom: 30px;
    background: #fff;
}
.page_right .produceTitle{
    height: 270px;
    background: url("../images/products/banner_del.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.produceTitle_content {
    height: 270px;
    width: 317px;
    margin: 0 auto;
}
.produceTitle_content {
    height: 270px;
    width: 317px;
    margin: 0 auto;
}
.produceTitle_icon1{
    margin: 68px 0;
    display: block;
    width: 28px;
    height: 32px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    float: left;
}
.produceTitleInfo{
    float: left;
    margin: 72px 0;
}
.produceTitle_icon2{
    display: block;
    width: 28px;
    height: 32px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    margin-top: 180px;
}
.produceTitleInfo p:first-child{
    font-size: 48px;
    color: #fff;
    line-height: 85px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}
.produceTitleInfo p:nth-child(2){
    color: #f1f1f1;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}
.produceTitleInfo p:nth-child(3){
    color: #f1f1f1;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}
.produce_features_title p,.produce_function_title p,.produce_advantage_title p{
    text-align: center;
    line-height: 28px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.produce_features_title p span img,.produce_function_title p span img,.produce_advantage_title p span img{
    vertical-align: bottom;
}
.produce_features_title p span,.produce_function_title span,.produce_advantage_title span{
    padding: 0 20px;
}
.produce_features_content{
    width: 614px;
    height: 234px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.zuo{
    position: absolute;
    left: 10px;
    top: 15px;
}
.zuo img,.you img{
    width: 46px;
    height: 30px;
}
.you{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.produce_features_content ul{
    float: left;
    width: 556px;
    height: 150px;
    margin: 40px;
}
.produce_features_content ul li{
    float: left;
    width: 165px;
    height: 150px;
    background: #008aff;
    border-radius: 5px;
}
.produce_features_content ul li:nth-child(2){
    background: #41c265;
}
.produce_features_content ul li:nth-child(3){
    background: #1dc3c5;
}
.produce_features_content ul li~li{
    margin-left: 30px;
}
.produce_features_content ul li p{
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    margin: 20px 25px;
    letter-spacing: 1px;
}
.produce_features_content ul li:nth-child(2) p,.produce_features_content ul li:nth-child(3) p{
    margin: 20px 32px;
}
.produce_function_content_title,
.produce_function_content1_title,
.produce_function_content2_title,
.produce_function_content3_title,
.produce_function_content4_title,
.produce_function_content5_title{
    text-align: center;
    font-size: 22px;
    color: #666;
    font-weight: normal;
    margin: 30px 0;
}
.produce_features_content ul{
    float: left;
    width: 556px;
    height: 150px;
    margin: 40px;
}
.produce_features_content ul li{
    float: left;
    width: 165px;
    height: 150px;
    background: #008aff;
    border-radius: 5px;
}
.produce_function_content{
    width: 550px;
    height: 323px;
    margin: 0 auto;
    overflow: hidden;
}
.produce_function_content ul{
    float: left;
    width: 550px;
    height: 234px;
    position: relative;
}
.produce_function_content ul li{
    width: 232px;
    height: 234px;
    float: left;
    text-align: center;
}
.produce_function_content ul li span img{
    margin-top: 26px;
}
.produce_function_content ul li p{
    color: #fff;
    font-size: 14px;
}
.produce_function_content ul li:nth-child(1){
    background: url("../images/products/weixinbg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}
.produce_function_content ul li:nth-child(2){
    background: url("../images/products/zhifubaobg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 106px;
}
.produce_function_content ul li:nth-child(3){
    background: url("../images/products/APPbg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 212px;
}
.produce_function_content ul li:nth-child(4){
    background: url("../images/products/yingshoubg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 318px;
}
.produce_functionInfo{
    position: absolute;
    bottom: 3px;
    left: 68px;
    width: 404px;
    height: 134px;
}
.produce_function_content1{
    width: 375px;
    height: 311px;
    margin: 0 auto;
    overflow: hidden;
}
.produce_function_content1 img{
    width: 342px;
    height: 222px;
    margin: 0 16px;
}
.produce_function_content2{
    width: 306px;
    height: 333px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.failure1{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 178px;
    height: 202px;
}
.failure2{
    position: absolute;
    left: 40px;
    bottom: 52px;
    width: 150px;
    height: 167px;
}
.failure3{
    position: absolute;
    left: 130px;
    bottom: 108px;
    width: 156px;
    height: 142px;
}
.produce_function_content3{
    width: 440px;
    height: 339px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.long_range1{
    position: absolute;
    bottom: 15px;
    width: 90px;
    height: 250px;
    left: 126px;
}
.long_range2{
    position: absolute;
    bottom: 15px;
    width: 83px;
    height: 225px;
    left: 234px;
    transition:0.5s 0.5s;
}
.produce_function_content4{
    width: 390px;
    height: 345px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.produce_function_content4 p:nth-child(2){
    line-height: 86px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 86px;
    height: 86px;
    background: url("../images/products/management_role1.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 66px;
    left: 0;
}
.produce_function_content4 p:nth-child(3){
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 86px;
    height: 86px;
    background: url("../images/products/management_role2.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 152px;
    padding-top: 21px;
    bottom: 149px;
}
.produce_function_content4 p:nth-child(4){
    line-height: 86px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 86px;
    height: 86px;
    background: url("../images/products/management_role3.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 66px;
}
.produce_function_content4 p:nth-child(5){
    width: 290px;
    height: 120px;
    position: absolute;
    left: 43px;
    z-index: -1;
    bottom: 100px;
}
.produce_function_content4 p:nth-child(5) img{
    width: 300px;
    height: 150px;
}
.produce_function_content4 p:nth-child(6){
    width: 138px;
    height: 158px;
    position: absolute;
    bottom: 0;
    left: 128px;
}
.produce_function_content4 p:nth-child(6) img{
    width: 138px;
    height: 158px;
}
.produce_function_content5{
    width: 392px;
    height: 307px;
    margin: 0 auto;
    position: relative;
}
.produce_function_content5 p:nth-child(2){
    line-height: 76px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 76px;
    height: 76px;
    background: url("../images/products/bg1.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 124px;
    left: 20px;
    overflow: hidden;
}
.produce_function_content5 p:nth-child(3){
    line-height: 66px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 66px;
    height: 66px;
    background: url("../images/products/bg2.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 42px;
    left: 74px;
}
.produce_function_content5 p:nth-child(4){
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 84px;
    height: 84px;
    background: url("../images/products/bg3.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 26px;
    padding-top: 20px;
}
.produce_function_content5 p:nth-child(5){
    line-height: 66px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 66px;
    height: 66px;
    background: url("../images/products/bg4.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 180px;
    right: 20px;
}
.produce_function_content5 p:nth-child(6){
    width: 178px;
    height: 184px;
    position: absolute;
    bottom: 52px;
    left: 120px;
}
.produce_function_content5 p:nth-child(6) img{
    width: 178px;
    height: 184px;
}
.produce_advantage{
    width: 910px;
    margin: 0 auto;
}
.produce_advantage_content{
    width: 910px;
    height: 270px;
    margin: 30px auto;
}
.produce_advantage_content ul{
    float: left;
    width: 910px;
    height: 270px;
    margin: 0 auto;
}
.produce_advantage_content ul li{
    float: left;
    width: 182px;
    height: 270px;
    background: #109dff;
    text-align: center;
}
.produce_advantage_content ul li:nth-child(odd){
    background: #0096ff;
}
.produce_advantage_content ul li span img{
    width: 41px;
    height: 41px;
    margin-top: 53px;
    margin-bottom: 28px;
}
.produce_advantage_content ul li p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.page_right1{
    width: 970px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 34px;
    margin-bottom: 30px;
    background: #fff;
}
.page_right1 .produceTitle{
    height: 270px;
    background: url("../images/products/page1_banne_delr.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
}
.coin_produceTitle_content {
    height: 270px;
    width: 496px;
    margin: 0 auto;
}
.coin_produceTitle1{
    width: 140px;
    height: 40px;
    background: url("../images/products/coin_produceTitle1.png") no-repeat;
    background-size: contain;
    color: #f2582d;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    float: right;
    text-align: center;
    padding-left: 15px;
    margin: 36px 20px 0 0;
}
.coin_produceTitle2{
    text-align: center;
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: 1px;
    padding-top: 80px;
}
.coin_produceTitle3{
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 5px;
}
.coin_produceTitle_end{
    width: 910px;
    height: 194px;
    background: url("../images/products/shouchuangbg.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    overflow: hidden;
}
.coin_produceTitle_end p:first-child{
    text-align: center;
    font-size: 24px;
    color: #f2582d;
    font-weight: bold;
    padding: 60px 0 10px 0;
    letter-spacing: 1px;
}
.coin_produceTitle_end p:nth-child(2){
    text-align: center;
    color: #f2582d;
    font-size: 18px;
    letter-spacing: 1px;
}
.coin_produce_features{
    width: 730px;
    height: 668px;
    margin: 0 auto;
    margin-top: 30px;
}
.coin_produce_features_content{
    width: 730px;
    height: 575px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.svgStyle{
    margin: 0 auto;
    display: block;
    z-index: 2;
}
.pathStyle1,.pathStyle2,.pathStyle5,.pathStyle6{
    stroke:#fff;
    stroke-width:2px;
    fill:none;
    z-index: 2;
}
.pathStyle3,.pathStyle4,.pathStyle7,.pathStyle8{
    stroke:#f2582d;
    stroke-width:2px;
    fill:none;
    z-index: 2;
}
.coin_produce_features_content p img{
    width: 136px;
    height: 92px;
}
.coin_produce_features_content .coin_produce5 img{
    width: 182px;
    height: 522px;
}
.coin_produce_features_content .coin_produce1{
    width: 136px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 119px;
}
.coin_produce_features_content .coin_produce2{
    width: 136px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 247px;
}
.coin_produce_features_content .coin_produce3{
    width: 136px;
    height: 92px;
    position: absolute;
    right: 0;
    top: 228px;
}
.coin_produce_features_content .coin_produce4{
    width: 136px;
    height: 92px;
    position: absolute;
    right:0;
    top: 356px;
}
.coin_produce_features_content .coin_produce5{
    width: 182px;
    height: 522px;
    position: absolute;
    left: 270px;
    top: 0;
    z-index: -1;
}
.coin_produce_features_content span{
    color: #f2582d;
    font-size: 18px;
}
.coin_produce_features_content .coin_mouth1_text{
    position: absolute;
    top: 196px;
    left: 200px;
}
.coin_produce_features_content .coin_mouth2_text{
    position: absolute;
    top: 310px;
    left: 466px;
}
.coin_produce_features_content .coin_text{
    text-align: center;
    color: #666;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 316px;
}
.coin_produce_solutions{
    width: 910px;
    height: 340px;
    margin: 30px auto;
}
.coin_produce_solutions_content p{
    text-align: center;
    font-size: 20px;
    color: #666;
    letter-spacing: 1px;
}
.coin_produce_solutions_content_info{
    width: 910px;
    height: 236px;
    position: relative;
}
.coin_produce_solutions_bg{
    width: 910px;
    height: 102px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.coin_produce_solutions_img{
    width: 390px;
    height: 166px;
    position: absolute;
    bottom: 0;
    left: 260px;
}
.coin_produce_solutions_zhuangshi1{
    width: 48px;
    height: 40px;
    position: absolute;
    bottom: 147px;
    left: 260px;
}
.coin_produce_solutions_zhuangshi2{
    width: 25px;
    height: 36px;
    position: absolute;
    bottom: 164px;
    left: 630px;
}
.coin_produce_solutions_zhuangshi3{
    width: 15px;
    height: 19px;
    position: absolute;
    bottom: 172px;
    left: 608px;
}
.coin_statement{
    width: 910px;
    height: 345px;
    margin: 0 auto;
    text-align: center;
}
.coin_statement p{
    font-size: 20px;
    color: #666;
    padding: 25px;
    letter-spacing: 1px;
}
.coin_statement img{
    width: 670px;
    height: 255px;
}
.page_right2{
    width: 970px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 34px;
    margin-bottom: 30px;
    background: #fff;
}
.page_right2 .produceTitle{
    height: 270px;
    background: url("../images/products/wawajibg.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
}
.machine_produceTitle_end{
    width: 910px;
    height: 194px;
    background: url("../images/products/duchuang.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 30px;
}
.machine_produceTitle_end p{
    text-align: center;
    color: #ff394c;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 194px;
}
.machine_produce_features_content{
    width: 695px;
    height: 270px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.machine_text{
    text-align: center;
    font-size: 20px;
    color: #666;
    letter-spacing: 1px;
}
.machine_produce_features_content p:nth-child(2){
    position: absolute;
    width: 97px;
    height: 230px;
    left: 0;
    bottom: 0;
}
.machine_produce_features_content p:nth-child(2) img,.machine_produce_features_content p:nth-child(3) img{
    width: 97px;
    height: 230px;
}
.machine_produce_features_content p:nth-child(3){
    position: absolute;
    width: 97px;
    height: 230px;
    right: 0;
    bottom: 5px;
}
.machine_produce_features_content p:nth-child(4){
    position: absolute;
    width: 266px;
    height:180px;
    left:206px;
    bottom: 20px;
}
.machine_produce_features_content p:nth-child(4) img{
    width: 266px;
    height:180px;
}
.machine_produce_features_content p:nth-child(5){
    position: absolute;
    width: 128px;
    height: 82px;
    left: 80px;
    bottom: 62px;
}
.machine_produce_features_content p:nth-child(6){
    position: absolute;
    width: 170px;
    height: 50px;
    right: 44px;
    bottom: 85px;
}
.machine_produce_features_content p:nth-child(5) img{
    width: 126px;
    height: 43px;
}
.machine_produce_features_content p:nth-child(6) img{
    width: 170px;
    height: 50px;
}
.machine_produce_features_content1{
    width: 970px;
    height: 350px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content1 .machine_img1{
    width: 100px;
    height: 62px;
    position: absolute;
    top: 102px;
    left: 60px;
}
.machine_produce_features_content1 .machine_img2{
    width: 44px;
    height: 27px;
    position: absolute;
    top: 290px;
    right: 170px;
}
.machine_produce_features_content1 .machine_img3{
    width: 302px;
    height: 138px;
    position: absolute;
    top: 138px;
    left: 376px;
}
.machine_produce_features_content1 .machine_img4{
    width: 114px;
    height: 234px;
    position: absolute;
    top: 78px;
    left: 436px;
}
.machine_produce_features_content1 .machine_title{
    width: 82px;
    height: 22px;
    position: absolute;
    top: 195px;
    right: 324px;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
}
.machine_produce_features_content2{
    width: 970px;
    height: 272px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content4{
    width: 970px;
    height: 234px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content2 .machine_img1{
    width: 60px;
    height: 46px;
    top: 180px;
    left: 202px;
    position: absolute;
}
.machine_produce_features_content2 .machine_img3,.machine_produce_features_content4 .machine_img3{
    width: 302px;
    height: 138px;
    position: absolute;
    top: 56px;
    left: 312px;
}
.machine_produce_features_content2 .machine_img4,.machine_produce_features_content4 .machine_img4{
    width: 114px;
    height: 234px;
    position: absolute;
    top: 0;
    left: 438px;
}
.machine_produce_features_content2 .machine_title,.machine_produce_features_content4 .machine_title{
    width: 82px;
    height: 22px;
    position: absolute;
    top: 112px;
    left: 340px;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
}
.machine_produce_features_content3{
    width: 970px;
    height: 270px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content3 .machine_img1{
    width: 160px;
    height: 70px;
    position: absolute;
    top: 164px;
    right:28px;
}
.machine_produce_features_content3 .machine_img3{
    width: 302px;
    height: 138px;
    position: absolute;
    top: 55px;
    left: 376px;
}
.machine_produce_features_content3 .machine_img4{
    width: 114px;
    height: 234px;
    position: absolute;
    top: 0;
    left: 436px;
}
.machine_produce_features_content3 .machine_title{
    width: 82px;
    height: 22px;
    position: absolute;
    top: 110px;
    right: 324px;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
}
.machine_produce_features_content5{
    width: 970px;
    height: 318px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content5 .machine_img1{
    width: 108px;
    height: 55px;
    position: absolute;
    left: 106px;
    top:0;
    transform:rotate(-50deg);
    -ms-transform:rotate(-50deg);
    -moz-transform:rotate(-50deg);
    -webkit-transform:rotate(-50deg);
    -o-transform:rotate(-50deg);
}
.machine_produce_features_content5 .machine_img2{
    width: 42px;
    height: 20px;
    position: absolute;
    right: 236px;
    bottom: 35px;
    transform:rotate(50deg);
    -ms-transform:rotate(50deg);
    -moz-transform:rotate(50deg);
    -webkit-transform:rotate(50deg);
    -o-transform:rotate(50deg);
}
.machine_produce_features_content5 .machine_img3{
    width: 302px;
    height: 138px;
    position: absolute;
    top: 92px;
    left: 376px;
}
.machine_produce_features_content5 .machine_img4{
    width: 114px;
    height: 234px;
    position: absolute;
    top: 38px;
    left: 436px;
}
.machine_produce_features_content5 .machine_title{
    width: 82px;
    height: 22px;
    position: absolute;
    top: 149px;
    right: 324px;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
}
.machine_produce_features_content6{
    width: 435px;
    height: 214px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.machine_produce_features_content6 p{
    text-align: center;
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
}
.payment_way1{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #4fbf7f;
    position: absolute;
    top: 66px;
    left: 0;
}
.payment_way1 p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
}
.payment_line1 img{
    width: 46px;
    height: 30px;
    position: absolute;
    left: 105px;
    top: 65px;
}
.payment_way2{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #4fbfa9;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 79px;
    position: absolute;
    top: 66px;
    left: 180px;
}
.payment_line2 img{
    width: 46px;
    height: 30px;
    position: absolute;
    left: 282px;
    top: 65px;
}
.payment_way3{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #38adff;
    color: #fff;
    font-size: 20px;
    line-height: 79px;
    text-align: center;
    position: absolute;
    top: 66px;
    right: 0;
}

.page_right3{
    width: 970px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 34px;
    margin-bottom: 30px;
    background: #fff;
}
.page_right7 .produceTitle{
    height: 270px;
    background: url("../images/products/networksbg.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
}
.networks_produceTitle1{
    text-align: center;
    color: #fff;
    font-size: 42px;
    padding-top: 20px;
    line-height: 42px;
    letter-spacing: 4px;
    font-weight: bold;
}
.networks_produceTitle2{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
}
.left_line,.right_line{
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
}
.left_line{
    left: 326px;
}
.right_line{
    right: 326px;
}
.networks_produceTitle_img{
    text-align: center;
    line-height: 162px;
}
.networks_produceTitle_img img{
    width: 210px;
    height: 162px;
    margin-top: 6px;
}
.networks_produce_features{
    width: 910px;
    height: 250px;
    margin: 0 auto;
    margin-top: 40px;
}
.networks_produce_features_content{
    width: 510px;
    height: 68px;
    margin: 0 auto;
    border-bottom: 1px solid #38adff;
    position: relative;
}
.networks_produce_features_content1{
    width: 510px;
    height: 68px;
    margin: 0 auto;
    border-bottom: 1px solid #38adff;
    position: relative;
    margin-top: 30px;
}
.networks_produce_features_content p,.networks_produce_features_content1 p{
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 68px;
}
.networks_produce_features_content p:nth-child(2),.networks_produce_features_content1 p:nth-child(2){
    width: 94px;
    height: 66px;
    background: url("../images/products/wenzibeijing.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    right: -30px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
}
.networks_produce_function_content p:nth-child(1),
.networks_produce_function_content1 p:nth-child(1),
.networks_produce_function_content2 p:nth-child(1),
.networks_produce_function_content3 p:nth-child(1){
    line-height: 68px;
    color: #666;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
}
.networks_produce_function_content p:nth-child(2){
    height: 430px;
    text-align: center;
}
.networks_produce_function_content1 p:nth-child(2),
.networks_produce_function_content2 p:nth-child(2),
.networks_produce_function_content3 p:nth-child(2){
    height: 368px;
    text-align: center;
}
.networks_produce_function_content p:nth-child(2) img{
    width: 440px;
    height: 380px;
    margin-top: 30px;
}
.networks_produce_function_content1 p:nth-child(2) img,
.networks_produce_function_content2 p:nth-child(2) img,
.networks_produce_function_content3 p:nth-child(2) img{
    width: 208px;
    height: 328px;
    margin-top: 10px;
}
/* platform.html 页面 */
.platform_concept{
    width: 902px;
    height: 570px;
    margin: 0 auto;
}
.platform_concept_title{
    text-align: center;
    margin-top: 40px;
}
.platform_concept_title .platform_concept_title_text1{
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
}
.platform_concept_title .platform_concept_title_text2{
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.platform_concept_content{
    width: 900px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.platform_concept_content_left1{
    width: 122px;
    height: 450px;
    background: url("../images/platform/platform_concept_content_left1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.platform_concept_content_right1{
    width: 122px;
    height: 450px;
    background: url("../images/platform/platform_concept_content_right1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.platform_concept_content_left1 p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    width: 106px;
    text-align: center;
    line-height: 32px;
}
.platform_concept_content_right1 p{
    width: 122px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
}
.platform_concept_content_right1 p:first-child{
    margin-top: 16px;
}
.platform_concept_content_left1 p:first-child{
    margin-top: 5px;
}
.universal_service{
    margin-top: 32px;
}
.platform_concept_content_left1 .more{
    line-height: 0;
    font-size: 36px;
}
.platform_concept_content_left2{
    width: 120px;
    height: 266px;
    background: url("../images/platform/platform_concept_content_left2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 94px;
    left: 121px;
}
.platform_concept_content_right2{
    width: 120px;
    height: 266px;
    background: url("../images/platform/platform_concept_content_right2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 94px;
    right: 121px;
}
.platform_concept_content_left2 p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    width: 106px;
    line-height: 133px;
    height: 133px;
}
.platform_concept_content_right2 p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin: 46px 0 92px 15px;
}
.platform_concept_content_left3{
    width: 120px;
    height: 154px;
    background: url("../images/platform/platform_concept_content_left3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: 240px;
}
.platform_concept_content_right3{
    width: 120px;
    height: 154px;
    background: url("../images/platform/platform_concept_content_right3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 150px;
    right: 241px;
}
.platform_concept_content_left3 p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    width: 106px;
    line-height: 154px;
    height: 154px;
    background: url("../images/platform/yingjianbeijing.png") no-repeat center;
    background-size: 88px 88px;
}
.platform_concept_content_right3 p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    width: 120px;
    line-height: 154px;
    height: 154px;
    background: url("../images/platform/ruanjianbeijing.png") no-repeat center;
    background-size: 88px 88px;
    margin-left: 8px;
}
.platform_concept_content_center{
    width: 180px;
    height: 90px;
    background: url("../images/platform/youyiyunpingtai.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 184px;
    left: 360px;
}
.platform_concept_content_center p{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    width: 180px;
    line-height: 90px;
    height: 90px;
}
.platform_architecture{
    width: 870px;
    height: 566px;
    margin: 0 auto;
}
.platform_architecture_title,.platform_domain_title,.platform_partners_title{
    text-align: center;
}
.platform_architecture_title .platform_architecture_title_text1,
.platform_process_title .platform_process_title_text1,
.platform_domain_title .platform_domain_title_text1,
.platform_domain_content_top p:first-child,
.platform_domain_content1_top p:first-child,
.platform_domain_content2_top p:first-child,
.platform_domain_content3_top p:first-child,
.platform_partners_title .platform_partners_title_text1{
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
}
.platform_architecture_title .platform_architecture_title_text2,
.platform_process_title .platform_process_title_text2,
.platform_domain_title .platform_domain_title_text2,
.platform_domain_content_top p:nth-child(2),
.platform_partners_title .platform_partners_title_text2{
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.platform_domain_content_top p:nth-child(2){
    padding-top: 10px;
}
.platform_domain_content1_top p:nth-child(2),
.platform_domain_content2_top p:nth-child(2),
.platform_domain_content3_top p:nth-child(2){
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.platform_architecture_content{
    width: 870px;
    height: 420px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.platform_architecture_content_top{
    width: 274px;
    height: 94px;
    margin: 0 auto;
    background: url("../images/platform/tuoyuan.png") no-repeat center;
    background-size: contain;
}
.platform_architecture_content_top p{
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.platform_architecture_content_top p:first-child{
    padding-top: 22px;
    font-size: 20px;
}
.platform_architecture_content_center{
    width: 870px;
    height: 204px;
    margin: 0 auto;
}
.architecture_left{
    width: 150px;
    height: 204px;
    background: url("../images/platform/PChoutai.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 60px;
}
.architecture_left p,.architecture_center p,.architecture_right p{
    text-align: center;
    color: #fff;
}
.platform_architecture_icon img{
    width: 40px;
    height: 36px;
    margin: 21px 0;
}
.architecture_left p:nth-child(2),.architecture_center p:nth-child(2),.architecture_right p:nth-child(2){
    line-height: 40px;
    font-size: 18px;
}
.architecture_left p:last-child,.architecture_center p:last-child{
    text-align: left;
    padding-left: 10px;
}
.architecture_center{
    width: 150px;
    height: 204px;
    background: url("../images/platform/zhinengyingjianbg.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 360px;
    bottom: 60px;
}
.architecture_right{
    width: 150px;
    height: 204px;
    background: url("../images/platform/superAPP.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.platform_pay{
    width: 150px;
    height: 90px;
    background: url("../images/platform/alter.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 182px;
    bottom: 60px;
}
.platform_pay p{
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
}
.platform_process{
    width: 870px;
    height: 566px;
    margin: 0 auto;
}
.platform_process_title{
    text-align: center;
}
.platform_process_content{
    width: 870px;
    height: 457px;
    margin: 0 auto;
    background: url("../images/platform/hezuoliucheng.png") no-repeat center;
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.platform_process_content1{
    width: 152px;
    height: 88px;
    margin: 0 auto;
}
.platform_process_content1_info p:first-child,
.platform_process_content2_info p:first-child,
.platform_process_content3_info p:first-child,
.platform_process_content4_info p:first-child,
.platform_process_content5_info p:first-child,
.platform_process_content6_info p:first-child,
.platform_process_content7_info p:first-child,
.platform_process_content8_info p:first-child{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    background: #38adff;
    border-radius: 5px 5px 0 0;
    letter-spacing: 2px;
}
.platform_process_content1_info p:nth-child(2),
.platform_process_content2_info p:nth-child(2),
.platform_process_content7_info p:nth-child(2),
.platform_process_content8_info p:nth-child(2){
    color: #666;
    padding: 2px 5px;
    letter-spacing: 1px;
}
.platform_process_content3_info p:nth-child(2){
    color: #666;
    padding: 2px 5px;
}
.platform_process_content4_info p:nth-child(2){
    color: #666;
    letter-spacing: 1px;
    padding: 10px 5px;
}
.platform_process_content5_info p:nth-child(2),
.platform_process_content6_info p:nth-child(2){
    color: #666;
    letter-spacing: 1px;
    padding: 14px 5px;
}
.platform_process_content2{
    position: absolute;
    top:120px;
    left: 60px;
}
.platform_process_content1_info,.platform_process_content2_info,.platform_process_content4_info,.platform_process_content7_info,.platform_process_content8_info{
    width: 150px;
    height: 70px;
    border: 1px solid #38adff;
    border-radius: 5px;
}
.triangle1{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 15px solid #38adff;
    margin-left: 69px;
}
.triangle2,.triangle4{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 15px solid  #38adff;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 152px;
    top: 32px;
}
.triangle3{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 15px solid  #38adff;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 172px;
    top: 46px;
}
.triangle5,.triangle6{
    width: 0;
    height: 0;
    border-top:7px solid transparent;
    border-right: 15px solid #38adff;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -14px;
    top: 45px;
}
.triangle7{
    width: 0;
    height: 0;
    border-top:7px solid transparent;
    border-right: 15px solid #38adff;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -14px;
    top: 35px;
}
.triangle8{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #38adff;
    margin-left: 69px;
}
.platform_process_content3{
    position: absolute;
    top: 105px;
    left: 350px;
}
.platform_process_content3_info,.platform_process_content5_info,.platform_process_content6_info{
    width: 170px;
    height: 94px;
    border: 1px solid #38adff;
    border-radius: 5px;
}
.platform_process_content4{
    position: absolute;
    top:120px;
    right: 60px;
}
.platform_process_content5{
    position: absolute;
    top: 250px;
    left: 50px;
}
.platform_process_content6{
    position: absolute;
    top: 250px;
    left: 350px;
}
.platform_process_content7{
    position: absolute;
    top:260px;
    right: 60px;
}
.platform_process_content8{
    position: absolute;
    bottom: 0;
    left: 362px;
}
.platform_domain{
    width: 870px;
    height: 1920px;
    margin: 0 auto;
}
.platform_domain_content_top p,
.platform_domain_content1_top p,
.platform_domain_content2_top p,
.platform_domain_content3_top p{
    text-align: center;
}
.platform_domain_content .platform_domain_content_center{
    width: 354px;
    height: 348px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    position: relative;
}
.siyuan_bg{
    width: 354px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.domain_bg{
    width: 260px;
    height: 240px;
    margin-top: 60px;
    z-index: 1;
}
.platform_domain_info1{
    position: absolute;
    width: 122px;
    height: 122px;
    top: 0;
    left: 114px;
    text-align: center;
    color: #f2f2f2;
    padding: 25px 0;
}
.platform_domain_info2{
    position: absolute;
    top: 122px;
    left: 102px;
    width: 152px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #f2f2f2;
}
.platform_domain_info3{
    position: absolute;
    width: 124px;
    height: 124px;
    bottom: 15px;
    left: 0;
    text-align: center;
    color: #f2f2f2;
}
.platform_domain_info4{
    position: absolute;
    width: 124px;
    height: 124px;
    bottom: 36px;
    right: -5px;
    text-align: center;
    color: #f2f2f2;
}
.platform_domain_content1{
    width: 780px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}
.platform_domain_content1 .platform_domain_content_center{
    width: 754px;
    height: 375px;
    margin: 0 auto;
}
.platform_domain_content_infobg{
    width: 732px;
    height: 290px;
    margin: 0 auto;
    background: url("../images/platform/meinengli.png") no-repeat center;
    background-size: contain;
    position: relative;
}
.platform_domain_info5{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 44px;
    left: 17px;
    text-align: center;
    color: #f2f2f2;
    padding: 6px 0;
}
.platform_domain_info6{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 120px;
    text-align: center;
    color: #f2f2f2;
    padding: 6px 0;
}
.platform_domain_info7{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 44px;
    right: 32px;
    text-align: center;
    color: #f2f2f2;
    padding: 2px 0;
}
.platform_domain_info8{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 169px;
    text-align: center;
    color: #f2f2f2;
    padding: 11px 0;
}
.platform_domain_info9{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 82px;
    left: 265px;
    text-align: center;
    color: #f2f2f2;
    padding: 8px 0;
}
.platform_domain_info10{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 145px;
    left: 151px;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0;
}
.platform_domain_info11{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 208px;
    left: 325px;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0;
}
.platform_domain_info12{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 104px;
    left: 402px;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0;
}
.platform_domain_info13{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    right: 92px;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0;
}
.platform_domain_info15{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 240px;
    left: 88px;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0;
}
.platform_domain_info16{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 198px;
    right: 195px;
    text-align: center;
    color: #f2f2f2;
    padding: 6px 0;
}
.platform_domain_content_infoender{
    width: 408px;
    height: 80px;
    background: url("../images/platform/dayuan.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom:20px;
    left: 190px;
    line-height: 80px;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    letter-spacing: 1px;
}
.platform_process_content2{
    width: 426px;
    height: 420px;
    margin: 0 auto;
}
.platform_domain_content2 .platform_domain_content_center{
    width: 236px;
    height: 236px;
    margin: 0 auto;
    background: url("../images/platform/yizhanshi.png") no-repeat center;
    background-size: contain;
    padding-top: 35px;
    position: relative;
}
.platform_domain_info17{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 138px;
    left: -10px;
}
.platform_domain_info18{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 200px;
    left: 36px;
}
.platform_domain_info19{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 200px;
    right: 36px;
}
.platform_domain_info20{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 106px;
    right: -10px;
}
.platform_domain_info21{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 55px;
    right: 30px;
}
.platform_domain_info22{
    width: 80px;
    text-align: center;
    color: #f2f2f2;
    position: absolute;
    bottom: 66px;
    left: 32px;
}
.platform_domain_info23{
    width: 80px;
    text-align: center;
    color: #38adff;
    position: absolute;
    bottom: 120px;
    left: 80px;
    letter-spacing: 1px;
}
.platform_domain_content3{
    width: 772px;
    height: 495px;
    margin: 0 auto;
    margin-top: 30px;
}
.platform_domain_content3 .platform_domain_content_center{
    width: 772px;
    height: 282px;
    margin: 0 auto;
    text-align: center;
}
.platform_domain_content3 .platform_domain_content_center img{
    width: 772px;
    height: 282px;
}
.platform_partners{
    width: 880px;
    height: 570px;
    margin: 0 auto;
}
.platform_partners_content{
    width: 880px;
    height: 420px;
    margin: 0 auto;
    margin-top: 100px;
}
.platform_partners_content ul:first-child{
    width: 790px;
    height: 58px;
}
.platform_partners_content ul:first-child li{
    float: left;
    width: 130px;
    height: 58px;
    text-align: center;
}
.platform_partners_content .huaxi img{
    width: 60px;
}
.platform_partners_content .jinque img{
    width: 56px;
    margin-top: 1px;
}
.platform_partners_content .mengfali img{
    width: 112px;
    margin-top: 8px;
}
.platform_partners_content .daji img{
    width: 50px;
    margin-top: 10px;
}
.platform_partners_content .simcom img{
    width: 60px;
    margin-top: 9px;
}
.platform_partners_content .hf img{
    width: 72px;
    margin-top: 5px;
}
.platform_partners_content ul:nth-child(2){
    width: 816px;
    height: 58px;
}
.platform_partners_content ul:nth-child(2) li{
    float: left;
    width: 163px;
    height: 58px;
    text-align: center;
}
.platform_partners_content .mxchip img{
    width: 162px;
    margin-top: 18px;
}
.platform_partners_content .chinabank img{
    width: 130px;
    margin-top: 18px;
}
.platform_partners_content .zhongxinbank img{
    width: 100px;
    margin-top: 15px;
}
.platform_partners_content .chaintelecommunication img{
    width: 100px;
    margin-top: 15px;
}
.platform_partners_content .chinamobile img{
    width: 90px;
    margin-top: 15px;
}
.platform_partners_content ul:nth-child(3){
    width: 876px;
    height: 58px;
}
.platform_partners_content ul:nth-child(3) li{
    float: left;
    width: 175px;
    height: 58px;
    text-align: center;
}
.platform_partners_content .youyifeng img{
    width: 126px;
    margin-top: 10px;
}
.platform_partners_content .aliyun img{
    width: 118px;
    margin-top: 15px;
}
.platform_partners_content .weixin img{
    width: 106px;
    margin-top: 12px;
}
.platform_partners_content .zhifubao img{
    width: 96px;
    margin-top: 12px;
}
.platform_partners_content .chinaunicom img{
    width: 150px;
    margin-top: 13px;
}
.platform_partners_content ul:nth-child(4){
    width: 876px;
    height: 58px;
}
.platform_partners_content ul:nth-child(4) li{
    float: left;
    width: 100px;
    height: 58px;
    text-align: center;
}
.platform_partners_content ul:nth-child(4) li:nth-child(4)~ li{
    width: 155px;
}
.platform_partners_content .bevapapan img{
    width: 76px;
    margin-top: 12px;
}
.platform_partners_content .kaola img{
    width: 54px;
    margin-top: 13px;
}
.platform_partners_content .hanilu img{
    width: 38px;
    margin-top: 8px;
}
.platform_partners_content .neverland img{
    width: 56px;
    margin-top: 5px;
}
.platform_partners_content .dabaojiao img{
    width: 90px;
    margin-top: 7px;
}
.platform_partners_content .shzhdongman img{
    width: 90px;
    margin-top: 13px;
}
.platform_partners_content .yourguide img{
    width: 120px;
    margin-top: 17px;
}
.platform_partners_content ul{
    margin: 0 auto;
    margin-top: 40px;
}
.platformLine1,.platformLine2,.platformLine3,.platformLine4,.platformLine5{
    stroke: #38adff;
    stroke-width:2px;
    fill:none;
    z-index: 2;
}
.platformLine{
    stroke:#38adff;
    stroke-width:2px;
    fill:none;
    stroke-dasharray: 5;
    z-index: 2;
}

/* cooperation.html 页面 */
.cooperation_page_top,.contact_page_top{
    background: #38adff;
    height: 270px;
}
.cooperation_page_top_content{
    width: 950px;
    height: 270px;
    margin: 0 auto;
    background: url("../images/cooperation/suipian.png") no-repeat center;
    background-size: contain;
    position: relative;
}
.contact_page_top_content{
    width: 950px;
    height: 270px;
    margin: 0 auto;
    position: relative;
}
.cooperation_banner_icon1,.contact_banner_icon1{
    width: 115px;
    height: 65px;
    position: absolute;
    top: 43px;
    left: 205px;
    text-align: center;
}
.shuju{
    width: 115px;
    height: 65px;
}
.cooperation_banner_icon3,.contact_banner_icon3{
    width: 88px;
    height: 80px;
    position: absolute;
    bottom: 50px;
    left: 143px;
    text-align: center;
}
.jine{
    width: 88px;
    height: 80px;
}
.cooperation_banner_icon2,.contact_banner_icon2{
    width: 78px;
    height: 84px;
    position: absolute;
    top: 28px;
    right: 235px;
    text-align: center;
}
.zhangben{
    width: 78px;
    height: 84px;
}
.cooperation_banner_icon4,.contact_banner_icon4{
    width: 146px;
    height: 100px;
    position: absolute;
    bottom: 45px;
    right: 116px;
    text-align: center;
}
.yun{
    width: 146px;
    height: 100px;
}
.cooperation_banner_icon5 .center_icon,.contact_banner_icon5 .center_icon{
    width: 636px;
    height: 184px;
    position: absolute;
    left: 120px;
    bottom: 30px;
}
.page_right4,.page_right5,.page_right6,.page_right7{
    width: 970px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 34px;
    margin-bottom: 30px;
    background: #fff;
}
.page_right .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/bannerbeijing.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right1 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right2 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/doll_banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right3 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/chair_banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right4 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/shouzhiji_banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right5 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/water_banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.page_right6 .cooperationTitle_content{
    height: 270px;
    background: url("../images/cooperation/station_banner.png") no-repeat center;
    background-size: contain;
    margin: 25px 30px;
    overflow: hidden;
}
.cooperationTitle1{
    text-align: center;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    height: 62px;
    margin-top: 83px;
    letter-spacing: 5px;
}
.cooperationTitle2{
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 2px;
    position: relative;
}
.cooperationTitle2 .left_line,.cooperationTitle2 .right_line{
    display: block;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 25px;
}
.cooperationTitle2 .left_line{
    left: 345px;
}
.cooperationTitle2 .right_line{
    right: 345px;
}
.cooperation_features_title p,
.cooperation_info_title p,
.cooperation_development_title p,
.cooperation_upgrade_title p,
.cooperation_enterprise_title p,
.water_cooperation_structure_title p,
.water_cooperation_solutions_title p{
    text-align: center;
    line-height: 28px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.cooperation_features_title p span img,
.cooperation_info_title p span img,
.cooperation_development_title p span img,
.cooperation_upgrade_title p span img,
.cooperation_enterprise_title p span img,
.water_cooperation_structure_title p span img,
.water_cooperation_solutions_title p span img{
    vertical-align: bottom;
}
.cooperation_features_title p span,
.cooperation_info_title p span,
.cooperation_development_title p span,
.cooperation_upgrade_title p span,
.cooperation_enterprise_title span,
.water_cooperation_structure_title span,
.water_cooperation_solutions_title span{
    padding: 0 20px;
}
.cooperation_features_content{
    width: 385px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.cooperation_features_left{
    width: 152px;
    height: 152px;
    background: url("../images/cooperation/dingzhi.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 20px;
}
.cooperation_features_left p,.cooperation_features_right p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 92px;
}
.cooperation_features_center{
    width: 82px;
    height: 152px;
    position: absolute;
    left: 152px;
    top: 20px;
}
.cooperation_features_center p{
    text-align: center;
    color: #38adff;
    font-size: 42px;
    line-height: 152px;
}
.cooperation_features_star p{
    color: #3fb700;
}
.doll_cooperation_features_center p{
    color: #ff485a;
}
.chair_cooperation_features_center p{
    color: #f2812e;
}
.cooperation_features_right{
    width: 152px;
    height: 152px;
    background: url("../images/cooperation/yunfuwu.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 20px;
}
.cooperation_info_content{
    margin-bottom: 70px;
}
.cooperation_info_content1,
.cooperation_info_content2,
.cooperation_info_content3,
.cooperation_info_content4,
.cooperation_info_content5,
.cooperation_info_content6,
.cooperation_info_content7,
.cooperation_info_content8{
    width: 272px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}
.cooperation_info_content2,
.cooperation_info_content3,
.cooperation_info_content4,
.cooperation_info_content5,
.cooperation_info_content6,
.cooperation_info_content7,
.cooperation_info_content8{
    margin-top: 15px;
}
.cooperation_info_content1 p,
.cooperation_info_content3 p,
.cooperation_info_content5 p,
.cooperation_info_content7 p{
    width: 272px;
    line-height: 68px;
    background: #38adff;
    text-align: right;
    padding-right: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 72px;
    left: 0;
}
.cooperation_info_content2 p,
.cooperation_info_content4 p,
.cooperation_info_content6 p,
.cooperation_info_content8 p{
    width: 272px;
    line-height: 68px;
    background: #38adff;
    text-align: left;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 72px;
    left: 0;
}
.cooperation_info .cooperation_features_star div p{
    background: #3fb700;
}
.doll_cooperation_info_content div p{
    background:#ff485a;
}
.chair_cooperation_info_content div p{
    background: #f2812e;
}
.cooperation_info_content1 img,
.cooperation_info_content3 img,
.cooperation_info_content5 img,
.cooperation_info_content7 img{
    width: 108px;
    height: 212px;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 2;
}
.cooperation_info_content2 img,
.cooperation_info_content4 img,
.cooperation_info_content6 img,
.cooperation_info_content8 img{
    width: 108px;
    height: 212px;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 2;
}
.cooperation_development_content{
    width: 260px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.cooperation_development_content p{
    line-height: 70px;
    color: #666;
    font-size: 20px;
}
.cooperation_development_content img{
    width: 128px;
    height: 186px;
}
.start_cooperation_development img{
    width: 190px;
    height: 208px;
}
.doll_cooperation_development_content img{
    width: 214px;
    height: 216px;
}
.chair_cooperation_development_content img{
    width: 230px;
    height: 182px;
    margin-top: 20px;
}
.shouzhij_cooperation_development_content img{
    width: 176px;
    height: 185px;
}
.cooperation_upgrade_content{
    width: 228px;
    height: 284px;
    margin: 0 auto;
    position: relative;
}
.cooperation_upgrade_content_top{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #38adff;
    position: absolute;
    bottom: 134px;
    left: 54px;
    z-index: 2;
}
.cooperation_upgrade_content_left{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #386cff;
    position: absolute;
    bottom: 45px;
    left: 0;
}
.cooperation_upgrade_content_right{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #38d3ff;
    position: absolute;
    bottom: 45px;
    right: 0;
}
.cooperation_upgrade_content_top p{
    color: #fff;
    line-height: 122px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.cooperation_upgrade_content_left p,.cooperation_upgrade_content_right p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 40px 0;
}
.cooperation_enterprise_content{
    width: 900px;
    height: 270px;
    margin: 30px auto;
    background: url("../images/cooperation/ender.png") no-repeat center;
    background-size: contain;
}
.start_cooperation_enterprise_content{
    background: url("../images/cooperation/dibu.png") no-repeat center;
}
.doll_cooperation_enterprise_content{
    background: url("../images/cooperation/doll_dibu.png") no-repeat center;
}
.chair_cooperation_enterprise_content{
    background: url("../images/cooperation/chair_dibu.png") no-repeat center;
}
.cooperation_enterprise_content p{
    text-align: center;
    line-height: 270px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.water_cooperation_features_content p,.structure_title,.station_title{
    text-align: center;
    color: #999;
    letter-spacing: 2px;
    font-size: 15px;
}
.water_cooperation_features_content1{
    width: 512px;
    height: 288px;
    margin: 0 auto;
    position: relative;
}
.water_cooperation_features_content1 .water_cooperation_features_content1_title,
.water_cooperation_features_content2 .water_cooperation_features_content1_title,
.water_cooperation_features_content3 .water_cooperation_features_content1_title,
.water_cooperation_features_content4 .water_cooperation_features_content1_title,
.water_cooperation_features_content5 .water_cooperation_features_content1_title{
    width: 152px;
    line-height: 54px;
    background: #38adff;
    text-align: center;
    border-radius: 2rem;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
}
.water_cooperation_features_content2 .water_cooperation_features_content1_title,
.water_cooperation_features_content3 .water_cooperation_features_content1_title,
.water_cooperation_features_content4 .water_cooperation_features_content1_title,
.water_cooperation_features_content5 .water_cooperation_features_content1_title{
    margin: 0 auto;
}
.wifi{
    width: 122px;
    height: 122px;
    background: url("../images/cooperation/wifi.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 58px;
}
.water_cooperation_zhifubao{
    width: 122px;
    height: 122px;
    background: url("../images/cooperation/zhifubao.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 194px;
    bottom: 58px;
}
.water_cooperation_weixin{
    width: 122px;
    height: 122px;
    background: url("../images/cooperation/weixin.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 58px;
}
.wifi p,.water_cooperation_zhifubao p,.water_cooperation_weixin p{
    text-align: center;
    color: #9ad5ff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 80px;
}
.water_cooperation_features_content2{
    width: 512px;
    height: 290px;
    margin: 0 auto;
    position: relative;
}
.purification_way1{
    width: 122px;
    height: 152px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 44px;
}
.purification_way2{
    width: 122px;
    height: 152px;
    text-align: center;
    position: absolute;
    left: 194px;
    bottom: 44px;
}
.purification_way3{
    width: 122px;
    height: 152px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 44px;
}
.purification_way1 img,.purification_way2 img,.purification_way3 img{
    width: 122px;
    height: 122px;
}
.purification_way1 p{
    color: #e3b05f;
    line-height: 30px;
}
.purification_way2 p{
    color: #9ad5ff;
    line-height: 30px;
}
.purification_way3 p{
    color: #38adff;
    line-height: 30px;
}
.water_cooperation_features_content3{
    width: 320px;
    height: 274px;
    margin: 0 auto;
    position: relative;
}
.superApp{
    width: 122px;
    height: 150px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 44px;
}
.PC_houtai{
    width: 122px;
    height: 150px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 44px;
}
.superApp img,.PC_houtai img{
    width: 122px;
    height: 122px;
}
.superApp p,.PC_houtai p{
    color: #9ad5ff;
    line-height: 30px;
    font-size: 14px;
}
.water_cooperation_features_content4{
    width: 406px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.water_detection{
    width: 106px;
    line-height: 40px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 2rem;
}
.water_cooperation_features_content4 .water_detection_way1{
    width: 106px;
    line-height: 40px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.water_cooperation_features_content4 .water_detection_way2{
    width: 106px;
    line-height: 40px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    left: 150px;
    bottom: 30px;
}
.water_cooperation_features_content4 .water_detection_way3{
    width: 106px;
    line-height: 40px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.water_cooperation_features_content4 img{
    width: 276px;
    height: 36px;
    margin: 5px auto;
}
.water_cooperation_features_content5{
    width: 796px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}
.water_humanization1{
    position: absolute;
    width: 136px;
    height: 155px;
    background: url("../images/cooperation/humanization1.png") no-repeat center;
    background-size: contain;
    left: 0;
    bottom: 44px;
}
.water_humanization2{
    position: absolute;
    width: 136px;
    height: 155px;
    background: url("../images/cooperation/humanization2.png") no-repeat center;
    background-size: contain;
    left: 165px;
    bottom: 44px;
}
.water_humanization3{
    position: absolute;
    width: 136px;
    height: 155px;
    background: url("../images/cooperation/humanization3.png") no-repeat center;
    background-size: contain;
    left: 329px;
    bottom: 44px;
}
.water_humanization4{
    position: absolute;
    width: 136px;
    height: 155px;
    background: url("../images/cooperation/humanization4.png") no-repeat center;
    background-size: contain;
    right: 165px;
    bottom: 44px;
}
.water_humanization5{
    position: absolute;
    width: 136px;
    height: 155px;
    background: url("../images/cooperation/humanization5.png") no-repeat center;
    background-size: contain;
    right: 0;
    bottom: 44px;
}
.water_humanization1 .water_humanization1_text1,
.water_humanization2 .water_humanization1_text1,
.water_humanization3 .water_humanization1_text1,
.water_humanization4 .water_humanization1_text1,
.water_humanization5 .water_humanization1_text1{
    color: #f2f2f2;
    text-align: center;
    line-height: 70px;
    letter-spacing: 1px;
    font-size: 20px;
}
.water_humanization1 .water_humanization1_text2,
.water_humanization4 .water_humanization1_text2,
.water_humanization5 .water_humanization1_text2{
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 15px;
}
.water_humanization2 .water_humanization1_text2{
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
}
.water_humanization3 .water_humanization1_text2{
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 1px;
}
.water_cooperation_structure_info,.station_cooperation_structure_info{
    width: 152px;
    height: 176px;
    margin: 30px auto 44px;
}
.station_cooperation_structure_info{
    height: 150px;
}
.water_cooperation_structure_info p:first-child,.station_cooperation_structure_info p:first-child{
    width: 120px;
    line-height: 22px;
    background: #38adff;
    text-align: center;
    color: #f2f2f2;
    border-radius: 5px;
    margin: 0 auto;
}
.water_cooperation_structure_info p:nth-child(2),
.water_cooperation_structure_info p:nth-child(5),
.station_cooperation_structure_info p:nth-child(2),
.station_cooperation_structure_info p:nth-child(5){
    width: 120px;
    line-height: 22px;
    background: #38adff;
    text-align: center;
    color: #f2f2f2;
    border-radius: 5px;
    margin: 3px 0 0 30px;
}
.water_cooperation_structure_info p:nth-child(3),
.water_cooperation_structure_info p:nth-child(6),
.station_cooperation_structure_info p:nth-child(3),
.station_cooperation_structure_info p:nth-child(6){
    width: 120px;
    line-height: 22px;
    background: #38adff;
    text-align: center;
    color: #f2f2f2;
    border-radius: 5px;
    margin: 3px 30px 0 0;
}
.water_cooperation_structure_info p:nth-child(4),
.water_cooperation_structure_info p:nth-child(7),
.station_cooperation_structure_info p:nth-child(4){
    width: 120px;
    line-height: 22px;
    background: #38adff;
    text-align: center;
    color: #f2f2f2;
    border-radius: 5px;
    margin: 3px auto 0;
}
.solutions_title1{
    font-size: 20px;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}
.solutions_title2{
    font-size: 15px;
    color: #999;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 5px;
}
.water_cooperation_solutions_info,.station_cooperation_solutions_info{
    width: 512px;
    height: 172px;
    margin: 0 auto;
    position: relative;
}
.water_cooperation_solutions_info .solutions1,.station_cooperation_solutions_info .solutions1{
    width: 76px;
    line-height: 32px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    left: 0;
    top: 50px;
}
.water_cooperation_solutions_info .solutions2,.station_cooperation_solutions_info .solutions2{
    width: 76px;
    line-height: 32px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    left: 0;
    top: 97px;
}
.water_cooperation_solutions_info .solutions3,.station_cooperation_solutions_info .solutions3{
    width: 76px;
    line-height: 32px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    right: 0;
    top: 50px;
}
.water_cooperation_solutions_info .solutions4,.station_cooperation_solutions_info .solutions4{
    width: 76px;
    line-height: 32px;
    border: 1px solid #38adff;
    text-align: center;
    color: #38adff;
    border-radius: 2rem;
    position: absolute;
    right: 0;
    top: 97px;
}
.left_arrow{
    width: 42px;
    height: 30px;
    position: absolute;
    left: 90px;
    top: 72px;
}
.right_arrow{
    width: 42px;
    height: 30px;
    position: absolute;
    right: 90px;
    top: 72px;
}
.solutions_text1{
    width: 70px;
    line-height: 15px;
    position: absolute;
    left: 144px;
    top: 78px;
    text-align: center;
    color: #f2812e;
}
.solutions_text2{
    width: 70px;
    line-height: 15px;
    position: absolute;
    right: 144px;
    top: 78px;
    text-align: right;
    color: #f2812e;
}
.station_cooperation_solutions_info .solutions_text1,.station_cooperation_solutions_info .solutions_text2{
    text-align: left;
    width: 30px;
}
.station_cooperation_solutions_info .solutions_center,.water_cooperation_solutions_info .solutions_center{
    width: 105px;
    height: 85px;
    line-height: 85px;
    background: #38adff;
    color: #f2f2f2;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    left: 218px;
    top: 43px;
}
.station_cooperation_solutions_info .solutions_center{
    left: 207px;
}
.water_cooperation_solutions_content2{
    width: 896px;
    height: 475px;
    margin: 0 auto;
    position: relative;
}
.water_cooperation_solutions_info1{
    width: 896px;
    height: 449px;
    margin: 0 auto;
}
.app_case1{
    width: 168px;
    height: 370px;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.app_case2{
    width: 168px;
    height: 370px;
    position: absolute;
    left: 182px;
    bottom: 50px;
}
.app_case3{
    width: 168px;
    height: 370px;
    position: absolute;
    left: 364px;
    bottom: 50px;
}
.app_case4{
    width: 168px;
    height: 370px;
    position: absolute;
    right: 182px;
    bottom: 50px;
}
.app_case5{
    width: 168px;
    height: 370px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.app_case1 img,.app_case2 img,.app_case3 img,.app_case4 img,.app_case5 img{
    width: 84px;
    height: 332px;
    position: absolute;
    left: 42px;
    top: 0;
    z-index: 2;
}
.app_case_text{
    width: 168px;
    height: 270px;
    background: #38adff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.app_case_text p{
    margin: 96px 20px 0 ;
    color: #f2f2f2;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: justify;
}
.water_cooperation_solutions_content3,.station_cooperation_solutions_info1{
    width: 842px;
    height: 310px;
    margin: 0 auto;
    position: relative;
}
.water_cooperation_solutions_info2,.solutions_cooperation_solutions_info2{
    width: 798px;
    height: 148px;
    margin: 30px auto 0;
    padding: 22px;
    background: #38adff;
}
.solutions_cooperation_solutions_info2{
    height: 168px;
    padding: 10px 22px;
}
.water_cooperation_solutions_info2 i,.solutions_cooperation_solutions_info2 i{
    width: 16px;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-style: normal;
    color: #f2f2f2;
}
.water_cooperation_solutions_info2 li,.solutions_cooperation_solutions_info2 li{
    position: relative;
}
.water_cooperation_solutions_info2 li p,.solutions_cooperation_solutions_info2 li p{
    padding-left: 25px;
    color: #f2f2f2;
    letter-spacing: 2px;
    line-height: 21px;
}
.solutions_icon{
    width: 120px;
    height: 92px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.station_cooperation_features_content{
    width: 654px;
    height: 360px;
    margin: 0 auto;
    position: relative;
}
.station_superApp{
    width: 122px;
    height: 152px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100px;
}
.station_PC_houtai{
    width: 122px;
    height: 152px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 100px;
}
.station_superApp img,.station_PC_houtai img{
    width: 122px;
    height: 122px;
}
.station_superApp p,.station_PC_houtai p{
    color: #9ad5ff;
    line-height: 30px;
    font-size: 14px;
}
.station_left_arrow img{
    width: 62px;
    height: 42px;
    position: absolute;
    left: 152px;
    bottom: 150px;
}
.station_right_arrow img{
    width: 62px;
    height: 42px;
    position: absolute;
    right: 152px;
    bottom: 150px;
}
.station_features_center img{
    width: 172px;
    height: 236px;
    position: absolute;
    left: 240px;
    bottom: 46px;
}
.station_cooperation_products_info{
    width: 828px;
    height: 466px;
    margin: 0 auto;
    position: relative;
}
.station_cooperation_products_info_content1{
    width: 242px;
    height: 242px;
    position: absolute;
    left: 0;
    bottom: 166px;
    background: #38adff;
    border-radius: 5px;
    padding: 15px;
}
.station_cooperation_products_info_content2{
    width: 168px;
    height: 242px;
    position: absolute;
    left: 315px;
    bottom: 166px;
    background: #38adff;
    border-radius: 5px;
    padding: 15px;
}
.station_cooperation_products_info_content3{
    width: 242px;
    height: 242px;
    position: absolute;
    right: 0;
    bottom: 166px;
    background: #38adff;
    border-radius: 5px;
    padding: 15px;
}
.station_cooperation_products_info_content4{
    width: 828px;
    height: 78px;
    background: #38adff;
    border-radius: 3rem;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.station_cooperation_products_info_content1 img,.station_cooperation_products_info_content3 img{
    width: 242px;
    height: 120px;
}
.station_cooperation_products_info_content2 img{
    width: 166px;
    height: 120px;
}
.station_cooperation_products_text1{
    text-align: center;
    color: #f1f1f1;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 6px;
}
.station_cooperation_products_text2{
    color: #f2f2f2;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 24px;
}
.station_cooperation_products_info_content4 p{
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    padding: 12px;
    line-height: 25px;
}

/* videopoint.html 页面 */
.videopoint_page_top{
    background: #38adff;
    height: 270px;
}
.videopoint_page_top_content{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    position: relative;
}
.videopoint_banner_icon3 img{
    width: 402px;
    height: 160px;
    position: absolute;
    left: 394px;
    bottom: 50px;
}
.videopoint_banner_icon1{
    width: 114px;
    height: 66px;
    position: absolute;
    left: 330px;
    bottom: 161px;
}
.videopoint_banner_icon1 img{
    width: 114px;
    height: 66px;
}
.videopoint_banner_icon2{
    width: 78px;
    height: 84px;
    position: absolute;
    right: 365px;
    bottom: 160px;
}
.videopoint_banner_icon2 img{
    width: 78px;
    height: 84px;
}
.videopointpage_ul {
    width: 905px;
    height: auto;
    margin: 0 auto;
}
.videopointpage_ul li {
    width: 278px;
    height: 196px;
    margin: 30px auto 0;
    float: left;
}
.videopointpage_ul li a{
    display: block;
    width: 278px;
    height: 196px;
}
.videopointpage_ul li img {
    width: 278px;
    height: 150px;
    display: block;
}
.videopointpage_ul li p {
    width: 263px;
    line-height: 45px;
    height: 45px;
    color: #000;
    font-size: 16px;
    background: #eee;
    padding-left: 15px;
    margin: 0 auto;
}
.videopointpage_ul li:nth-child(3n+2) {
    margin: 30px 35px 0;
}
.cooperation_page_content .page_right{
    padding-bottom: 30px;
}
.videopoint_right1_content,.videopoint_right2_content,.videopoint_right3_content{
    width: 950px;
    height: 586px;
    margin: 0 auto;
    position: relative;
}
.videopoint_right1_content_left img,.videopoint_right2_content_left img{
    width: 306px;
    height: 366px;
    position: absolute;
    left: 136px;
    top: 88px;
}
.videopoint_right1_content_right,.videopoint_right2_content_right{
    width: 356px;
    height: 242px;
    position: absolute;
    left: 496px;
    bottom: 194px;
}
.videopoint_right1_content_right p:first-child,.videopoint_right2_content_right p:first-child{
    color: #000;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}
.videopoint_right1_content_rightA{
    color: #999;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}
.videopoint_right1_content_rightA:hover{
    color: #38adff;
}
.videopoint_right1_content_right .videopoint_right1_content_rightP2{
    color: #000;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.videopoint_right1_content_right img{
    width: 104px;
    height: 104px;
    margin-top: 10px;
}
.videopoint_right2_content_right .android{
    width: 99px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 46px;
}
.videopoint_right2_content_right .ios{
    width: 99px;
    height: 168px;
    position: absolute;
    left: 150px;
    top: 46px;
}
.android img,.ios img{
    width: 99px;
    height: 99px;
}
.android p,.ios p{
    text-align: center;
    color: #666;
    line-height: 36px;
}
.videopoint_right3_content{
    padding: 30px;
}
.file_download li{
    width: 910px;
    height: 54px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    position: relative;
}
.file_name{
    position: relative;
}
.file_name img{
    width: 18px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 15px;
}
.file_download li .file_name a{
    color: #333;
    position: absolute;
    left: 44px;
    top: 15px;
    font-size: 18px;
}
.file_download li .file_name a:hover{
    color:#38adff ;
}
.file_download li a{
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #38adff;
}

/* contact.html 页面 */
.contact_page_content{
    width: 900px;
    margin: 0 auto;
    margin-top: 45px;
}
.company_introduction,.development_history{
    margin-bottom: 30px;
}
.company_introduction_text{
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
}
.company_tenet{
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.company_introduction_info1,
.company_introduction_info2,
.company_introduction_info3,
.company_introduction_info4,
.company_introduction_info5{
    color: #666;
    font-size: 17px;
    text-indent:2em;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: justify;
}
.company_introduction_img{
    width: 282px;
    height: 292px;
    margin: 30px auto;
}
.company_introduction_img img{
    width: 282px;
    height: 292px;
}
.founder_introduction_info1,.founder_introduction_info2,.founder_introduction_info3{
    width: 870px;
    height: 200px;
    border: 15px solid #eee;
    position: relative;
    margin-bottom: 30px;
}
.founder_introduction_info3{
    height: 226px;
}
.founder_introduction_info_img{
    width: 152px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.Tom{
    width: 96px;
    height: 150px;
    margin: 25px 0;
}
.Victor{
    width: 102px;
    height: 154px;
    margin: 23px 0;
}
.David{
    width: 114px;
    height: 154px;
    margin: 23px 0;
}
.founder_introduction_info_text{
    position: absolute;
    left: 152px;
    top: 0;
    margin: 20px;
}
.founder_introduction_name{
    color: #333;
    font-size: 22px;
    letter-spacing: 1px;
}
.founder_introduction_name span{
    color: #999;
    padding-left: 15px;
}
.founder_introduction_position{
    color: #999;
    font-size: 15px;
    line-height: 32px;
    margin-top: 2px;
}
.founder_introduction_del{
    color: #666;
    text-align: justify;
    line-height: 25px;
    letter-spacing: 1px;
}
.development_history_content{
    width: 900px;
    height: 452px;
    margin: 0 auto;
    background: url("../images/contact/jincheng.png") no-repeat center;
    background-size: contain;
    position: relative;
}
.development_history_info1{
    width: 130px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 10px 0 10px;
}
.development_history_info2{
    width: 130px;
    height: 145px;
    position: absolute;
    left: 150px;
    bottom: 0;
    padding: 100px 10px 0 10px;
}
.development_history_info3{
    width: 130px;
    height: 228px;
    position: absolute;
    left: 300px;
    bottom: 0;
    padding: 72px 10px 0 10px;
}
.development_history_info4{
    width: 130px;
    height: 282px;
    position: absolute;
    right: 300px;
    bottom: 0;
    padding: 62px 10px 0 10px;
}
.development_history_info5{
    width: 130px;
    height: 326px;
    position: absolute;
    right: 150px;
    bottom: 0;
    padding: 58px 10px 0 10px;
}
.development_history_info6{
    width: 130px;
    height: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 82px 10px 0 10px;
}
.development_history_info1 p,
.development_history_info2 p,
.development_history_info3 p,
.development_history_info4 p,
.development_history_info5 p,
.development_history_info6 p{
    color: #fff;
    text-align: justify;
}
.development_history_info1 .development_history_info_del,
.development_history_info2 .development_history_info_del,
.development_history_info3 .development_history_info_del,
.development_history_info4 .development_history_info_del,
.development_history_info5 .development_history_info_del{
    font-size: 12px;
    padding-top: 10px;
    color: #f2f2f2;
}
.development_history_info6 .company_state{
    font-size: 12px;
    padding-top: 10px;
    color: #f2f2f2;
}
.development_history_info6 .development_history_info_del{
    font-size: 12px;
    color: #f2f2f2;
}