﻿@charset "utf-8";
/* 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-size: 16px;
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all ease .2s;
}

a:hover {
  color: #d41011;
}

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;
}

.wrap {
  width: 1230px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.topbar {
  line-height: 42px;
  background: #20528f;
  color: #fff;
  font-size: 14px;
  min-width:1230px;
  position: relative;
  z-index: 5;
}

.topbar .wrap {
  width: 1260px;
  position: relative;
}

.topbar a {
  color: #fff;    position: relative;
}

.topbar .c1 a {
  margin-right: 20px;
}

.topbar .c2 {
  float: right;
}

.topbar .c2 span.line {
  margin: 0 15px;
  display: inline-block;
  background: url(../images/line.png) left center no-repeat;
  width: 1px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
}

.topbar .search-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 1;
  position: absolute;
  top: 80px;
  right: 0;
}

.topbar .search-box .text {
  border: none;
  background: none;
  height: 28px;
  line-height: 28px;
  padding: 2px 10px;
  width: 240px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  /* background: url(../images/search-bg.png) center center no-repeat; */
  /* background-size: 100%; */
  border: 1px solid #20528f;
  border-radius: 10px;
}

.topbar .search-box .text:-webkit-input-placeholder {
  font-size: 12px;
  color: #3068ad;
}

.topbar .search-box .text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #3068ad;
}

.topbar .search-box .text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #3068ad;
}

.topbar .search-box .btn {
  vertical-align: middle;
}

.header {
  position: relative;
  z-index: 2;
  height: 110px;
  background: url(../images/header.jpg) center center no-repeat;
  /* background-size: 100% 100%; */
  border-bottom: 50px solid #20528f;
  margin-bottom: 35px;
  min-width: 1260px;
}

.main-nav {
  position: relative;
  margin-top: 1px;
  z-index: 3;
  border-bottom: 1px solid #dbdbdb;
}

.main-nav .wrap {
  width: 1260px;
  position: relative;
}

.main-nav .logo {
  position: absolute;
  left: 0;
  /* margin-left: -145px; */
  top: 10px;
  z-index: 2;
}

.main-nav:after {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -110px;
  margin-top: 39px;
  top: 0;
  width: 220px;
  height: 40px;
  background: url(../images/nav-bg.png) no-repeat;
}

.main-nav ul {
  /* margin: 25px -35px; */
  /* float: right; */
  float: none;
  position: absolute;
  bottom: -161px;
  /* min-width: 1260px; */
}

.main-nav li {
  position: relative;
  float: left;
  margin: 0 8px;
  padding: 0px 35px;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  line-height: 50px;
  /* margin-bottom: -1px; */
  border-bottom: 1px solid transparent;
}

.main-nav li.last {
  margin-right: 0;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li.space {display: block;/* margin-left: 280px; *//* padding: 0px 6px; */}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  /* overflow: hidden; */
  width: 100%;
  left: 0;
  top: 49px;
  /* overflow: hidden; */
}

.main-nav li .dropdown ul {
  position: relative;
  padding-top: 2px;
  bottom: 0;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
  background: #20528f;
  position: relative;
  transition: all ease .2s;
  border: none;
}

.main-nav li .dropdown li a {
  color: #fff;
  font-weight: normal;
}

.main-nav li .dropdown li:hover {
  background: #0c1b2c;
}

.main-nav li:hover, .main-nav li.on {
  /* border-bottom: 2px solid #d41011; */
  /* background: url(../images/line1.jpg) bottom center no-repeat; */
}

.main-nav li:hover a, .main-nav li.on a {
  color: #fff;
  /* font-weight: bold; */
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  display: block;
  transition: all ease .3s;
}

.main-nav li.long .dropdown{
    width: 426px;
    left: -165px;
}
.main-nav li.long{    margin: 0 8px;
    padding: 0px 9px;}
.main-nav li.long .dropdown ul{margin: 0px 0px 0px;}
.main-nav li.long .dropdown ul li{
width: 140px;float: left;
    border-left: 1px solid #cac7c7;
    border-bottom: 1px solid #cac7c7;
}

.main-nav li.space .dropdown{

}
.index-banner {
  position: relative;
  height: 860px;
  overflow: hidden;
}

.index-banner .slide {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.index-banner .slide .hd {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.index-banner .slide .hd li {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
  transition: all ease .2s;
  opacity: .5;
  filter: alpha(opacity=50);
  border-radius: 50%;
}

.index-banner .slide .hd li.on {
  opacity: 1;
}

.index-banner .slide .bd li {
  position: relative;
}

.index-banner .slide .bd li .text {
  position: absolute;
  z-index: 1;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 40%;
  color: #fff;
}

.index-banner .slide .bd li .text h2 {
  font-size: 60px;
  font-weight: bold;
}

.index-banner .slide .bd li .text p {
  font-size: 36px;
}

.main-tit {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.main-tit h6 {
  float: left;
  border-bottom: 3px solid #cf4c56;
  font-size: 20px;
  color: #20528f;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: -2px;
}

.main-tit .more {
  float: right;
  color: #7f7f7f;
  font-size: 14px;
  margin-top: 5px;
}

.main-tit .more:hover {
  color: #d41011;
}

.main-list li {
  line-height: 42px;
  background: url(../images/dote3.png) left center no-repeat;
  padding-left: 20px;
}

.main-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  color: #717171;
}

.footer {
  background: #10568a;
  color: #74acd6;
  padding-bottom: 20px;
  margin-top: 40px;
    background: #20528f;
    color: #ffffff;min-width:1230px;
}

.footer .wrap {
  width: 1260px;
}

.footer a {
  color: #74acd6;
}

.footer .r1 {
  text-align: center;
  padding: 25px 0;
  border-bottom: 3px solid #0b456f;
    border-bottom: 3px solid #2f5e98;
}

.footer .r1 select {
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #74acd6;
  text-align: center;
  text-align: center;
  border: 1px solid #74acd6;
  background: none;
  margin: 0 12px;
}

.footer .r2 {
  padding: 30px 0;
}

.footer .r2 .c1 {
  float: left;
  width: 470px;
  text-align: center;
  color: #8fc7f0;
}

.footer .r2 .c1 .links {
  margin-bottom: 10px;
}

.footer .r2 .c1 .links a {
  margin: 0 15px;
}

.footer .r2 .c1 p {
  font-size: 12px;
  line-height: 30px;
}

.footer .r2 .c2 {
  float: right;
  width: 790px;
  text-align: center;
  padding: 20px 0;
  line-height: 38px;
  font-size: 14px;
  color: #b1deff;
  background: url(../images/f-line.png) left center no-repeat;
}

.index {
  margin-top: -30px;
}

.index .main-tit h6 {
  border-bottom-color: #20528f;
}

.index .slide .hd {
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.index .slide .hd li {
  position: relative;
  float: left;
  margin-right: 25px;
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
}

.index .slide .hd li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  margin-top: -1px;
  transition: all ease .2s;
  height: 3px;
  background: #20528f;
}

.index .slide .hd li.on a{
  color: #20528f;
  font-weight: bold;
}
.index .slide .hd li a:hover{
color: #20528f;
  font-weight: bold;
}
.index .slide .hd li.on:after {
  width: 100%;
}

.index .slide .hd .more {
  float: right;
  font-size: 14px;
  margin-top: 10px;
}

.index .slide .hd .more a {
  color: #7f7f7f;
}

.index .slide .hd .more a:hover {
  color: #d41011;
}

.index .r1 .headline {
  text-align: center;
  margin-bottom: 15px;
}

.index .r1 .headline a {
  color: #20528f;
}

.index .r1 .headline a:hover {
  color: #d41011;
}

.index .r1 .headline h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}

.index .r1 .headline .desc {
  font-size: 14px;
}

.index .r1 .pic {
  position: relative;
  height: 580px;
  overflow: hidden;
}

.index .r1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index .r1 .pic ul li:hover img {
   transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.index .r1 .pic .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 38px;
  background: url(../images/opacity1.png);
background: #20528f;
    font-size: 20px;
}

.index .r1 .pic .text a {
  color: #fff;
}
.index .r1 .pic .prev, .index .r1 .pic .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.index .r1 .pic .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.index .r2 {
  margin-top: 20px;
}

.index .r2 .c1 {
  float: left;
  width: 660px;
}

.index .r2 .c1 .slide {
  margin-bottom: 10px;
}

.index .r2 .c1 .slide .hd li {
  margin-right: 8%;
}

.index .r2 .c1 .slide .hd .last {
  margin-right: 0;
}

.index .r2 .c1 .yewu .list {
  background: url(../images/index-yw.jpg) top center no-repeat;
  padding-top: *70px;
  text-align: center;
}

.index .r2 .c1 .yewu .list ul {
  margin: 0 -20px;
}

.index .r2 .c1 .yewu .list li {
  display: inline-block;
  width: 98px;
  text-align: center;
  transition: all ease .2s;
  position: relative;
  margin: 0 -2px;
}

.index .r2 .c1 .yewu .list li p {
  margin-top: 5px;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 30px;
}

.index .r2 .c1 .yewu .list li:hover {
  opacity: .8;
  transform: translateY(-30px);
-moz-transform:translateY(-30px);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-30px);
-o-transform:translateY(-30px);
}

.index .r2 .c2 {
  float: right;
  width: 520px;
  padding: 10px;
  background: #efefef;
}

.index .r2 .c2 .main-tit {
  border-bottom-color: #fff;
}

.index .r2 .c2 .quick-links {
  margin-top: -10px;
  margin-right: -10px;
}

.index .r2 .c2 .quick-links li {
  float: left;
  width: 33.3%;
}

.index .r2 .c2 .quick-links li:hover .pic{
  transform: scale(1.2);
-moz-transform:scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);

}

.index .r2 .c2 .quick-links li a {
  display: table;
  width: 93%;
  margin-left: 5%;
  height: 55px;
  position: relative;
}

.index .r2 .c2 .quick-links li a:before, .index .r2 .c2 .quick-links li a:after {
  content: '';
  position: absolute;
}

.index .r2 .c2 .quick-links li a:before {
  right: 0;
  height: 30px;
  border-right: 1px dashed #bbc7d8;
  top: 50%;
  margin-top: -15px;
}
.index .r2 .c2 .quick-links li a.last4:before{border-right:none;}
.index .r2 .c2 .quick-links li a:after {
  bottom: 0;
  left: -5%;
  width: 90%;
  border-bottom: 1px dashed #bbc7d8;
}
.index .r2 .c2 .quick-links li a.last13:after{ border-bottom: none;}
.index .r2 .c2 .quick-links li a .pic, .index .r2 .c2 .quick-links li a .text {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.index .r2 .c2 .quick-links li a .pic {
  width: 20px;
  padding-right: 10px;
}

.index .r2 .c2 .quick-links li a .text {
  font-size: 14px;
  padding-right: 9px;
}

.index .r2 .c2 .quick-links li.nor a:before, .index .r2 .c2 .quick-links li.nob a:after {
  display: none;
}

.index .r2 .c2 .quick-links li.nor a {
  margin-left: 5%;
}

.index .r2 .c2 .quick-links li.nor a:after {
  left: 2%;
}

.index .r2 .c2 .inter-list li {
  float: left;
  width: *33.3%;
}

.index .r2 .c2 .inter-list li a {
  display: block;
  margin: 6px 6px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 7px 29px 1px;
  overflow: hidden;
}

.index .r2 .c2 .inter-list li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all ease .2s;

    float: left;
    margin-top: -5px;
}

.index .r2 .c2 .inter-list li a p {
  font-size: 15px;
  color: #686868;
  float:left;
  margin-right: 12px;
}

.index .r2 .c2 .inter-list li a .icon1 {
  background: url(../images/index-inter-icon1.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon2 {
  background: url(../images/index-inter-icon2.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon3 {
  background: url(../images/index-inter-icon3.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon4 {
  background: url(../images/index-inter-icon4.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon5 {
  background: url(../images/index-inter-icon5.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon6 {
  background: url(../images/index-inter-icon6.png) center 0 no-repeat;
}

.index .r2 .c2 .inter-list li a .icon7 {
 
}

.index .r2 .c2 .inter-list li a .icon8 {
 
}

.index .r2 .c2 .inter-list li a .icon9 {

}

.index .r2 .c2 .inter-list li:hover a {
  background: #cd4d58;
}

.index .r2 .c2 .inter-list li:hover a i {
  background-position: 0 -30px;
}

.index .r2 .c2 .inter-list li:hover a p {
  color: #fff;
}

.index .r3 {
  margin-top: 20px;
}

.index .r3 .list ul {
  margin: 0 -6px;
  width: 1298px;
}

.index .r3 .list li {
  float: left;
  width: 25%;
  margin-top:10px;
}

.index .r3 .list li a {
  margin: 0 6px;
  padding: 5px 15px 5px 18px;
  line-height: 20px;
  height: 40px;
  display: table;
  width: 225px;
  color: #3e6aab;
  background: url(../images/index-r3-bg11.png) no-repeat;
}

.index .r3 .list li a .text {
  font-size: 12px;
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.index .r3 .list li a .icon {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.index .r3 .list li a .icon1 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon1.png) center 0 no-repeat;
}

.index .r3 .list li a .icon2 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon2.png) center 0 no-repeat;
}

.index .r3 .list li a .icon3 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon3.png) center 0 no-repeat;
}

.index .r3 .list li a .icon4 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon4.png) center 0 no-repeat;
}

.index .r3 .list li a .icon5 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon5.png) center 0 no-repeat;
}

.index .r3 .list li a .icon6 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon6.png) center 0 no-repeat;
}
.index .r3 .list li a .icon7 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon7.png) center 0 no-repeat;
}
.index .r3 .list li a .icon8 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon8.png) center 0 no-repeat;
}
.index .r3 .list li a .icon9 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon9.png) center 0 no-repeat;
}
.index .r3 .list li a .icon10 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-bb3-icon10.png) center 0 no-repeat;
}
.index .r3 .list li a .icon11 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon11.png) center 0 no-repeat;
}


.index .r3 .list li a .icon12 i {
  display: block;
  transition: all ease .2s;
  width: 30px;
  height: 30px;
  background: url(../images/index-r3-icon1.png) center 0 no-repeat;
}

.index .r3 .list li:hover a {
  background: url(../images/index-r3-bg-on11.png) no-repeat;
  color: #fff;
}

.index .r3 .list li:hover a .icon i {
  background-position: 0 -30px;
}

.index .r4 {
  margin-top: 20px;
}

.index .r4 .slide .hd li {
  margin-right: 100px;
}

.index .r4 .slide .item .tips {
  background: #f5f5f5;
  color: #787878;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.index .r4 .slide .item .tips .r {
  color: #c30000;
}

.index .r4 .slide .item .tips .y {
  color: #e9ba00;
}

.index .r4 .slide .item .tips .g {
  color: #008000;
}

.index .r4 .slide .item table {
  width: 100%;
}

.index .r4 .slide .item table th, .index .r4 .slide .item table td {
  height: 34px;
  border: 1px solid #d6e6ff;
  font-size: 12px;
  text-align: center;
  color: #008000;
}

.index .r4 .slide .item table th {
  background: #d6e6ff;
  color: #3677d0;
}

.index .r5 {
  margin-top: 30px;
}

.index .r5 .slide {
  position: relative;
  overflow: hidden;
}

.index .r5 .slide .prev, .index .r5 .slide .next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  z-index: 9;
}

.index .r5 .slide .prev {
  left: 0;
  background: url(../images/prev.png) center center no-repeat;
}

.index .r5 .slide .prev:hover {
  background: url(../images/prev-on.png) center center no-repeat;
}

.index .r5 .slide .next {
  right: 0;
  background: url(../images/next.png) center center no-repeat;
}

.index .r5 .slide .next:hover {
  background: url(../images/next-on.png) center center no-repeat;
}

.index .r5 .slide .bd li {
  float: left;
  width: 230px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
}

.index .r5 .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index .r5 .slide .bd li:hover img {
  transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.summarize .summarize-tit {
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}

.summarize .summarize-tit .more {
  float: right;
  color: #767676;
}

.summarize .summarize-tit h6 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #20528f;
  border-bottom: 3px solid #20528f;
  margin-bottom: -2px;
}

.summarize .c1 {
  float: left;
  width: 822px;
  padding: 10px 0;
}

.summarize .c1 .list {
  padding: 30px 20px;
}

.summarize .c1 .list li {
  float: left;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease .2s;
}

.summarize .c1 .list li a {
  color: #20528f;
}

.summarize .c1 .list li a:hover {
  color: #d41011;
}

.summarize .c1 .r1 .text {
  padding: 20px 0;
  line-height: 40px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.summarize .c1 .r2 .list li {
  width: 30%;
  margin-right: 3.3%;
}

.summarize .c1 .r3 .list li {
  width: 48%;
  margin-right: 2%;
}

.summarize .c2 {
  float: right;
  background: #e8f3ff;
  width: 360px;
  padding: 10px 15px;
}

.summarize .c2 .summarize-tit {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}

.summarize .c2 .r1 {
  margin-bottom: 30px;
}

.summarize .c2 .r1 .box {
  padding: 0 15px;
}

.summarize .c2 .r1 .pic {
  overflow: hidden;
  height: 225px;
}

.summarize .c2 .r1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.summarize .c2 .r1 .pic:hover img {

 transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.summarize .c2 .r1 .pic img {
  width: 100%;
}

.summarize .c2 .r1 .name {
  text-align: center;
  margin: 10px;
  font-weight: bold;
  color: #565656;
  line-height: 30px;
}

.summarize .c2 .r1 .list li {
  line-height: 40px;
  border-radius: 4px;
  margin: 18px 0;
  padding-left: 42px;
  background: url(../images/arr2.png) 20px center no-repeat #fff;
}

.summarize .c2 .r2 {
  padding-bottom: 15px;
  text-align: center;
}

.summarize .c2 .r2 .map {
  width: 335px;
  margin: 0 auto;
}

.summarize .c2 .r2 .map img {
  max-width: 100%;
}

.leftbar {
  position: relative;
  float: left;
  width: 240px;
  background: url(../images/leftbar-bg.png) bottom center no-repeat #f0f0f0;
}

.leftbar .tit {
  text-align: center;
  background: #20528f;
  line-height: 70px;
  color: #fff;
  font-size: 26px;
}

.leftbar .tit h6 {
  font-weight: bold;
    line-height: 38px;
    padding: 18px 0;
}

.leftbar .list {
  padding-bottom: 200px;
}

.leftbar .list dl {
  margin-left: 10px;
}

.leftbar .list dl dt {
  line-height: 60px;
  font-size: 16px;
  border-bottom: 1px solid #b3b3b3;
  background: url(../images/arr3.png) 80% center no-repeat;
  padding-left: 27px;
}

.leftbar .list dl dt a {
  display: block;
}

.leftbar .list dl dd {
  padding: 15px 0;
}

.leftbar .list dl dd ul li {
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  transition: all ease .2s;
  background: url(../images/dote1.png) left 14px no-repeat;
}

.leftbar .list dl dd ul li:hover {
  background: url(../images/dote1-on.png) left 14px no-repeat;
}

.leftbar .list dl dd ul li:hover a {
  display: block;
  color: #20528f;
}

.leftbar .list dl dd ul li ul li {
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  transition: all ease .2s;
  background:none;
}
.leftbar .list dl dd ul li:hover  ul li a {
color:#222;
}

.leftbar .list dl dd ul li ul li:hover {
  background: none;
}

.leftbar .list dl dd ul li ul li:hover a {
  display: block;
  color: #20528f;
}

.leftbar .list dl.on {
  margin-top: -1px;
  background: #fff;
  border-left: 3px solid #20528f;
  padding-left: 26px;
}

.leftbar .list dl.on dt {
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  background: url(../images/arr3-on.png) 93.5% center no-repeat;
  padding-left: 0;
  margin-right: 35px;
}

.leftbar .list dl.on dt a {
  position: relative;
  color: #20528f;
}

.bread {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 40px;
  color: #888;
  background: url(../images/icon-home.png) left center no-repeat;
}

.bread a {
  color: #888;
}

.bread span {
  margin: 0 5px;
}

.right-con {
  float: right;
  width: 945px;
  min-height: 500px;
}

.right-con .inner-tit {
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}

.right-con .inner-tit .more {
  float: right;
  color: #767676;
}

.right-con .inner-tit h6 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #20528f;
  border-bottom: 3px solid #20528f;
  margin-bottom: -2px;
}

.right-con .inner-tit .bread {
  float: right;
}

.right-con .main-text-list li {
  border-bottom: 1px dashed #e6e6e6;
  padding: 10px 35px;
  background: url(../images/dote2.png) left 22px no-repeat;
  line-height: 34px;
}

.right-con .main-text-list li h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-con .main-text-list li .date {
  background: url(../images/date1.png) left 2px no-repeat;
  padding-left: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.detail-page .detail-tit {
  border-bottom: 1px solid #b3b3b3;
  color: #888888;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.detail-page .detail-tit .ctrl {
  float: right;
  margin-right: 40px;
}

.detail-page .detail-tit .ctrl em {
  font-style: normal;
}

.detail-page .detail-tit .ctrl span {
  cursor: pointer;color:#888888;
}
.detail-page .detail-tit .ctrl span a{
color:#888888;padding: 0 2px;
}
.detail-page .detail-tit .share {
  float: right;
}

.detail-page .detail-tit .share .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

.detail-page .detail-tit .share .icon.wx {
  background: url(../images/share-wx.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.wx:hover {
  background: url(../images/share-wx-on.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.wb {
  background: url(../images/share-wb.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.wb:hover {
  background: url(../images/share-wb-on.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.zone {
  background: url(../images/share-zone.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.zone:hover {
  background: url(../images/share-zone-on.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.qq {
  background: url(../images/share-qq.png) center no-repeat;
}

.detail-page .detail-tit .share .icon.qq:hover {
  background: url(../images/share-qq-on.png) center no-repeat;
}

.detail-page .detail-tit .share span {
  margin: 0 5px;
}

.detail-page .detail-tit .bread {
  float: left;
  line-height: 20px;
  margin-top: 13px;
}

.detail-page .detail-header {
  margin-top: 30px;
  text-align: center;
  line-height: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
}

.detail-page .detail-header .tit {
  font-size: 26px;
  font-weight: bold;
  color: #444444;
}

.detail-page .detail-header .sub-tit {
  font-size: 17px;
}

.detail-page .detail-header .info span {
  margin: 0 22px;
  color: #999999;
}

.detail-page .detail-con {
  line-height: 30px;
}

.detail-page .detail-con p {
  text-indent: 2em;
 /* margin: 10px 0;*/
}

.detail-page .detail-ft {
  padding: 30px 0;
  margin-top: 40px;
  border-top: 1px dashed #d9d9d9;
  line-height: 30px;
}

.detail-page .detail-ft a:hover {
  color: #20528f;
}

.law-page .slide .hd {
  text-align: center;
  margin-bottom: 20px;
}

.law-page .slide .hd li {
  display: inline-block;
  margin: 0 45px;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}

.law-page .slide .hd li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  transition: all ease .2s;
  height: 3px;
  background: #d41011;
}

.law-page .slide .hd li.on:after {
  width: 30px;
}

.law-page .r1 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.law-page .r1 .tit {
  text-align: center;
  margin-bottom: 25px;
}

.law-page .r1 .slide .item {
  position: relative;
}

.law-page .r1 .slide .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: #ebebeb;
  left: 50%;
  top: 15px;
}

.law-page .r1 .slide .item ul {
  float: left;
  width: 560px;
}

.law-page .r1 .slide .item ul.last {
  float: right;
}

.law-page .r1 .more {
  width: 160px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  display: block;
  transition: all ease .2s;
  margin: 20px auto;
}

.law-page .r1 .more:hover {
  background: #20528f;
  border-color: #20528f;
  color: #fff;
}

.law-page .r2 {
  background: #f2f2f2;
  padding: 40px 0;
  min-height: 410px;
}

.law-page .r2 .wrap {
  background: url(../images/law-tit2.png) left center no-repeat;
}

.law-page .r2 .slide {
  margin-left: 315px;
}

.law-page .r2 .slide .hd {
  text-align: left;
}

.law-page .r2 .slide .hd li {
  margin-left: 0;
  margin-right: 80px;
}

.law-page .r2 .slide .bd .headline {
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.law-page .r2 .slide .bd .headline h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.law-page .r2 .slide .bd .headline .desc {
  line-height: 30px;
}

.law-page .r2 .slide .bd .headline .date {
  margin-top: 10px;
  line-height: 24px;
  padding-left: 24px;
  font-size: 14px;
  background: url(../images/date.png) left center no-repeat;
}

.law-page .r3 {
  padding: 65px 0 10px;
}

.law-page .r3 .tit {
  text-align: center;
  margin-bottom: 35px;
}

.law-page .r3 .item {
  position: relative;
}

.law-page .r3 .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: #ebebeb;
  left: 50%;
  top: 15px;
}

.law-page .r3 .item ul {
  float: left;
  width: 560px;
}

.law-page .r3 .item ul.last {
  float: right;
}

.law-page .r3 .more {
  width: 160px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  display: block;
  transition: all ease .2s;
  margin: 20px auto;
}

.law-page .r3 .more:hover {
  background: #20528f;
  border-color: #20528f;
  color: #fff;
}

.open-page {
  margin-top: -35px;
  padding-top: 22px;
  background: url(../images/open-bg.jpg) top center no-repeat;
}

.open-page .r1 .c1 {
  float: left;
  width: 265px;
}

.open-page .r1 .c1 li {
  line-height: 60px;
  margin: 18px 0;
  border-radius: 3px;
  transition: all ease .2s;
}

.open-page .r1 .c1 li a {
  display: block;
  padding-left: 60px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.open-page .r1 .c1 li a img {
  margin-right: 20px;
}

.open-page .r1 .c1 li:hover {
  opacity: .8;
}

.open-page .r1 .c1 .li1 {
  background: #61a2e2;
}

.open-page .r1 .c1 .li2 {
  background: #f4735e;
}

.open-page .r1 .c1 .li3 {
  background: #57c6bf;
}

.open-page .r1 .c1 .li4 {
  background: #ae99e4;
}

.open-page .r1 .c1 .li5 {
  background: #14aeea;
}

.open-page .r1 .c2 {
  float: left;
  width: 575px;
  margin-left: 45px;
  margin-top: 18px;
}

.open-page .r1 .c3 {
  float: right;
  width: 305px;
}

.open-page .r1 .c3 li {
  float: left;
  width: 50%;
  position: relative;
  border-bottom: 1px dashed #d9d9d9;
}

.open-page .r1 .c3 li a {
  display: table;
  width: 100%;
  height: 66px;
}

.open-page .r1 .c3 li a .pic, .open-page .r1 .c3 li a p {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.open-page .r1 .c3 li a .pic {
  padding-right: 10px;
  width: 40px;
}

.open-page .r1 .c3 li a p {
  font-size: 14px;
 
}

.open-page .r1 .c3 li.line {
  width: 45%;
}

.open-page .r1 .c3 li.line:after {
  content: '';
  position: absolute;
  height: 30px;
  left: -10px;
  border-right: 1px dashed #d9d9d9;
  top: 50%;
  margin-top: -15px;
}

.open-page .r1 .c3 li.line a p {
  padding-right: 0;
}

.open-page .r2 {
  margin-top: 20px;
}

.open-page .r2 .c1 {
  float: left;
  width: 910px;
}

.open-page .r2 .c1 .slide .hd {
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.open-page .r2 .c1 .slide .hd li {
  float: left;
  margin-right: 25px;
  line-height: 50px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.open-page .r2 .c1 .slide .hd li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  margin-top: -1px;
  transition: all ease .2s;
  height: 3px;
  background: #cf4c56;
}

.open-page .r2 .c1 .slide .hd li.on {
  color: #20528f;
  font-size: 20px;
  font-weight: bold;
}

.open-page .r2 .c1 .slide .hd li.on:after {
  width: 100%;
}

.open-page .r2 .c1 .slide .bd .item li {
  float: left;
  width: 378px;
  padding: 10px 22px;
  background: #f5f6f8;
  margin-right: 25px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666666;
}

.open-page .r2 .c1 .slide .bd .item li h6 {
  font-size: 15px;
  line-height: 30px;
}

.open-page .r2 .c1 .slide .bd .item li .desc {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.open-page .r2 .c2 {
  float: right;
  width: 305px;
}

.open-page .r2 .c2 .main-tit {
  margin-top: 15px;
  margin-bottom: 38px;
}

.open-page .r2 .c2 li {
  position: relative;
  height: 100px;
  line-height: 100px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 22px;
  text-align: center;
  margin-left: 35px;
}

.open-page .r2 .c2 li .icon {
  position: absolute;
  left: -32px;
  top: 50%;
  line-height: 1;
  margin-top: -32px;
}

.open-page .r3 {
  margin-top: 30px;
}

.open-page .r3 .c1 {
  float: left;
  width: 856px;
}

.open-page .r3 .c1 .slide .hd {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.open-page .r3 .c1 .slide .hd li {
  position: relative;
  float: left;
  margin-right: 25px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
}

.open-page .r3 .c1 .slide .hd li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  margin-top: -1px;
  transition: all ease .2s;
  height: 3px;
  background: #cf4c56;
}

.open-page .r3 .c1 .slide .hd li.on {
  color: #20528f;
  font-weight: bold;
  font-size: 20px;
}

.open-page .r3 .c1 .slide .hd li.on:after {
  width: 100%;
}

.open-page .r3 .c1 .slide .hd .more {
  float: right;
  font-size: 14px;
  margin-top: 10px;
}

.open-page .r3 .c1 .slide .hd .more a {
  color: #7f7f7f;
}

.open-page .r3 .c1 .slide .hd .more a:hover {
  color: #d41011;
}

.open-page .r3 .c2 {
  float: right;
  width: 320px;
}

.open-page .r3 .c2 .main-tit {
  margin-top: 10px;
}

.open-page .r3 .c2 .search {
  margin-bottom: 60px;
}

.open-page .r3 .c2 .search .hd {
  margin-bottom: 20px;
}

.open-page .r3 .c2 .search .hd label {
  display: inline-block;
  margin-right: 20px;
  line-height: 20px;
}

.open-page .r3 .c2 .search .hd label input {
  margin-right: 5px;
}

.open-page .r3 .c2 .search .bd {
  background: #e2eaf5;
  padding: 8px 10px;
  font-size: 14px;
}

.open-page .r3 .c2 .search .bd .text {
  width: 260px;
  background: none;
  border: none;
  height: 20px;
  line-height: 20px;
}

.open-page .r3 .c2 .search .bd .btn {
  vertical-align: middle;
}

.open-page .r3 .c2 .list {
  padding-top: 10px;
}

.open-page .r3 .c2 .list ul {
  margin: 0 -6px;
}

.open-page .r3 .c2 .list li {
  float: left;
  width: 33.3%;
}

.open-page .r3 .c2 .list li a {
  display: block;
  margin: 0 6px;
  padding: 24px 0;
  text-align: center;
  border: 1px solid #f5f5f5;
}

.open-page .r3 .c2 .list li a p {
  color: #20528f;
  font-size: 15px;
  margin-top: 10px;
}

.open-page .r3 .c2 .list li a p:hover {
  color: #d41011;
}

.news-page .r1 .slide {
  position: relative;
}

.news-page .r1 .slide .hd {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 430px;
  z-index: 2;
  text-align: center;
}

.news-page .r1 .slide .hd li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #d1d1d1;
  cursor: pointer;
  margin: 0 3px;
  transition: all ease .2s;
}

.news-page .r1 .slide .hd li.on {
  background: #d41011;
}

.news-page .r1 .slide .bd li {
  background: #f2f2f2;
}

.news-page .r1 .slide .bd li .pic {
  float: left;
  width: 800px;
  height: 415px;
  overflow: hidden;
}

.news-page .r1 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.news-page .r1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.news-page .r1 .slide .bd li .text {
  margin-left: 810px;
  padding: 25px 20px;
  line-height: 30px;
}

.news-page .r1 .slide .bd li .text h6 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.news-page .r1 .slide .bd li .text h6 a {
  color: #20528f;
}

.news-page .r1 .slide .bd li .text h6 a:hover {
  color: #d41011;
}

.news-page .r1 .slide .bd li .text .desc {
  font-size: 14px;
  color: #6e6e6e;
}

.news-page .c1 {
  float: left;
  width: 800px;
}

.news-page .c2 {
  float: right;
  width: 400px;
}

.news-page .main-tit {
  margin-bottom: 10px;
}

.news-page .r2 {
  margin-top: 30px;
}

.news-page .r2 .c2 .main-list {
  padding-top: 2px;
}

.news-page .r2 .c2 .main-list li {
  line-height: 44px;
  margin: 10px;
  padding-left: 40px;
  background: url(../images/dote4.png) 10px center no-repeat #f7f7f7;
}

.news-page .r3 .main-tit {
  margin-top: 30px;
}

.news-page .r3 .c2 .list {
  margin-top: -5px;
}

.news-page .r3 .c2 .list li {
  padding: 10px 0;
  line-height: 34px;
  border-bottom: 1px solid #e6e6e6;
}

.news-page .r3 .c2 .list li h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page .r3 .c2 .list li p {
  font-size: 14px;
  color: #8f8f8f;
}

.news-page .r3 .c2 .list li p span {
  display: inline-block;
  margin-right: 20px;
  padding-left: 22px;
}

.news-page .r3 .c2 .list li p .city {
  background: url(../images/pst.png) left center no-repeat;
}

.news-page .r3 .c2 .list li p .date {
  background: url(../images/date.png) left center no-repeat;
}

.busness-page .nav {
  padding: 20px 0 50px;
}

.busness-page .nav li {
  float: left;
  width: 16.6%;
}

.busness-page .nav li a {
  line-height: 1.2;
  display: table;
  width: 196px;
  color: #fff;
}

.busness-page .nav li a .icon, .busness-page .nav li a .text {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

.busness-page .nav li a .icon {
  width: 50px;
}

.busness-page .nav li a .text {
  padding: 0 10px;
}

.busness-page .nav .li1 a {
  background: #4f91d2;
}

.busness-page .nav .li1 a .icon {
  background: url(../images/bus-nav1.png) right center no-repeat;
}

.busness-page .nav .li2 a {
  background: #f4735e;
}

.busness-page .nav .li2 a .icon {
  background: url(../images/bus-nav2.png) right center no-repeat;
}

.busness-page .nav .li3 a {
  background: #57c6bf;
}

.busness-page .nav .li3 a .icon {
  background: url(../images/bus-nav3.png) right center no-repeat;
}

.busness-page .nav .li4 a {
  background: #ae99e4;
}

.busness-page .nav .li4 a .icon {
  background: url(../images/bus-nav4.png) right center no-repeat;
}

.busness-page .nav .li5 a {
  background: #14aeea;
}

.busness-page .nav .li5 a .icon {
  background: url(../images/bus-nav5.png) right center no-repeat;
}

.busness-page .nav .li6 a {
  background: #feb267;
}

.busness-page .nav .li6 a .icon {
  background: url(../images/bus-nav6.png) right center no-repeat;
}

.busness-page .c1 {
  float: left;
  width: 764px;
}

.busness-page .c1 .slide {
  border: 2px solid #e6e6e6;
  padding: 0 20px 7px;
  margin-bottom: 30px;
}

.busness-page .c1 .slide .hd {
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.busness-page .c1 .slide .hd h6 {
  float: left;
  border-bottom: 3px solid #cf4c56;
  font-size: 20px;
  color: #20528f;
  font-weight: bold;
  margin-bottom: -2px;
}

.busness-page .c1 .slide .hd ul {
  float: left;
  margin-left: 60px;
}

.busness-page .c1 .slide .hd ul li {
  float: left;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}

.busness-page .c1 .slide .hd ul li:after {
  position: absolute;
  content: '';
  top: 100%;
  width: 0;
  height: 6px;
  margin-top: 1px;
  left: 0;
  background: url(../images/bus-tab.png) center center no-repeat;
}

.busness-page .c1 .slide .hd ul li.on:after {
  width: 100%;
}

.busness-page .c1 .slide .hd .more {
  float: right;
  color: #7f7f7f;
  font-size: 14px;
}

.busness-page .c1 .slide .hd .more:hover {
  color: #d41011;
}

.busness-page .c1 .slide1 {
  background: url(../images/bus-bg1.png) right bottom no-repeat;
}

.busness-page .c1 .slide2 {
  background: url(../images/bus-bg2.png) right bottom no-repeat;
}

.busness-page .c1 .slide3 {
  background: url(../images/bus-bg3.png) right bottom no-repeat;
}

.busness-page .c1 .slide4 {
  background: url(../images/bus-bg4.png) right bottom no-repeat;
}

.busness-page .c2 {
  float: right;
  width: 400px;
  border: 2px solid #e6e6e6;
  padding: 15px 17px;
}

.busness-page .c2 .main-list {
  margin-bottom: 41px;
}

.busness-page .c2 .main-list.last {
  margin-bottom: 0;
}

.interact-page .main-tit {
  margin-top: 10px;
}

.interact-page .main-tit h6 {
  border-bottom-color: #20528f;
}

.interact-page .c1 {
  float: left;
  width: 810px;
}

.interact-page .c1 .r1 {
  height: 190px;
  background: url(../images/interact-pic.jpg) no-repeat;
  position: relative;
}

.interact-page .c1 .r1 .links {
  padding: 25px 5px;
  margin-top: 55px;
  float: right;
  background: url(../images/opacity.png);
}

.interact-page .c1 .r1 .links a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  padding: 0 25px;
  border-right: 1px solid #cccccc;
}

.interact-page .c1 .r1 .links .last {
  border-right: none;
}

.interact-page .c1 .r2 {
  margin-top: 45px;
}

.interact-page .c1 .r2 .slide {
  float: left;
  width: 585px;
}

.interact-page .c1 .r2 .slide .hd {
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}

.interact-page .c1 .r2 .slide .hd li {
  position: relative;
  float: left;
  margin-right: 25px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
}

.interact-page .c1 .r2 .slide .hd li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  margin-top: -1px;
  transition: all ease .2s;
  height: 3px;
  background: #20528f;
}

.interact-page .c1 .r2 .slide .hd li.on {
  color: #20528f;
  font-weight: bold;
  font-size: 20px;
}

.interact-page .c1 .r2 .slide .hd li.on:after {
  width: 100%;
}

.interact-page .c1 .r2 .slide .hd .more {
  float: right;
  font-size: 14px;
  margin-top: 10px;
}

.interact-page .c1 .r2 .slide .hd .more a {
  color: #7f7f7f;
}

.interact-page .c1 .r2 .slide .hd .more a:hover {
  color: #d41011;
}

.interact-page .c1 .r2 .slide .bd table {
  width: 100%;
}

.interact-page .c1 .r2 .slide .bd table th, .interact-page .c1 .r2 .slide .bd table td {
  text-align: center;
  padding: 0 10px;
  height: 38px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
}

.interact-page .c1 .r2 .slide .bd table th {
  color: #20528f;
  background: #e8f3ff;
}

.interact-page .c1 .r2 .slide .bd table td {
  color: #636363;
}

.interact-page .c1 .r2 .charts {
  float: right;
  width: 190px;
}

.interact-page .c1 .r2 .charts .info {
  margin-bottom: 5px;
  color: #404040;
  margin-left: 2px;
}

.interact-page .c1 .r2 .charts .charts-box {
  height: 220px;
}

.interact-page .c1 .r3 {
  margin-top: 50px;
}

.interact-page .c1 .r3 .ad {
  padding: 10px 0 20px;
}

.interact-page .c1 .r3 .ad img {
  max-width: 100%;
}

.interact-page .c1 .r3 .list {
  margin: 0 -6px;
}

.interact-page .c1 .r3 .list li {
  float: left;
  width: 33.3%;
}

.interact-page .c1 .r3 .list li .inner {
  margin: 0 8px;
  border: 1px solid #f2f2f2;
}

.interact-page .c1 .r3 .list li .pic {
  overflow: hidden;
  height: 147px;
  margin: 7px -1px;
}

.interact-page .c1 .r3 .list li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.interact-page .c1 .r3 .list li .pic:hover img {
   transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.interact-page .c1 .r3 .list li .text {
  padding: 0 12px 10px;
}

.interact-page .c1 .r3 .list li .text h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 40px;
}

.interact-page .c1 .r3 .list li .text .desc {
  font-size: 12px;
  color: #808080;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}

.interact-page .c1 .r3 .list li .text .desc a {
  color: #20528f;
}

.interact-page .c1 .r3 .list li .text .desc a:hover {
  color: #d41011;
}

.interact-page .c2 {
  float: right;
  width: 340px;
  padding: 10px 24px;
  background: #e8f3ff;
}

.interact-page .c2 .main-tit {
  border-bottom-color: #fff;
}

.interact-page .c2 .textarea {
  height: 450px;
  overflow-y: auto;
}

.interact-page .c2 .textarea p {
  text-indent: 2em;
  line-height: 36px;
}

.interact-page .c2 .textarea:-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.interact-page .c2 .textarea:-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background: #20528f;
}

.interact-page .c2 .textarea:-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  background: #fff;
}

.interact-page .c2 .phone {
  margin: 30px 0 50px;
}

.interact-page .c2 .main-list {
  padding: 4px 0;
}

.overview-page {
  padding-top: 20px;
}

.overview-page .main-tit h6 {
  border-color: #20528f;
}

.overview-page .c1 {
  float: left;
  width: 825px;
}

.overview-page .c1 .r1 .con {
  text-indent: 2em;
  line-height: 40px;
  color: #4a4a4a;
}

.overview-page .c1 .r2 {
  margin: 50px 0;
}

.overview-page .c1 .r2 .list li {
  float: left;
  width: 30%;
  padding-right: 3.3%;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overview-page .c1 .r2 .list li a {
  color: #20528f;
}

.overview-page .c1 .r2 .list li a:hover {
  color: #d41011;
}

.overview-page .c1 .r3 .list li {
  float: left;
  width: 45%;
  padding-right: 5%;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overview-page .c1 .r3 .list li a {
  color: #20528f;
}

.overview-page .c1 .r3 .list li a:hover {
  color: #d41011;
}

.overview-page .c2 {
  float: right;
  width: 350px;
  padding: 20px;
  background: #e8f3ff;
}

.overview-page .c2 .main-tit {
  border-bottom-color: #fff;
}

.overview-page .c2 .r1 .pic {
  height: 225px;
  overflow: hidden;
}

.overview-page .c2 .r1 .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.overview-page .c2 .r1 .pic:hover img {
   transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}

.overview-page .c2 .r1 .name {
  text-align: center;
  font-weight: bold;
  color: #565656;
  line-height: 50px;
}

.overview-page .c2 .r2 {
  margin-top: 10px;
}

.overview-page .c2 .r2 .list li {
  margin-bottom: 18px;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 44px;
  background: url(../images/arr2.png) 20px center no-repeat #fff;
}

.overview-page .c2 .r3 {
  padding-top: 20px;
}

/* 领导列表页 */
.ld-list li{background: none !important;}
.ld-list li .ld-pic img{width:450px;margin:0 auto;display:block;}
.ld-list li h2{font-size:20px;font-weight:bold;line-height:48px;text-align:center;}
.ld-list li .ld-abstr{text-indent: 2em;line-height: 27px;color: #444; text-align: justify;}

/* 专题专栏页 */
.ztlist{margin:20px 0;
overflow:hidden;}
.ztlist .zt-item{    width: 287px;
    height: 254px;
    background-color:#fff;
    float: left;
    box-sizing: border-box;
    margin: 0px 9px 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-image: initial;}
.ztlist .zt-item .zttit{    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    color: rgb(34, 34, 34);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 16px 0px;}
.ztlist .zt-item .zttit span{    width: 50px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
    background-color: rgb(218, 27, 27);
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;}
.ztlist .zt-item .zt-pic{width: 246px;
    height: 150px;
display: block;
    margin: auto;
}
.ztlist .zt-item .zt-pic img{ transition: all ease .2s;width: 100%;
    height: 100%;}
.ztlist .zt-item .zt-pic:hover img{
   transform: scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
}


/* 首页滚动列表 */
.table-tou{
	position: relative;
	overflow: hidden;
}
.table-tou span {
	height: 34px;
	line-height: 34px;
	border: 1px solid #d6e6ff;
	font-size: 12px;
	text-align: center;
	float: left;
	font-weight: bold;
	background: #d6e6ff;
	color: #3677d0;
	display: block;
}

.table-tou .table-tou1 {
	width: 309px;
}

.table-tou .table-tou2 {
	width: 605px;
}

.table-tou .table-tou3 {
	width: 309px;
}
.table-con li{
	
		height: 34px;
	line-height: 34px;
}
.table-con li a {
	float: left;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d6e6ff;
	font-size: 12px;
	text-align: center;
	color: #008000;
}

.table-con .table-con1 {
	width: 309px;
}

.table-con .table-con2 {
	width: 605px;
}

.table-con .table-con3 {
	width:309px;
}

/* 采矿信息滚动列表 */
.list-dqxx{margin-top:20px;}

.list-dqxx .tips{    background: #f5f5f5;
    color: #787878;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 15px;}

.list-dqxx .tips .r{    color: #c30000;} 
.list-dqxx .tips .y {color: #e9ba00;}
.list-dqxx .tips .g {color: #008000;}

.list-dqxx .table-tou{margin:0;padding:0;}
.list-dqxx .table-tou .table-tou1{
       width:250px;
}
.list-dqxx .table-tou .table-tou2{
       width:492px;
}

.list-dqxx .table-tou .table-tou3{
       width:195px;
}

.list-dqxx .table-con .table-con1{
       width:250px;
}

.list-dqxx .table-con .table-con2{
       width:492px;
}
.list-dqxx .table-con .table-con3{
       width:195px;
}

.list-dqxx .txtMarquee-top .hd{    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}
.list-dqxx .txtMarquee-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.list-dqxx .txtMarquee-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;background: #ccc;
    border-radius: 50%; }
.list-dqxx .txtMarquee-top .hd ul li.on{background: #20528f;}


/* 在线访谈页 */
.zxft-yg, .zxft-wq, .zxft-zb, .zxft-tp{float:left;}
.zxft-yg h2, .zxft-wq h2, .zxft-zb h2, .zxft-tp h2{ 
     font-size:20px;
     padding:20px 0;
     font-weight:bold;
     text-align:left;   color:#d41011;
}
.zxft-yg{width:100%;padding-bottom: 20px; border-bottom: 1px dashed #ccc;}
.zxft-wq{width:100%;}
.zxft-wq .more{float:right;    margin-top: -43px;font-size:14px;}
.zxft-zb{width:100%;text-align:center; border-top: 1px dashed #ccc;
    margin-top: 20px;
}

.zxft-tp{border-top: 1px dashed #ccc;
    margin-top: 20px;
}

/* 微信二维码 */

.topbar .link1:hover .link1-img{
display:block !important;
position: absolute;
    top: 36px;
    left: -50%;
background: url(../images/weixin.jpg) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    z-index: 999;
    border: 2px solid #20528f;

}
.topbar .link3:hover .link3-img{
display:block !important;
position: absolute;
    top: 36px;
    left: -50%;
background: url(../images/phone-ewm.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    z-index: 999;
    border: 2px solid #20528f;
}

.ggpt1, .ggpt2, .ggpt3{position:relative;}



.ggpt1:hover .ggpt1-img{
display:block !important;
position: absolute;
    top: 120px;
    left: -50%;
background: url(../images/phone-ewm.png) no-repeat;
    background-size: 100%;
    width: 180px;
    height: 180px;
    z-index: 999;
    border: 2px solid #20528f;
}
.ggpt2:hover .ggpt2-img{
display:block !important;
position: absolute;
    top: 120px;
    left: -50%;
background: url(../images/weixin.jpg) no-repeat;
    background-size: 100%;
    width: 180px;
    height: 180px;
    z-index: 999;
    border: 2px solid #20528f;
}





/* 综合检索 */
.right-con .main-text-list .ssjg-lmlist{float:right;}
.right-con .main-text-list .ssjg-lmlist li{background:none;font-size:22px;font-weight:bold;color:#20528f;}
.right-con .main-text-list .ssjg-pxfs{float:left;font-size:22px;text-align:center;color:#fff;background:#d41011;line-height:55px;width:250px;}
.right-con .main-text-list .ssjg-pxfs .ssjg_paixu{position:relative;}
.right-con .main-text-list .ssjg-pxfs .ssjg_paixu ul{    position: absolute;top:55px;left:0;}
.right-con .main-text-list .ssjg-pxfs .ssjg_paixu ul li{background:#d41011;width:250px;padding:10px 0;}



/* 在线访谈 */
.zxft-list{overflow:hidden;}
.zxft-list li{float:left;widht:265px;height:300px;padding:10px 20px;}
.zxft-list .zxft-pic {width:265px;height:195px;overflow:hidden;display:block;}
.zxft-list .zxft-pic img{width:100%;height:100%;}
.zxft-list p{line-height:28px;font-size:14px;}


.zxft-picnews .yg-list li{margin:0; padding:10px; border:none;background:0;font-size:16px;line-height:28px;}
.zxft-picnews .yg-list .yg-pic{display:block;width:400px;heigth:300px;margin:0 auto;overflow:hidden;float:left;}
.zxft-picnews .yg-list .yg-pic img{width:100%;heigth:100%;}
.zxft-picnews .yg-list .yg-tit{float:left;width:500px;    margin-left: 20px;}
.zxft-picnews .yg-list .yg-tit p{padding-bottom:10px;}
.zxft-picnews .yg-list .yg-tit p.tit a{color:#20528f;}
.zxft-picnews .yg-list .yg-tit span{font-weight:bold;color:#20528f;}

.main-text-list .zxft-wq ul li{margin:0; padding:10px; border:none;background:0;font-size:16px;line-height:18px;}

/*政策法规内容页 */

table.zcfg-kz{margin:20px 0;font-size:15px;line-height:36px;width:100%; 
    }
table.zcfg-kz td{  border: 1px #D8D7D7 solid;
     padding-left: 30px;width:440px;}

table.zcfg-kz .hui {
    padding: 0;
    width: 140px;
    background: #F3F3F3;font-weight: bold;
}
table.zcfg-kz .hui p{    text-align: justify;
    width: 80px;
    margin: 0 auto;}

.r2 .zfwj-more{    width: 160px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    display: block;
    transition: all ease .2s;
    margin: 10px auto 0;}

.r2 .zfwj-more:hover{background: #20528f;
    border-color: #20528f;
    color: #fff;}
#slide5 .hd .main-tit ul{    margin-left: 100px;}
#slide5 .hd .main-tit li{    float: left;
    margin: 5px 10px;
    cursor: pointer;
    position: relative;}
#slide5 .hd .main-tit li.on:after {width:100%}
#slide5 .hd .main-tit li:after {
    position: absolute;
    content: '';
    top: 32px;
    width: 0;
    height: 6px;
    margin-top: 1px;
    left: 0;
    background: url(../images/bus-tab.png) center center no-repeat;}

.index .r2 .c2 .main-tit{    margin-bottom: 10px;}
.index .r2 .c2 .zfxx-links li {width:24.3%;float:left;}
.index .r2 .c2 .zfxx-links li a{
    display: block;
    margin: 6px 5px;
    background:* #fff;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0 5px;
    font-size: 14px;
    }
.index .r2 .c2 .zfxx-links li:hover a{    background: *#cd4d58;    color:* #fff;}