@charset "utf-8";
@font-face {
    font-family: "Impact";

    font-style: normal;
    font-weight: normal;
}

@font-face {

    font-style: normal;
    font-weight: normal;
}



/*兼容*/
html{
    -webkit-tap-highlight-color:rgba(0,0,0,0); /*取消超链接点击颜色块*/
}
body {
  -webkit-overflow-scrolling:touch; 
  overflow-scrolling: touch;
  background-clip: padding-box;
  min-width:1200px;
}
/*去掉ios默认submit样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
element {
  -webkit-touch-callout:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  -webkit-transform:translate3d(0,0,0)
  transform: translate3d(0,0,0);
  border-width:thin;
}
/*去掉默认number的上下按钮样式*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c1c1c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1c1c1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1c1c1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1c1c1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c1c1c1;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
  -webkit-text-size-adjust:100%;
  font-weight: normal;
}
/*兼容*/
*{
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
/*  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
}


table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
} 
a{
    text-decoration: none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


/*全局样式*/
.container{
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}


section{
  overflow: hidden;
  text-align: center;
  min-width: 1200px;
}
body,html{
  height: 100%;
}

.icons{
  background: url(../images/icons.png) no-repeat center;
}


/*nav ul li:hover .twonav{
  
}
*/
/*banner*/
#banner{

}

#banner .swiper-container{
  height:595px;

}
#banner .swiper-slide{
  width: 100%;
  height: 100%;
  background-size: cover;
}

#banner a{
  width:100%;
  height:100%;
  display:block;
}




  