﻿body {
    min-width: 1200px;
}
.hide {
    display: none;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'';
	display: block;
	clear:both;
	float:none;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mr-30 {
    margin-right: 30px;
}
.fs-18 {
    font-size: 18px;
}
.f-w {
    font-weight: 600;
}
.w848 {
    width: 848px;
}
.w410 {
    width: 410px;
}
.w263 {
    width: 263px;
}
.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.hot .u-title a:hover,
.list .itm a:hover,
.main-list .itm a:hover,
.contact-list .itm a:hover,
.l-m-title a:hover,
.article-more:hover {
    color: #139fe6;
}
.top {
    background: #139fe6;
    height: 100px;
}
.top-wrap {
    width: 1140px;
    height: 100px;
    background: url(../images/logo.png) left center no-repeat;
    position: relative;
}
.m-form {
    position: relative;
    float: right;
    margin-top: 30px;
    height: 40px;
    width: 360px;
    overflow: hidden;
}
.m-form .u-input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #fff;
    width: 280px;
    padding: 0 10px;
    float: left;
    font-size: 14px;
}
.m-form .u-submit {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #06538f url(../images/search_icon.png) center center no-repeat;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.nav {
    background: #0f8de1;
    height: 46px;
}
.menu{
    position: relative;
    margin-left: 3px;
    z-index: 99;
}
.menu-item{
    height: 46px;
    position: relative;
    float: left;
    width:126px;
}
.menu-first{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
}
.menu-first.active{
    background: #06538f;
}
.menu-first:hover{
    background: #06538f;
}
.hidden-box{
    position: absolute;
    top: 46px;
    left: 50%;
    width: 126px;
    margin-left: -63px;
    line-height: 1.2;
    z-index: 99;
    border-top: 0;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 2px 10px #e6edf4;
    display: none;
}
.hidden-box a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding:10px 0;
}
.hidden-box a:hover {
    background: #e6edf4;
}
.slide-box {
    float: left;
    width: 700px;
    height: 393px;
    overflow: hidden;
    position: relative;
}
.slide-box .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 17px;
    z-index: 1;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slide-box .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slide-box .hd ul li.on {
    background: #0f8de1;
    color: #fff;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 700px;
    height: 393px;
    overflow: hidden;
}
.slide-box .bd li:hover{
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
.slide-box .bd li a {
    display: block;
}
.slide-box .bd img {
    width: 700px;
    height: 393px;
    display: block;
}
.slide-box-txt {
	background: url(../images/opa_blue.png) repeat;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 50px;
}
.slide-box-txt p {
    padding: 0 8px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categoty-tab {
    height: 43px;
    margin-bottom: 20px;
}
.categoty-tab .itm {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 136px;
    text-align: center;
    background: #e6edf4;
    color: #06538f;
    font-weight: 600;
}
.categoty-tab .itm.active {
    background: #139fe6;
    color: #fff;
    height: 43px;
}
.hot {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.hot .u-title {
	margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.hot .u-title a {
	color: #000;
}
.hot .u-ct {
	color: #666;
    font-size: 14px;
}
.list .itm {
    line-height: 33px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/point_list.png) left center no-repeat;
    padding-left: 15px;
}
.list .itm a {
    color: #000;
}
.jc-wrap {
    display: block;
}
.jc-wrap .pic {
    display: block;
    width: 100%;
    margin: 0; 
}
.jc-wrap .pic:hover {
    opacity: .9;
}
.category {
    background: url(../images/cat.png) center center no-repeat;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.sub-category {
    font-size: 18px;
    border-bottom: 2px solid #dadada;
    margin-bottom: 10px;
}
.sub-category .itm {
    position: relative;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}
.sub-category .name {
    color: #139fe6;
    font-weight: 600;
}
.sub-category .line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #018fe5;
    bottom: -2px;
    left: 0;
}
.list-zn {
    margin: 10px -5px 25px;
}
.list-zn .itm {
    display: block;
    float: left;
    width: 126px;
    height: 100px;
    margin: 5px;
    color: #0f5993;
    background: #e6edf4;
    text-align: center;
}
.list-zn .itm:hover {
    background: #d7ebff;
}
.list-zn .itm .pic {
    display: block;
    height: 42px;
    margin: 17px auto 6px;
}
.list-jw {
    margin-top: 15px;
    margin-bottom: 20px;
}
.list-jw .itm {
    display: block;
    height: 80px;
    margin-bottom: 10px;
    color: #fff;
    background: #139fe6;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}
.list-jw .itm:hover {
    background: #0c79c2;
}
.list-jw .itm .txt {
    padding-left: 15px;
    vertical-align: middle;
}
.syzj {
    display: block;
    border-top: 8px solid #0c79c2;
    border-bottom: 2px solid #0c79c2;
    background: #f0f0f0;
    color: #0f8de1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}
.syzj .txt {
    vertical-align: middle;
    padding-left: 5px;
}
.wh-wrap {
    background: #e6edf4 url(../images/wh_bg.jpg) top center no-repeat;
    height: 280px;
    margin-top: 30px;
    padding-top: 20px;
}
.category-wh a {
    color: #0f8de1;
    font-size: 18px;
    font-weight: 600;
}
.list-wh {
       margin: 55px -15px;
}
.list-wh .itm {
    display: block;
       width: 86px;
    height: 86px;
    float: left;
    margin: 15px;
    background: #0f8de1;
    color: #fff;
    line-height: 86px;
    text-align: center;
}
.list-wh .itm:hover {
    background: #0c79c2;
}
.bg-blue {
    background: #139fe6;
}
.flink {
    background: url(../images/link.png) bottom left no-repeat;
    color: #fff;
    padding: 20px 0 15px;
}
.flink .tag {
    float: left;
    font-size: 18px;
    font-weight: 600;
}
.list-flink {
    float: right;
    width: 1030px;
    font-size: 14px;
}
.list-flink .itm {
    color: #fff;
    display: inline-block;
    margin: 3px 8px;
}
.footer {
    margin: 30px 0 ;
    text-align: center;
    color: #666;
    line-height: 2;
}
.footer a {
    color: #666;
    padding: 0 8px;
}
.fs-14 {
    font-size: 14px;
}
/*list*/
.breadcrumb {
    color: #666;
    margin: 20px auto;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb span {
    padding: 0 3px;
}
.category-list {
    border-bottom: 2px solid #0f8de1;
    font-size: 24px;
    margin-bottom: 20px;
}
.category-list .name {
    background: #0f8de1;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    min-width: 223px;
    padding: 0 20px;
    text-align: center;
}
.sider {
    width: 263px;
    float: left;
}
.sider .itm {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 3px;
}
.sider .itm:hover,
.sider .itm.active {
    background: #06538f url(../images/sider_arrow.png) 245px center no-repeat;
    color: #fff;
}
.main-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.main-list .itm {
    background: url(../images/point.gif) left 17px no-repeat;
    padding-left: 20px;
    padding-right: 145px;
    position: relative;
    line-height: 45px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-list .itm .u-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-list .itm .u-data {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    color: #999;
}
/*.main-list .itm:nth-of-type(6n) {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/

.list-item {
    margin-top: 10px;
}
.list-item li {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}
.list-item .l-m-left {
    float: left;
    margin-right: 25px;
    width: 200px;
    height: 112px;
    overflow: hidden;
}
.list-item .l-m-left img {
    width: 100%;
}
.l-m-left img:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.l-m-right{
    color: #575757;
}
.l-m-title {
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l-m-title a {
    color: #4a4a4a;
    font-weight: 600;
}
.l-m-txt {
    margin: 10px 0;
    font-size: 14px;
    max-height: 42px;
    overflow: hidden;
}

.pr {
    position: relative;
}
.article-more {
    padding-left: 30px;
    background: url(../images/eye.png) left center no-repeat;
    display: inline-block;
    color: #757575;
}
.list-data {
    position:absolute;
    right:0;
    color: #727272;
}


.page {
    text-align: center;
    font-size: 14px;
    color: #5c5c5c;
    margin: 50px 0;
}
.page a {
    display: inline-block;
    border: 1px solid #bcbcbc;
    line-height: 30px;
    padding: 0 12px;
    color: #5c5c5c;
    margin: 0 1px;
}
.page span {
    display: inline-block;
    padding: 0 3px;
    color: #000;
    line-height: 30px;
}
.page .p-input {
    line-height: 28px;
    height: 28px;
    width: 40px;
    text-indent: 5px;
    outline: 0;
    border: 1px solid #bcbcbc;
    padding: 0;
}
.page .p-btn {
    height: 30px;
    width: 50px;
    outline: 0;
    border: 1px solid #bcbcbc;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 3px;
}
.page a.active {
    background: #0f8de1;
    color: #fff;
}
.page a:hover {
    background: #0f8de1;
    color: #fff;
}

/*content*/
.article{
    line-height: 30px;
    padding: 30px 0 50px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 50px;
}
.article-title{
    font-size:24px;
    font-weight:600;
    text-align: center;
    padding:10px 0;
    color: #c42d33;
}
.public-time{
    background: #f9f9f9;
    height:35px;
    line-height: 35px;
    text-align: center;
    margin:30px 0;
    font-size:14px;
    position:relative;
}
.public-time span {
    padding:0 10px;
}
.article-share{
    right:5px;
    top:7px;
    position:absolute;
}
.article-share a{
    margin-top: 3px !important;
}
.article .article-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.article-content {
    padding: 0 50px;
}
.contact {
    padding: 0 50px 50px;
}
.contact-list {
    margin-top: 20px;
}
.contact-list .itm {
    line-height: 35px;
    background: url(../images/point.gif) left 17px no-repeat;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.showcontent p img{
	display:block;
	margin:0 auto;
}



.article-content  p{
	margin:30px 0;
	font-family:'microsoft yahei','SimSun';
	text-indent: 2em;
	line-height: 2em;
	font-size:18px;
}

.article-content p  img{
	display:block;
	margin:0 auto;
}



