/* ==========================================================================
   base styles 
   ========================================================================== */

body {  
    font-family: helvetica,tahoma,arial,"microsoft yahei","微软雅黑","宋体","黑体",sans-serif;  
    font-size: 12px;
}
.browserupgrade {
    position: fixed;
    width: 100%;
    top: 0px;
    font-family: helvetica, tahoma, arial, 宋体, 黑体, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    background-color: rgb(67, 95, 191);
    z-index: 9999;
    margin: 0px auto;
    padding: 10px;
}
.browserupgrade a {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
a{color: #666;}
.bg-gray{background-color: #fafafa;}
.mt10{margin-top: 10px}
@font-face {
  font-family: 'gothic';
  src: ;
  src: local('gothic'),  format('woff'),  format('truetype');
}
.font-gothic {
  font-family: 'gothic' !important;
  color: #333;
}
.font-gothic2 {
  font-family: 'gothic' !important;
  font-size: 20px;
}
.font-gothic3{font-family: 'gothic' !important;}
.material-icons {
  font-family: 'material icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  width:24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.more_vert{background:  no-repeat;}
.close{background:  no-repeat;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.mt20{margin-top: 20px;}
.list-unstyled {
    _display:inline;
    padding-left: 0;
    list-style: none;
    list-style:none outside none;
    overflow: hidden;
}
.list-unstyled li{
    *list-style: none outside none;
}
header{border-top: 6px solid #058ed1;}
.navbar-default{
  background-color: transparent;
  border-color: transparent;
}
.navbar-collapse{overflow: hidden;}
.navbar{ min-height: 95px; margin-bottom: 0; }

.navbar-static-top {
  border-width: 0;
  z-index: 999;
}

.navbar-header{float:left; }
.navbar-default .navbar-collapse {border-color: transparent; border-top: 0; }

@media (min-width: 768px) {
  .navbar-nav {    
    float: right;
    margin: 0;        
    font-size: 16px;
    height: 100px; 
    line-height: 100px;
    vertical-align: middle;
  }
  .navbar-nav > li > a {
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-brand {padding: 22px 0 22px 10px; height: 100px; } 
.navbar a.navbar-brand img{display: inline-block; }
.navbar-header span{display: inline-block; font-size:14px; color:#ffffff; margin-top: 0; }
.navbar-header span.tipimg{margin-top: 30px;margin-left: 100px; }
.fr{float:right;}
.head_tel{text-shadow:0 1px 0 #666666;}
.navbar-header span.top-ad{margin-top:10px;}

ul.nav{position: relative; padding-right:125px;}

.nav > li {
  position: relative;
  margin-top: 0;
  display: block;
  text-align: center;  
}

.nav > li.active{background: #058ed1; }

.nav > li > a {    
  padding-left: 7px;
  padding-right: 6px;
  height: 100px;
  line-height: 100px;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #ffffff;
  background-color: #058ed1;
}
.navbar-default .navbar-nav > li > a.active{background-color: #f5a101;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;  
}
.bot_line {
  position: absolute; 
  display: none; 
  bottom: 0;
  left: 0;
  margin-left: 0;    
  width: 100%;
  height: 0;
  vertical-align: middle;
  border-bottom: 4px solid #fabb07; 
}
.nav > li.active .bot_line{display: inline-block;}


ul.dropdown-menu{margin-top:0; min-width: 80px; padding-top:10px; padding-bottom: 15px; }

.dropdown-menu > li {
  float: left;
  width:100%;
  font-weight: bold;
  font-color: #666699;
}

.dropdown-menu > li > a {
  font-weight: 400;  
  padding:10px 30px;
  color: #424242;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #ffffff;
  text-decoration: underline;  
  background-color: #1c9fd7;
}

.index_header{position: relative;}

.slider-imgs .slide > * {
    max-width: 100%;
}
.slider-imgs .slider .slide-prev {
    cursor: pointer;
    height: 44px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    background-color: rgba(255,255,255,0.8);
    padding: 0px;
}
.slider-imgs .slider .slide-next {
    cursor: pointer;
    height: 44px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    background-color: rgba(255,255,255,0.8);
    padding: 0px;
}
.slider-imgs .slider .slide-next:hover, .slider-imgs .slider .slide-prev:hover {
    background-color: rgba(255,255,255,0.9);
}
 .slider-imgs .slider .slide-prev img {
    position: absolute;
    top: 0;
    left: 9px;
    max-height: 100%;
    max-width: 100%;
}
.slider-imgs .slider .slide-next img{
    position: absolute;
    top: 0;
    right: 9px;
    max-height: 100%;
    max-width: 100%;
}
.slider-imgs .es-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    margin: 0;
    width: auto;
    left: 0;
    right: 0; 
}
.slider-imgs ul.es-pager {
    display: none;
  }
.slider-imgs ul.es-pager li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 0 -16px;
    cursor: pointer;
}
.slider-imgs ul.es-pager li:hover, .slider-imgs ul.es-pager li.act {
    background-position: 0 0;
}
.slider-imgs ul.es-pager li.act {
    cursor: default;
}

/*lm-news*/
.lm-news ul.news {
    padding: 0 0 32px;
    overflow: hidden;
}
.lm-news ul.news li {
    position: relative;
    padding-left: 20px;    
    list-style: none;
    height: auto;
    line-height: normal;
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
    overflow: hidden;
}
.lm-news ul.news li.news-focus {
    position: relative;
    padding-left: 0;
    background: none;
    border-bottom: 1px solid #e6e6e6;
}
.lm-news ul.news li.news-focus:last-child{border-bottom: 0;}
.lm-news li.news-focus {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lm-news ul.news li.news-focus:hover{background: #fafafa;}
.lm-news li.news-focus a{display:block; font-size:20px; color:#333;}
.lm-news li.news-focus a:hover{color:#337ab7;}
.lm-news ul li.news-focus img{
    float: left;
    width: 168px;
    height: 128px;
    margin: 0 20px 0 0;
}
.lm-news ul li.news-focus h6{
    margin: 0.3rem 0 0 0;
    font-size: 18px;
    line-height: 28px;
    text-align: left;   
    color: #666666;
}
.lm-news ul li h6 a{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.news-items{position: relative; margin-left: 238px;}
.lm-news ul.news li.news-focus span {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    color: #8a8a8a;
}

.icon {display:inline-block; width: 20px; height: 20px; margin-right: 5px; vertical-align: top;}
.icon-view{background:  0 0 no-repeat; background-size: 20px;}

.ab-d{position: absolute; width:100%; bottom: 10px; }
.ab-r{position: absolute; right: 8px; bottom: 0;  line-height: 20px;}
.h-title{
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}
.h-title h3 {
    display: inline-block;
    margin: 0;
    border-bottom: 3px solid #333;
    font: normal 20px/38px "microsoft yahei";
    color: #252525;
}
.top-list{padding:20px 0;}
.top-list li{margin-bottom: 10px;}
.top-list a {position: relative; display: block; padding-left: 32px; font-size: 14px; line-height: 24px;  color: #666; }
.top-list li a span{display: block; margin-right:10px;text-align:center; }


.side-item .top-list a{max-height:48px; overflow: hidden;}

#content{padding-bottom: 20px; background-color: #f7f7f7;}

.bg-white{background-color: white;}
.bg-blue{color: #fff;background-color: #28b7e1;}
.padd2030{padding:15px 0 0;}
.noplr{padding-left: 0; padding-right: 0;}
.sidebar{padding-left: 15px;}
.mt20{margin-top: 24px;}
.slider-imgs .slide img,.news-imgs img{border-radius:6px; width: 800px; height: 356px;}
.slider-imgs .es-caption { 
    font-size: 16px;
    padding: 9px 0;
    text-align: left;
    text-indent: 15px;
    border-radius: 0 0 6px 6px;
}

.slider-imgs ul.es-pager {
	position: absolute;
    bottom: 0;
    text-align: right;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 4px 15px 4px 0;
    line-height: 0px;
}

/* tab */
.content{min-height: 1277px;}
.tabs a{padding: 0 8px; color: #454545; text-decoration: none;}
.tabs .c-title a{display:inline-block;  }
.tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs a.current {display:inline-block;padding-bottom:15px; color: #249fe6; border-bottom: 2px solid #249fe6;}
.tabs a:focus {
    outline: 0;
}
.tabs .current {
    z-index: 3;
}
.tab p.no{padding:15px 30px; }
.lm-news .lm-item-c{position:relative;}
.lm-news .lm-item-c .ab{position: absolute; top:23px ;right:20px; line-height: 24px; font-size: 14px;}

.lm-news ul.news{padding: 0 20px;}
.lm-news ul.news li{border-bottom: none;}
.lm-news ul.news li.news-focus:hover{background-color: transparent;}
.lm-news li.news-focus{padding: 15px 0;}
.lm-news li.news-focus h6 a{max-height: 56px; font-size:18px; font-weight:600; overflow: hidden;}
.lm-news li.news-focus h6 a:hover{color: #249fe6;}
.lm-news ul li.news-focus img{margin: 0 24px 0 0; width: 220px; height: 165px; border-radius: 6px;}
.news-items{height: 165px;}
.news-items p{margin-top: 15px; font-size: 14px; color: #888; line-height: 22px; height: 66px; overflow: hidden;}

.lm-item-c .title{position: relative; margin-bottom: 0; padding: 8px 30px 0; font-size: 20px; font-weight: 600;line-height:24px;color: #249fe6; }
.lm-item-c .title-b{padding: 10px 30px;}
.lm-news .lm-item-c .title{border-bottom: 1px solid #dbdbdb;}
.lm-item-c .title .ab{position: absolute; right: 30px; font-size:14px; font-weight: 400;line-height:24px;}
.lm-item-c .title.bg-blue,.lm-item-c .title.bg-blue a{color: #fff;}

.news-imgs{display: inline-block; overflow: hidden;}
.lm-news ul.news.pt{padding-top: 15px; padding-bottom: 10px;}
.lm-news ul.news li.news-imgs{ padding:0 10px;}
.lm-news ul.news.pr li.news-imgs{padding:0 30px 0 0;}
.lm-news ul.news.pr li.news-imgs:last-child{padding-right: 0;}
.lm-news ul.news li.news-imgs a{display: block; }
.lm-news ul.news li.news-imgs h6 a{width:212px; font-size: 18px; line-height: 1.5; height:54px; overflow:hidden; color: #333;}
.lm-news ul.news li.news-imgs img{border-radius: 6px;}
.lm-news ul li h6 a{white-space: normal;}

.title .f-title{color: #666; font-weight: 400;}

.more-wrap{padding: 0 30px 20px;}
a.more-bg{display:block; width: 100%; padding:10px; line-height: 20px; text-align: center; 
	border:1px solid #e5e5e5; color:rgb(0,139,213);font-size: 16px; text-decoration: none;}

.sidebar .lm-item-c .title{
   padding: 5px 0 10px;   
}
.sidebar .lm-item-c .title-1{
  border-radius: 6px 6px 0 0;	
}
.sidebar .lm-item-c .title .ab{right: 20px;}
.sidebar .lm-item-c .title h3{
    padding: 0 20px 0 16px;
    line-height: 28px;
    font-size: 20px;
    color: #666;
    border-left: 4px solid rgb(0,139,213);
    font-weight: 400;
}
.arrow{display:inline-block; margin-right:8px; width:5px; height:5px; border-radius:50%; background: #ccc; vertical-align: middle; }
.sidebar .top-list{padding:15px 0;}
.sidebar .side-items .top-list a{padding-left:18px; padding-right: 15px; font-size: 14px; line-height: 26px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.sidebar .top-list a:hover{color: #249fe6}
.sidebar .lm-item-c .title .br{margin:5px 20px 0; border-bottom: 1px solid #e5e5e5;}
.sidebar .lm-item-c .title.mb0{margin-bottom: 0;}

.pb2{padding-bottom: 8px;}

.news-side{padding-left: 0;}
.news-side li{padding: 15px 18px 17px;}
.news-side li.news-imgs{width: 348px;}
.news-side li h6{margin-top:18px; padding:0;white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.news-side li h6 a{font-size: 18px; color: #333; }
.news-side li .desc{font-size: 13px; color: #888; line-height: 1.6;}

.side-imgs .top-list{padding: 15px;}
.side-imgs .top-list a{padding: 0 6px; text-align: left; white-space: normal; font-size: 13px; line-height: 16px;  }
.side-imgs .top-list li{float:left; width: 50%; display: inline-block; margin-bottom: 5px; }
.side-imgs .top-list li img{width:100%; border-radius: 4px;}
.side-imgs .top-list li a span{width:auto; height: auto; margin:8px 0 2px; display: block; text-align: left; max-height: 32px; overflow: hidden;}

.bread{padding-top:24px; background-color: #f7f7f7; color: #666; font-size: 13px;}
.inner-page-txt {
    min-height: 480px;
    padding: 0 20px 50px;    
}
.ztitle h3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    word-break: break-all;
    word-wrap: break-word;
}
.inner-page-txt h6 {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
.txtwrap{padding:20px 15px; font-size:16px; letter-spacing: 0.5px; line-height: 1.8;}
.txtwrap section p {
    /*margin: 0 0 15px;*/
    text-indent: 0em;
}
.txtwrap p {
    margin: 0 0 15px;
    text-indent: 2em;
    word-break: break-all;
    word-wrap: break-word;
}
.txtwrap section img:not([alt]):not([title]) {
    margin: 20px 0 0 0;
    width: inherit;
}
.txtwrap img {
/*    display: block;
    width: 100%;
    margin: 20px auto 0;*/
    max-width: 680px;
}
.txtwrap2 img {
    display: block;
    width: 100%;
    margin: 16px auto;
    max-width: 860px;
}
.imgs-wrap{padding:24px 30px; }
.img-focus{float: left; margin-bottom: 20px; width: 33.333333%; cursor: pointer;}
.img-focus .cover{text-align: center;}
.img-focus .cover img{width: 150px; border:1px solid #e5e5e5;}
.img-focus a:hover{text-decoration: none;}
.img-focus a:hover .cover img{border:1px solid #999;}

h2.ztitle{font-size: 14px; text-align: center;}
.cont{text-align: center;}
.img-focus .btn {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 15px;
    font-size: 14px;
    border: 1px solid #498eee;
    border-radius: 3px;
    color: #498eee;
}

/*paging*/

.paging {
    display: inline-block;
    padding-left: 0;
    margin: 8px 0 50px;
    text-align: center;
    width: 100%;
}

.paging ul {
    display: inline-table;
    *display: inline;
    margin-bottom: 0;
    margin-left: -40px;
    *zoom: 1;
}

.paging li {
    display: inline;
}
.paging a{color: #3a3a3a;}
.paging a,
.paging .active {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.paging a:hover,
.paging .active {
    background-color: #eee;
}

.paging .active span {
    color: #999999;
    cursor: default;
}

.paging .disabled span,
.paging .disabled a,
.paging .disabled a:hover {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.paging li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.paging li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.paging-centered {
    text-align: center;
}

.paging-right {
    text-align: right;
}
/* index-footer*/
footer{background-color: #35a6e6;}
.footer-container{padding-bottom: 15px;}
.footer_right{margin:30px auto 20px; border-left:1px solid #aaa;}
.footer-container ul{padding-top:30px; }
.footer-container ul li,.footer-container ul li a{text-align:center; color:#ffffff; font-size: 14px; line-height: 1.8; list-style: none;}
.footer-container ul li a:hover,.index_footer ul li a:focus{color:#fff;}