body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,span,form,table,td,dl,dt,dd,img,div{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
body,html{
    width: 100%;
    font: normal 14px/28px 微软雅黑;
}
a{
    text-decoration: none;
}
img{
    border: 0;
    display: block;
}
ul,li{
    list-style: none;
}
input,select,textarea{
    outline: none;
    border:none;
    background-color: transparent;
}
input:focus{
    outline:0 none!important;
}
textarea{
    resize: none;
}
button,input{
    outline:0 none !important;
    blr:expression(this.onFocus=this.blur());
}


/*公共样式*/
.container-fluid{
    padding: 0px;
     margin: 0px;
}

/*头部*/
body{
    width:100%;
    margin:0 auto;
    padding:0;
    background: #f3f3f3;
    overflow-x: hidden;
}
#header{
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 88px;
    background-color:#ffffff;
    border: 1px solid #f5f5f5;
}

/*底部样式*/
/*底部背景*/
.footer{
    width:100%;
    float:left;
    width:100%;
    background:url(../images/down1.jpg) center repeat;
}
.footer_width{
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*list背景*/
.list_bg_a{
    background: #f5f5f5;
}
.list_bg_b{
    background: #ffffff;
}

/*更多*/
.list_gd{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.list_gd p{
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
    background: #3e49b5;
    color: #ffffff;
    width: 140px;
    height: 40px;
    border-radius: 22px;
}

/*底部导航列表*/
.footer_width_1{
    width:100%;
    margin:49px 0;
}
.footer_nav_left{
    float:left;
    width: 80%;
}

.footer_nav_list{
    float:left;
    width:24%;
}
.footer_nav_list .footer_list_bt{
    float:left;
    width:100%;
    padding:6px 0 16px 0;
}
.footer_nav_list .footer_list_bt a{
    color:#fff;
    font-size:18px;
    line-height:28px;
}
.footer_list {
	padding: 15px 0;
}
.footer_list li {
	color: #fff;
	float: left;
	font-size: 18px;
	line-height: 28px;
}
.footer_list li a {
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
}
.footer_nav_list .footer_list_list,
.footer_nav_list .footer_list_list li{
    float:left;
    width:100%;
}
.footer_nav_list .footer_list_list li a{
    color:#c7e5fc;
    font-size:14px;
    line-height:36px;
}
.footer_nav_list .footer_list_list li a:hover{
    color:#fff;
}
/*咨询电话*/
.footer_nav_right{
    text-align: center;
    float:right;
    width: 20%;
}
.footer_nav_tel{
    float:left;
    padding:0;
    margin-top: -10px;
    color:#fff;
    line-height:30px;
}
.footer_nav_tel span{
    float:left;
    width:100%;
    height:30px;
    font-size:18px;
    padding-left:10px;
}
.footer_nav_tel p{
    float:left;
    width:100%;
    font-size:30px;
    font-weight:bold;
    margin-top:15px;
}

/*技术支持*/
.footer_width_2{
    width:100%;
    float:left;
    color:#c7e5fc;
    font-size:14px;
    line-height:22px;
    padding:20px 0;
    border-top:1px solid #5895c2;
}
.jszc_left{
    float:left;
}
.jszc_right{
    float:right;
}
.footer_tell{
    display: none
}

@media screen and (max-width:1080px) {
    /*footer底部*/
    .footer_nav_left{
        width: 100% ;
    }
    .footer_nav_list{
        text-align: center;
        width: 25%;
    }
    .footer_tell{
        width: 100%;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .footer_nav_right{
        text-align: center;
        display: none;
    }
    .jszc_left{
        float:left;
    }
    .jszc_right{
        float:left;
    }
}
/*tab切换*/

.nav > li > a{
    background: #fff;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.nav-tab > li.active > a,
.nav-tab > li.active > a:hover,
.nav-tab > li.active > a:focus{
    color: #ffffff;
    cursor: default;
    background-color: #3641ad;
    /*border: 1px solid #ddd;*/
    border-bottom-color: transparent;
}
/*二级页面内容*/
.neirong_list{
    margin-bottom: 30px;
    margin-top: 50px;
}
.neirong_list_nr{
    padding: 0px 20px 20px 20px;
}
.neirong_list_list{
    background: #ffffff;
}