/*****底部*****/

.footer {
    width: 100%;
    height: 180px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.footer-top {
    height: 45px;
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
.footer-top a {
    margin: 0 31px;
    color: #373737;
}
.footer-top a:hover {
    color: #19629f;
}
.footer-top .quick {
    color: #19629f;
    font-size: 17px;
    position: relative;
    padding-left: 40px;
}
.footer-top .quick img {
    margin-right: 10px;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer .footer-content {
    padding-top: 33px;
    background-color: #1c649f;
}
.footer .select-bar {
    height: 40px;
    width: 1200px;
    margin: auto;
    position: relative;
}

.select-list {
    float: left;
    margin-right: 116px;
}
.select-div {
    width: 139px;
    height: 36px;
    position: relative;
    display: inline-block;
    background-position: 100% 50%;
    border: 1px solid #2b74af;
    background-image: url(/r/cms/www/default/index/images/arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: 130px 16px;
    cursor: pointer;
}

.select-list .select-span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 38px;
    text-indent: 16px;
    font-size: 16px;
    color: #fff;
    font-size: 17px;
}
.select-list select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.select-list .check-box {
    width: 1156px;
    background-color: #f3f3f3;
    border: 1px solid #d9d8d8;
    position: absolute;
    bottom: 42px;
    left: 0;
    display: none;
    padding: 20px;
}
.check-box.on {
    display: block;
}

.check-box .check-title {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #c80000;
    height: 24px;
    line-height: 24px;
    color: #0e4c95;
    text-indent: 10px;
}
.check-list span {
    display: block;
    float: left;
    width: 144px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.check-list span:hover {
    color: #19609e;
}

.footer .footer-bottom {
    width: 800px;
    margin: auto;
    padding-left: 230px;
    padding-right: 170px;
    position: relative;
}

.footer .footer-bottom div {
    padding: 24px 0;
}
.footer .footer-bottom p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.icp {
    position: relative;
    height: 14px;
    margin-right: 3px;
    top: 1px;
}
.link-list a {
    margin: 0 17px;
    color: #fff;
}

.right-nav {
    width: 64px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -228px;
}
.right-nav-list {
    width: 64px;
    height: 64px;
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.right-nav-list:hover {
    background-color: #ebf4fd;
}
.right-nav-list .hide-box {
    display: none;
    position: absolute;
    right: 64px;
    top: -1px;
}

.right-nav-list:hover .hide-box {
    display: block;
}
.right-nav-list .img-box {
    height: 40px;
    line-height: 40px;
}
.right-nav-list .img-box img {
    position: relative;
}
.right-nav-list span {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.right-search-bar {
    width: 300px;
    height: 64px;
    background-color: #ebf4fd;
    border: 1px solid #dcdcdc;
    text-align: left;
}
.right-search-bar input {
    height: 40px;
    width: 230px;
    margin: 10px;
    font-size: 16px;
    text-indent: 5px;
}
.right-search-bar img {
    margin-top: 16px;
    margin-right: 18px;
    float: right;
    cursor: pointer;
}

.right-text-box {
    height: 64px;
    width: 128px;
    border: 1px solid #dcdcdc;
    background-color: #ebf4fd;
    text-align: center;
    line-height: 64px;
    color: #000;
    font: 16px;
}

.qrcode-box {
    padding: 10px;
    border: 1px solid #dcdcdc;
    background-color: #ebf4fd;
    border-radius: 5px;
}
.qrcode-img {
    width: 160px;
    height: 160px;
}
.qrcode-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.footers{
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 50px;
    position: relative;
}
.footer-top{
    height: 45px;
    width: 100%;
    background-color: #E6E6E6;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
.footer-top a{
    margin:0 31px;
    color: #373737;
    font-weight: bold;
}
.footer-top a:hover{
    color: #19629F;
}
.footer-top .quick{
    color: #19629F;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
}
.footer-top .quick img{
    margin-right: 10px;
    position: absolute;
    top:-4px;
    left: 0;
}

.footers .footer-content{
    padding-top: 33px;
    background-color: #1C649F;

}
.footers .select-bar{
    height: 40px;
    width: 1200px;
    margin: auto;
    position: relative;
}
.footers .footer-bottom{
width: 650px;
  margin: auto;
  padding-left: 205px;
  padding-right: 0px;
  position: relative;
    /*width: 800px;
    margin: auto;
    padding-left:230px;
    padding-right: 170px;
    position: relative;*/
}

.footers .footer-bottom div{
    padding:24px 0;
}
.footers .footer-bottom p{
    font-size:14px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.check-list span a:hover {
    color: #0A5F9E;
}

.check-list span a{
    text-decoration: none;
}

.footers .footer-content .footer-text  p span{
    font-size:14px;
}