﻿@charset "utf-8";
/* CSS Document */

/*************************默认样式*****************************/

/*************************页面默认样式*****************************/
.footer_inner{width:1000px; margin:0 auto;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
.link{line-height:24px; font-size:18px; color:#005da2; text-decoration:underline;}
.link:hover{color:#2c8fdb;}

/***********************footer**************************/
.footer_inner{width:1000px;/*可根据情况修改宽度*/ margin:0 auto;padding-top: 10px;
    padding-bottom: 30px;}
#footer{text-align: center;font-family: "微软雅黑"; font-size:12px; line-height:30px;border-top: 4px solid #30afea;}
.footer_above{width:900px; padding:0 50px; height:120px; border-bottom:1px #337db5 solid;}
.footer_above>div{float:left;}
.footer_above>div>h3>a, .footer_above>div>p, .footer_above>div>a{height:30px; line-height:30px; font-size:12px; color:#b8c8dd;}
.footer_above>div>h3>a, .footer_above>div>a{color:#cbd7e6;}
.footer_above>div>h3>a:hover, .footer_above>div>a:hover{color:#fff;}
.footer_above>div>h3>a{font-size:14px;}
.footer_right{float:right; width:223px; height:110px;}
.footer_right>li{float:left; margin-left:20px;}
/* .footer_right>li:first-child{margin-top:-20px;}*/
.footer_right>li:nth-child(2){margin-top:-12px;}
/*.footer_right>li>a{display:block; height:22px; margin-top:44px;}*/
.wechat{position:relative; width:27px; background-image:url(../img/wechat_blue.png);}
.sina_weibo{width:25px; background-image:url(../img/sina_weibo_blue.png); background-repeat:no-repeat; background-position:center center;}
.tencent_weibo{width:15px; background-image:url(../img/tencent_weibo_blue.png);}
.wechat:hover{background-image:url(../img/wechat_white.png);}
.sina_weibo:hover{background-image:url(../img/sina_weibo_white.png);}
.tencent_weibo:hover{background-image:url(../img/tencent_weibo_white.png);}
.footer_nav{width:900px; padding:0 50px; height:30px;}
.footer_nav>li{float:left; margin-right:20px;}
.footer_nav>li>a{height:30px; line-height:30px; font-size:14px; color:#cbd7e6;}
.footer_nav>li>a:hover{color:#fff;}
.qrCode{    display: none;
    width: 396px;
    height: 200px;
    position: absolute;
    top: -200px;
    left: -250px;}

.footer_right>li:first-child>a {
    margin: 0;
    width: 56px;
    height: 66px;
    overflow: hidden;
}

.footer_right>li>a {
    display: block;
    height: 22px;
    margin-top: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.footer_right>li:first-child {
    margin-top: 22px;
}