﻿.container {
	width: 1400px;
	margin: 0 auto;
}
.header {
	position: fixed;
	background-color: rgba(0,0,0,0.4); 
}
.header.on {
	background: rgba(0,0,0,0.7);
	box-shadow: rgba(0,0,0, 0.5) 0px 1px 2px 0px;
}
.header.on .navbar_nav li a {
    color: #ffffff;
}
.header .container{
	width: 85%;
}

/*banner*/
.banner {
	overflow: hidden;
	text-align: center;
	position: relative;
}
.banner a {
	display: block;
}
.banner img {
	max-width: 100%;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 40px;
	height: 4px;
	background: #DDDDDD;
	border-radius: 2px;
	opacity: 0.7;
	*filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.banner .liPho{
	display: none;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #EE631D;
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/*左右箭头*/
.banner .bx-wrapper .bx-prev,
.banner .bx-wrapper .bx-next {
	display: none;
	width: 40px;
	height: 60px;
	border: 1px solid red;
	top: 50%;
	margin-top: -30px;
	background: url(../images/slide_bPc.png) no-repeat;
	visibility: hidden;
}
.banner:hover .bx-wrapper .bx-prev,
.banner:hover .bx-wrapper .bx-next {
	visibility: visible;
}
.banner .bx-wrapper .bx-prev {
	left: 50px;
	background-position: 0 0;
}
.banner .bx-wrapper .bx-next {
	right: 50px;
	background-position: -40px 0;
}
.bx-controls{
	display: none;
}
.banner ul,
.banner li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
}
.banner img {
	max-width: 100%;
	vertical-align: middle;
}
/*选一八建站,将获得更多*/
.build{
	background: url(../images/network-build.png) no-repeat center;
	background-size: 100%;
	padding: 100px 0;
}
.build .container>div{
	float: left;
}
.build .container .wordDiv{
	width: 32%;
}
.build .container .wordDiv p.num{
	font-size: 24px;
	color: #1E1E1E;
}
.build .container .wordfl>div p{
	float: right;
	width: 100%;
	text-align: right;
}
.build .container .wordDiv p.line{
	width: 84px;
	height: 3px;
	background: #1E1E1E;
	margin: 15px 0;
}
.build .container .wordDiv p.con{
	font-size: 21px;
	color: #1E1E1E;
}
.build .container .wordDiv p.fivep{
	margin-top: 29%;
}
.build .container .wordDiv p.fourp{
	margin-top: 6%;
}
.build .container .wordDiv p.onep{
	margin-top: 6%;
}
.build .container .cenDiv{
	width: 36%;
	background: url(../images/network-buildCen.png) no-repeat center;
	background-size: 100%;
	text-align: center;
	height: 388px;
}
.build .container .cenDiv p.topp{
	font-size: 31px;
	color: #222124;
	margin: 31% 0 20px 2%;
}
.build .container .cenDiv p.botp{
    font-size: 37px;
    color: #5367FC;
    margin-left: 5%;
}
.build .container .wordfr p.twop{
	margin-top: 13%;
} 
.build .container .wordfr p.threep{
	margin-top: 13%;
} 
.build .container .wordfr .onediv{
	margin-left: 3%;
}
.build .container .wordfr .twodiv{
	margin-left: 10%;
}
.buildPho{
	display: none;
}
/*多屏互动，终端入口全覆盖*/
.mulScreen{
	padding: 90px 0 100px;
}
.mulScreen .container p.tophao,.mulScreen .container>div.clear>.fr span{
	font-size: 44px;
	color: #000000;
	font-weight: 900;
	font-family: SimHei;
}
.mulScreen .container>div.clear>.fl p{
	font-size: 30px;
	color: #222124;
	margin-bottom: 25px;
}
.mulScreen .container>div.clear>.fl span{
	font-size: 17px;
	color: #5E5E5E;
}
.mulScreen .container>div.clear>.fr{
	width: 364px;
}
.mulScreen .container>div.clear>.fr .line{
	width: 291px;
    height: 2px;
    background: #000000;
    margin: 11% 7% 0 0;
}
.mulScreen .container>div.clear>.fr span{
	display: inline-block;
    margin-top: 8%;
    font-family: SimHei;
}
.mulScreen .container .screenPho{
	display: none;
}
.mulScreen .container ul li{
	float: left;
	width: 17.8%;
	margin: 100px 1% 0;
	text-align: center;
	padding: 60px 0 56px;
	border: 1px solid #EDEDED;
}
.mulScreen .container ul li div{
	width: 180px;
    height: 100px;
    margin: 0 auto 40px;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.mulScreen .container ul li.lione div{
	background-image: url(../images/network-mulScreen1.png);
	background-position: 8px 0;
	background-repeat: no-repeat;
}
.mulScreen .container ul li.lione:hover div{
	background-position: -176px 0px;
}
.mulScreen .container ul li.litwo div{
	background-image: url(../images/network-mulScreen2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 125px;
}
.mulScreen .container ul li.litwo:hover div{
	background-position: -152px 0px;
}
.mulScreen .container ul li.lithree div{
	background-image: url(../images/network-mulScreen3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 169px;
}
.mulScreen .container ul li.lithree:hover div{
	background-position: -185px 0px;
}
.mulScreen .container ul li.lifour div{
	background-image: url(../images/network-mulScreen4.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.mulScreen .container ul li.lifour:hover div{
	background-position: -175px 0px;
}
.mulScreen .container ul li.lifive div{
	background-image: url(../images/network-mulScreen5.png);
	background-position: 6px 0;
	background-repeat: no-repeat;
}
.mulScreen .container ul li.lifive:hover div{
	background-position:-177px 0px ;
}
.mulScreen .container ul li p{
	font-size: 18px;
	color: #3D3D3D;
	margin-bottom: 10px;
}
.mulScreen .container ul li span{
	font-size: 16px;
	color: #949494;
}
.mulScreen .container ul li:hover{
	border: 1px solid #EDEDED;
	box-shadow: 0px 11px 38px 0px rgba(192, 192, 192, 0.38);
	border-top: 2px solid #F1B81C;
	margin-top: 80px;
	-webkit-transition: all 1.5s ease;
    transition: all 1s ease;
}
.mulScreen .container ul li.lione:hover{
	border-top: 2px solid #f1b81c;
}
.mulScreen .container ul li.litwo:hover{
	border-top: 2px solid #f7903c;
}
.mulScreen .container ul li.lithree:hover{
	border-top: 2px solid #48dba4;
}
.mulScreen .container ul li.lifour:hover{
	border-top: 2px solid #7382f4;
}
.mulScreen .container ul li.lifive:hover{
	border-top: 2px solid #61dee7;
}
/*定制网站*/
.customization{
	padding: 70px 0;
	background: url(../images/network-customization-bg.jpg) repeat center;
}
.customization ul li{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	background: #FFFFFF;
	box-shadow: 0px 11px 38px 0px rgba(192, 192, 192, 0.18);
	border-radius: 4px;
	height: 489px;
	text-align: center;
}
.customization ul li:hover{
	box-shadow: 0px 11px 38px 0px rgba(255, 255, 255, 0.5);
	transition: all 1s;
}
.customization ul li img{
	margin: 26px auto 32px;
	width: 80%;
}
.customization ul li p{
	font-size: 24px;
	color: #2E2E2E;
	margin-bottom: 40px;
}
.customization ul li span{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	line-height: 18px;
	font-size: 14px;
	color: #737373;
}
/*合作流程*/
.cooperation{
	padding:80px 0;
}
.cooperation h3{
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #3E3E3E;
}
.cooperation>img{
	width: 100%;
	margin: 0 auto;
}
.cooperation ul{
	display: none;
}
/*经典开发案例*/
.case{
	padding: 110px 0;
	background: #F1F3F7;
}
.cooperation{
	background: #FFFFFF;
}
.case .container h3{
	font-size: 30px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 60px;
}
.case .container .topp,.case .container div div p.fr{
	font-size: 44px;
	color: #000000;
	font-family: SimHei;
}
.case .container .topp,.case .container div div.fr{
	width: 368px;
}
.case .container div div p.fr {
    margin-top: 4%;
}
.case .container div div .line {
    width: 291px;
    height: 2px;
    background: #000000;
    margin: 6% 7% 0 0;
}
.case .container ul li{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	overflow: hidden;
}
.case .container ul li img{
	width: 100%;
	transition: all 1s;
}
.case .container ul li img:hover{
	transform: scale(1.05);
}
.case .container ul li p{
	width: 80%;
	padding: 0 10%;
	font-size: 18px;
	color: #262626;
	line-height: 100px;
	background-color: #fff;
}
/*资讯*/
.bottomNew {
	margin:50px auto;
}
.bottomNew .h4tit {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 30px;
}
.bottomNew ul li{
	float: left;
	width: 26%;
    padding: 2% 2% 0;
	margin: 0 1.5%;
	border: 1px solid #EDEDED;
}
.bottomNew ul li p{
	margin-top: 8px;
	font-size: 20px;
	color: #AAAAAA;
}
.bottomNew ul li p span{
	font-size: 48px;
}
.bottomNew ul li h4{
	font-size: 18px;
	color: #000000;
	margin: 17px 0 14px;
	font-weight: 100;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottomNew ul li h5{
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	color: #ADADAD;
}
.bottomNew ul li h6{
	width: 123px;
    line-height: 41px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    margin: 25px 0 28px;
}
.bottomNew ul li h6 a{
	color: #A5A5A5;
	text-decoration: none;
}
.bottomNew ul li h6:hover{
	border: 1px solid #5467FD;
}
.bottomNew ul li h6:hover a{
	color: #5467FD;
}
@media only screen and (max-width: 768px){
	.bottomNew .h4tit {
	    font-size: 22px;
    }
    .bottomNew ul li{
    	width: 90%;
    	margin: 0 2% 2%;
    	padding: 2% 3% 0;
    }
	.bottomNew ul li h4{
	    font-size: 16px;
	    line-height: 24px;
	}
	.bottomNew ul li p span{
	    font-size: 26px;
	}
	.bottomNew ul li h6 {
	    width: 106px;
	    line-height: 33px;
	    font-size: 14px;
	    margin: 19px 0 15px;
    }
}

@media screen and (max-width:1500px) and (min-width:1200px){
	.container {
		width: 1100px;
	}
	.build .container .cenDiv {
	    background-size: 125%;
    }
    .build .container .cenDiv p.topp {
	    margin: 37% 0 20px 2%;
	}
	.customization ul li {
	    height: 418px;
    }
	@media screen and (max-width:1300px) and (min-width:1200px){
		.build {
		    padding: 50px 0;
    	}
	}
}
@media screen and (max-width:1200px) and (min-width:768px){
	.container {
		width: 800px;
	}
	.build .container .wordDiv p.con {
    	font-size: 19px;
	}
	.build .container .wordDiv p.num {
    	font-size: 20px;
    }
    .build {
	    background: url(../images/network-build.png) no-repeat left center;
	}
	.build .container .cenDiv {
	    background-size: 134%;
	    height: 333px;
    }
    .build .container .cenDiv p.topp {
	    margin: 41% 0 20px 2%;
	    font-size: 29px;
	}
	.build .container .cenDiv p.botp {
    	font-size: 32px;
	}
	.mulScreen .container>div.clear>.fl p {
    	font-size: 31px;
    }
    .mulScreen .container>div.clear>.fl span {
    	font-size: 16px;
    }
    .mulScreen .container>div.clear>.fr {
	    width: 27%;
	}
	.mulScreen .container>div.clear>.fr .line {
    	width: 72%;
    }
    .mulScreen .container ul li div {
	    width: 131px;
	    height: 96px;
    }
    .mulScreen .container ul li {
	    width: 17.7%;
	    padding: 30px 0;
	}
	.mulScreen .container ul li div {
	    width: 131px;
	    height: 96px;
	    background-size: 180%;
    }
	.mulScreen .container ul li.lione:hover div{
		background-position: -115px 0px;
	}
	.mulScreen .container ul li.litwo div{
		background-position: 12px 0;
	}
	.mulScreen .container ul li.litwo:hover div{
		background-position: -115px 0px;
	}
	.mulScreen .container ul li.lithree div{
		background-position: 5px 0;
		width: 151px;
	}
	.mulScreen .container ul li.lithree:hover div{
		background-position: -138px 0px;
	}
	.mulScreen .container ul li.lifour div{
		background-position: 10px 0;
	}
	.mulScreen .container ul li.lifour:hover div{
		background-position: -120px 0px;
	}
	.mulScreen .container ul li.lifive:hover div{
		background-position:-120px 0px ;
	}
	.customization ul li {
	    height: 371px;
    }
}


@media only screen and (max-width: 768px){
	.header.on #navToggle span, .header.on #navToggle span::before, .header.on #navToggle span::after {
	    background: #FFFFFF;
	}
	.container{
		width: 90%;
	}
	.header .container{
		width: 95%;
	}
	.screenPho .swiper-pagination-bullet-active {
	    background: #5367FC;
	}
	.banner .liPho{
		display: block;
	}
	.banner .liPc{
		display: none;
	}
	.buildPho{
		display: block;
		background-color: #F8F9F9;
	}
	.build{
		display: none;
	}
	.buildPho h3{
		text-align: center;
		font-size: 21px;
		font-weight: 400;
		color: #222124;
		background: url(../images/network-buildCen.png) no-repeat center #F8F9F9;
		padding: 50px 0;
		background-size: 81%;
	}
	.buildPho .container div{
		float: left;
		width: 48%;
		margin: 0 1%;
	}
	.buildPho h3 p{
		font-size: 23px;
	    color: #5367FC;
	    margin-top: 10px;
	    margin-bottom: 11px;
	}
	.buildPho p.num{
		font-size: 24px;
		color: #1E1E1E;
	}
	.buildPho p.line{
	    width: 39px;
	    height: 3px;
	    background: #1E1E1E;
	    margin: 12px 0;
	}
	.buildPho p.con{
	    font-size: 14px;
	    line-height: 20px;
		color: #1E1E1E;
		margin-bottom: 30px;
	}
	.mulScreen {
	    padding: 40px 0;
	}
	.mulScreen .container>div.clear>.fl p {
    	font-size: 21px;
    }
    .mulScreen .container>div.clear>.fl span {
	    font-size: 14px;
	    line-height: 18px;
    }
    .mulScreen .container ul li {
		width: 98% !important;
	    margin: 0 1% 32px;
	    border: none;
    }
    .mulScreen .container ul li:hover{
		border: none;
		box-shadow: none;
		border-top: 2px solid #F1B81C;
	}
    .customization ul li p {
    	font-size: 18px;
	}
	.customization ul li span {
	    width: 100%;
	    line-height: 21px;
	    font-size: 12px;
    }
    .case .container ul li p{
        width: 95%;
	    margin: 0 auto;
	    line-height: 25px;
	    font-size: 14px;
	    padding: 15px 2.5%;
    }
    .case .container ul li p span{
    	display: block;
    }
    .cooperation h3,.case .container h3{
	    font-size: 22px;
    }
    .case .container ul li.lastli p{
    	line-height: 50px;
    }
    .mulScreen .container .screenPho{
		display: block;
	}
	.mulScreen .container>ul{
		display: none;
	}
    .mulScreen .container ul li {
	    overflow: hidden;
	    float: none;
    }
    .mulScreen .container ul li:hover{
    	margin-top: 0;
    }
    .customization ul li {
	    width: 80%;
	    margin: 0 10% 3%;
	    height: 380px;
    }
    .customization ul li span {
    	width: 90%;
    }
    .cooperation {
	    padding: 40px 0;
	}
	.cooperation h3{
		margin-bottom: 20px;
	}
	.cooperation>img {
	    display: none;
    }
	.cooperation ul{
		display: block;
		width: 291px;
		margin: 20px auto;
	}
	.cooperation ul li{
		float: left;
		width: 50%;
		font-size: 14px;
		text-align: center;
		color: #222131;
	}
	.cooperation ul li.word{
		background: #FFFFFF;
		border: 1px solid #B8B8B8;
		border-radius: 50%;
		width: 102px;
		height:102px;
	}
	.cooperation ul li.word img{
	    width: 31%;
    	margin: 18% auto 12%;
	}
	.cooperation ul li.line{
		width: 80px;
		height:1px;
		border-bottom: 1px dashed #B8B8B8;
		margin-top: 51px;
	}
	
    .case {
    	padding: 40px 0;
    }
    .case .container h3 {
	    margin-bottom: 20px;
	}
    @media only screen and (max-width: 320px){
    	.mulScreen .container ul li.lione div{
    		background-size: 139%;
    	}
    	.case .container ul li p {
		    font-size: 13px;
    	}
    }
    @media screen and (width:768px){
    	.customization ul li {
		    width: 30%;
		    margin: 0 1.5% 3%;
		    height: 336px;
		}
    }
    @media screen and (width:734px){
    	.customization ul li img {
		    margin: 26px auto 4px;
		    width: 57%;
		}
    }
    @media screen and (width:684px){
    	.customization ul li img {
		    margin: 26px auto 4px;
		    width: 57%;
		}
    }
    @media screen and (width:667px){
    	.customization ul li img {
		    margin: 26px auto 4px;
		    width: 57%;
		}
    }
    @media screen and (width:736px){
    	.customization ul li img {
		    margin: 26px auto 4px;
		    width: 57%;
		}
    }
    
}