/***** commom style *****/
body {
    font-family: 微软雅黑;
    font-size: 15px;
    margin: 0;
    padding: 0;

}

/*body设置*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:link,
a:visited {
    color: #333;
}

/**链接。访问颜色**/
a:hover,
a:active {
    color: #333;
    border: none;
}

/**移动、点击颜色**/
.fl {
    float: left;
    display: inline
}

/**左浮动**/
.fr {
    float: right;
    display: inline
}

/**右浮动**/
.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    zoom: 1;
}

.zoom {
    zoom: 1
}

/**清除浮动**/
.hide {
    display: none;
}

/**隐藏**/
.block {
    display: block;
}

/**显示**/
.w1170 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

/**宽度1100**/
.bt-clear {
    height: 25px;
    clear: both;
}

.bt-clear-15 {
    height: 15px;
    clear: both;
}



.dqwz {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #666;
}

.dqwz span {
    line-height: 50px;
    float: left;
    color: #666;
}

.dqwz a {
    line-height: 50px;
    float: left;
    padding: 0;
    color: #666;
}

.column_first {
    height: 53px;
    background: #e2f0ff;
border-bottom: 5px #054ea0 solid;
}

.first_col {
    width: 230px;
    line-height: 53px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding-left: 30px;
background: #054ea0;
}

.dqlm {
    font-size: 17px;
    color: #054ea0;
    line-height: 53px;
    font-weight: bold;
    padding-left: 24px
}

.column_second {
    overflow: hidden;
    background-color: #fff;
    min-height: 540px;
}

.second_col {
    width: 230px;
    height: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.second_col a li {
    background: url(/picture/781/2104141101254042689.png) no-repeat 20px 18px;
    font-size: 17px;
    line-height: 42px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 30px
}

.second_col a li:hover,
.second_col a li:visited {
    color: #3c66a5
}

.dqlm_list {
    width: 910px;
    height: auto;
    padding-bottom: 20px;
    padding-right: 20px;
}

.second_col a li.selected {
    color: #054ea0;
    font-weight: bold
}

.default_pgToolbar td {
    padding: 0 !important;
    padding-left: 1px !important;
}

.bgt {
    
}
#make,#sjtb,#sjdb{
	display: none;
}
#pctb,#pcdb{
	display: block;
}

/*手机站*/
@media (max-width: 700px){
.header{
 height:auto;
}
body{
text-align:left;
}
	#pctb,#pcdb{
		display: none;
	}
	#sjtb,#sjdb{
		display: block;
	}
	.bgt{
		background: #fff;
	}
	.w1170{
		width: 100%;
	}
	.dqwz{
		display: none;
	}
	.column_first{
		background: none;
		margin: 0 15px;
		border-bottom: 1px solid #eae8e8
	}
	.first_col{
		width: auto;
		padding-left: 0px;
		display: none;
	}
	.first_col div{
		color: #1a56a8;
	}
	.dqlm{
		display: block;
		padding-left: 0;
	}
	.second_col{
		display: none;
		position: absolute;
		top: 0px;
		width: 100%;
	}
	.dqlm_list{
		float: left;
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.bt-prefix{
		float: left;
	}
	.bt-mod-wzpb-02 ul li{
		width: 100%;
	}
	.bt-mod-wzpb-02 ul li a{
		float: left;
		white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	width: 70%;
	}
	#make{
		display: block;
		overflow: hidden;
	}
	#make img{
		float: right;
		margin-right: 15px;
		margin-top: 10px;
		width: 18px;
		height: 18px;
	}
	.default_pgSearchInfo{    display: none!important;}
	.column_second{
		overflow: inherit;
	}
}
@media (max-width: 350px){
	.bt-mod-wzpb-02 ul li a{
		width: 65%;
	}
}