
* {
	font-family: "微软雅黑"
} 

/*轮播*/

.banner {
	width: 100%;
	/*height: 560px;*/
	/*background: black;*/
	/*子绝父相*/
	position: relative;
	/*超出部分全部隐藏，解决横向滚动条*/
	overflow: hidden;
	/*padding-top: 97px;*/
}

.banner ul {
	position: absolute;
}

.banner ul li {
	/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
	width: 100%;
	height: 590px;
	float: left;
	background: no-repeat center center;
	background-size: 100% auto;
}


.banner ol {
	/*width: 60px;*/
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 50%;
	/*margin-left: -40px;*/
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}

.banner ol li {
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
}

.banner ol .current {
	background: rgba(255, 255, 255, 1);
}

.banner i {
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}

.banner .left {
	left: 60px;
	background: url('images/left_right.png') no-repeat 0 0px;
}

.banner .right {
	right: 60px;
	background: url('images/left_right.png') no-repeat 0px -120px;
}

.banner .left:hover,
.banner .right:hover {
	background-color: rgba(0, 0, 0, 0.31);
}


/*轮播end*/


/*解决方案*/

.solutionw {
	width: 100%;
	height: 882px;
	background: #fff;
}

.solution {
	width: 1200px;
	text-align: center;
	margin: auto;
}

.solution>h2 {
	font-size: 32px;
	line-height: 32px;
	color: #999;
	font-weight: 500;
	margin-top: 98px;
}

.solution>h1 {
	font-size: 32px;
	line-height: 32px;
	color: #666;
	font-weight: 500;
	margin-top: 15px;
}

.solution>p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 20px
}

.solutionmany {
	margin-top: 127px;
	overflow: hidden;
}

.solutionList {
	float: left;
	margin: 0 55px;
	opacity: 1;
}

.solutionList>a>img {
	width: 289px;
	height: 223px
}

.solutionList>a>h3 {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 41px;
}

.solutionList>a>p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	margin-top: 13px;
}


/*产品*/


/*.productw{background: url(../img/blue.jpg) no-repeat;background-attachment: fixed;background-size:cover;}*/

.productw {
	width: 100%;
	height: 1257px;
	overflow: hidden;
	background: #384ef8;
	position: relative;
	z-index: 22;
}

.productw>img {
	width: 100%;
	height: 1257px;
	position: absolute;
	z-index: -5;
}


/*.productw>img{}*/

.products {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 220px
}

.products>div {
	margin-left: 20px;
	margin-top: 20px;
	z-index: 1;
}

.products>div:nth-child(3n+1) {
	margin-left: 0
}

.productList {
	width: 386px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	float: left;
	position: relative;
	background: -webkit-linear-gradient(left top, #4e6cff, #3243ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #4e6cff, #3243ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #4e6cff, #3243ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #4e6cff, #3243ff);
	/* 标准的语法 */
}

.productList>a>h4,
.productList>a>p {
	width: 336px;
	margin: auto;
	position: relative;
	z-index: 4;
}

.productList>a>img {
	width: 87px;
	height: 83px;
	margin-top: 87px;
	position: relative;
	z-index: 4;
}

.productList>a>h4 {
	text-align: left;
	color: #d3d7ff;
	font-size: 24px;
	margin-top: 79px;
	line-height: 24px;
}

.productList>a>p {
	color: #b1b8ff;
	font-size: 14px;
	margin-top: 25px;
	line-height: 26px;
	text-align: left;
}

.proActive {
	width: 386px;
	height: 400px;
	float: left;
	position: relative;
}

.proActive>h3 {
	color: #fff;
	font-size: 42px;
	margin-top: 29px;
	line-height: 42px;
}

.proActive>p {
	color: #afb5fc;
	font-size: 14px;
	margin-top: 19px;
	line-height: 22px;
}

.cheackMore {
	width: 269px;
	height: 62px;
	font-size: 24px;
	color: #fff;
	line-height: 62px;
	margin-top: 137px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #7483fa
}

.cheackMore:hover {
	background: #fff;
	color: #3243ff;
	cursor: pointer;
}


/**/

.friendw {
	width: 100%;
	height: 717px;
	background: url(../images/gray.jpg) no-repeat;
	background-size: cover;
}

.friend {
	width: 1200px;
	margin: auto;
	font-size: 0;
}

.friend>p {
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 39px;
	padding-top: 80px;
}

.imgs {
	margin-top: 30px;
}

.imgs>a>img {
	width: 232px;
	height: 100px;
	
	margin-top: 10px
}
.imgs>a{
	margin-left: 10px;
}
.imgs>a:nth-child(5n+1) {
	margin-left: 0
}

.fmore {
	width: 269px;
	height: 62px;
	border-radius: 50px;
	line-height: 62px;
	text-align: center;
	border: 1px solid #868688;
	margin: auto;
	color: #fff;
	font-size: 24px;
	margin-top: 43px
}

.fmore:hover {
	background: #fff;
	color: #999;
	cursor: pointer;
}

.concactw {
	width: 100%;
	height: 255px;
	background: #36353b
}

.concact {
	position: relative;
	height: 255px;
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.concact>div {
	float: left;
	margin-top: 71px;
}

.concact>img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.cactTit {
	font-size: 18px;
	color: #fff
}

.cactType {
	color: #949494;
	font-size: 14px;
	margin-left: 161px;
}

.email {
	margin: 16px 0;
}

.zxw {
	margin-left: 76px
}

.zxw>p {
	color: #949494;
}

.zxrx {
	font-size: 14px
}

.zxtel {
	font-size: 28.75px;
	margin-top: 16px;
}

.productList:hover {
	background: -webkit-linear-gradient(left top, #3243ff, #4e6cff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #3243ff, #4e6cff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #3243ff, #4e6cff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #3243ff, #4e6cff);
	/* 标准的语法 */
}

.magnCircle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	opacity: 0;
}

.mcone {
	width: 150px;
	height: 150px;
	background: #637aff;
	z-index: 3;
	bottom: -75px;
}

.mctwo {
	width: 300px;
	height: 300px;
	background: #5765ff;
	z-index: 2;
	bottom: -150px;
}

.mcthree {
	width: 450px;
	height: 450px;
	left: -32px;
	background: #4e53ff;
	z-index: 1;
	bottom: -225px;
}


/*@media(max-width: 1200px) {
    .banner,.solutionw,.productw,.friendw,.footer {
        width:1200px
    }
}*/
