@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";
	background-color: #f2f2f2;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}

input {
	outline: none;
}

i {
	font-style: normal;
}

ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

/* 主题内容 */
.main{
	min-height: 400px;
	width: 1200px;	
	margin: 0px auto;
	background: #FFF;
	padding: 0px 30px
}
/* 当前位置 */
.weizhi{
	width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    text-align: left;
    background: #FFFFFF;
}
.wz_span{
	padding-left: 30px;	
    text-align: left;
	font-size: 14px;
	color: #333333;
	background: url(weizhi.png) no-repeat left center;
}
.weizhi .wz_span a{
	font-size: 14px;
    color: #333333;
}

/* 主体内容部分 */
.main_box{
	width: 100%;
	min-height: 400px;
}
.dqlm{
	width: 100%;
	height: 32px;
    line-height: 32px;
    background: #f1f1f1;
}
.dqlm .dqlm_span{
	float: left;
	display: block;
    background: #d41616;
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
}
.dqlm .dqlm_span span{
	display: block;
    float: left;
    margin: 11px 10px 0 14px;
    border-left: 3px solid #fff;
    width: 3px;
    height: 13px;
}
.main_box .lm_pic{
	float: left;
	width: 210px;
	height: 180px;
	margin: 20px 9px 0px 9px;
}
.main_box .lm_pic img{
	width: 210px;
	height: 150px;
}
.main_box .lm_pic p{
	width: 210px;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
}

/* 友情链接 */
.yqlj {
       width: 1200px;
       min-height: 100px;
       margin: 0 auto;
       padding: 20px 30px 25px 30px;
       background: #FFFFFF;
}

.yqlj .yqlj_word {
       width: 100%;
       height: 60px;
       padding: 10px 18px;
       background-color: #fffbf1;
}

.yqlj .yqlj_word .word_box {
       float: left;
       height: 40px;
       width: 204px;
       margin-left: 20px;
       position: relative;
       background-color: #ffffff;
}

.yqlj .yqlj_word .word_box:first-child {
       margin-left: 0px;
}

.yqlj .yqlj_word .word_box .word_title {
       height: 40px;
       width: 204px;
       background: url(yqlj.png) no-repeat 175px center;
       line-height: 40px;
       padding-left: 20px;
       cursor: pointer;
}

.yqlj .yqlj_word .word_box .word_list {
       display: none;
       width: 1100px;
       border: 1px solid #dfdfdf;
       background: #fff;
       position: absolute;
       z-index: 3;
       height: auto;
       padding: 2%;
       /* overflow-y: auto;
       overflow-x: hidden; */
}
.yqlj .yqlj_word .word_box .word_list1{
       left: 0px;
       bottom: 50px;
}
.yqlj .yqlj_word .word_box .word_list3{
       left: -224px;
       bottom: 50px;
}
.yqlj .yqlj_word .word_box .word_list2{
       height: 300px;
       left: -448px;
       bottom: 50px;
       overflow-y: auto;
       overflow-x: hidden;
}
.yqlj .yqlj_word .word_box .word_list4{
       left: -672px;
       bottom: 50px;
}
.yqlj .yqlj_word .word_box .word_list5{
       left: -896px;
       bottom: 50px;
}
.yqlj .yqlj_word .word_box .word_list a {
       float: left;
       width: 24%;   
       height: 30px;
       line-height: 30px;
       padding:0px 20px 0px 10px;
       text-decoration: none;
       color: #858585;      
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;           
       cursor: pointer;
}

.yqlj .yqlj_word .word_box .word_list a:hover {
       background: #f0f2f5;
}

.yqlj .yqlj_word .word_box .word_list2 .list_title{
       float: left;
       width: 100%;
       font: 18px;
       color: #333333;
       font-weight: bold;
       text-align: left;
       margin: 5px 0px;
}
.yqlj .yqlj_word .word_box .word_list2 a {
       display: block;
       float: left;
       height: 30px;
       width: 25%;
       line-height: 30px;
       padding:0px 10px 0px 10px;
       text-decoration: none;
       color: #858585;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;           
       cursor: pointer;
}

.yqlj .yqlj_pic {
       width: 100%;
       height: 66px;
       border: 1px #DEDEDE solid;
       margin-top: 20px;
       padding: 13px 0px;
}
.yqlj .yqlj_pic a {
       float: left;
       width: 136px;
       height: 40px;
       margin-left: 23px;
}

.yqlj .yqlj_pic a img {
       width: 136px;
       height: 40px;
}