*html {
	background-image: url("https://www.bitbasement.com/css/about:blank");
	background-attachment: fixed;}

body,
h1,text
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}
body{min-width:1240px}

body,
button,
input,
select,
textarea {
	font: 13px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover{
	color: #555
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body{
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
　　color: #fff;
}*/
input:-moz-placeholder {
　　color: #fff;
}
input::-moz-placeholder {
　　color: #fff;
}
input:-ms-input-placeholder {
　　color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}
.header{
	color: #fff;
	background: url("https://www.bitbasement.com/images/header-bg.jpg") top center no-repeat #018ede;
}
.header a{
	color: #fff;
}
.header .top{
	background: url("https://www.bitbasement.com/images/top.png");
	line-height: 46px;
	height: 46px;
}
.header .top .links{
	float: right;
}
.header .top .links span{
	margin: 0 10px;
	font-size: 12px;
}
.header-main{
	padding: 36px 0
}
.header-main .logo{
	float: left;
}
.header-main .search-box{
	float: right;
	background: url("https://www.bitbasement.com/images/search-bg.png") no-repeat;
	width: 300px;
	height: 40px;
}
.header-main .search-box input{
	border: none
}
.header-main .search-box .text{
	height: 40px;
	width: 210px;
	padding: 0 20px;
	background: none;
	color: #fff;
}
.header-main .search-box .btn{
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("https://www.bitbasement.com/images/icon-search.png") center center no-repeat;
}
.mian-nav{
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #1b9ae1
}
.mian-nav li{
	float: left;
	width: 9%;
	position: relative;
	z-index: 10;
	font-size: 16px;
}
.mian-nav li a{
	display: block;
	text-align: center;	
	color: #fff;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	background: #018ede
}
.mian-nav li .dropdown li{
	float: none;
	width: 100%;
	padding: 0;
	font-size: 14px;
}
.mian-nav li:hover,.mian-nav li.on{
	/* background: #1f65de; */
}
.mian-nav li a:hover{
	color: #fff;
}
.mian-nav li:hover .dropdown{
	display: block;
}
.mian-nav li .dropdown li{
	line-height: 44px
}
.mian-nav li .dropdown a:hover{
	display: block;
	background: #2f73e8;
}
/* 右边的线 */
.mian-nav li::after{
	content: '';
	position: absolute;
	height: 10px;
	right: 0;
	top: 50%;
	width: 1px;
	background: #fff;
	margin-top: -5px;
}
.mian-nav li .dropdown li::after,.mian-nav li.last::after{
	background: none;
}


.banner{
	height: 500px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .slide{
	width: 1920px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.banner .slide .wrap{
	position: relative;
}
.banner .slide .hd{
	position: absolute;
	width: 100%;
	bottom: 22px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.banner .slide .hd ul{
	position: absolute;
	bottom: 0;
	right: 0;
}
.banner .slide .hd li{
	display: inline-block;
	width: 50px;
	height: 6px;
	margin: 0 5px;
	cursor: pointer;
	background: url("https://www.bitbasement.com/images/slide-li.png") no-repeat;
}
.banner .slide .hd li.on{
	background: url("https://www.bitbasement.com/images/slide-li-on.png") no-repeat;
}
.banner .slide .bd img{
	width: 100%;
	height: 600px;
}
.banner .slide .bd li{
	position: relative;
}.banner .slide .bd li img{
	vertical-align: middle;
}
.banner .slide .text{
	position: absolute;
	width: 425px;
	left: 50%;
	margin-left: -600px;
	height: 190px;
	top: 120px;
	z-index: 1;
	color: #fff;
}
.banner .slide .text .tit{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: url("https://www.bitbasement.com/images/slide-text.png") no-repeat
}
.banner .slide .text .desc{
	margin: 35px 0;
	line-height: 30px;
	overflow: hidden;
	height: 120px;
}

.banner .slide .text .btn a{
	display: block;
	line-height: 40px;
	height: 40px;
	width: 130px;
	color: #fff;
	background: #018ede;
	text-align: center
}
/* 公用标题 */
.main-title{
	padding: 30px 0;
	line-height: 24px;
}
.main-title h6{
	font-size: 22px;
	font-weight: bold;
}
.main-title h6 .en{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin-left: 10px;
}
.main-title .more{
	float: right;
	border: 1px solid #4ac2c2;
	width: 60px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #999;
}

/* 文字列表 */
.text-list li{
	line-height: 40px;
	font-size: 16px;
	background: url("https://www.bitbasement.com/images/dot.png") left center no-repeat;
	padding-left: 20px;
}
.text-list li .date{
	float: right;
}

.index-row1{
	padding: 25px 0;
	min-width: 1200px;
	background: #f6f6f6
}
.index-row1 .c{
	float: left;
	width: 60%;
	position: relative;
}
.index-row1 .c1::after{
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #dbdbdb
}
.index-row1 dl{
	float: left;
	width: 25%;
	padding: 25px 0;
}
.index-row1 dl dt{
	height: 80px;
	margin-bottom: 20px;
}
.index-row1 dl .icon1{
	background: url("https://www.bitbasement.com/images/index-icon1.png") top center no-repeat
}
.index-row1 dl .icon2{
	background: url("https://www.bitbasement.com/images/index-icon2.png") top center no-repeat
}
.index-row1 dl .icon3{
	background: url("https://www.bitbasement.com/images/index-icon3.png") top center no-repeat
}
.index-row1 dl .icon4{
	background: url("https://www.bitbasement.com/images/index-icon4.png") top center no-repeat
}
.index-row1 dl .icon5{
	background: url("https://www.bitbasement.com/images/index-icon10.png") top center no-repeat
}
.index-row1 dl .icon6{
	background: url("https://www.bitbasement.com/images/index-icon5.png") top center no-repeat
}
.index-row1 dl .icon7{
	background: url("https://www.bitbasement.com/images/index-icon6.png") top center no-repeat
}
.index-row1 dl  dd{
	text-align: center;
	font-size: 16px;
	line-height: 30px
}
.index-row1 dl p{
	color: #dbdbdb;
	font-size: 12px;
}
/* 鼠标经过 */
.index-row1 dl:hover,.index-row1 dl.on{
	background: #018ede
}
.index-row1 dl:hover dt，.index-row1 dl.on dt{
	background-position: bottom center
}
.index-row1 dl:hover dd,.index-row1 dl.on dd{
	color: #fff;
}

/* 首页第二行 */
.index-row2{

}

.index-row2 .c1{
	float: left;
	width: 48%;
}
.index-row2 .c2{
	float: right;
	width: 48%
}

.dl-list dl{
	border: 3px solid #fff;
	padding: 15px 0;
	margin: 7px 0;
}
.dl-list dt{
	float: left;
	width: 70px;
	line-height: 1.1;
	border-right: 2px solid #dbdbdb;
	text-align: center;

}
.dl-list dt h6{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dl-list dt p{
	color: #cdcdcd
}
.dl-list dd{
	margin-left: 100px;
}
.dl-list dd .p1{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.dl-list dd .p2{
	color: #cecece;
	height: 40px;
	line-height: 20px;
}
.dl-list dl:hover{
	border-color: #dbdbdb
}
.dl-list dl:hover dt,.dl-list dl:hover dt p{
	color: #018ede;
}

.index-row3{
	background: url("https://www.bitbasement.com/images/bg.png")
}
.index-row3 .main-title h6{
	float: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #018ede
}
.index-row3 .style-list{
	margin: 0 -1%;
}
.index-row3 .style-list .item{
	float: left;
	width: 18%;
	margin: 0 1%;
	position: relative;
}
.index-row3 .style-list .item img{
	width: 100%;
	height: 270px;
	vertical-align: middle
}
.index-row3 .style-list .item .text1,.index-row3 .style-list .item .text2{
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	background: url("https://www.bitbasement.com/images/opacity50.png");
}
.index-row3 .style-list .item .text1{
	bottom: 0;
	padding: 10px 0 20px
}
.index-row3 .style-list .item .text1 .c1{
	float: left;
	width: 50%;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	margin-left: 10px;
}
.index-row3 .style-list .item .text1 .c1::first-letter{
	font-size: 32px;
}

.index-row3 .style-list .item .text1 .c2{
	float: right;
	text-align: right;
	margin-right: 10px;
}
.index-row3 .style-list .item .text1 .c2 .en{
	font-size: 18px;
}
.index-row3 .style-list .item .text1 .c2 .more{
	color: #fed000;
	margin-top: 5px;
}

.index-row3 .style-list .item .text2{
	display: none;
	top: 0;
	height: 100%;
}
.index-row3 .style-list .item .text2 .tit{
	background: #33393b;
	line-height: 46px;
	height: 46px;
	padding: 0 12px;
	font-size: 16px;
}
.index-row3 .style-list .item .text2 .bd{
	padding: 10px;
	line-height: 24px;
	height: 165px;
	overflow: hidden;
}
.index-row3 .style-list .item .text2 .more{
	text-align: right;
	margin-right: 10px;
}
.index-row3 .style-list .item .text2 .more a{
	color: #fed000
}
.index-row3 .style-list .item:hover .text1{
	display: none;
}
.index-row3 .style-list .item:hover .text2{
	display: block;
}
.index-row4 .c{
	width: 48%
}
.index-row4 .text-list{
	height: 320px;
	overflow: hidden;
}




.footer{
	padding: 72px 0;
	margin-top: 20px;
	color: #fff;
	background: url("https://www.bitbasement.com/images/footer-bg.jpg") bottom center no-repeat;
}
.footer .f-text{
	float: left;
	margin-left: 130px;
}
.footer .f-text .info{
	margin-top: 10px;
}
.footer .f-text .info p{
	line-height: 32px
}
.footer .f-text i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	margin-right: 10px;
}
.footer .f-text .icon-pst{
	background: url("https://www.bitbasement.com/images/icon-pst.png") center center no-repeat;
}
.footer .f-text .icon-mail{
	background: url("https://www.bitbasement.com/images/icon-mail.png") center center no-repeat;
}
.footer .f-text .icon-phone{
	background: url("https://www.bitbasement.com/images/icon-phone.png") center center no-repeat;
}
.footer .f-text .copyright{
	margin-top: 20px;
	opacity: .5;
	filter :alpha(opacity=50);
	line-height: 30px
}
.footer .f-qr{
	float: right;
	margin-right: 20px;
}
.footer .f-qr p{
	font-size: 16px;;
	text-align: center;
	line-height: 40px
}



/****************list******************/
.ej_banner{
	height:200px;
	width: 100%;
	background-color: #f0f0f0;
	padding:30px 0;
}
.ej_banner_jz{
	width: 1180px;
	height:180px;
	margin: 0 auto;
	background-color:#ffffff; 
	padding:10px;
}

.zw_ejdh{
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;	
}
.zc_nav{
	width: 240px;
	height:auto;
}



.dhx_img{
	width: 260px;
	height: 110px;
}


.yc_list{
	width:920px;
	height: auto;
}
.dqwz{
	margin-top: 30px;
	width: 100%;
	height:35px;
	line-height:35px;
	border-bottom: 1px solid #f0f0f0;

}
.dqwz a{
	color: #666;
	font-size: 14px;
}
.jj1{
	color: #333;
	font-size: 18px;
	float: left;
	font-weight: bold;
	padding:0 10px;
	border-bottom: 2px solid #28a9f2;
}
.jj2{
    float: right;
    padding-left: 25px;

    background:url("https://www.bitbasement.com/images/dqwz_qdf.png") no-repeat left center;
}

.ej_list1{
	width:920px;
	height: auto;
	padding: 20px 0;
}
.ej_list1>li{
	padding: 10px 0;
	
}
.ej_list1>li:hover{
	background-color: #f0f0f0;
}
.list_rq{
	color: #0b54a9;
	width: 40px;
	height:55px;
	margin-top: 10px;
}
.list_rq li{
    width: 40px;
    line-height: 28px;
    text-align: right;
}
.list_rq .on{
	width: 40px;
	font-size:12px;
	line-height: 28px;
	border-top: 2px solid #0b54a9;
	text-align: center;
}

.rq_date{
	width: 100px;
	height:100px;
}
.rq_date .b1{
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size:40px;
	color: #28a9f2;
}
.rq_date .b2{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000;
}


.list_tijzy{
	width: 780px;
	padding:12px 0;
}

.list_tijzy>a{
	font-size: 16px;
	line-height: 28px;
	color:#333;
}
.list_tijzy p{
	text-indent: 2em;
}
.list_tijzy p>a{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}



.pay{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-bottom:20px; 
}


/************center***********/


.content_ys{
	margin: 50px 0 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.content_ys .bt{
	font-size: 20px;
	color: #000;
	text-align: center;
}
.content_ys .djs_rq{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin:10px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.content_ys .djs_rq span{
	padding:0 15px;
}

.content_ys .conter{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #333;

}
.content_ys p{
	text-indent: 2em;
}
.content_ys p img{
	margin:0 auto;
	display: block;
	text-align: center;
	max-width: 100%;
}
.content_ys table p{
    text-indent: 0em;
}


