﻿﻿@charset "utf-8";
/* CSS Document */
a:hover {
    text-decoration: none !important;
}


/**************************清零*********************************/
html,body{
padding-top:60px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldest,input,textarea,p,blockquote,th,td,b{ margin:0; padding:0;}
fieldset,img{ border:0;}
.clearfix{ clear: both; }
table{ border-collapse: collapse; border-spacing:0;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{ font-weight:normal; font-style: normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,b{ font-weight:normal; font-size:16px;}
q:before,q:after{content:''}
abbr,acronym{border:0}
a {
  text-decoration: none;
  word-spacing: 0px;
  letter-spacing: 0px;
  color: black; }

* {font-family: "微软雅黑", "黑体"; }
.fl{ float:left;}
.fr{ float:right;}

input, button, select, textarea {
  outline: none;
  background: none;
  border: none; }

textarea {
  resize: none; }

.comWidth{
    width: 1200px;
    margin: 0 auto;
}

.scomWidth{
  width: 600px;
}
.clearBoth{
  clear: both;
}
.fl{
  float: left !important;
}
.fr{
  float: right !important;
}
.sfl{
  float: left ;
}
.sfr{
  float: right ;
}

/*------------------------完---------------------------*/

/*@media(max-width: 1470px){}
@media(max-width: 1366px){}
@media(max-width: 1200px){}
@media(max-width: 1199px){}
@media(max-width: 1124px){}
@media(max-width: 1022px){}
@media(max-width: 1000px){}
@media(max-width: 996px){}
@media(max-width: 970px){}
@media(max-width: 862px){}
@media(max-width: 785px){}
@media(max-width: 767px){}
@media(max-width: 320px){}*/

@media(max-width: 1200px){  
  .comWidth{
    width: 1000px;
  }
  .scomWidth{
    width: 500px;
  }
}
@media(max-width: 1199px){

}
@media(max-width: 1124px){

}
@media(max-width: 1022px){

}
@media(max-width: 1000px){
  .comWidth{
    width: 99%;
  }
  .scomWidth{
    width: 96%;
    margin: 0 auto;
    float: initial;
  }
}
@media(max-width: 996px){
  .comWidth{
    width: 99%;
  }
}
@media(max-width: 970px){

}
@media(max-width: 862px){

}
@media(max-width: 785px){

}
@media(max-width: 767px){

}
@media(max-width: 320px){

}