﻿@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #F0EEEF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:none;
	background-attachment: fixed;
	background-image: url(https://images.qijishow.com/bgbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overFlow-x: hidden;
}

.pattern_1 {
height: 350px;
width: 150px;
background-image: url(../renxi/pattern_1.png);
background-repeat: no-repeat;
position: absolute;
z-index: 10;
top: 50px;
right: 0%;
}
.top {
height: 80px;
background-image: url(../renxi/top_bj.png);
background-repeat: repeat-x;
padding-top: 20px;
margin-right: auto;
margin-left: auto;
width: 100%;
position: fixed;
z-index: 1000;
}
.logo {
height: 42px;
width: 122px;
float: left;
padding-left: 30px;
margin-top: -4px;
}
.logo a {text-decoration: none;display: block;height: 42px;width: 122px;background-image: url(https://www.qijishow.com/img/logo.svg);background-repeat: no-repeat;-webkit-transition: all 0.3s ease-in-out;}
.logo a:hover {background-image: url(https://www.qijishow.com/img/logo.svg);background-repeat: no-repeat;}
.copyright{
height: 50px;
position: inherit;
bottom: 0px;
z-index: 90;
width: 100%;
background-image: url(../renxi/foot.png);
padding-left: 560px;
}

.copyright dd.logo {
width: 223px;
height: 27px;
float: left;
padding-left: 45px;
padding-top: 18px;
}
.copyright dd.logo a {
text-decoration: none;
display: block;
height: 27px;
width: 223px;
background-image: url(../renxi/fshow.png);
background-repeat: no-repeat;
background-position: center top;
}
.copyright dd.logo a:hover {
text-decoration: none;
background-image: url(../renxi/fshow.png);
background-repeat: no-repeat;
background-position: center bottom;
}

.copyright dd.b {
height: 27px;
float: left;
font-family: "微软雅黑";
font-size: 12px;
line-height: 22px;
color: #000;
opacity: 0.6;
padding-top: 20px;
}
.copyright dd.b a {
text-decoration: none;
color: #000;
}

.copyright dd.b:hover {
height: 27px;
float: left;
font-family: "微软雅黑";
font-size: 12px;
line-height: 22px;
color: #000;
opacity: 0.6;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #EAEAEA
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #d1ab73;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #c49e66
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}
