﻿@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p, span, th, td, blockquote, lengend, button, textarea {
   margin: 0;
   padding: 0;
}

ul, li {
   list-style: none outside;
   padding: 0;
   margin: 0;
}

ul, ol {
   list-style: none;
   padding: 0;
   margin: 0;
}

a {
   text-decoration: none;
}

a img, input {
   border: 0
}

img {
   vertical-align: middle;
}

input, textarea {
   outline: none;
}

i {
   font-style: normal
}

/* 常用样式 */

body {
   font-family: "微软雅黑";
   font-family: "Microsoft YaHei";
   font-size: 14px;
   line-height: 130%;
   color: #333;
}

a:link {
   color: #333;
   text-decoration: none;
}

a:visited {
   color: #333;
   text-decoration: none;
}

a:hover {
   color: #1d71b7;
   text-decoration: none;
}

a:active {
   color: #333;
   text-decoration: none;
}

.clear {
   clear: both;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

.hide {
   display: none;
}

.show {
   display: block;
}

.rgtmarin {
   margin-right: 0 !important;
}

.lefmarin {
   margin-left: 0 !important;
}

.btmmarin {
   margin-bottom: 0 !important;
}

.red {
   color: #ff0000;
}

.blue {
   color: #1d71b7;
}

.font14 {
   font-size: 14px;
}

.font16 {
   font-size: 16px;
}

/* footer_PC*/

#footer {
   width: 100%;
   margin: 0 auto;
   clear: both
}

#footer .footernav {
   width: 100%;
   clear: both;
   background: #1d71b7;
   padding: 10px 0;
}

#footer .footernav .footernavcon {
   width: 1200px;
   margin: 0 auto;
   clear: both;
}

#footer .footernav .footernavcon span {
   display: inline-block;
   text-align: center;
   color: #fff;
   font-size: 16px;
   line-height: 150%;
   margin-left: 26px;
}

#footer .footernav .footernavcon span a {
   color: #fff;
}

#footer .footernav .footernavcon span a:hover {
   color: #75ddff;
}

.footercon {
   width: 1200px;
   margin: 0 auto;
   padding: 20px 0 20px 0;
   text-align: center;
   color: #666;
   line-height: 200%;
}

.footercon p {
   width: 100%;
}

.footercon span {
   padding: 0 10px;
}

.footercon p span a {
   color: #155fad;
}

.footercon p span a:hover {
   text-decoration: underline;
}

.footercon p.jbblxx {
   margin-top: 10px;
}

/* layout_PC*/

.mainbox {
   width: 1200px;
   margin: 0 auto;
   clear: both;
   margin-bottom: 30px;
}

.mainbox20 {
   width: 1200px;
   margin: 0 auto;
   clear: both;
   margin-bottom: 20px;
}

.mainboxno {
   width: 1200px;
   margin: 0 auto;
   clear: both;
}

.main92 {
   width: 92%;
   margin: 0 auto;
   clear: both;
   margin-bottom: 30px;
}

.mainboxss {
   width: 1198px;
   border: 1px solid #ddd;
   padding-top: 30px;
   margin: 0 auto;
   clear: both;
   margin-bottom: 20px;
}

.mainbox20 p.tonglan {
   width: 100%;
   height: 100px;
   background-size: 100% !important;
}

.mainbox20 p.tonglan a {
   display: block;
   width: 100%;
   height: 100px;
}

.mainboxno p.tonglan {
   width: 100%;
   height: 90px;
   background-size: 100% !important;
}

.mainboxno p.tonglan a {
   display: block;
   width: 100%;
   height: 90px;
}

/* title_PC*/

.tleBlueLine {
   width: 100%;
   height: 48px;
   line-height: 48px;
   border-bottom: 1px solid #e0e0e0;
   font-size: 20px;
   clear: both;
}

.tleBlueLine span {
   display: block;
   float: left;
   margin-right: 40px;
   height: 48px;
   line-height: 48px;
   font-weight: bold;
}

.tleBlueLine span.ontle {
   border-bottom: 3px solid #0760ab;
   color: #0760ab;
}

.tleBlueLine span.ontle a {
   color: #0760ab;
}

.tleBlueLine p {
   float: right;
   color: #ff3209;
   font-size: 16px;
   font-weight: bold;
}

.tleBlueLine p a {
   color: #ff3209;
}

.tleBlueLine p a:hover {
   text-decoration: underline;
}

.tleBlueLine20 {
   width: 100%;
   height: 48px;
   line-height: 48px;
   border-bottom: 1px solid #e0e0e0;
   font-size: 20px;
   margin-bottom: 20px;
   clear: both;
   position: relative;
}

.tleBlueLine20 span {
   display: block;
   float: left;
   margin-right: 40px;
   height: 48px;
   line-height: 48px;
   font-weight: bold;
   color: #666;
}

.tleBlueLine20 span a {
   color: #666;
}

.tleBlueLine20 span.ontle {
   border-bottom: 3px solid #0760ab;
   color: #222222;
}

.tleBlueLine20 span.ontle a {
   color: #222222;
}

.tleBlueLine20 p {
   height: 32px;
   line-height: 32px;
   text-align: center;
   float: right;
   margin-top: 10px;
   font-size: 16px;
}

.tleBlueLine20 p a {
   display: inline-block;
   color: #fff;
   background: #1d71b7;
   padding: 0 10px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

.tleBlueLine20 p a:hover {
   background: #3182c5;
}

/* 当前位置_PC*/

.CurrentLocation {
   width: 1200px;
   margin: 0 auto;
   line-height: 26px;
   clear: both;
   font-size: 14px;
   padding: 15px 0;
   border-bottom: 1px solid #ddd;
   margin-bottom: 10px;
}

.CurrentLocation p {
   width: 97%;
   padding-left: 25px;
   margin: 0 auto;
   color: #999;
   background: url(icondq.png) left 4px no-repeat;
}

.CurrentLocation p span {
   margin: 0 6px;
}

.CurrentLocation p a {
   color: #155fad;
   margin: 0 6px;
}

.CurrentLocation p a:hover {
   text-decoration: underline;
}

.CurrentLocation p a:last-child {
   color: #999;
   javascript: ;
   cursor: default;
}

.CurrentLocation p a:last-child:hover {
   text-decoration: none;
}

/* 分页_PC*/

.pagerji {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   clear: both;
   padding-top: 20px;
   font-size: 14px;
}

.pagerji span a {
   display: inline-block;
   padding: 0 12px;
   height: 30px;
   line-height: 30px;
   margin: 0 3px;
   text-align: center;
   border: 1px solid #e5e5e5;
}

.pagerji span a:hover {
   background: #ecf4fc;
   transition: 0.3s;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   -moz-transition: 0.3s;
}

.pagerji span a.dq {
   background: #ecf4fc;
   color: #1d71b7;
}

.pagerji span a.queding {
   background: #ecf4fc;
   font-weight: bold;
}

.pagerji span a.queding:hover {
   color: #fff;
   background: #1d71b7;
}

.pagerji span.tiaozhuan {
   display: inline-block;
   padding: 0 12px;
   height: 30px;
   line-height: 30px;
   margin: 0 3px;
   text-align: center;
}

.pagerji span.tiaozhuan input {
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #fff;
   margin: 0 6px;
   border: 1px solid #e5e5e5;
}

/* 其他_PC*/

.linediv_idx {
   width: 1200px;
   height: 1px;
   margin: 0 auto;
   border-bottom: 1px solid #e0e0e0;
   margin-bottom: 25px;
   clear: both;
}

.linediv {
   width: 100%;
   height: 5px;
   border-bottom: 1px dotted #ccc;
   margin-bottom: 20px;
   clear: both;
}

.tdlefline {
   border-left: 1px solid #e6e6e6;
}

/* tab切换_PC */

.slideTxtBox {
   width: 370px;
   margin-right: 44px;
   float: left;
}

.slideTxtBox .hd {
   width: 100%;
   height: 48px;
   line-height: 48px;
   border-bottom: 1px solid #e0e0e0;
   font-size: 20px;
   clear: both;
   margin-bottom: 20px;
}

.slideTxtBox .hd ul {
   width: 100%;
   position: relative;
}

.slideTxtBox .hd ul li {
   display: block;
   float: left;
   margin-right: 40px;
   height: 48px;
   line-height: 48px;
   font-weight: bold;
   color: #666;
}

.slideTxtBox .hd ul li a {
   color: #666;
}

.slideTxtBox .hd ul li:hover {
   cursor: pointer;
}

.slideTxtBox .hd ul li.on {
   border-bottom: 3px solid #0760ab;
   color: #0760ab;
}

.slideTxtBox .hd ul li.on a {
   color: #0760ab;
}

.slideTxtBox .hd ul p {
   float: right;
   color: #ff3209;
   font-size: 16px;
   font-weight: bold;
}

.slideTxtBox .hd ul p a {
   color: #ff3209;
}

.slideTxtBox .hd ul p a:hover {
   text-decoration: underline;
}

.slideTxtBox .bd ul {
   zoom: 1;
   width: 100%;
   clear: both;
}

.slideTxtBox .bd li {
   width: 100%;
   clear: both;
   font-size: 16px;
   padding: 5px 0;
   line-height: 150%;
}

.slideTxtBox .bd ul p.more {
   display: none;
}

.slideTxtBox .hd ul li span.glyphicon {
   font-size: 14px;
   color: #999;
   font-weight: normal !important;
   position: absolute;
   right: 0;
   line-height: 48px;
}

.slideTxtBox .hd ul li span.glyphicon {
   display: none;
}

.slideTxtBox .hd ul li.on span.glyphicon {
   display: inline-block;
}

.slideTxtBox .hd ul li span.midmore {
   right: 42%;
}

/* tab底部链接_PC */

.fotsites {
   width: 100%;
   border-top: 1px solid #cccccc;
   padding: 10px 0 15px 0;
}

.footlink {
   width: 1200px;
   margin-right: 0;
   float: none;
   margin: 0 auto;
}

.footlink .hd {
   width: 100%;
   height: 40px;
   line-height: 40px;
   border-bottom: none;
   font-size: 16px;
   clear: both;
   margin-bottom: 15px;
}

.footlink .hd ul {
   width: 100%;
}

.footlink .hd ul li {
   display: inline-block;
   font-weight: bold;
   color: #333;
}

.footlink .hd ul li span {
   display: block;
   float: left;
   height: 40px;
   line-height: 40px;
   font-weight: bold;
}

.footlink .hd ul li.on {
   border-bottom: none;
}

.footlink .hd ul li.on span {
   border-bottom: 3px solid #0760ab;
   color: #0760ab;
}

.footlink .bd ul {
   zoom: 1;
   width: 100%;
   clear: both;
}

.footlink .bd li {
   width: 100%;
   clear: both;
   font-size: 15px;
   padding: 0;
   line-height: 180%;
}

.footlink .bd li span {
   display: inline-block;
   margin-right: 30px;
}

.idx_lbrgtbox {
   width: 660px;
 
}

.idx_lbrgtbig {
   width: 660px;
   height: 400px;
}

.slideBox {
   width: 100%;
   height: 400px;
   float: left;
   overflow: hidden;
   position: relative;
}

.slideBox .hd {
   height: 15px;
   overflow: hidden;
   position: absolute;
   bottom: 8px;
   right: 5px;
   z-index: 1;
   margin: 0 auto;
}

.slideBox .hd ul {
   overflow: hidden;
   zoom: 1;
}

.slideBox .hd ul li {
   float: left;
   margin-right: 8px;
   width: 10px;
   height: 10px;
   line-height: 10px;
   text-align: center;
   background: #fff;
   cursor: pointer;
   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
}

.slideBox .hd ul li.on {
   background: #3990d3;
   color: #fff;
}

.slideBox .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox .bd li {
   zoom: 1;
   vertical-align: middle;
   position: relative;
}

.slideBox .bd img {
   width: 100%;
   height: 400px;
   display: block;
}

.slideBox .bd li span {
   display: block;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 38px;
   line-height: 38px;
   background: url(bg_yy.png) left top repeat;
   color: #fff;
   text-indent: 1em;
   font-size: 16px;
}

.slideBox .prev, .slideBox .next {
   position: absolute;
   left: 3%;
   top: 50%;
   margin-top: -25px;
   display: block;
   width: 32px;
   height: 40px;
   background: url(sliderArrow.png) -110px 5px no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
}

.slideBox .next {
   left: auto;
   right: 3%;
   background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
   filter: alpha(opacity=100);
   opacity: 1;
}

.slideBox .prevStop {
   display: none;
}

.slideBox .nextStop {
   display: none;
}

/* index一行图轮播*/

.picMarquee-left {
   width: 100%;
   overflow: hidden;
   position: relative;
}

.picMarquee-left .bd ul {
   overflow: hidden;
   zoom: 1;
}

.picMarquee-left .bd ul li {
   margin: 0 8px;
   float: left;
   _display: inline;
   overflow: hidden;
   text-align: center;
}

.picMarquee-left .bd ul li .pic {
   text-align: center;
}

.picMarquee-left .bd ul li .pic img {
   width: 250px;
   height: 180px;
   display: block;
}

.picMarquee-left .bd ul li .title {
   margin-top: 5px;
   line-height: 150%;
   font-size: 15px;
}

.idx_listlefbox {
   width: 510px;
  
}

.first_news {
   display: block;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #cbcbcb;
   margin-bottom: 8px;
   padding-bottom: 15px;
}

.news_one {
   display: block;
}

.news_one a {
   font-size: 24px;
   line-height: 50px;
   font-weight: normal;
   color: #000;
   display: block;
   text-align: center;
}

.news_one a:hover {
   color: #da1823;
}

.first_news p {
   font-size: 14px;
   line-height: 30px;
   color: #808080;
}

.first_news p a {
   font-size: 14px;
   line-height: 30px;
   color: #dc2732;
}

.hbsj_right {
   width: 48%
}

.first_newsimg {
   width: 250px;
   float: left;
}

.first_newsimg img {
   width: 250px
}

.first_news .news {
   width: 300px;
   float: right;
}

.first_news .news a {
   line-height: 30px;
   font-size: 18px;
   display: block;
   text-align: center;
}

.news p {
   line-height: 26px;
   padding-top: 10px;
}

.first_news .news p a {
   font-size: 14px;
   line-height: 30px;
   color: #dc2732;
   text-align: left;
   display: inline-block;
}

.hbsj_right ul {
   display: block;
}

.hbsj_right ul li {
   font-size: 16px;
   line-height: 40px;
   color: #393939;
   display: block;
   height: 40px;
   margin-left:10px
}

.hbsj_right ul li a {
   float: left;
   display: block;
   background-image: url(icon3.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 20px;
}

.hbsj_right ul li .date {
   font-size: 16px;
   line-height: 40px;
   color: #393939;
   display: block;
   float: right;
}

.common span {
   display: block;
   float: left;
   margin-right: 40px;
   height: 48px;
   line-height: 48px;
   font-weight: bold;
}

.common span.ontle {
   border-bottom: 3px solid #0760ab;
   color: #0760ab;
}

.common span.ontle a {
   color: #0760ab;
}

.common p {
   float: right;
   color: #ff3209;
   font-size: 16px;
   font-weight: bold;
}

.common p a {
   color: #ff3209;
}

.common p a:hover {
   text-decoration: underline;
}

.common {
   width: 100%;
   height: 48px;
   margin-bottom: 10px;
   line-height: 48px;
   border-bottom: 1px solid #e0e0e0;
   font-size: 20px;
   clear: both;
}

.pic .first_news .news {
   width: 78%
}

.bigimg {
   width: 400px;
   height: 330px;
}

.bigimg img {
   width: 400px;
   height: 315px;
}

.bigimg p {
   font-size: 16px;
   color: #393939;
   padding: 5px 0;
   text-align: center;
}

.smallimg {
   width: 780px;
}

.smallimg ul li {
   width: 375px;
   height: 165px;
   float: left;
   margin-left: 15px;
   padding-bottom: 10px;
}

.smallimg ul li img {
   width: 375px;
   height: 140px;
}

.smallimg p {
   font-size: 16px;
   color: #393939;
   padding: 5px 0;
   text-align: center;
}

.imgs {
   width: 575px;
}

.hbsj_right ul.imgs li {
   float: left;
   width: 277px;
   height: 200px;
   margin-left: 10px;
   margin-bottom: 10px;
   position: relative;
}

.hbsj_right ul.imgs li img {
   width: 277px;
   height: 200px;
}

.hbsj_right ul.imgs li a {
   background: none;
   padding-left: 0;
   color: #fff;
   width: 277px;
   text-align: center;
}

.hbsj_right ul.imgs li p {
   position: absolute;
   bottom: 0;
   left: 0;
   background: url(bg_yy.png) left top repeat;
   height: 30px;
   line-height: 30px;
   width: 100%
}

/* index一行三列表*/

.list_idx3 {
   width: 370px;
   margin-right: 44px;
   float: left;
}

.list_idxpic3 {
   width: 100%;
   height: 216px;
   position: relative;
   margin-bottom: 15px;
}

.list_idxpic3 img {
   width: 370px;
   height: 216px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 80;
}

.list_idxpic3 p {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 90;
   width: 350px;
   padding: 10px 10px;
   text-align: left;
   font-size: 16px;
   color: #fff;
   background: url(bg_yy.png) left center repeat;
}

.list_idxul {
   width: 100%;
   clear: both;
}

.list_idxul li {
   width: 100%;
   clear: both;
   font-size: 16px;
   padding: 5px 0;
   line-height: 150%;
}

#sanlan .first_news {
   width: 48%
}

.picbox li {
   width: 24%;
   margin-bottom: 10px;
   float: left;
   margin-left: 10px
}

.picbox li img {
   width: 100%;
   height: 250px;
}

.picbox li p {
   font-size: 16px;
   padding: 5px 0;
   text-align: center;
}

.idx_listlefbox h4 {
   font-size: 20px;
   line-height: 40px;
}

.idx_listlefbox ul li {
   font-size: 16px;
   line-height: 40px;
   color: #393939;
   display: block;
   height: 40px
}

.idx_listlefbox ul li a {
   float: left;
   display: block;
   background-image: url(icon3.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 20px;
}

/* index一行三列表_PC*/

.list_idx3 {
   width: 370px;
   margin-right: 44px;
   float: left;
}

.list_idxpic3 {
   width: 100%;
   height: 216px;
   position: relative;
   margin-bottom: 15px;
}

.list_idxpic3 img {
   width: 370px;
   height: 216px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 80;
}

 
.list_idxul {
   width: 100%;
   clear: both;
}

.list_idxul li {
   width: 100%;
   clear: both;
   font-size: 16px;
   padding: 5px 0;
   line-height: 150%;
}
.newsbox{width:48%; border-bottom: 1px dashed #cbcbcb;margin-bottom: 15px;}
.newsbox p {
   font-size: 14px;
   line-height: 30px;
   color: #808080;
  text-indent: 2em;
}
.newslist{display: block;width:48%;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #cbcbcb;
   margin-bottom: 8px;
   padding-bottom: 15px;}

   .newslist p a{font-size: 14px;
      line-height: 30px;
      color: #dc2732;
      text-align: left;
      display: inline-block;}   