@charset "utf-8";
.banner{
	width: 100%;
    height: 1009px;
    background: url('../mirror/images/game/banner_bg.png')  no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 80px;
}
.banner .banner_con{
	width: 1400px;
	/*height: 280px;*/
	margin: 0 auto;
    /*background: url('../mirror/images/game/banner_ber.png')  no-repeat bottom center;
	position: relative;*/
}

.banner .banner_left{
	width: 600px;
	float: left;
	margin-left: 50px;
    padding-top: 160px;
}

.banner .banner_left .banner_btn{
	text-align: center;
}

.banner .banner_left .banner_btn a{
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #000;
	background-color: #FFF;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 78px;
	font-weight: bold;
}

.banner .banner_right{
	float: right;
}

.banner .banner_right img{
	margin-top: 85px;
}


.product_code{
	margin-top:25px;
	width:660px;
}
.product_code>li{
	float: left;
	margin-left: 100px;
}
.product_code>li>img{
	width:125px;
}
.product_code>li>a>img{
	width:125px;
}
.product_code>.mo{
	margin: 0;
}
.product_code>li>.tit{
	text-align: center;
    height: 35px;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
}

.product_code>li>.msg{
	text-align: center;
    font-size: 14px;
    color: #fff;
}
.product_msg{
	margin-top: 25px;
}




.list{
	width: 1200px;
	height: 170px;
	margin: 0 auto;
}
.list>li{
	width: 300px;
	float: left;
	position: relative;
	margin-top: 19px;
}

.list>li>.li_img{
	width: 224px;
	height:112px;
	margin: 0 auto;
	overflow:hidden;
	border-radius:10px;
}

.list>li>.li_img>img{
	width: 100%;
	height:100%;
	transition: all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition: all 0.6s ease-out;
	/* Firefox 4 */
	-webkit-transition: all 0.6s ease-out;
	/* Safari 和 Chrome */
	-o-transition: all 0.6s ease-out;
	/* Opera */
}
.list>li>.li_img:hover>img{
	transform: scale(1.25, 1.25);
}

.list>li>.li_tit{
	position: absolute;
    top: 38px;
    font-size: 20px;
    color: #fff;
    left: 84px;
}



/* 我们的产品 */
.product{
	width:100%;
	height:890px;
	background-color: #F7F8FA;
	background: url('../mirror/images/game/product_bg.png')  no-repeat bottom center;
	background-size: 100% 100%;
}
.product .product_tit{
	text-align: center;
    height: 175px;
    line-height: 170px;
}
.product .product_cont{
	width: 1200px;
	height:800px;
	margin: 0 auto;
}
.product2{
	width:100%;
	height:918px;
	background-color: #F7F8FA;
	background: url('../mirror/images/game/product_bg2.png')  no-repeat bottom center;
	background-size: 100% 100%;
}
.product2 .product2_cont{
	width: 1200px;
	height:700px;
	padding-top: 70px;
	margin: 0 auto;
}

.product3{
	width:100%;
	height:1080px;
	background-color: #F7F8FA;
	background: url('../mirror/images/game/product_bg3.png')  no-repeat bottom center;
	background-size: 100% 100%;
}

.product3 .product3_cont{
	width: 1200px;
	height:700px;
	padding-top: 70px;
	margin: 0 auto;
}
.product4{
	width:100%;
	height:1160px;
	background-color: #F7F8FA;
	background: url('../mirror/images/game/product_bg4.png')  no-repeat bottom center;
	background-size: 100% 100%;
}

.product4 .product4_cont{
	width: 1200px;
	height:700px;
	padding-top: 70px;
	margin: 0 auto;
	
}


.product4 .product4_cont .p4_li{
	position: relative;
	top: 40px;
}
.product4 .product4_cont .p4_li .icon_img1{
	margin-top: 55px;
}
.product4 .product4_cont .p4_li .icon_img1>img{
	width: 840px;
}
.product4 .product4_cont .p4_li .p4_ul{
	position: absolute;
    top: 60px;
    right: 0px;
}

.product4 .product4_cont .p4_li .p4_ul>li{
	width: 260px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    color: #FFF;
    font-weight: bold;
	margin-bottom: 20px;
}
.product4 .product4_cont .p4_li .p4_ul>.on{
    background-color: #FFFB83;
    color: #8358EE;
}




.product4 .product4_cont .p4_li .p4_ul>li>img{
	width: 25px;
    margin-right: 8px;
    margin-top: -5px;
	display:none;
}
.product4 .product4_cont .p4_li .p4_ul>.on>img{
    display: initial;
}

.product4 .product4_cont .p4_li .ul2{
	position: absolute;
    top: 112px;
    left: 0px;
	
}
.product4 .product4_cont .p4_li .icon_img2{
	margin-top: 55px;
	float: right;
}
.product4 .product4_cont .p4_li   .icon_img2>img{
	width: 840px;
}





/*bottom*/
.bottom{
    height: 200px;
    background: url('../mirror/images/game/end.png');
    background-size: 100% 100%;
}
.bottom p{
    position: relative;
    font-size: 30px;
    color: #fff;
    text-align: center;
    top: 50px;
	letter-spacing:4px
}

.bottom a {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin: 25px auto 0;
    position: relative;
    top: 45px;
	border: 1px solid #fff;
	border-radius: 5px;
}










