@charset "utf-8";
/* by Sean Lu 20180306 */
/*reset*/
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%; font-family: microsoft yahei,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0);  background: #fff; overflow-x: hidden; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
input { -webkit-appearance: none; }
a{ text-decoration: none; color: #666; }
a:hover { color: #2176cd; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar{width:6px;height:12px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 拖选文字样式 20160628 */
::selection { background: #2176cd; color: #fff; }
::-moz-selection { background: #2176cd; color: #fff; }

.wrapper { width: 1020px; margin: 0 auto; }
.wrapper img { max-width: 100%; }

.topbar { height: 34px; line-height: 34px; border-bottom: 1px solid #efedeb; background: #dbeffc; color: #434d5b; font-family: simsun; font-size: 12px; }
.topbar .tip { float: left; }
.topbar .links { float: right; }
.topbar .links .time { float: left; margin-right: 10px; }
.topbar .links a { float: left; }
.topbar .links .split { float: left; margin: 0 4px; }

.header { height: 90px; }
.header .logo { float: left; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; height: 90px; }
.header .logo img { display: block; }
.header .rbox { float: right; height: 30px; padding: 30px 0; }
.header .rbox .tel { float: left; line-height: 18px; font-size: 13px; color: #666; text-align: right; margin-right: 20px; margin-top: -4px; }
.header .rbox .tel strong { font-size: 14px; }
.header .rbox .sea { float: left; }
.header .rbox .sea .key { float: left; width: 150px; height: 30px; line-height: 28px; border: 1px solid #dbeffc; font-size: 14px; color: #333; font-family: microsoft yahei; padding: 0 10px; box-sizing: border-box; display: block; border-right: 0; }
.header .rbox .sea .key:focus { border-color: #2176cd; }
.header .rbox .sea .btn { float: left; width: 30px; height: 30px; background: #2176cd url(../img/searccc.png) no-repeat center; display: block; text-indent: -9999px; border: 0; cursor: pointer; }

.navbar { border-top: 1px solid #efedeb; border-bottom: 1px solid #efedeb; height: 40px; }
.navbar .nav { border-left: 1px solid #efedeb; height: 40px; }
.navbar .nav .nli { width: 12.5%; float: left; border-right: 1px solid #efedeb; box-sizing: border-box; position: relative; z-index: 99; }
.navbar .nav .nli .na { display: block; width: 100%; line-height: 40px; font-size: 14px; font-weight: bold; text-align: center; color: #333; }
.navbar .nav .nli .na:hover, .navbar .nav .nli:hover .na { color: #c8000b; }
.navbar .nav .nli .sub { position: absolute; left: 0; top: 40px; background: #3789e4; width: 100%; padding: 10px; box-sizing: border-box; -webkit-transform: scale(1,0); transform: scale(1,0); -webkit-transition: all .2s; transition: all .2s; -webkit-transform-origin: center top; transform-origin: center top; }
.navbar .nav .nli:hover .sub { -webkit-transform: scale(1,1); transform: scale(1,1); }
.navbar .nav .nli .sub .sli { line-height: 25px; }
.navbar .nav .nli .sub .sli .sa { font-size: 12px; font-family: simsun; color: #fff; display: block; text-indent: 20px; -webkit-transition: all .2s; transition: all .2s; }
.navbar .nav .nli .sub .sli .sa:hover { color: #d3f2ff; text-indent: 25px; }


.bannerslide { height: 590px; position: relative; }
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; }
.bannerslide .swiper-slide .wrapper { height: 100%; }
.bannerslide .swiper-slide a { display: block; height: 100%; }
.bannerslide .swiper-slide .cover { background: rgba(0,0,0,.1); color: #fff; text-align: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .swiper-slide:hover .cover { opacity: 1; }
.bannerslide .swiper-slide .cover .text { font-weight: bold; font-size: 30px; padding: 98px 0 50px; }
.pagination { position: absolute; left: 0; text-align: center; bottom:80px; width: 100%; z-index: 9; }
.swiper-pagination-bullet-active { background: #e33438; }

.homebox01 { background: #dbeffc; padding: 60px 0; text-align: center; }
.homebox01 .tit { font-size: 18px; line-height: 26px; color: #434d5b; font-family: simsun; margin-bottom: 20px; }
.homebox01 .txt { font-size: 14px; line-height: 22px; color: #333; font-family: simsun; margin-bottom: 20px; }
.homebox01 .btn { }
.homebox01 .btn a { display: inline-block; padding: 0 26px; border-radius: 4px; font-size: 14px; line-height: 38px; border: 1px solid #2176cd; color: #2176cd; margin: 0 10px; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .btn a:hover, .homebox01 .btn a.on { color: #fff; background: #2176cd; }
.homebox01 .btn a.on:hover { opacity: .8; }

.homebox02 { padding: 50px 0; overflow: hidden; }
.homebox02 .item { float: left; width: 50%; box-sizing: border-box; padding-right: 4%; border-right: 1px solid #dedede; }
.homebox02 .item:last-child { padding-right: 0; padding-left: 4%; border-right: 0 solid #dedede; }
.homebox02 .item .tit { margin-bottom: 20px; line-height: 25px; height: 25px; font-size: 18px; color: #434d5b; font-family: simsun; }
.homebox02 .item .tit .more { display: block; float: right; width: 40px; height: 25px; background: url(../img/moref.gif) no-repeat center; text-indent: -9999px; }
.homebox02 .item .txt { font-size: 14px; line-height: 22px; color: #333; font-family: simsun; }
.homebox02 .item .lis { font-size: 14px; line-height: 22px; color: #333; font-family: simsun; }
.homebox02 .item .lis .li { margin-bottom: 4px; }
.homebox02 .item .lis .li span { width: 23px; height: 23px; line-height: 23px; background: #2176cd; color: #fff; text-align: center; display: block; float: left; margin-right: 10px; border-radius: 50%; font-family: arial; font-size: 12px; }


.homebox03 { padding: 70px 0; text-align: center; font-family: simsun; background: #f2f2f2; }
.homebox03 .tit { font-size: 24px; color: #434d5b; line-height: 30px; }
.homebox03 .inf { font-size: 18px; color: #434d5b; line-height: 30px; margin-bottom:20px; }
.homebox03 .list { overflow: hidden; }
.homebox03 .list .item { width: 23%; margin: 0 1%; float: left; }
.homebox03 .list .item .img { height: 90px; margin-bottom: 20px; }
.homebox03 .list .item .img img { display: block; height: 100%; margin: 0 auto; }
.homebox03 .list .item .txt { font-size: 14px; color: #333; line-height: 22px; }

.homebox04 { padding: 40px 0; background: #dbeffc; font-family: simsun; }
.homebox04 .tit { height: 40px; margin-bottom: 40px; overflow: hidden; }
.homebox04 .tit .tip { float: right; font-size: 14px; line-height: 20px; color: #434d5b; text-align: right; }
.homebox04 .tit .tip .more { margin-left: 10px; color: #2176cd; text-decoration: underline; }
.homebox04 .tit .nam { float: left; color: #333; line-height: 40px; font-size: 16px; font-weight: bold; }
.homebox04 .list { overflow: hidden; }
.homebox04 .list .item { width: 24%; margin: 0 .5%; float: left; background: #6a8090; }
.homebox04 .list .item .img { width: 100%; -webkit-transition: all .2s; transition: all .2s; }
.homebox04 .list .item .img:hover { opacity: .9; }
.homebox04 .list .item .img img { display: block; width: 100%; }
.homebox04 .list .item .info { background: #6a8090; padding: 25px; color: #fff; font-size: 12px; }
.homebox04 .list .item .info .cla { color: #d3edff; line-height: 20px; height: 20px; overflow: hidden; margin-bottom: 4px; }
.homebox04 .list .item .info .cla a { color: #d3edff; }
.homebox04 .list .item .info .nam { color: #fff; font-size: 24px; line-height: 30px; overflow: hidden; height: 60px; font-weight: bold; margin-bottom: 15px; }
.homebox04 .list .item .info .nam a { color: #fff; }
.homebox04 .list .item .info .tip { line-height: 20px; padding-left: 12px; position: relative; margin-bottom: 30px; }
.homebox04 .list .item .info .tip:before { content: '"'; display: block; position: absolute; left: 0; top: 0; font-family: arial; }
.homebox04 .list .item .info .mor { color:#fff; font-weight: bold; }
.homebox04 .list .item .info .mor a { color:#fff; }

.homebox05 { padding: 40px 0; font-family: simsun; }
.homebox05 .tit { line-height: 22px; font-size: 16px; font-weight: bold; color: #333; margin-bottom: 40px; }
.homebox05 .tit .more { float: right; width: 40px; height: 22px; display: block; background: url(../img/moref.gif) no-repeat center; text-indent: -9999px; }
.homebox05 .list { overflow: hidden; }
.homebox05 .list .item { width: 31.33333%; margin: 0 1%; float: left; border: 1px solid #ccc; padding: 33px; box-sizing: border-box; }
.homebox05 .list .item a { color: #666; font-family: Pmingliu; display: block; }
.homebox05 .list .item:hover { background: #f9f9f9; }
.homebox05 .list .item .nam { font-size: 14px; font-weight: bold; }
.homebox05 .list .item .tim { font-size: 12px; font-family: arial; line-height: 30px; }
.homebox05 .list .item .txt { font-size: 12px; line-height: 20px; height: 80px; overflow: hidden; }

.homebox06 { background: #2176cd; height: 150px; color: #fff; }
.homebox06 .t01 { font-size: 20px; line-height: 150px; float: left; margin-right: 60px; }
.homebox06 .t02 { float: left; background: url(../img/mobiles.png) no-repeat left bottom; padding-left: 100px; height: 150px; font-size: 12px; font-family: simsun; }
.homebox06 .t02 .num { padding-top: 60px; display: block; font-size: 24px; font-weight: bold; font-family: Verdana; margin-bottom: 10px; }
.homebox06 .t03 { float: right; padding-top: 50px; }
.homebox06 .t03 a { color: #fff; height: 40px; line-height: 40px; border: 2px solid #fff; width: 100px; text-align: center; display: block; font-size: 14px; }
.homebox06 .t03 a:hover { background: rgba(255,255,255,.1); }

.footer { background: #f6f6f6; }
.footer .fbar { height: 50px; line-height: 50px; font-family: simsun; border-bottom: 1px solid #dcdcdc; overflow: hidden; }
.footer .fbar .links { float: left; }
.footer .fbar .links a { margin-right: 10px; font-size: 12px; color: #434d5b; }
.footer .fbar .tools { float: right; }
.footer .fbar .tools a { float: left; margin-left: 10px; font-size: 12px; color: #434d5b; display: block; padding-left: 18px; background: url(../img/ficon01.gif) no-repeat left center; }
.footer .fbar .tools a.icon01 { background-image: url(../img/ficon01.gif); }
.footer .fbar .tools a.icon02 { background-image: url(../img/ficon02.gif); }
.footer .fbar .tools a.icon03 { background-image: url(../img/ficon03.gif); }

.footer .flist { overflow: hidden; padding: 50px 0; }
.footer .flist dl { float: left; width: 20%;  }
.footer .flist dl dt { color: #434d5b; font-size: 13px; font-weight: bold; line-height: 20px; margin-bottom: 20px; }
.footer .flist dl dt a { color: #434d5b; }
.footer .flist dl dd { color: #2b9ff0; font-size: 13px; line-height: 20px; font-family: simsun; }
.footer .flist dl dd a { color: #2b9ff0; }
.footer .flist dl dd a.two { padding-left: 20px; }
.footer .flist dl dd a:hover { opacity: .8; }
.footer .flist .qrcode { float: right; }

.footer .foot { padding: 30px 0; line-height: 18px; font-family: Arial, simsun; background: #fff; font-size: 12px; color: #434d5b; overflow: hidden; }
.footer .foot strong { font-weight: normal; color: #2b9ff0; }
.footer .foot .txt { float: left; }
.footer .foot .copy { float: right; text-align: right; }

.side { width: 266px; float: left; }
.sidenav { background: #2176cd; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.sidenav .hd { line-height: 50px; height: 50px; color: #fff; font-size: 18px; padding: 0 20px 0 50px; background: url(../img/iconlogo.png) no-repeat 16px center; background-size: auto 20px; }
.sidenav .hd strong { font-weight: normal; }
.sidenav .bd { padding: 10px; background: #fff; margin: 0 6px 6px; border-radius: 0 0 6px 6px; }
.sidenav .snul {  }
.sidenav .snul .snli { margin-bottom: 2px; line-height: 40px; }
.sidenav .snul .snli .sna { padding: 0 20px; color: #666; font-size: 14px; font-family: microsoft yahei; display: block; text-decoration: none; border-radius: 4px; -webkit-transition: all .2s; transition: all .2s; background: #f1f1f1 url(../images/ck.gif) no-repeat -16px center; background-size: 16px 14px; line-height: 24px; padding-top: 10px; padding-bottom: 10px; }
.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { background-color: #2176cd; color: #fff; opacity: .9; filter: alpha(opacity=90); background-position: 18px center; box-shadow: 0 5px 10px rgba(33,118,205,.4); padding-left: 40px; }

.bbsub { padding: 10px 0 10px 40px; display: none; }
.snli.on .bbsub { display: block; }
.bbsub .bbsli { line-height: 36px; }
.bbsub .bbsli .bbsa { font-family: microsoft yahei; font-size: 12px; }
.bbsub .bbsli.on .bbsa { color: #f30; }

.main { margin: 30px 0 30px 286px; }
.main .hd { background: #f1f1f1; height: 50px; line-height: 50px; padding: 0 20px; border-radius: 10px; margin-bottom: 10px; }
.main .hd .name { position: relative; float: left; color: #2176cd; font-size: 20px; font-weight: bold; }
.main .hd .name:before { content: ''; display: block; width: 4px; height: 20px; background: #2176cd; position: absolute; left: -20px; top: 15px; }
.main .hd .now { float: right; font-size: 12px; color: #999; }
.main .hd .now a { color: #999; }
.main .hd .now .split { margin: 0 4px; font-family: simsun; }
.main .bd { padding: 20px; font-size: 16px; color: #333; line-height: 30px; }
.main .bd p { margin-bottom: 20px; }

.sidebox { background: #dedede; overflow: hidden; margin-bottom: 20px; border-radius: 10px; }
.sidebox .hd { line-height: 40px; height: 40px; text-align: center; font-size: 16px; color: #333; }
.sidebox .bd { margin: 0 6px 6px; padding: 20px; background: #fff; border-radius: 0 0 6px 6px; position: relative; }

.slideimg01 .prev, .slideimg01 .next { width: 20px; height: 32px; display: block; background: url(../img/slider-arrow.png) no-repeat -59px center; position: absolute; top: 50%; margin-top: -26px; opacity: .3; }
.slideimg01 .prev:hover, .slideimg01 .next:hover { opacity: .6; }
.slideimg01 .prev { background-position: -175px center; left: 20px; }
.slideimg01 .next { background-position: -59px center; right: 20px; }

.spimg { }
.spimg a { display: block; text-decoration: none; color: #666; font-family: microsoft yahei; }
.spimg a:hover { color: #f30; }
.spimg img { display: block; }
.spimg span { display: block; line-height: 30px; background: #f1f1f1; text-align: center; font-size: 12px; height: 30px; overflow: hidden; }

.sbcon { font-size: 14px; line-height: 24px; color: #666; }

.intit { background: #f1f1f1; line-height: 50px; padding: 0 20px; font-weight: bold; color: #2176cd; }

.inbanner { position: relative; height: 300px; background: url(../img/inbanner01.jpg) no-repeat center; overflow: hidden; }

.newslist { }
.newslist .item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.newslist .item .time { float: left; text-align: right; width: 90px; line-height: 24px; font-family: arial; margin-top: 6px; color: #999; }
.newslist .item .time .day { font-size: 30px; }
.newslist .item .time .year { font-size: 14px; }
.newslist .item .info { margin-left: 120px; }
.newslist .item h3 { font-weight: normal; margin-bottom: 10px; height: 30px; overflow: hidden; }
.newslist .item h3 a { color: #39424b; font-size: 22px; text-decoration: none; }
.newslist .item h3 a:hover { color: #006ebc; }
.newslist .item .txt { font-size: 14px; line-height: 24px; color: #999; height: 48px; overflow: hidden; }

.newstitle { font-size: 26px; text-align: center; line-height: 30px; font-family: microsoft yahei; margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; font-family: microsoft yahei; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; font-family: microsoft yahei; }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; color: #d00c18; margin-bottom: 20px; padding-left: 10px; border-left: 2px solid #d00c18; margin-top: 40px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.main .bd .newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; box-sizing: border-box; background: #fff; }
.main .bd .newsbackline ul li a:hover { border-color: #006ebc; color: #006ebc; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }

.hprolist { margin-bottom: 20px; }
.hprolist .item { float: left; width: 31.33333%; box-sizing: border-box; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #d7d7d7; border-top: 1px solid #f2f2f2; border-left: 1px solid #f2f2f2; margin: 0 1% 10px; -webkit-transition: all .2s; transition: all .2s; }
.hprolist .item:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.hprolist .item .img { }
.hprolist .item .img img { display: block; }
.hprolist .item .info { background: #f5f5f5; padding: 20px; }
.hprolist .item .info .cate { height: 20px; line-height: 20px; overflow: hidden; }
.hprolist .item .info .cate a { color: #ff3300; font-family: microsoft yahei; }
.hprolist .item .info .name { height: 30px; line-height: 30px; overflow: hidden; }
.hprolist .item .info .name a { color: #666; font-family: microsoft yahei; font-size: 15px; }
.hprolist .item .info .text { display: none; color: #999; font-family: microsoft yahei; font-size: 12px; line-height: 15px; height: 30px; overflow: hidden; padding-top: 10px; }

.nodata {}
.nodata  li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.nodata  li img{
    width: 100%;
}
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; background: #005bac; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.yanzhengma { display: inline; }

.shuaitable { border-collapse:collapse; width: 100%; margin-bottom: 20px; }
.shuaitable th { background: #2176cd; padding: 0 5px; color: #fff; border: 1px solid #fff; font-weight: normal; font-size: 14px; text-align: left; }
.shuaitable td { border: 1px solid #dedede; padding: 0 5px; font-size: 14px; }




@media (max-width: 1020px){
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	.bannerslide { height: 400px; }
	
	.topbar .links, .header .rbox { display: none; }
}


@media (max-width: 800px){
	.bannerslide { height: 210px; }

	.navbar { border-top: 0; }
	.navbar .wrapper { padding: 0; }
	.navbar, .navbar .nav { height: 80px; }
	.navbar .nav .nli { width: 25%; border-top: 1px solid #efedeb; height: 40px; box-sizing: border-box; }
	
	.navbar .nav .nli .sub { display: none; }

	.header .logo { width: 50%; }
	.header .logo img { max-width: 100%; }
	
	.homebox01 { padding: 30px 0; }
	.homebox01 .tit { font-size: 16px; }
	.homebox01 .tit br { display: none; }
	
	.homebox02 { padding: 30px 0; }
	.homebox02 .item { float: none; width: 100%; padding: 0; border: 0; margin-bottom: 30px; border-bottom: 1px solid #dedede; padding-bottom: 30px; }
	.homebox02 .item:last-child { padding: 0; margin: 0; border: 0; }
	
	.homebox03 { padding: 30px 0; }
	.homebox03 .tit { font-size: 18px; width: 80%; margin: 0 auto; }
	.homebox03 .inf { font-size: 14px; }
	.homebox03 .list .item { width: 44%; margin: 0 3%; margin-bottom: 20px; }
	.homebox03 .list .item .txt { width: 90%; margin: 0 auto; }
	
	.homebox04 { padding: 30px 0; }
	.homebox04 .tit { height: auto; margin-bottom: 20px; }
	.homebox04 .tit .nam { float: none; text-align: center; }
	.homebox04 .tit .tip { float: none; text-align: center; }
	.homebox04 .tit .tip br { display: none; }
	.homebox04 .list .item { width: 48%; margin: 0 1% 10px; }

	.homebox04 .list .item .info { padding: 15px; }
	.homebox04 .list .item .info .nam { font-size: 18px; line-height: 26px; height: 52px; }
	.homebox04 .list .item .info .tip { display: none; }
	
	.homebox05 { padding: 30px 0; }
	.homebox05 .tit { margin-bottom: 20px; }
	.homebox05 .list .item { width: 100%; margin: 0 auto 10px; }
	
	.homebox06 .t01 { display: none; }
	.homebox06 .t03 { display: none; }
	.footer .fbar .tools { display: none; }
	
	.footer .flist { display: none; }
	.footer .foot .txt { float: none; text-align: center; }
	.footer .foot .copy { float: none; text-align: center; }
	
	.inbanner { height: 100px; background-size: cover; }
	.side { width: 100%; float: none; margin-top: 20px; }
	.sidebox { display: none; }
	.main { margin-left: 0; margin-bottom: 0; }
	.sidenav .snul { overflow: hidden; }
	.sidenav .snul .snli { width: 48%; margin: 0 1% 4px; float: left; }
	.sidenav .snul02 .snli { width: 100%; margin: 0 0 4px; }
	.main .hd .now { display: none; }
	.main .bd { padding: 5px 0 15px; }
	.sidenav .hd { line-height: 40px; height: 40px; }
	.sidenav .snul .snli { line-height: 30px; }
	.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { padding-left: 20px; }
	
	.newslist .item .time { width: 50px; line-height: 18px; }
	.newslist .item .time .day { font-size: 18px; }
	.newslist .item .time .year { font-size: 12px; }
	.newslist .item .info { margin-left: 60px; }
	.newslist .item h3 { height: auto; line-height: 20px; }
	.newslist .item h3 a { font-size: 16px; }
	.newslist .item .txt { font-size: 12px; line-height: 20px; height: 40px; }
	
	.newstitle { font-size: 22px; }
	
	.hprolist .item { width: 48%; }
	
	.messagecon p  { }
	.messagetarea { width: 90%; margin: 0 auto; display: block; }
	.messagetit { text-align: center; margin-top: 5px; font-size: .75rem; }
	.messageinput { width: 90%; margin: 0 auto; display: block; margin-bottom: 5px; }
	.yanzhengma { display: block; width: 20%; margin: 20px auto; }
	.messagebtn { margin: 5px auto 0; width: 80%; display: block; }
	.messagebtn.btnon { width: 80%; }
	
	.bbsub .bbsli { line-height: 30px; }
	.bbsub { padding-left: 20px; }
}
