﻿.banner-part-ny{ height: 450px; width: 100%;}
/*about 平台网融资贷款——行业资讯+资讯详情
 * clz xgl  2018-3-20
 * time：2018-1-31
 * */

/*页面公用*/
.big-gray {width: 100%;min-width: 1180px;position: relative;overflow: hidden;background-color: #eee;}
.crumbs {padding: 0 0 0 23px;height: 33px;line-height: 33px;background: url("../images/crumbs-icon.png") no-repeat 2px center;color: #999;}
.crumbs a {color: #666;}
.crumbs a.on {color: #11bbb8}
/*2018-2-1 zyr luoxue 互联网专题页 */
.icons{background: url(../images/icons_03.png) no-repeat;}
.box1{background: #f6f6f6;}
/*正文标题 start*/
.tt-box{
	padding: 49px 0 29px;
	text-align: center;
}
.tt-box h3{
    text-align: center;
}
.tt-box .corlorfff,.tt-box .corlorfff .danceWord-s1{color: #fff;}
.tt-box .corlorfff b,.tt-box .corlorfff font{background: #fff;}
[class^="danceWord"]{
	word-break:break-all;
	white-space:pre-wrap;
}
[class^="danceWord"] span{
	display:inline-block;
    white-space:pre-wrap;
}
.danceWord-s1{
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
}
.danceWord-s1 .ele{
	-webkit-animation:a2 .8s ease-out forwards;
	-ms-animation:a2 .8s ease-out forwards;
	-moz-animation:a2 .8s ease-out forwards;
	-o-animation:a2 .8s ease-out forwards;
	animation:a2 .8s ease-out forwards;
}
.tt-box>P{
	font-size: 14px;
	color: #666;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 6px;
}
.H3-fl,.H3-fr{   
 	background: #999;
    margin-top:-3px;
    display: inline-block;
    width:90px;
    height: 1px;
    vertical-align: middle;
    position: relative;
}
.H3-fl{
 	-webkit-animation: arrow-movement 3s 0s linear infinite;
    animation: arrow-movement 3s 0s linear infinite;
}
.H3-fr{
 	-webkit-animation: arrow-movement2 3s 0s linear infinite;
    animation: arrow-movement2 3s 0s linear infinite;
}
.H3-fl font,.H3-fr font{
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: -1px;
}
.H3-fl font{right: 0;}
.H3-fr font{left: 0;}
.tt-box.corlorfff font,.tt-box.corlorfff b{background: #fff;}
.tt-box.corlorfff .danceWord-s1,.tt-box.corlorfff p{color: #fff;}
/*正文标题 end*/
/*banner start*/
.banner{
    width: 100%;
    height: 450px;
    min-width: 1180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.attatchment{
	display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background: url(../images/banner_02.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    *background-size: auto;
    width: 100%;
    height: 450px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    transition: all 4s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.attatchment.active{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.banner-txt{
    position: relative;
    color: white;
    height: 450px;
    text-align: center;
}
.banner-txt img{
	margin-top: 135px;
}
/*banner end */
/*全平台全品类网站策划建设 start*/
.type-list{
	width: 1160px;
	overflow: hidden;
	padding: 15px 10px 55px;
}
.type-list li{
	width: 25%;
	float: left;
	text-align: center;
	padding:25px 0 0 ;
	-webkit-transition: all .36s;
	transition: all .36s;
}
.type-list li i{
	width: 130px;
	height: 100px;
	margin: 0 0 15px;
}
.type-list li .type-icon2{background-position: -130px 0;}
.type-list li .type-icon3{background-position: -260px 0;}
.type-list li .type-icon4{background-position: -390px 0;}
.type-list li a{
	width: 100%;
	height: 170px;
	position: relative;
	z-index: 3;
}
.type-list li h3{
	font-size: 20px;
	color: #444;
	line-height: 40px;
	-webkit-transition: all .36s;
	transition: all .36s;
}
.type-line{
	width: 24px;
	height: 1px;
	background: #dfdfdf;
	margin: 0 auto;
	-webkit-transition: width .36s;
	transition: width .36s;
}
.type-list li p{
	font-size: 14px;
	padding: 0 25px;
	line-height: 34px;
	color:#858585;
}
.type-list li .range-texts{
	font-size: 12px;
	color: #fff;
	line-height:20px ;
	opacity: 0;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
}
.type-list li span{
	width: 128px;
	height: 38px;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #858585;
	position: absolute;
	left: 50%;
	margin-left: -64px;
	bottom: 37px;
}
.type-move{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #11bbb8;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .66s;
	transition: all .66s;
	opacity: 0;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;     
}
.type-list li:hover{
	box-shadow: 0 0 10px 8px #f7f7f7;
}
.type-list li:hover i{
	-webkit-animation: fadeInUp .9s ease-in;
	animation: fadeInUp .9s ease-in;
}
.type-list li:hover .type-move{
	display: block;
	transform: rotateX(180deg) ;
	opacity: 1;
	filter:alpha(opacity=1);       /* IE */
	-moz-opacity:1;              /* 老版Mozilla */
	-khtml-opacity:1;     
}
.type-list li:hover .type-line{
	width:26px;
}
.type-list li:hover P,.type-list li:hover H3,.type-list li:hover span{color: #fff;}
.type-list li:hover H3{padding: 19px 0 0;}
/*全平台全品类网站策划建设 end*/
/*为什么要做互联网建设 start*/
.why-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.why-list li{
	width: 580px;
	height: 180px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 3;
}
.why-move{
	width: 100%;
	height: 0;
	background: #11bbb8;
	position: absolute;
	top: 10px;
	-webkit-transition: all .45s;
	transition: all .45s;
	z-index: -1;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
}
.why-list li:hover .why-move{
	top: 0;
	height: 180px;
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* 老版Mozilla */
	-khtml-opacity:1;              /* 老版Safari */
	opacity: 1;;
}
.why-list li i{
	width: 80px;
	height: 80px;
	background-position: 0 -114px;
	float: left;
	margin: 45px 20px 0 20px;
}
.why-list li .why-icon2{background-position: -80px -114px;}
.why-list li .why-icon3{background-position: -160px -114px;}
.why-list li .why-icon4{background-position: -240px -114px;}
.why-list li:hover i{
	background-position: 0 -194px;
	-webkit-animation:flipInX ease-in 1.2s ;
	animation:flipInX ease-in 1.2s ;
}
.why-list li:hover .why-icon2{background-position: -80px -194px;}
.why-list li:hover .why-icon3{background-position: -160px -194px;}
.why-list li:hover .why-icon4{background-position: -240px -194px;}
.why-text{
	width: 410px;
	text-align: left;
	padding: 35px 0 0;
	float: left;
}
.why-text p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.why-text span{
	font-size: 20px;
	color: #333;
	line-height:45px ;
}
.why-list li font{
	font-size: 113px;
	color: #333;
	filter:alpha(opacity=14);       /* IE */
	-moz-opacity:0.14;              /* 老版Mozilla */
	-khtml-opacity:0.14;              /* 老版Safari */
	opacity: 0.14;
	position: absolute;
	bottom: -75px;
	right: 20px;
}
.why-list li:hover p,.why-list li:hover span{color: #fff;}
/*为什么要做互联网建设 end*/
/*强大的功能库汇集 start*/
.collect-list{
	width: 100%;
	overflow: hidden;
}
.collect-list li{
	width: 16.66%;
	float: left;
	text-align: center;
}
.collect-list li i{
	width: 100px;
	height: 102px;
	background-position: 0 -288px;
}
.collect-list li .collect-icon2{background-position: -100px -288px;}
.collect-list li .collect-icon3{background-position: -200px -288px;}
.collect-list li .collect-icon4{background-position: -300px -288px;}
.collect-list li .collect-icon5{background-position: -400px -288px;}
.collect-list li .collect-icon6{background-position: -500px -288px;}
.collect-list li .collect-icon7{background-position: 0 -390px;}
.collect-list li .collect-icon8{background-position: -100px -390px;}
.collect-list li .collect-icon9{background-position: -200px -390px;}
.collect-list li .collect-icon10{background-position: -300px -390px;}
.collect-list li .collect-icon11{background-position: -400px -390px;}
.collect-list li .collect-icon12{background-position: -500px -390px;}
.collect-list li p{
	font-size: 18px;
	color: #333;
	line-height: 75px;
	padding-bottom: 10px;
}
/*强大的功能库汇集 end*/
/*优质案例 start*/
.case-show {
	position: relative;
}
.case-show-content {
	height:390px;
	/*background: yellow;*/
}
.imageflow {
	width: 100% !important;
}
.case-show >a {
	display: block;
	width:15px;
	height:28px;
	background: url(../images/page.png) no-repeat;
	position: absolute;
	top:40%;
}
.case-show .next-icon{left: 30px;}
.case-show .Previous-icon {
	background-position:-15px 0;
	right: 30px;
}
.imageflow img {
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
	box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
}
.imageflow {
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 1200px;
	margin: 0 auto
}
.imageflow img {
	border: none;
	position: absolute;
	top: 0px;
	visibility: hidden;
	-ms-interpolation-mode: bicubic
}
.imageflow .images {
	overflow: hidden;
	white-space: nowrap
}

/*优质案例 end*/
/*为什么选择我们 start*/
.choose-bg{
	background: url(../images/choose-bg_02.jpg) center top no-repeat;
	height: 382px;
}
.choose-list{
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.choose-list li{
	width: 25%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #9b9ca3;
	text-align: center;
}
.choose-list li p{
	display: inline-block;
	color: #25eae7;
	font-size: 18px;
	vertical-align: top;
	line-height: 1;
	text-align: center;
}
.choose-list li p span{
	font-size: 80px;
	font-family: impact;
	vertical-align: top;
}
.choose-list li h5{
	line-height: 56px;
	text-align: center;
	padding-bottom: 16px;
}
.choose-list li span{
}
/*为什么选择我们 end*/
/*顶呱呱4大核心优势 start*/
.adv-box{
	padding: 40px 0 70px;
}
.adv-fl{
	width: 555px;
}
.adv-fl li{
	width: 100%;
	text-align: left;
	line-height: 1;
	padding-top: 49px;
}
.adv-fl li:first-child{padding: 0;}
.adv-fl li span{
	font-size: 52px;
	color: #333;
	vertical-align: middle;
	padding-right: 10px;
}
.adv-fl li p{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	vertical-align: middle;
}
.adv-fl li p font{
	font-size: 16px;
	color: #333;
}
.adv-fr{
    width: 574px;
    height:356px;
    position: relative;
    background: #11bbb8;
    margin: 20px 10px 0 0;
}
.adv-fr .bd{
	width: 570px;
	overflow: hidden;
	position: absolute;
	top: -20px;
	right: -10px;
	height: 360px;
}
.adv-fr .bd ul,.adv-fr .bd ul li{
	width: 100%;
}
.adv-fr .bd ul li{
	position: relative;
	height: 360px;
	overflow: hidden;
}
.adv-fr .bd ul li p{
	width: 550px;
	padding-left: 20px;
	text-align: left;
	background: url(../images/transparent75.png) repeat;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.adv-fr .hd,.adv-fr .hd ul{width: 100%;}
.adv-fr .hd li{text-align: right;}
.adv-fr .hd{
	position: absolute;
	right: 5px;
	bottom: 30px;
	text-align: right;
	z-index: 3;
}
.adv-fr .hd li{
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 5px;
}
.adv-fr .hd li.on{background: #fff;}
.need-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.need-list li{
	width: 280px;
	float: left;
	margin-left: 20px;
}
.need-list li:first-child{margin-left: 0 !important;}
/*顶呱呱4大核心优势 end*/