/* 

*/
html, body, body * {
    margin: 0;
    padding: 0;
}
*{
	outline: none;
	border: none;
    font-style: normal;
}
ul li,li{
	list-style: none;
}
body {
  background-color: #ffffff;
}

*:focus {
    font-family: SourceHanSansCN-Light;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
    font-weight: normal;
}

a {
    color: #6a6a6a;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #141719;
  text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}
header,nav,footer,main{
    display: block;
    width: 100%;
    min-width: 1200px;
}
.commonWidth{
    width: 100%;
    min-width: 1200px;
}
.commonH2>h2{
    height: 43px;
    line-height: 43px;
    font-size: 20px;
    color: #6a6a6a;
    padding-left: 24px;
    position: relative;
}
.commonH2>h2>span{
    position: absolute;
    display: block;
    width: 3px;
    height: 25px;
    background-color: #ff5a00;
    top: 10px;
    left: 12px;
}
.commonH2>p.common_only_line{
    width: 376px;
    height: 1px;
    background-color: #d4d4d4;
    margin: 0 auto;
}