@charset "utf-8";
/* CSS Document */
/*通用*/
body {
	font-family:"微软雅黑";
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;    
    list-style:none;
}
img{border:0;}

.block{width:100%; height:20px; clear:both;}
a{color:#333;}
a:hover{color:#f00;}

/*top*/
.header{width:100%; height:33px; border-bottom:2px solid #4C67A7; background-color:#EBF0F3;}
.top{width:1000px; height:30px; line-height:30px; font-size:13px; color:#333; margin:0 auto;}
.top ul li{float:left; padding:0 5px; width:100px;}
.top span{float:left; font-size:10px;}
.top ul li img{float:left; margin-right:5px; margin-top:6px;} 
.top span{font-size:20px;}

/*banner*/
.banner{width:100%; height:170px; background:url(banner.gif) no-repeat top center;}
.banner_con{width:1000px; height:170px; margin:0 auto; padding-top:50px;}

.search{width:300px; height:36px; float:right; margin-top:25px;}
.search a{float:right; font-size:14px; line-height:18px; color:#0069ae;}

/*主导航*/
.nav{width:100%; height:50px; background-color:#0069AE;}
.nav_con{width:1000px; height:50px; margin:0 auto;}
.nav_con ul li{float:left; padding:0 33px;}
.nav_con ul li.hover{background-color:#3ABEF4;}
.nav_con ul img{margin-right:10px; margin-bottom:3px;  -webkit-transition: -webkit-transform 1s ease-out;
            -moz-transition: -moz-transform 1s ease-out;
            -o-transition: -o-transform 1s ease-out;
            -ms-transition: -ms-transform 1s ease-out;}
.nav_con ul li.hover img{ -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);}            
.nav_con ul li a{font-size:17px; font-weight:bold; line-height:50px; color:#fff;}
.nav_con ul span{float:left; line-height:48px; font-size:15px; color:#fff;}

/*主体*/	
.main{width:100%; height:auto; background:url(bg.png) repeat-x top;  background-color:#fffeff;}
/*当前位置*/
.position{width:100%; height:50px; font-size:13px; line-height:50px; background:url(house.gif) no-repeat 10px 20px; padding-left:30px;}
.position a:hover{color:#BA1803;}

.content{width:1000px; height:auto; background-color:#fff; margin:0 auto;}
.f_col{width:100%; height:40px; background-color:#0069AE; font-size:16px; color:#fff; text-align:center; line-height:40px; font-weight:bold;}
.t_col{min-height:400px; font-size:15px;}
.col_title{width:695px; height:40px; border-bottom:2px solid #ccc; margin:0 auto; background:url(col_bg.gif) no-repeat 1px 11px;}
.col_name{height:40px; border-bottom:2px solid #0069AE; font-size:15px; color:#333; line-height:38px; padding-left:25px; font-weight:bold; padding-left:25px; padding-right:10px; float:left;}
.col_list{padding:0 15px; min-height:400px; font-size:14px;}
.col_list a:hover{color:#BA1803;}

/*底部*/
.footer{width:100%; height:117px;}
.copyright{width:100%; height:117px; background-color:#0069AE;}
.copy_con{width:1000px; height:117px; margin:0 auto; position:relative; text-align:center; padding-top:30px;}
.dzjg{position:absolute; top:25px; left:180px;}
.error{position:absolute; top:35px; right:120px;}
.copy_con p{font-size:15px; color:#fff; line-height:30px;}


/* 移动端 */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; }

.mobile_type .content {
    width: 100vw;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}

.mobile_type .position {
    width: 100vw;
    height: auto;
    font-size: 4vw;
    line-height: 8vw;
    background: url(/images/21279/house.gif) no-repeat 1vw 3vw;
    padding-left: 7vw;
    display: inline-block;
}

.mobile_type .position a {
    font-size: 4vw;
}

.mobile_type .cont_nr {
    table-layout: fixed;
    display: flex;
}

.mobile_type .tdtwo {
    width: 100vw !important;
    display: block;
}

.mobile_type .f_col {
    width: 100vw;
    height: 10vw;
    background-color: #0069AE;
    font-size: 5vw;
    color: #fff;
    text-align: center;
    line-height: 10vw;
    font-weight: bold;
}

.mobile_type .t_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 12vw;
    margin-bottom: 5vw;
}

.mobile_type .tpxw-list {
    width: auto;
    line-height: 12vw;
}

.mobile_type .tpxw-list a {
    font-size: 4vw;
    color: #333333;
    background: none;
    background-position: 2vw 2vw;
    padding-left: 5vw;
}

.mobile_type .tdone {
    display: none;
}

.mobile_type .tdtwo {
    width: 100vw;
    display: block;
}

.mobile_type .tdthree {
    display: none;
}

.mobile_type .col_title {
    width: 100vw;
    height: 10vw;
    border-bottom: 2px solid #ccc;
    margin: 0 auto;
    background: url(col_bg.gif) no-repeat 1vw 3vw;
}

.mobile_type .col_name {
    height: 10vw;
    border-bottom: 2px solid #0069AE;
    font-size: 5vw;
    color: #333;
    line-height: 10vw;
    padding-left: 25px;
    font-weight: bold;
    padding-left: 6vw;
    padding-right: 6vw;
    float: left;
}

.mobile_type .col_list {
    padding: 0 2vw;
    min-height: 55vw;
    font-size: 4vw;
}

.mobile_type .default_pgContainer table tr td {
    display: inline-block;
    width: auto !important;
    line-height: 12vw;
    vertical-align: middle;
    height: 12vw;
}

.mobile_type .default_pgContainer table td span {
    float: left;
    vertical-align: middle;
    margin: 4vw 1vw;
}

.mobile_type .default_pgContainer table td span img {
    width: 1vw;
    height: 1vw;
}

.mobile_type .default_pgContainer a.bt_link {
    display: inline-block;
    width: 60vw;
    white-space: nowrap;
    overflow: hidden;
    line-height: 10vw !important;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.mobile_type .default_pgContainer table tr td {
    display: inline-block;
    width: auto !important;
}

.mobile_type table {
    table-layout: fixed;
}

.mobile_type .tdfour {
    width: 100vw;
    display: block;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; }

.mobile_type .content {
    width: 100vw;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}

.mobile_type .position {
    width: 100vw;
    height: auto;
    font-size: 4vw;
    line-height: 8vw;
    background: url(/images/21279/house.gif) no-repeat 1vw 3vw;
    padding-left: 7vw;
    display: inline-block;
}

.mobile_type .position a {
    font-size: 4vw;
}

.mobile_type .cont_nr {
    table-layout: fixed;
    display: flex;
}

.mobile_type .tdtwo {
    width: 100vw;
    display: block;
}

.mobile_type .f_col {
    width: 100vw;
    height: 10vw;
    background-color: #0069AE;
    font-size: 5vw;
    color: #fff;
    text-align: center;
    line-height: 10vw;
    font-weight: bold;
}

.mobile_type .t_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 12vw;
    margin-bottom: 5vw;
}

.mobile_type .tpxw-list {
    width: auto;
    line-height: 12vw;
}

.mobile_type .tpxw-list a {
    font-size: 4vw;
    color: #333333;
    background: none;
    background-position: 2vw 2vw;
    padding-left: 5vw;
}

.mobile_type .tdone {
    display: none;
}

.mobile_type .tdtwo {
    width: 100vw;
    display: block;
}

.mobile_type .tdthree {
    display: none;
}

.mobile_type .col_title {
    width: 100vw;
    height: 10vw;
    border-bottom: 2px solid #ccc;
    margin: 0 auto;
    background: url(col_bg.gif) no-repeat 1vw 3vw;
}

.mobile_type .col_name {
    height: 10vw;
    border-bottom: 2px solid #0069AE;
    font-size: 5vw;
    color: #333;
    line-height: 10vw;
    padding-left: 25px;
    font-weight: bold;
    padding-left: 6vw;
    padding-right: 6vw;
    float: left;
}

.mobile_type .col_list {
    padding: 0 2vw;
    min-height: 55vw;
    font-size: 4vw;
}

.mobile_type .default_pgContainer table tr td {
    display: inline-block;
    width: auto !important;
    line-height: 12vw;
    vertical-align: middle;
    height: 12vw;
}

.mobile_type .default_pgContainer table td span {
    float: left;
    vertical-align: middle;
    margin: 4vw 1vw;
}

.mobile_type .default_pgContainer table td span img {
    width: 1vw;
    height: 1vw;
}

.mobile_type .default_pgContainer a.bt_link {
    display: inline-block;
    width: 60vw;
    white-space: nowrap;
    overflow: hidden;
    line-height: 10vw !important;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.mobile_type .default_pgContainer table tr td {
    display: inline-block;
    width: auto !important;
}

.mobile_type table {
    table-layout: fixed;
}

.mobile_type .tdfour {
    width: 100vw  !important;
    display: block;
}

/* 手机版分页条 */
.mobile_type .default_pgToolbar {
background: none;
border: none;
}
.mobile_type .default_pgPerPage {
display: none;
}
.mobile_type .default_pgFirst {
width: 8vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056957395.gif?0.8464583259109282) no-repeat center;
background-size: contain;
margin-right: 1.3333vw;
}
.mobile_type .default_pgFirstDisabled {
width: 8vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750057307151.gif?0.5108747882150775) no-repeat center;
cursor: auto;
background-size: contain;
margin-right: 1.3333vw;
}
.mobile_type .default_pgPrev {
width: 12vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056576457.png?0.9947478346842384) no-repeat center;
background-size: contain;
margin-right: 1.3333vw;
}
.mobile_type .default_pgPrevDisabled {
width: 12vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750055769343.gif?0.25040286213511576) no-repeat center;
cursor: auto;
background-size: contain;
margin-right: 1.3333vw;
}
.mobile_type .default_separator {
display: none;
}
.mobile_type .default_pgNext {
width: 12vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750035367898.gif?0.8966763508287363) no-repeat center;
background-size: contain;
margin-left: 1.3333vw;
}
.mobile_type .default_pgLast {
width: 8.1vw;
height: 6.6667vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750035036922.gif?0.45672629097432615) no-repeat center;
background-size: contain;
margin-left: 1.3333vw;
}
.mobile_type .default_pgRefresh {
width: 8.4vw;
height: 5.7333vw;
background: url(/cms_files/jcms1/web3614/site/picture/1552/2110181750056171308.gif?0.8023270272895751) no-repeat center;
background-size: contain;
}
.mobile_type .default_pgNextDisabled {
background: url(/cms_files/jcms1/web2761/site/picture/1620/2112291622172623615.gif?0.7322506892381022) no-repeat center !important;
}
.mobile_type .default_pgLastDisabled {
background: url(/cms_files/jcms1/web2761/site/picture/1620/2112291622170099164.gif?0.8915032053540355) no-repeat center !important;
}
.mobile_type .default_pgSearchInfo {
display: none;
}
.mobile_type .default_pgToolbar td {
font-size: 2.4vw;
width: auto;
padding: 0 0px 0 0px;
}
.mobile_type .default_pgToolbar td input {
outline: none;
}
.mobile_type .default_pgCurrentPage {
width: 4.8vw;
height: 6.6667vw;
line-height: 6.6667vw;
}
.mobile_type .default_pgToolbar td:first-child + td + td + td {
display: none;
}
.mobile_type .default_pgPanel {
float: none;
margin: 0 auto;
}

.mobile_type  #zoom * {
font-size: 4vw !important;
line-height: 8vw !important;
}
.mobile_type #zoom img {
max-width: 80vw;
height: auto;
}
.mobile_type .bmlb li {
    width: 47%;
    margin: 1vw !important;
}