﻿html,body,ul,li,p,div,a,h1,h2,h3,h4,h5,h6,em,span,i,b,img,dl,select,input,textarea,dd,dt{
    margin:0;
    padding:0;
}
input{
    outline:none;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
html,body{
    width:100%;
    height:100%; 
    background: #f5f9fb;
    font-family: "微软雅黑";
}

::-webkit-input-focus { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.header{
    height:257px;
    background: url('../images/bg1.png') no-repeat;
    background-size: cover;
}
.md{
    margin:0 auto;
}
.fl{
    float: left;
}
.fr{
    float:right;
}
.logoBox{
    width:1200px;
    height:80px;
    position: relative;
}
.index_h1{
    color:#0751ac;
    height:80px;
    line-height: 80px;
    width:560px;
    font-size: 38px;
    text-indent: 100px;
    /*background: url('../images/logo.png') 18px 6px no-repeat;*/
}
.searchBox{
    position: absolute;
    right:20px;
    top:40px;
    width:248px;
    height:22px;
    /* border:1px solid #314e9d; */
}
.searchBox input{
    border:none;
    width:248px;
    height:22px;
    border:1px solid #314e9d;
}
.searchBox span{
    display: block;
    width:16px;
    height:16px;
    position: absolute;
    top:4px;
    right:7px;
    background: url('../images/search.png')  no-repeat;
}
.join{
    color:#394563;
    width:110px;
    height:14px;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    right:20px;
    top:15px;
}
.join a{
    color:#394563;
}

.nologin{
    text-align:right;
}
.nologin span{
    display:inline-block;
    
    border-radius:5px; 
    width:60px; 
    height:34px; 
    line-height:33px;
    border:#fff 1px solid;
    margin:12px 10px;
}
.nologin span a{
    margin-top:40px;
    padding:10px 12px;
    color:#fff;
    font-size: 18px;
}
.islogin{
    text-align:right;
}
.islogin span{
    margin-top:5px;
    display:inline-block;
}

.navbox{
    height:45px;
    background: #0d6dc7;
    
    
}
.nav-hover{
    width:150px;
    position: absolute;
    bottom:0;
    display: none;
}
.nav-hover li{
    height:40px;
    background: rgba(70,144,219,0.99);
    text-align: center;
    line-height: 40px;
    color:#fff;
    font-size: 14px;
    
}
.nav-hover li a{
    color:#fff;
}
.nav{
    width:1200px;
    height:45px;
}
.nav li{
    float:left;
    width:190px;
    height:42px;
    border-bottom:3px solid transparent;
    color:#fff;
    line-height: 42px;
    cursor: pointer;
    text-align:center;
    position: relative;
}
.nav li:hover{
    background:#1282e0;
    /* border-color: #4690db; */
}
.nav .nav-active{
    border-bottom:3px solid #fff;
    background: #4690db;
}
.banner{
    width:1200px;
    height:362px;
    background: url('../images/tu.png') center no-repeat;
    box-shadow: steelblue 0px 0px 6px;
}
.sectionBox{
    width:1200px;
    height:350px;
}
.sectionBox li{
    float:left;
    width:400px;
    height:175px;
}
.sectionBox li:hover a{
    color:#3f72cf;
    cursor: pointer;
}
.sectionBox li a{
    color:#000;

}
.sectionBox li div,dl{
    width:200px;
    height:175px;
}
.sectionBox li dl dt{
    height:20px;
    line-height: 20px;
    margin-top:48px;
    font-size: 18px;
    margin-bottom:12px;
}
.sectionBox li dl dd{
    height:24px;
    line-height: 24px;
    font-size: 12px;
    color:#656d7a;
}
.section1{
    background: url('../images/jindu.png') center no-repeat;
}
.section2{
    background: url('../images/youwenbida.png') center no-repeat;
}
.section3{
    background: url('../images/yuyue.png') center no-repeat;
}
.section4{
    background: url('../images/news.png') center no-repeat;
}
.section5{
    background: url('../images/dongtai.png') center no-repeat;
}
.section6{
    background: url('../images/question.png') center no-repeat;
}
.contentBox{
    width:1200px;
    height:720px;
    position: relative;
}
.swiperBox{
     width:512px;
     height:326px;
     padding:12px 9px;
     position: relative;
     box-shadow: 0 0 10px #cbcbcb;
}

.swiper-container {
    width:506px;
    height:332px;
}  
.swiper-container img{
    width:100%;
    height:100%;
}
.swiper-pagination{
  
    position: absolute;
    bottom:15px;
    right:20px;
}
.swiper-pagination span{
    margin-right:7px;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.swiper-slide{
    position: relative;
}
.swiperContent{
    position: absolute;
    width:100%;
    bottom:0;
    height:31px;
    background:rgba(0,0,0,0.5);
    line-height: 30px;
    color:#fff;
    text-indent: 17px;
    font-size: 14px;
}
.listBox1{
    width:650px;
    height:350px;
    margin-left:20px;
    box-shadow: 0 0 10px #cbcbcb;
}
.list_title{
    height:40px;
    background:url('../images/znbg.png') no-repeat;
}
.list_title p{
    height:40px;
    line-height: 40px;
    color:#fff;
    text-indent: 50px;
    font-size: 16px;
    background: url('../images/zhinan.png') 19px center no-repeat;
}
.listContent{
    height:256px;
 
    margin:9px 26px 0 20px;
    padding-bottom:9px;
    
}
.listContent li{
    list-style-type: disc;
    list-style-position: inside;
    height:32px;
    font-size: 16px;
    line-height: 32px;
    color:#555b6c;
    cursor: pointer;
}
.listContent li a{   
    color:#555b6c;
}
.listContent li:hover{
    color:#2e66ce;
}
.listContent a:hover{
    color:#2e66ce;
}
.more{
    font-size: 12px;
    height:12px;
    color:#2e66ce;
    cursor: pointer;
    text-indent: 35px;
  
}
.listBox2,.listBox3{
    width:590px;
    height:350px;
    box-shadow: 0 0 10px #cbcbcb;
    margin-top:20px;
}
.listBox3{
    margin-left:20px;
}
.listBox2 .list_title{
    background: url('../images/ggbg.png') no-repeat;
}
.listBox3 .list_title{
    background: url('../images/ggbg.png') no-repeat;
}
.listBox2 .list_title p{
    background: url('../images/gonggao.png')  19px center no-repeat;
}
.listBox3 .list_title p{
    background: url('../images/gonggao.png')  19px center no-repeat;
}
.ulBox{
    border-bottom:1px solid #eff0f2;
    
}

.ulBox{
    height:266px;
    overflow: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.ulBox::-webkit-scrollbar
{
    width: 6px;
    height: 16px;
    background-color: #fff;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.ulBox::-webkit-scrollbar-track
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* border-radius: 10px; */
    background-color: #fff;
}
 
/*定义滑块 内阴影+圆角*/
.ulBox::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #c8cbd1;
}

.listBox2 .more{
    color:#b38b24;
    margin-top:10px;
}
.listBox3 .more{
    color:#b38b24;
    margin-top:10px;
}
.listBox2 .listContent li:hover{
    color:#b38b24;
}
.listBox3 .listContent li:hover{
    color:#b38b24;
}
.contact{
    width:1200px;
    height:110px;
    background: url('../images/bgg.png') no-repeat;
    background-size: cover;
    margin: 20px auto;
}
.contact li{
    float: left;
    width:400px;
    height:110px;
    line-height: 110px;
    color:#fff;
    text-indent: 110px;
}
.li1{
    background: url('../images/zixundianhua.png') 50px center no-repeat;
}
.li2{
    background: url('../images/tousudianhua.png') 50px center no-repeat;
}
.li3{
    background: url('../images/email.png') 50px center no-repeat;
}
.footerBox{
    height:200px;
    background: #57647c;
}
.footer{
    width:1166px;
    padding:0 17px;
    height:200px;
}
.footerLeft{
    width:357px;
    height:140px;
    color:#fff;
    text-indent: 30px;
}
.footerLeft dt{
    height:40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 15px;
}
.footerLeft dd{
    height:30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}
.footerRight dd{
    height:30px;
    line-height: 30px;
    font-size: 12px;
}
.footerRight dd ul li{
    float: left;
    width:200px;
    cursor: pointer;
}

.footerRight{
    color:#fff;
    width:809px;
    height:140px;
}
.footerRight li a{
    color:#fff;
}
.footerRight dt{
	color:#fff;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 15px;
}
.footerBottom{
    clear: both;
    height:60px;
    line-height: 60px;
    color:#fff;
    font-size: 12px;
    text-indent:360px;
    overflow: hidden;
}
.footerBottom img{
    widows: 26px;
    height:32px;
    vertical-align: middle;
    margin-right:10px;
}
.scrollBox{
    width:44px;
    height:231px;
    position: fixed;
    bottom:250px;
    right:20px;
    
}
.qrcode{
    width:18px;
    height:154px;
    padding:10px 12px;
    border:1px solid #c1a210;
    color:#c1a210;
    text-align: center;
    background: url('../images/qrcode.jpg') center 140px no-repeat;
}
.scrollBtn{
    width:44px;
    height:44px;
    margin-top:20px;
    background: url('../images/scrollBtn.jpg') no-repeat;
    cursor: pointer;
}   
/* @media screen and (max-width: 1900px) { */
    .scrollBox img{
        width:200px;
        height:200px;
        position: absolute;
        top:0;
        right:50px;
        display: none;
    }
/* } */
/* @media screen and (min-width: 1900px){
    .scrollBox img{
        width:200px;
        height:200px;
        position: absolute;
        top:0;
        left:50px;
        display: none;
    }
} */
.scrollBox:hover img{
    display: block;
}

.news_content{
    width:1200px;
    min-height:560px;
}
.news_content_list{
    height: auto;
}
.news_content_list li{
    height:46px;
    line-height: 46px;
    font-size: 14px;
    border-bottom:1px dashed #CDCDCD;
}

.news_content_list li a{
	
}

.pageList{
    margin:0 auto;
    width:100%;
    margin-top:20px;
}

.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li{
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination>li:hover a{
    background: #ddd;
}

.details_content{
    width:1200px;
    min-height: 560px;
}

.navigation{
    height:45px;
    line-height: 45px;
    font-size: 14px;
}
.navigation a{
    color:#428bca;
}
.navigation a:hover, a:focus {
    color: #2a6496;
    
}
.details_title{
    text-align: center;
}
.details_title h4{
    height:40px;
    line-height:40px;
    font-size: 20px;
    font-weight: inherit;
}
.detail_date{
    height:30px;
    line-height: 30px;
    font-size: 12px;
    background: #ECF5F9;
    margin:40px 0;
}
.detail_content{
    padding:0 25px;
}
.detail_content .listBox1{

    width:300px;
    height:auto;
    margin:20px 0;
}
.detail_content .listBox1 li{
    font-size:12px;
    height:auto;
    line-height: 24px;
}
.detail_content .listBox1 .listContent{
    height:auto;
}
.detail_content .listBox1 .list_title{
    height:30px;
    line-height: 30px;
  
}
.detail_content .listBox1 .list_title p{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    background-image:url('../images/download.png');
}
.question_nav{
    border-bottom: 1px solid #ddd;
    /* overflow: hidden; */
    margin:0 10px;
    height:42px;
}
.question_nav li{
    float: left;
    position: relative;
    display: block;
    /* margin-bottom: -1px; */
    bottom:-2px;
    
   
}
.question_nav li a{
    display: block;
    padding:10px 15px;
    font-size: 14px;
    color: #428bca;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
 }
.question_nav li .question_nav_active{
    background-color: #fff;
    color:#444;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.question_page{
    padding:10px;
}
.tab-content{
    padding:0 10px;
}
.tab-content .tab-pane1{
    display: block;
  
}
.tab-content .tab-pane2{
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #FFF;
    padding: 15px 0;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #E6F0FF;
}

.tab-content .tab-pane{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #FFF;
    padding: 15px 0;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #E6F0FF;
}

#contTable td{
    width:350px;
    text-align: right;
    
}
.tdTxt {
    text-align: right;
    width: 300px;
    padding-right: 20px;
    color: #333333;
    font-size: 14px;
}

.thTxt {
    text-align: center;
    width: 300px;
    color: #333333;
    font-size: 22px;
    font-family: 'Microsoft YaHei UI';
}

#contTable td input,select,textarea{
    
        border: 1px solid #CCC;
        color: #333;
        height: 20px;
        line-height: 15px;
        margin-bottom: 8px;
       
        margin-top: 0px;
        outline: 0 none;
        padding: 5px 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    
}
#Q_Ques{
    height:150px;
}
#Q_Type{
    height:35px;
}
#contTable .submitBtnBox{
    text-align: center;
}
.submitBtn{
    width:64px;
    height:34px;
    border:none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 4px;
    cursor: pointer;
}
.submitBtn:hover{
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.resetBtn{
    width:64px;
    cursor: pointer;
    height:34px;
    border:none;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.resetBtn:hover{
    background: #ddd;
}
.question_page{
    padding-top:60px;
}
.question_page .tit {
    height: 26px;
    line-height: 26px;
    padding: 0px 15px;
    position: relative;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.story{
    padding:10px;
    border-bottom: 1px dashed #357EBD;
}
.story p{
    margin-bottom:10px;
}
.story_t{
    font-weight: 700;
}
.story_time{
    height:18px;
    font-size: 12px;
    line-height: 18px;
    color:#9a9a9a;
}
.story_m{
    font-size: 14px;
}
.story_hf{
    font-size: 14px;
    font-weight: 700;
    color:#0081d3;
}
.reply{
    color:#f00;
}