﻿#footer {
	width: 100%;
	background: #1e62a4;
	color: #FFFFFF;
	min-height: 140px;
}

.w_1300 {
    max-width: 1200px;
    margin: auto;
}

.foot a{
	color: #ffffff;
}
.foot {
    text-align: center;
	padding: 38px 0;
	line-height: 30px;
}


.footer-yqlj{
       padding-top:30px;
    position: relative;
}

.yqlj-cydw{
       float:left;
    width: 45%;
}

.yqlj-cydw-tit , .yqlj-links-tit{
    float: left;
    display: inline-block;
    line-height: 40px;
    width: 85px;
}

.yqlj-links{
        float:left;
    width: 45%;
}

.fygk-div{
        float:right;
        text-align:center;
        background:#447cb3;
        color:#ffffff;
        padding:0px 20px;
        border-radius:5px;
height: 40px;
    line-height: 40px;
}
.fygk-div a,.fygk-div a:link,.fygk-div a:visited{  color:#ffffff;}

.footer-links-ul {
	width: calc(100% - 120px);
    flex: 1;
    display: inline-block;
    /* position: relative; */
    float: left;
    margin-right: 2%;
}

.footer-links-ul>ul {
	width: 100%;
	height: 48px;
}

.footer-links-ul>ul>li {
	float: left;
    width: 100%;
    margin-left: 2%;
    list-style-type: none;
}

.footer-links-ul>ul>li select {
	padding: 11px 10px 11px 16px;
height:40px;
width:435px;
    position: relative;
    cursor: pointer;
    z-index: 6;
    color: #ffffff;
    transition: .3s all;font-size:16px;
    border-radius: 5px;
background: url(/cms/templates/810576827492780000/images/dsj-icon01.png) no-repeat 415px center #447cb3;
appearance:none;-moz-appearance:none;-webkit-appearance:none;
}
.footer-links-ul>ul>li option{font-size:16px;}

/*.footer-links-ul>ul>li p em {
	position: absolute;
    right: 14px;
    top: 18px;
    width: 14px;
    height: 8px;
    transition: .3s all;
	background: url(/cms/templates/810576827492780000/images/dsj-icon01.png) no-repeat;
}

.footer-links-ul>ul>li.on p i {
	display: block;
}

.footer-links-ul>ul>li.on em {
	transform: rotate(180deg);
}

.footer-links-ul>ul>li p i {
	position: absolute;
	left: 50%;
	bottom: 38px;
	margin-left: -14px;
	width: 28px;
	height: 15px;
	display: none;
	
}
*/
.footer-links-ul>ul>li .footer-links-ul-li {
	display: none;
	position: absolute;
	width: calc(100% + 0px);
	left: 0px;
	right: 0;
	z-index: 5;
	bottom: 52px;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.position-link {
display:none;
	padding: 15px 20px 15px 30px;
	box-sizing: border-box;
}
.each-li{
    float: left;
    width: 22%;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-link .each-li a{
    color: #5f5f5f;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-link .each-li a:hover{
    color: #5f5f5f;
}


