body{margin: 0;padding: 0;
    font: 14px "microsoft yahei",Arial,Helvetica,sans-serif;
    color: #333333;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{margin: 0;padding: 0;}
.lf{float: left;}
.rt{float: right;}
.clear{clear: both;}
a{text-decoration: none;color: #333;}
a:hover{color:#9C0D2B;}
li{list-style: none;}
img{ border: 0;vertical-align: bottom;}

body{
    background: url("../image/bg1.png") repeat top center;
}

.header>div{
    width: 100%;
    min-width:1200px;
}
.header div.top{
    background: #9C0D2B;
    border-bottom: 1px solid #BF6175;
}

.logoShow{
    width: 1200px;
    height: 135px;
    margin: 0 auto;
}
.logoShow div.search{
    width: 260px;
    height: 80px;
    color: #ffffff;
    margin-top:20px;
    margin-right: 5px;
    text-align: right;
}
.search div {
    height: 16px;
    line-height: 16px;
}
.search form{
    position: relative;
}

.logoShow a{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.logoShow a:hover{
    text-decoration: underline;
}
.logoShow input[type='text']{
    width: 220px;
    height: 30px;
    border: 0;
    padding-left: 10px;
    margin-top: 15px;
    border-radius: 5px;
}
.logoShow input[type='image']{
    position: absolute;
    top: 21px;
    right: 7px;
    width: 20px;
    height: 20px;
}
.logo{
    padding-top: 32px;
    margin-left: 5px;
}

.header div.navBG{
    background: #373737;
    padding: 1px 0;
    -webkit-box-shadow: 0 4px 10px #ccc;
    -moz-box-shadow: 0 4px 10px #ccc;
    box-shadow: 0 4px 10px #ccc;
}
.nav{
    width: 1200px;
    height:60px;
    margin: 0 auto;
}
.nav>ul>li{
    float:left;
    display: block;
    width:150px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index:999;
}
.nav>ul>li>a{
    height: 60px;
    line-height: 60px;
    display: block;
    color: #ffffff;
    font-size: 18px;
}
.nav>ul>li:hover{
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav>ul>li.active{
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav>ul>li:hover>a{color:#9C0D2B;}
.nav>ul>li.active>a{color:#9C0D2B;}
.nav>ul li ul{ display: none; position: absolute; top:60px;left:0; min-width: 100%;}
.nav>ul li ul li{
    background: rgba(255,255,255,.9);
    height:45px;
    box-shadow: 1px 2px 1px #9C0D2B;
    border-top:1px solid #BF6175;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	min-width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}
.nav>ul>li ul a{
    line-height:45px;
    color:#333;
    font-size: 16px;
	white-space: nowrap;
}
.nav>ul li ul li:hover{
    background: rgba(156,13,43,.9);
}
.nav>ul li>ul li:hover a{
    color: #fff;
}


.banner{
    width: 100%;
    min-width: 1200px;
    height:424px;
    padding-top: 15px;
}
.main_visual{
    width: 1200px;
    margin: 0 auto;
    height:420px;
    overflow:hidden;
    position:relative;
    z-index:0;
    border: 2px solid #fff;
}
.main_image{
    width: 1200px;
    height:420px;
}
.main_image li>a{
    display: block;
    width: 100%;
    height: 420px;
}
.main_image li>a img{
    width: 100%;
    height: 100%;
}
.flicking_con{
    position:absolute;
    bottom:5%;
    left:46%;
    z-index:1;
    width:100px;
    height:12px;
}
.flicking_con a{
    float:left;display: block;
    width:12px;height:12px;
    border-radius: 50%;
    margin-right:8px;
    background:#fff;
}
.flicking_con a.on{background: #9c0d2b;}
#btn_prev,#btn_next{
    z-index:2;
    position:absolute;
    display:block;
    width:42px!important;
    height:85px!important;
    top:50%;
    margin-top:-42px;
    display:none;
}
#btn_prev{
    background:url(../image/B_left.png) no-repeat left top;
    left:20px;
}
#btn_next{
    background:url(../image/B_right.png) no-repeat right top;
    right:20px;
}






.mainBody{
    width: 1200px;
    margin: 0 auto 0;
    padding: 20px 0 30px;
}
.mainBody:after{
    content: '';
    display: table;
    clear: both;
}
.mainBody>div{
    margin-bottom: 20px;
}
.service_links{
    height: 114px;
}
.news{
    height: 370px;
}
.links{
    height: 145px;
    background: #fff;
}



.service_links ul:after{
    content: '';
    display: table;
    clear: both;
}
.service_links ul li{
    float: left;
    display: block;
    width: 161px;
    height: 135px;
    border: 2px solid #fff;
    margin-right: 7.5px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.service_links ul li:hover{
    opacity: .8;
}
.service_links ul li:first-child{
    background: #3b7df8;
}
.service_links ul li:nth-child(2){
    background: #5a53e8;
}
.service_links ul li:nth-child(4){
    background: #f9aa11;
}
.service_links ul li:nth-child(3){
    background: #47ac4e;
}
.service_links ul li:nth-child(5){
    background: #50a5f6;
}
.service_links ul li:nth-child(6){
    background: #ff8600;
}
.service_links ul li:last-child{
    margin-right: 0;
    background: #E86153;
}
.service_links ul li div{
    padding-top: 45px;
    text-align: center;
}
.service_links ul li div a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 5px;
}
.service_links ul li div p{
    font-size: 12px;
    color: #efefef;
}
.service_links ul li div:after{
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top:15px;
    left:50%;
    margin-left: -28px;
}
.service_links ul li:first-child div:after{
    background: url("../image/sprits_dzb.png") no-repeat -240px -56px;
}
.service_links ul li:nth-child(2) div:after{
    background: url("../image/sprits_dzb.png") no-repeat -300px -56px;
}
.service_links ul li:nth-child(4) div:after{
    background: url("../image/sprits_dzb.png") no-repeat 0 -55px;
}
.service_links ul li:nth-child(3) div:after{
    background: url("../image/sprits_dzb.png") no-repeat -60px -56px;
}
.service_links ul li:nth-child(5) div:after{
    background: url("../image/sprits_dzb.png") no-repeat -120px -56px;
}
.service_links ul li:nth-child(6) div:after{
    background: url("../image/sprits_dzb.png") no-repeat -180px -56px;
}
.service_links ul li:last-child div:after{
    background: url("../image/sprits_dzb.png") no-repeat -270px 0;
}



.news>div{
    float: left;
    display: block;
    width: 590px;
    height: 370px;
    background: #fff;
    box-shadow: 1px 4px 1px #ccc;
}
.news>div:first-child{
    margin-right: 20px;
}
.news>div>div{
    padding: 20px;
}
.columnName{
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.columnName a{
    display: block;
    font-size: 22px;
    color: #000;
    padding-left: 48px;
}
.columnName a:before{
    display: block;
    content: '';
    width: 35px;
    height: 30px;
    position: absolute;
    top:4px;
    left:0;
    transition: transform 1s;
}
.news>div:first-child .columnName a:before{
    background: url("../image/sprits_dzb.png") no-repeat 0 0;
}
.news>div:last-child .columnName a:before{
    background: url("../image/sprits_dzb.png") no-repeat -40px 0;
}
.columnName:hover a{
    color: #9c0d2b;
}
.columnName:hover a:before{
    transform: scale(1.2,1.2);
}
.news ul li{
    height: 32px;
    font-size: 16px;
    position: relative;
}
.news ul li a{
    display: inline-block;
    width: 70%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 24px;
}
.news ul li span{
    line-height: 32px;
}
.news ul li a:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border: 2px solid #9c0d2b;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:12px;
    left:2px;
}
.news ul li:hover{
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news ul li:hover a{
    color: #9c0d2b;
}
.news ul li:hover span{
    color: #9c0d2b;
}
.notice>div:first-child .columnName a:before{
    background: url("../image/sprits_dzb.png") no-repeat -128px 0;
}
.notice>div:last-child .columnName a:before{
    background: url("../image/sprits_dzb.png") no-repeat -165px 0;
}


.links>div{
    padding: 20px;
}
.links .columnName a:before{
    background: url("../image/sprits_dzb.png") no-repeat -88px 0;
}
.inputInfo select {
    width: 30%;
    height: 40px;
    margin: 5px 3% 0 0;
    text-align: center;
    padding: 5px 10px 8px 10px;
    font-size: 16px;
    color: #333;
}






.column_content{
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 5px 1px #ddd;
}
.column_content:after{
    content: '';
    display: table;
    clear: both;
}

.column_content .left_nav{
    width:260px;min-height: 680px;
    background: #e5e3e3;
    position: relative;
}
.column_content .left_nav>div{
    width: 100%;
    height: 85px;
    background: #9C0D2B;
    text-indent: 3em;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.column_content .left_nav>div h3{
    color: #fff;
    height: 85px;line-height: 85px;
    font-size: 24px;font-weight: normal;
}
.column_content .left_nav>ul{
    padding-top:20px;
    padding-bottom: 235px;
}
.column_content .left_nav>ul>li{
    width: 240px;margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #C8C6C6;
    position: relative;
    text-indent: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}
.column_content .left_nav>ul>li a{
    line-height: 50px;
    font-size: 16px;
    display: block;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
}
.column_content .left_nav>ul>li.active{
    background: url("../image/active_li.jpg");
}
.column_content .left_nav>ul>li:hover{
    background: url("../image/active_li.jpg");
}
.column_content .left_nav>ul>li.active>a{
    color: #fff;
}
.column_content .left_nav>ul>li:hover>a{
    color: #fff;
}
.column_content .left_nav img{
    position: absolute;
    width: 260px;height: 235px;
    bottom: 0;left:0;
}

.column_content .right_content{
    width:880px;
    padding-right: 10px;
}
.column_name{
    width: 100%;
    height: 70px;line-height: 70px;
    border-bottom: 1px solid #D8D8D8;
    margin-top:15px;
}
.column_name h3{
    font-size: 24px;font-weight: normal;
    padding-left: 40px;position: relative;
   width: 450px;
}
.column_name h3:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url("../image/c_arrow1.png") no-repeat;
    position: absolute;
    top: 20px;  left: 0;
}
.column_name>div a:hover{
    color: #9C0D2B;
}
.column_name>div a.homePosition{position: relative;}
.column_name>div a.homePosition:before{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../image/home_position.png) no-repeat;
    position: absolute;
    top: -6px;
    left: -30px;
}




.right_content .column_list ul.list_info{margin-top: 15px;}
.right_content .column_list ul.list_info li{
    height: 45px;line-height: 45px;
    border-bottom: 1px dotted #BCBCBC;
    position: relative;
    font-size: 16px;
}
.right_content .column_list ul.list_info li a{
    display: inline-block;width: 700px;
    height: 45px;line-height: 45px;
    overflow: hidden;padding-left:25px;
    font-size: 16px;
    position: relative;
}
.right_content .column_list ul.list_info li:hover{
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.right_content .column_list ul.list_info li:hover a{
    color: #9C0D2B;
}
.right_content .column_list ul.list_info li:hover span{
    color: #9C0D2B;
}
.right_content .column_list ul.list_info li a:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url("../image/y_arrow.png") no-repeat;
    position: absolute;
    top: 18px;  left: 8px;
}




.column_list .column_introInfo{
    width:97%;
    margin:20px auto 70px;
}











.detail_content{
    width:97%;
    margin:0 auto;
}
.detail_content .detail_title{
    height: 90px;
    text-align: center;
    margin-top:15px;
}
.detail_content .detail_title h3{
    width: 100%;
    height: 55px;
    line-height:55px;
    overflow: hidden;
    font-size: 22px;
    font-weight: normal;
}
.detail_content .detail_title p{
    color: #666;font-size: 12px;
}
.detail_content .detail_contentInfo{
    margin:10px 0 70px;
}

    
    
    
    




.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 30px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce {
    background-color:#9C0D2B;
    border:1px solid #9C0D2B;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num:hover a{
    background-color:#9C0D2B;
    border:1px solid #9C0D2B;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#9C0D2B;
    border:1px solid #9C0D2B;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}





.footer{
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background-color: #9C0D2B;
}
.footer div{
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    color: #fff;
    text-align: center;
}
.footer a{
    color: #fff;
}
.footer a:hover{text-decoration: underline;}
.footer div p{padding-top:10px;}
