/* CSS Document */
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Arial', 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ';
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    line-height:inherit;
    list-style:none;
    text-decoration:none;
    -webkit-text-size-adjust:none;
}

:focus {
  outline: none;
}
a {
  color: #303030;
  text-decoration: none;
}
a img {
  border: 0;
}
img {
  vertical-align: middle;
  display: inline-block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /*object-fit:cover;*/
  /*object-fit:scale-down:;
  object-fit: contain;*/
}
table {
  empty-cells: show;
}
del {
  text-decoration: line-through;
}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border:0;
}
body {
  min-width: 1080px;
  font-weight: inherit;  
  font-style: inherit;
  font-size: 14px;
  color: #2a2a2a;
  background: #e9e9e9;
}
a {
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  color: #1b69ea;
}
input:focus {
  outline: none;
}
::placeholder {
  color: #a4a4a4;
}
figure{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wrap{
    width:1080px;
    margin: 0 auto;
}
.top {
    min-width: 100%;
    height: 49px;
    background: #fff;
    box-shadow: 0 0px 8px 2px #eee;    
    position: relative;
    z-index: 2;
}
.top .topnav {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.top .topnav .topleft li {
    display: inline-block;
    height: 49px;
    margin-right: 20px;
    float: left;
}

.top .topnav .topleft li a {
    font-size: 18px;
    color: #2a2a2a;
    line-height: 49px;
}

.top .topnav .topleft li span {
    display: block;
    
    padding-right: 5px;
    line-height: 49px;
    font-size: 18px;   
    cursor: pointer;
}

.top .topnav .topleft li span.show {
    color: #fff;    
}

.top .topnav .topleft li P {
    display: none;
}

.top .topnav .topleft li P a {
    text-decoration: none;
}

.top .topnav .topleft li P a:hover {
    text-decoration: underline;
}

.top .topnav .topleft .sitenav {
    margin: 0 10px 0 -10px !important;
}

.top .topnav .topleft .sitenav span {
    padding: 0 10px;
    font-size: 18px;
    color: #2a2a2a;
    line-height: 49px;
}
.top .topnav .topleft .sitenav span:after{
    content:"";
    width: 19px;
    height: 9px;    
    margin:0 5px;
    display: inline-block;
    background:url(https://www.chinabyte.com/TLimages2009/chinabyte/images/product/index_icon.png) no-repeat;
    background-position: 0 0;
}
.top .topnav .topleft .sitenav:hover span{
    color:#fff;
    background:#3b73b4;
}
.top .topnav .topleft .sitenav:hover span:after{
    background-position: -24px 0;
}
.top .topnav .topleft .sitenav p {
    position: absolute;
    left: 0;
    z-index: 10;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    background: #3b73b4;
}

.top .topnav .topleft .sitenav p a {
    display: inline-block;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.top .topnav .topright {
    float: right;
}

.top .topnav .topright li {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.top .topnav .topright li .a_log,
.top .topnav .topright li .a_reg {
    display: block;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.top .topnav .topright li .a_log {
    padding: 0 8px;
    margin: 0;
}

.top .topnav .topright .log .show {
    color: #fff;
    background: #3b73b4 url(http://www.yesky.com/TLimages2009/yesky/images/mobile2018/bg_icon.png) no-repeat 42px -74px;
}

.top .topnav .topright .log #userLogin {
    display: none;
    width: 240px;
    padding: 0 16px 10px;
    position: absolute;
    z-index: 100;
    background: #3b73b4;
    text-align: center;
    color: #fff;
    right: -29px;
}

.top .topnav .topright .log #userLogin p {
    line-height: 40px;
    font-size: 14px;
}

.top .topnav .topright .log #userLogin form {
    width: 240px;
    height: 60px;
    text-align: left;
}

.top .topnav .topright .log #userLogin form span {
    width: 170px;
    float: left;
    height: 60px;
}

.top .topnav .topright .log #userLogin form span input {
    width: 160px;
    height: 22px;
    padding: 0 5px;
    margin-bottom: 6px;
    background: #fff;
    color: #4c9ada;
    line-height: 22px;
    border: none;
}

.top .topnav .topright .log #userLogin form input.log_btn {
    float: right;
    text-align: center;
    width: 60px;
    height: 56px;
    line-height: 50px;
    background-position: -153px -316px;
    color: #4c9ada;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 5px;
}

.top .topnav .topright .log #userLogin a {
    font-size: 12px;
    color: #eaff00;
}

.top .topnav .topright .log_wx i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background: url(http://www.yesky.com/TLimages2009/yesky/images/mobile2018/icon.png) no-repeat 0px -196px;
}

.top .topnav .topright .log_qq i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background: url(http://www.yesky.com/TLimages2009/yesky/images/mobile2018/icon.png) no-repeat -37px -196px;
}

.top .topnav .topright .log_wb i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background: url(http://www.yesky.com/TLimages2009/yesky/images/mobile2018/icon.png) no-repeat -75px -196px;
}
.main-layout{   
    width: 100%;
    background:#f6f6f6;
    display: inline-block;
}

/*Ò³Î²*/
.ztjgqc_floor {
  width: 100%;
  color: #404040;
  padding:40px 0 0;
  text-align: center;  
  font-size: 16px;
  font-family: "Microsoft YaHei", "Helvetica";
  line-height: 22px;
  clear: both;
  /*background:#dededd;*/
  display: inline-block;
}
.ztjgqc_floor .link,
.copy {
  margin-bottom: 20px;
}
.ztjgqc_floor a {
  margin: 0 8px 0 10px;
}
.ztjgqc_floor a:link,
.ztjgqc_floor a:visited {
  text-decoration: none;
  color: #404040;
}
.ztjgqc_floor a:hover,
.ztjgqc_floor a:active {
  text-decoration: underline;
  color: #404040;
}
.ztjgqc_floor .ygwab {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}