@charset "utf-8";
body{    min-width: 1200px;}
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: '微软雅黑';
}


h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #1357ac;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 15px;
  background: #ebf1f7;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 28px;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
}

.main-tit h6 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #1357ac;
}

.main-tit .more {
  float: right;
  color: #8a8a8a;
  line-height: 20px;
  margin-top: 15px;
  font-size: 14px;
  padding-left: 20px;
  border-left: 1px solid #b49494;
}

.main-list li {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/opacity.png) repeat;
  line-height: 90px;
  color: #fff;
  min-width: 1200px;
background-size:100%;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: middle;
}

.search-box .text {
  border: none;
  background: #e5e5e5;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 240px;
  padding: 9px 10px;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  vertical-align: middle;
}

.banner {
  background: url(../images/banner.png) center center no-repeat;
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
  height: 500px;
  text-align: center;
}

.banner a {
  color: #fff;
}

.banner .text {
  padding: 120px 0 70px;
  line-height: 1.5;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.49);
}

.banner .links a {
  margin: 0 10px;
}

.banner .links a:hover {
  opacity: .9;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 8px;

}

.banner .hd li.on {
 
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.slidetabs {
  padding: 10px 25px;
  background: #fff;
}

.slidetabs .hd {
  border-bottom: 1px solid #dcdcdc;
}

.slidetabs .hd .state {
  float: right;
  line-height: 48px;
  font-size: 12px;
}

.slidetabs .hd li {
  float: left;
  margin-right: 24px;
  font-weight: bold;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  color: #1357ac;
}

.slidetabs .hd li.on {
  position: relative;
}

.slidetabs .hd li.on:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  bottom: -1px;
  background: #1357ac;
}

.index-row1 {
  margin: 25px 0;
}

.index-row1 li {
  --variable-item-count: 8;
  float: left;
  width: calc(100% / var(--variable-item-count) - 1px);
  text-align: center;
  transition: all ease .2s;
  position: relative;
}

.index-row1 li img {
  width: 90px;
  height: 90px;
}

.index-row1 li .pic {
  margin-bottom: 20px;
}

.index-row1 li .qr {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

.index-row1 li:hover {
  margin-top: -20px;
}

.index-row1 li:hover .qr {
  display: block;
}

.index-row2 .c1 {
  float: left;
  width: 588px;
}

.index-row2 .c1 .slide {
  position: relative;
}

.index-row2 .c1 .slide .bd li .pic {
  height: 320px;
}

.index-row2 .c1 .slide .bd li .pic img {
  height: 100%;
  width: 100%;
}

.index-row2 .c1 .slide .bd li .text {
  height: 50px;
  line-height: 50px;
  color: #fff;
  width: 480px;
  font-size: 14px;
  background: #0e4490;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 100px;
}

.index-row2 .c1 .slide .bd li .text span {
  float: right;
}

.index-row2 .c1 .slide .ctrl {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 50px;
  background: #0e4490;
}

.index-row2 .c1 .slide .ctrl a {
  float: left;
  width: 30px;
  height: 100%;
}

.index-row2 .c1 .slide .ctrl .prev {
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row2 .c1 .slide .ctrl .next {
  background: url(../images/arr-right.png) center center no-repeat;
}

.index-row2 .c2 {
  float: right;
  width: 588px;
}

.index-row2 .c2 .list {
  margin-top: 5px;
}

.index-row2 .c2 .list li {
  line-height: 42px;
  font-size: 15px;
}

.index-row2 .c2 .list li span {
  float: right;
  color: #1357ac;
}

.index-row3 {
  margin: 30px 0;
}

.index-row3 .c1 {
  float: left;
  width: 588px;
}

.index-row3 .c1 .list {
  padding-top: 25px;
}

.index-row3 .c1 .list dl {
  margin-bottom: 12px;
}

.index-row3 .c1 .list dl dt {
  float: left;
  width: 60px;
  padding: 6px 0;
  background: #1357ac;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

.index-row3 .c1 .list dl dt p {
  font-size: 12px;
  line-height: 1;
}

.index-row3 .c1 .list dl dt .d {
  font-size: 19px;
}

.index-row3 .c1 .list dl dd {
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .c2 {
  float: right;
  width: 588px;
}

.index-row3 .c2 .slidetabs {
  background: url(../images/bg1.png) center center no-repeat;
}

.index-row3 .c2 .list {
  height: 305px;
  padding: 1px 0;
}

.index-row3 .c2 .list li {
      margin: 2px 0 0px;
}

.index-row3 .c2 .list li label {
  float: left;
  width: 150px;
  color: #1357ac;
  font-size: 15px;
}

.index-row3 .c2 .list li label img {
  margin-right: 5px;
}

.index-row3 .c2 .list li .text {
  margin-left: 150px;
  line-height: 30px;
  font-size: 14px;
}

.index-row4 {
  margin: 25px 0;
}

.index-row4 .c1 {
  float: left;
  width: 588px;
}

.index-row4 .c1 .list {
  margin-top: 20px;
  height: 270px;
}

.index-row4 .c1 .list li {
  margin: 10px 0;
  background: url(../images/dote1.png) left 12px no-repeat;
  padding-left: 22px;
}

.index-row4 .c1 .list li h6 {
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row4 .c1 .list li .date {
  background: url(../images/date.png) left center no-repeat;
  padding-left: 15px;
  font-size: 12px;
  color: #656565;
}

.index-row4 .c2 {
  float: right;
  width: 588px;
}

.index-row4 .c2 .list {
  height: 280px;
  padding-top: 10px;
}

.index-row4 .c2 .list dl {
  float: left;
  width: 46%;
  margin-right: 3.3%;
}

.index-row4 .c2 .list dl dt {
  margin: 10px 0;
  color: #1357ac;
  font-weight: bold;
}

.index-row4 .c2 .list dl dd li {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row5 .list {
  border-left: 1px solid #dcdcdc;
}

.index-row5 .list li {
  float: left;
  width: 12.5%;
}

.index-row5 .list li .inner {
  position: relative;
  padding: 15px 0;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;font-size: 13px;
}

.index-row5 .list li .inner .icon {
  display: inline-block;
  width: 62px;
  height: 62px;
}

.index-row5 .list li .inner .icon1 {
  background: url(../images/row5-icon1.png) center center no-repeat;
}

.index-row5 .list li .inner .icon2 {
  background: url(../images/row5-icon2.png) center center no-repeat;
}

.index-row5 .list li .inner .icon3 {
  background: url(../images/row5-icon3.png) center center no-repeat;
}

.index-row5 .list li .inner .icon4 {
  background: url(../images/row5-icon4.png) center center no-repeat;
}

.index-row5 .list li .inner .icon5 {
  background: url(../images/row5-icon6.png) center center no-repeat;
}

.index-row5 .list li .inner .icon6 {
  background: url(../images/row5-icon7.png) center center no-repeat;
}

.index-row5 .list li .inner .icon7 {
  background: url(../images/row5-icon8.png) center center no-repeat;
}

.index-row5 .list li .inner .icon8 {
  background: url(../images/row5-icon12.png) center center no-repeat;
}
.index-row5 .list li .inner .icon9 {
  background: url(../images/row5-icon9.png) center center no-repeat;
}
.index-row5 .list li .inner .icon10 {
  background: url(../images/row5-icon10.png) center center no-repeat;
}
.index-row5 .list li .inner .icon11 {
  background: url(../images/row5-icon11.png) center center no-repeat;
}
.index-row5 .list li .inner .icon12 {
  background: url(../images/row5-icon16.png) center center no-repeat;
}
.index-row5 .list li .inner .icon13 {
  background: url(../images/row5-icon13.png) center center no-repeat;
}
.index-row5 .list li .inner .icon14 {
  background: url(../images/row5-icon14.png) center center no-repeat;
}
.index-row5 .list li .inner .icon15 {
  background: url(../images/row5-icon15.png) center center no-repeat;
}
.index-row5 .list li .inner .icon16 {
  background: url(../images/row5-icon17.png) center center no-repeat;
}
.index-row5 .list li .inner .icon17 {
  background: url(../images/row5-icon17.png) center center no-repeat;
}
.index-row5 .list li .inner .icon18 {
  background: url(../images/row5-icon18.png) center center no-repeat;
}
.index-row5 .list li .inner .icon19 {
  background: url(../images/row5-icon119.png) center center no-repeat;
}
.index-row5 .list li .inner .icon20 {
  background: url(../images/row5-icon20.png) center center no-repeat;
}
.index-row5 .list li .inner .icon21 {
  background: url(../images/row5-icon21.png) center center no-repeat;
}


.index-row5 .list li .inner .qr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-row5 .list li .inner .qr img {
  width: 100%;
  height: 100%;
}

.index-row5 .list li .inner:hover {
  background: #1357ac;
}

.index-row5 .list li .inner:hover .qr {
  display: block;
}

.index-row5 .list li .inner:hover a {
  color: #fff;
}

.index-row5 .list li .inner:hover .icon1 {
  background: url(../images/row5-icon1-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon2 {
  background: url(../images/row5-icon2-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon3 {
  background: url(../images/row5-icon3-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon4 {
  background: url(../images/row5-icon4-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon5 {
  background: url(../images/row5-icon6-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon6 {
  background: url(../images/row5-icon7-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon7 {
  background: url(../images/row5-icon8-on.png) center center no-repeat;
}

.index-row5 .list li .inner:hover .icon8 {
  background: url(../images/row5-icon12-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon9 {
  background: url(../images/row5-icon9-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon10 {
background: url(../images/row5-icon10-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon11 {
background: url(../images/row5-icon11-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon12 {
background: url(../images/row5-icon16-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon13 {
background: url(../images/row5-icon13-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon14 {
background: url(../images/row5-icon14-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon15 {
background: url(../images/row5-icon15-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon16 {
background: url(../images/row5-icon17-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon17 {
background: url(../images/row5-icon17-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon18 {
background: url(../images/row5-icon18-on.png) center center no-repeat;
}
.index-row5 .list li .inner:hover .icon19 {
background: url(../images/row5-icon119-on.png) center center no-repeat;
}






.footer {
  margin-top: 25px;
  background: #2b68b4;
  padding: 44px 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.inner-banner {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin-bottom: 40px;
 
}

.inner-page .leftbar {
  float: left;
  width: 250px;
  position: relative;
  background: #ededed;
}

.inner-page .leftbar .tit {
  position: absolute;
  width: 100%;
height: 85px;
    font-size: 30px;
    color: #fff;
    background: #1357ac;
    background-size: 100% 100%;
    overflow: hidden;
    /* bottom: 100%; */
    top: 18px;
}

.inner-page .leftbar .tit h6 {
  margin-top: 20px;
  padding: 0 35px;
}

.inner-page .leftbar .tit .line {
  margin-left: 35px;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background: #fff;
}

.inner-page .leftbar .list {
  padding-left: 21px;
 
}

.inner-page .leftbar .list li {
  font-size: 18px;
  line-height: 66px;
}

.inner-page .leftbar .list li a {
  padding-left: 45px;
  display: block;
}

.inner-page .leftbar .list li.on a {
 
}

.inner-page .right-con {
  float: right;
  width: 920px;
  margin-top: 20px;
}

.inner-page .right-con .bread {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
 
}

.inner-page .right-con .list {
  padding: 11px 0;
}

.inner-page .right-con .list li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 28px;
}

.inner-page .right-con .list li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin: 10px 15px 0 10px;
  background: #1357ac;
  border-radius: 50%;
}

.inner-page .right-con .list li .date {
  float: right;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #1357ac;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
 
}
