*{padding: 0; margin: 0;}
ul ,li{list-style: none;}
a{text-decoration: none;}
img{border: none;}
input{outline: none;}
button{ outline: none;}
.clearfix:after{
			     content:"";
				 display: block;
				 clear: both;
				 height:0;
				 line-height:0; 
				 overflow:hidden;
		}
.clearfix{
			 	zoom:1;     /* 为了兼容IE浏览器 */
		}
		
* { margin: 0; padding: 0; }
html {
	height: 100%;
}


#top{
	width: 60%;
	height: 32px;
	padding: 34px 20%;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
#top img{
	height: 140%;
	vertical-align: middle;
	margin-top: -10px;
}
#top b{
	margin: 0 10px 0 20px;
}


#con{   
	width: 100%; 
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#con ul{ 
	display: block;
	width: 1000%;
	height: 100%;
}
#con ul li{ 
	width: 10%;
	float: left;
}
#con ul li img{ 
	width: 100%;
}
#content_banner_d{
    width:300px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 6%;
    left: 47.8%;
   
}
#content_banner_d a{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5%;
    border-radius: 20px;
    background: #999;
    cursor: pointer;
     opacity: 0.8;
}
#content_banner_d .cursor{
    background: #666;
     opacity: 0.8;
}


#con_right{
	position: absolute;
	top: 95px;
	right: 22%;
	z-index: 1;
	width: 400px;
	height:400px;
	margin: auto;
	background: rgba(255,255,255,0.6);
}
#con_right form{
	display: block;
	width: 86%;
	height: 86%;
	margin: 7%;
}
#con_right form h2{
	font-size: 18px;
	color: #999;
	font-weight:bold ;
	letter-spacing: 1px;
	margin: 20px 0 0;
}
#con_right form .con_right_use{
	width: 100%;
	height: 45px;
	background: white;
	border: 1px solid #D6DBDE;
	margin-top: 20px;
}
#con_right form .con_right_use div{
	width: 15%;
	height: 100%;
	float: left;
	background: #E1E1E3;
}
#con_right form .con_right_use div img{
	width: 60%;
	margin: 15% 20%;
}
#con_right form .con_right_use input{
	width: 81%;
	height: 100%;
	float: right;
	background: white;
	outline: none;
	border: none;
	color: #666;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
}
#con_right form .con_right_use input::-webkit-input-placeholder { /* WebKit browsers */
    color:  #C1C1C1;
}
#con_right form .con_right_use input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  #C1C1C1;
}
#con_right form .con_right_use input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #C1C1C1;
}
#con_right form .con_right_use input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #C1C1C1;
}

#con_right form .yz{
	width: 100%;
	height: 40px;
	border-left:none;
	border-right: none;
	margin-top: 20px;
	position: relative;
}
#con_right form .yz input{
	height: 100%;
	width: 60%;
	border: none;
	position: absolute;
	top:0;
	left: 0;
	color: #999;
	font-size: 17px;
	font-weight: bold;
	text-indent: 10px;
}
#con_right form .yz img{
	height: 100%;
	width: 37%;
	position: absolute;
	top:0;
	right: 0;
	cursor: pointer;
}
#jz{
	color: #8481D2;
	font-size: 13px;
	margin: 15px 0;
	position: relative;
}
#jz input{
	vertical-align:middle;
}
#jz b{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 35%;
}

#con_right form button{
	width: 100%;
	height: 45px;
	background: #46CC9A;
	border: none;
	color: white;
	font-size: 17px;
	word-spacing: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	outline: none;
}
#con_right form button:hover{
	background: #38cea1;
}
#con_right form button:before { 
	content: ""; 
    position: absolute; 
    width:50px; 
    height: 100%; 
    top: 0; 
    left: -50px; 

background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));

background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

-webkit-transform: skewX(-25deg);

-moz-transform: skewX(-25deg)

}
#con_right form button:hover:before { left: 120%; transition: left 1s ease 0s; }


#wj{
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
#wj a{
	color: white;
	font-size: 12px;
	margin: 10px 0;
}


#foot{
	width: 100%;
    margin-top: 50px;
}
#foot h3{
	text-align: center;
	color: #999;
	font-size: 15px;
}
#foot h4{
	text-align: center;
	color: #999;
	font-size: 15px;
	line-height: 30px;
}


@media only screen and (max-width:1800px) {
    #con_right{top: 75px;}
}
@media only screen and (max-width:1700px) {
    #con_right{top: 60px;}
}
@media only screen and (max-width:1600px) {
    #foot{  margin-top: 30px;}
    #con_right{top: 45px;}
}
@media only screen and (max-width:1500px) {
    #con_right{top: 30px; right: 10%;}
}
@media only screen and (max-width:1400px) {
    #con_right{top: 3%; }
}
@media only screen and (max-width:1350px) {
    #con_right{top: 10px; }
}
@media only screen and (max-width:1306px) {
    #con_right{top:3px;  right: 10%;}
    body{min-width: 1300px;overflow-x: scroll;}
    #foot{  margin-top: 20px;}
}