﻿
 /*====== 初始化样式表  ======*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*设置表格边框合并,间距归零*/
table { border-collapse:collapse; border-spacing:0; }
/*fieldset,图片边框归零*/
fieldset, img { border:0; margin:0; padding:0; display:block;  }
/*字体样式,粗细统一*/
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
/*取消列表样式*/
ol, ul { list-style:none; }
/*caption,th对齐方式为左对齐*/
caption, th { text-align:left; }
/*统一H标签文字大小,取消加粗效果*/
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
/*取消q标签前后的引号*/
q::before, q::after { content:''; }

header,nav,article,section,aside,footer{display:block;}
  
body{
	background:#dadbdc;
	} 
/*======PC端 落地页样式======*/
.wrap { width:100%!important; _width:1195px; +width:1195px;/*IE6、7识别*/  max-width:1195px; 
		margin:0 auto; display:block;  zoom:1; } 			   		  

.pc { width:100%; max-width:1195px; margin:0 auto; }
.pc img { width:100%;  margin:0 auto; text-align:center; display:block; } 		   		  



 /*底部样式*/
.J-syadAutoCreate {   z-index:999999999; bottom:0; }
.J-syadAutoCreateForm  { z-index:9999999999999; background:rgba(0,0,0,0.6);  }

.dibu { width:1195px; height:66px; margin:0 auto; position:fixed; 
          bottom:0; background:rgba(0,0,0,0.6); color:#fff;
		  padding:15px 0 0 40px; box-sizing:border-box;   }

.dibu imput { width:1195px; height:72px; margin:0 auto; position: fixed; 
                bottom:0; background:rgba(0,0,0,0.6); color:#fff;   }
.wzz { float:left; position:relative;   line-height:28px; left:20px;  }
 
.wzz img { width:360px; height:auto; float:left; display:block;}
.wzz p  { width:auto; float:left; padding:5px 0px 0 5px; font-family:Arial,Hiragino Sans GB;font-weight:bold;font-size:45px; color:#D9D919;}
.wzz input{ width:136px; height:28px; margin:5px 0 0 5px;  float:left;
            border:1px #fff solid; font-size:12px; border-radius:3px; 
            color:#000; text-indent:4px;}
			
.wzz input.but { width:148px; height:34px; color:#d8221a; 
        background: url(../images/anniu.png) no-repeat center/auto 30px;         border-radius:8px; cursor:pointer; border:none; 
		position:relative; left:20px; top:-3px; font-size:18px; font-weight:bold; }
			
			
	/*======= 置顶功能 ======*/ 
.cd-top { width:40px; height:40px; position:fixed; _position:absolute; 
          bottom:170px; _bottom:170px; right:1%;
          display:inline-block; overflow: hidden;  
          box-shadow:0 0 10px rgba(0, 0, 0, 0.05);   
          text-indent:100%; white-space: nowrap;          
		  background: rgba(232, 98, 86, 0.8) url(../top.png) no-repeat center 50%;
		  visibility: hidden;
		  opacity: 0;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  transition: all 0.3s;
		  z-index:999999999999; }

.cd-top.cd-is-visible { /* the button becomes visible */
				        visibility: visible;
				        opacity: 1; }
				  
.cd-top.cd-fade-out {  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
                       opacity: .5; }
.no-touch .cd-top:hover {  background-color: #e86256;
						   opacity: 1; }
							
						  
@media only screen and (max-width: 768px) {
		
		.cd-top { width:36px; height:36px; right:20px; bottom:90px; 
		 background: rgba(232, 98, 86, 0.8) url(../images/top.png) no-repeat center 50%/30px auto;}
		
	 }


@media only screen and (min-width: 1024px) {
       
	    .cd-top { width:50px; height:50px; right:30px; bottom:60px; 
		          position:fixed;   }      
    
	  }




