﻿	*{
		margin:0;
		padding:0;
	}
body{
	font-family: "微软雅黑", "黑体";
}

.alert_windows{
		display:none;
		position:fixed;
		z-index:1000000000000;
		max-width:700px;
	    width: 100%;
		box-sizing: border-box;
		height:500px;
		border: 5px solid #017dc5;
		border-radius: 25px;
	    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, .3);
	    -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, .3);
	    -o-box-shadow: 0 0px 30px rgba(0, 0, 0, .3);
	    box-shadow: 0 0px 30px rgba(0, 0, 0, .3);
	background-color: #fff;
		background-image: url(../img/fudong_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	}
	
.alert_windows .close{
	position: relative;
		float:right;
		width:50px;
		height:50px;
		margin-top: -20px;
		margin-right: -20px;
    	z-index: 999;
	   -webkit-transition: 0.4s;
       -webkit-transition: -webkit-transform 0.4s ease-out;
       transition: transform 0.4s ease-out;
       -moz-transition: -moz-transform 0.4s ease-out;
	}
	
.alert_windows .close:hover{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
	}

.chuangkou_main{
	height: 560px;
	position: relative;
}
.chuangkou_img{
	float: left;
	width: 330px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.chuangkou_qq{
	float: right;
	width:300px;
	margin-top: 20px;
}
.chuangkou_qq li{
	background: url(../img/baise.png) repeat;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: 15px;
	text-align: center;
}
.chuangkou_qq li h3{
	color: #000;
	font-size: 22px;
	font-weight: normal;
}
.chuangkou_qq li p{
	color: #222;
	font-size: 18px;
}

.chuangkou_txt{
	clear: both;
	position: absolute;
	bottom: 20px;
	background: url(../img/baise.png) repeat;
	width: 660px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.chuangkou_txt p{
	font-family: "微软雅黑", "黑体";
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.chuangkou_txt a{
	color: #f00;
}


@media only screen and (max-width: 768px) {
	.alert_windows{
		height: 300px;
		width: 95%;
	}
	
}

