* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	min-width: 1200px;
	overflow-x:hidden;
	/* max-width: 2000px;
	margin: 0 auto; */
}
a {
	text-decoration: none;
}
input,select,button{
	border: none;
	outline: none;
}
#zg_wrap{
	overflow: hidden;
}
.zg_container{
	width: 1000px;
	margin: 0 auto;
}
.zg_title{
    width: 767px;
    height: 121px;
    background: url(../img/title.png) no-repeat center;
    margin: 0 auto;
    font-size: 45px;
    text-align: center;
    color: #fff;
    text-shadow: -3px 6px 3px #443bf4;
    padding-top: 25px;
    margin-bottom: 25px;
}
.zg_bor{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

@-moz-keyframes banner_jt {
	50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@-ms-keyframes banner_jt {
50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@-webkit-keyframes banner_jt {
50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes banner_jt {
	50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
}


@keyframes shan {
    0% {
        box-shadow: 0 0 3px 3px #fff;
    }

    50% {
        box-shadow: 0 0 7px 7px #fff;
    }

    100% {
        box-shadow: 0 0 3px 3px #fff;
    }
}

@keyframes shan{
	from {
		box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);
	}
	to {
		box-shadow: 0 0 5px 5px rgba(255, 255, 255, .8);
	}
}


@-moz-keyframes shan {
  0% {
        box-shadow: 0 0 3px 3px #fff;
    }

    50% {
        box-shadow: 0 0 7px 7px #fff;
    }

    100% {
        box-shadow: 0 0 3px 3px #fff;
    }
}
@-webkit-keyframes shan {
   0% {
        box-shadow: 0 0 3px 3px #fff;
    }

    50% {
        box-shadow: 0 0 7px 7px #fff;
    }

    100% {
        box-shadow: 0 0 3px 3px #fff;
    }
}
@-ms-keyframes shan {
    0% {
        box-shadow: 0 0 3px 3px #fff;
    }

    50% {
        box-shadow: 0 0 7px 7px #fff;
    }

    100% {
        box-shadow: 0 0 3px 3px #fff;
    }
} 

@keyframes jiantou{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}

