/*side-cnt start*/

.side-cnt {
    position: fixed;
    right: 0;
    top: 67%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.side-cnt dl:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.side-cnt dl {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 10px;
    background-color: #39599f;
    margin-bottom: 0;
    position: relative;
}
.side-cnt dl a{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.side-cnt dt {
    margin-bottom: 5px;
}
.side-cnt dd {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
}
.side-cnt .wx,.side-cnt .phone{
    display: none;
    width: 140px;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;   
    right: 82px;
}
.side-cnt .phone{
    top: 68px;
}
.side-cnt .wx::after,.side-cnt .phone::after{
    content: " ";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top:-1px;
    width: 10px;
    height: 10px;
    border: #eee solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.side-cnt .wx{
    height: auto;
    margin-top:-84px;
    line-height: 20px;
}
.side-cnt dl.open .phone{
    margin-top:-69px;
}
.side-cnt dl.open .wx,.side-cnt dl.open .phone {
    display: block !important;
}
.side-cnt dl.open .phone i.icon-phone{
    width: 24px;
    height: 15px;
    display: inline-block;
    background-position:  -4px -227px;
    margin:0;
}
.side-cnt dl.open .phone .dd-title span{
    display: inline-block;
    line-height: 24px;
    color:#979797;
}
.side-cnt dl.open .phone-cnt span,.side-cnt dl.open .phone-cnt span a{
    font-size: 14px;
    color:#39599f;
    display: inline-block;
    line-height: 30px;
}
.side-cnt dl.open .phone span+span{
    border-top:1px dashed #dedede;
    color:#666;
}

.side-cnt dd p{
    color:#898989;
    font-size: 14px;
}
#toTop {
    display: none;
    background-color: #192D76;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.side-cnt dl:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.side-cnt i{
    display: block;
    width: 25px;
    height: 28px;
    margin: 0 auto;
    background: url("../../images/public/side-cnt.png") no-repeat;
}
.side-cnt .talk-icon{
    background-position: -2px -108px;
}
.side-cnt .qrcode-icon{
    background-position: -2px -50px;
}
.side-cnt .phone-icon{
    background-position: -2px -169px;
}

.side-cnt .top-icon{
    background-position: -4px 8px;
}
.side-cnt dl{
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 10px;
    background-color: #192D76;
    margin-bottom: 0;
}
@media only screen and (max-width:1200px){
    .side-cnt dl, .side-cnt dt{
        display: none;
    }
    .side-cnt #toTop{
        width: 30px;
        height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .side-cnt{
        top: auto !important;
        bottom: 60px !important;
        right: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}
/*side-cnt end*/
.footer-bg img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.footer-bg a {
    text-decoration: none;
    color: #444;
}
.footer-bg a:link{
    color: #444;
}
.footer-bg a:hover {
    color: #ff6600;
}
.footer-bg a:active{
    color: #ff6600;
}

#footer,.footer{
    width:100% !important;
    text-align: left;
}

.footer-bg{
    background-color:#2a363c;
    padding: 1% 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    color:#666;
}
.footer-top {
    border-bottom:1px #404a50 solid;
    margin-bottom:1%;
}
.footer-information{
    width:80%;
    margin:0 10%;
    padding-bottom:1.5%;
}
.footer-top .footer-l{
    width:60%;
    float:right;
}

.footer-top .footer-l .footer-nav{
    margin-bottom:2%;
}
.footer-top .footer-l .footer-nav a{
    float: left;
    width:14%;
    text-align: center;
    color:#888;
    height: 20px;
    line-height: 20px;
    border-right:1px #555 solid;
    font-size:15px;
}
.footer-top .footer-l .footer-nav a:last-child{
    border-right:0;
}
.footer-top .footer-l .footer-nav a:hover{
    color:#fff;
}
.footer-top .footer-l .footer-contact-us{
    color:#666;
}
.footer-top .footer-l .footer-contact-us span,.footer-top .footer-l .footer-contact-us a{
    float: left;
}
.footer-top .footer-l .footer-contact-us span{
    width:10%;
    text-align: center;
    margin-left:2%;
    font-size:15px;
}
.footer-top .footer-l .footer-contact-us span.footer-online-service{
    margin-left:6%;
}
.footer-top .footer-l .footer-contact-us a{
    width:5%;
    text-align: center;
}
.footer-weixin-cnt {
    display: none;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    width:270px;
    border:1px #dedede solid;
    padding:0.5%;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow:0 0 10px rgba(153,153, 153, .5);
    -moz-box-shadow:0 0 10px rgba(153, 153, 153, .5);
    box-shadow:0 0 10px rgba(153, 153, 153, .5);
}
.footer-weixin-cnt span{
    display: block;
    width: 100%;
    height:40px;
    line-height:40px;
}
.footer-weixin-cnt span.top{
    text-align: left;
    height:40px;
    line-height:40px;
    border-bottom:1px #dedede solid;
    margin-bottom:10px;
    font-size:18px;

}
.footer-weixin-cnt  span.bottom{
    font-size:14px;
    text-align: center;
    border-top:1px #dedede solid;
    margin-top:10px;
}

.footer-weixin-cnt  .footer-wx-closed{
    position: absolute;
    top:15px;
    right:15px;
    cursor: pointer;
}
.footer-top .footer-r{
    width:33%;
    border-right:1px #666 dashed;
    padding-right:3%;
    margin-right:3%;
    float:left;
}
.footer-top .footer-r dt{
    width:49%;
    float: left;
    text-align:right;
    margin-right:1%;
}
.footer-top .footer-r dd.footer-zx{
    width:50%;
    text-align: center;
    float:right;
    padding-left:0;
    margin-left:0;
}
.footer-top .footer-r dd span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color:#666;
    text-align: center;
}

.footer-website-filing p{
    text-align: center;
    font-size: 12px;
    color:#777;
}
.footer-website-filing p a{
	color:#777 !important;
	}

.footer-website-filing  .filing{
    width:330px;
    margin:5px auto;
}
.footer-website-filing  .filing p{
    float: left;
    width:30.333%;
    margin:1%;
    border: 1px solid #666;
    font-size: 12px;
    height:32px;
    line-height:12px;
    overflow: hidden;
}
.footer-website-filing .filing p.p04{
	line-height:24px;
	}
.filing .fl{
    display: block;
    width:38%;
    text-align: center;
    float: left;
    padding:1%;
}

.filing .fr {
    float: right;
    padding: 1%;
    width:58%;
    color:#777;
	display:block;
	height:24px;
}
.filing .fr a{
    display:block;
    width: 100%;
    line-height: 14px;
    font-size:11px;
    color:#666;
	display:block;
}
.filing  p.p04 .fr a{
	 line-height: 24px;
}

/* copyright start */

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #2b4d8b; margin:1.5em 0 1.5em;background-color: #fff;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;font-size: 12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2b4d8b; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background-color:#2b4d8b; text-align:center; display:block; overflow:hidden;}
.last ul li:last-child{border: none}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
/* copyright end */
/* box-shadow  start */
.box-shadow1{
    box-shadow: 0px 0px 6px rgba(25,45,118,.1)
}

/* box-shadow  end */

@media only screen and (max-width:1500px){
    .footer-top .footer-l .footer-contact-us span{
        width:15%;
    }
    .footer-top .footer-l .footer-contact-us a{
        width:8%;
    }
}

@media only screen and (max-width:1200px){
    .footer-information{
        width:90%;
        margin:0 5%;
    }
    .footer-top .footer-l .footer-nav a,.footer-top .footer-l .footer-contact-us span{
        font-size:14px;
    }
    .footer-top .footer-r p.footer-tel{
        font-size:30px;
    }

}



@media only screen and (max-width:1024px){
    .footer-information{
        width:95%;
        margin:0 2.5%;
    }
    .footer-top .footer-l .footer-contact-us span{
        width:20%;
    }
    .footer-top .footer-l .footer-contact-us a{
        width:10%;
    }
    .footer-top .footer-l{
        width:62%;
    }
    .footer-top .footer-r{
        padding-left:3%;
        margin-left:3%;
    }
    .footer-top .footer-r p.footer-time{
        font-size:13px;
    }
    .footer-top .footer-r p.footer-tel{
        font-size:24px;
    }
}

@media only screen and (max-width: 767px){
    .footer-bg{
        display: none;
    }
    #newBridge,#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}