body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
}
body {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", "Arial";
  font-size: 12px;
  color: #000000;
}
html {
  height: 100%;
}
.clr {
  clear: both;
  display: block;
}
header {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  background: url(../img/header-bg.jpg) no-repeat;
  border-bottom: 1px solid #00b2b3;
  z-index: 999;
}
header .header {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
header .header .logo {
  float: left;
  margin-top: 18px;
}
header .header .bd {
  float: right;
  margin-top: 55px;
  position: relative;
}
header .header .bd #q {
  background: url(../img/sousuo.png) no-repeat;
  height: 27px;
  line-height: 27px;
  text-indent: 12px;
  border: none;
  width: 208px;
  color: gray;
}
header .header .bd .button {
  background: url(../img/search.jpg) no-repeat;
  width: 33px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
.nav {
  width: 648px;
  float: right;
  margin-top: 55px;
  position: relative;
}
.nav .list {
  float: right;
}
.nav .list li {
  float: left;
}
.nav .list li a {
  display: block;
  text-align: center;
  line-height: 45px;
  padding: 0 20px;
  height: 45px;
  color: #1d50a2;
  font-size: 17px;
  position: relative;
}
.nav .list li a:hover {
  color: #00b2b3;
}
.nav .list li a:hover:after {
  content:'';
  background: url(../img/xiala-sj.png) no-repeat;
  position: absolute;
  bottom:0;
  left: 50%;
  margin-left: -8px;
  width: 13px;
  height: 6px;
}
.nav .list li .active {
  color: #00b2b3;
}
.nav .s-list {
  position: absolute;
  top: 45px;
  width: 108px;
  display: none;
}
.nav .s-list li a {
  display: block;
  background: url(../img/xiala-bj.png) repeat;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.nav .s-list li a:hover {
  background: url(../img/xl2.jpg) repeat;
}
.nav .s-list li a:hover:after{
  content:'';
  background: url(../img/xiala-sj.png) no-repeat;
  position: absolute;
  top:-6px;
  left: 50%;
  margin-left: -8px;
  width: 13px;
  height: 6px;
}
#pageContain {
  overflow: hidden;
  padding-top: 100px;
}
.page {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 0;
}
.contain {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 0;
}
.current .contain,
.slide .contain {
  display: block;
}
.current {
  display: block;
  z-index: 1;
}
.slide {
  display: block;
  z-index: 2;
}
.swipe {
  display: block;
  z-index: 3;
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}
#navBar {
  z-index: 3;
  position: absolute;
  top: 38%;
  right: 3%;
}
#navBar .active {
  height: 19px;
  width: 12px;
  margin-left: 0;
}
#navBar .active:after{
   content: '';
  position: absolute;
  background: #1c4fa1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
    right: -4px;
    top: 0px;
}
#navBar .active span {
  right: 17px;
  top: -4px;
  color: #00b1b2;
}
.page3 .contain {
  background: url(../img/bg3.jpg) no-repeat bottom center;
}
#navBar li {
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .7s ease;
  height: 19px;
  border: 0;
  position: relative;
  margin-left: 4px;
}
#navBar li:before{
  content: "";
  position: absolute;
  background: #1c4fa1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  right: 0;
  top:4px;
}
#navBar li:hover:after {
  content: '';
  position: absolute;
  background: #1c4fa1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
    right: -4px;
    top: 0px;
}
#navBar li:hover {
  height: 19px;
  margin-left: 0;
}
#navBar li:hover span {
  right: 17px;
  top: -4px;
  color: #00b1b2;
}
#navBar li span {
  position: absolute;
  right: 17px;
  color: #fff;
  font-size: 14px;
  width: 60px;
  text-align: right;
  top: -4px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  width: 100%;
  z-index: 999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
@-webkit-keyframes gupIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
}
@-moz-keyframes gupIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -30px, 0);
  }
}
@keyframes gupIn {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
@-webkit-keyframes gdownIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
}
@-moz-keyframes gdownIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 300px, 0);
  }
}
@keyframes gdownIn {
  from {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
  }
}
@-webkit-keyframes gleftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes gleftIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes gleftIn {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes grightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes grightIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes grightIn {
  0% {
    opacity: 0;
    transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(800px) rotateX(90deg) scale(0.86);
  }
  40% {
    -webkit-transform: perspective(800px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(800px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateX(0deg) scale(1);
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(800px) rotateX(90deg) scale(0.86);
  }
  40% {
    -moz-transform: perspective(800px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(800px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(800px) rotateX(0deg) scale(1);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(800px) rotateX(90deg) scale(0.86);
  }
  40% {
    transform: perspective(800px) rotateX(-10deg);
  }
  70% {
    transform: perspective(800px) rotateX(10deg);
  }
  100% {
    transform: perspective(800px) rotateX(0deg) scale(1);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(800px) rotateX(0deg) scale(1);
  }
  100% {
    -webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(800px) rotateX(0deg) scale(1);
  }
  100% {
    -moz-transform: perspective(800px) rotateX(-90deg) scale(0.86);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(800px) rotateX(0deg) scale(1);
  }
  100% {
    transform: perspective(800px) rotateX(-90deg) scale(0.86);
  }
}
.page2{
	height:690px;
	width:100%;
	border-bottom:1px solid #7ad3d1
}
.page3{
	height:690px;
	width:100%;
	border-bottom:1px solid #7ad3d1
	
}
.page4{
	border-bottom:1px solid #7ad3d1;
	height:981px;
	width:100%
}
.page41{
	border-bottom:1px solid #7ad3d1;
	 
	width:100%
}
.page5{
	height:690px;
	width:100%;
	border-bottom:1px solid #7ad3d1
}
.page6{
	height:690px;
	width:100%;
 
}
.page-out .contain{
	display:block
}
.page2 .contain {
  background: url(../img/bg2.jpg) no-repeat center bottom;
}
.page2 .contain .idx-case {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.page2 .contain .idx-case .cases {
  height: 380px;
  width: 100%;
  text-align: center;
}
.page2 .contain .idx-case .cases .my-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.page2 .contain .idx-case .cases .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.page2 .contain .idx-case .cases .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page3.current .idx-jj {
  -webkit-animation: gdownIn 1s  both;
  -moz-animation: gdownIn 1s  both;
  animation: gdownIn 1s  both;
  opacity: 1;
}
.page4 .contain {
  background-image: url(../img/bg4.jpg);
  background-size:100%;
}
.page41 .contain {
  background-image: url(../img/bg4.jpg);
  background-size:100%;
}
.idx-dsj {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top:131px;
  text-align: center;
  
}
 
.idx-dsj ul {
  background: url(../img/dsj-x.png) repeat-y center top;
}
.idx-dsj ul .left {
  width: 500px;
  padding-right: 50px;
  background: url(../img/dsj-ys.png) no-repeat;
  background-position: 100% 9px;
  float: left;
  min-height: 60px;
}
.idx-dsj ul .left .title {
  color: #3e3a39;
  font-size: 14px;
  float: left;
  width: 400px;
  text-align: right;
  line-height: 30px;
}
.idx-dsj ul .left .time {
  float: right;
  font-size: 18px;
  color: #1c4fa1;
   line-height: 30px;
}
.idx-dsj ul .right {
  width: 500px;
  padding-left: 50px;
  background: url(../img/dsj-ys2.png) no-repeat center bottom;
  background-position: 0 9px;
  float: left;
  min-height: 60px;
}
.idx-dsj ul .right .title {
  color: #3e3a39;
  font-size: 14px;
  float: right;
  width: 400px;
  text-align: left;
      line-height: 30px;
}
.idx-dsj ul .right .time {
  float: left;
  font-size: 18px;
  color: #1c4fa1;
  line-height: 30px;
}
.page4.current .idx-dsj {
  -webkit-animation: gdownIn 1s  both;
  -moz-animation: gdownIn 1s  both;
  animation: gdownIn 1s  both;
  opacity: 1;
}
.page41.current .idx-dsj {
  -webkit-animation: gdownIn 1s  both;
  -moz-animation: gdownIn 1s  both;
  animation: gdownIn 1s  both;
  opacity: 1;
}
.page5 .contain {
  background: url(../img/bg5.jpg) no-repeat center bottom;
}
.page5 .contain .idx-td {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
.page5 .contain .idx-td img {
  
}
.page5 .contain .idx-td div {
  background: url(../img/tdwh.png) no-repeat ;
  height: 370px;
}
.page5 .contain .idx-td div p {
  line-height: 24px;
  padding-left: 100px;
  color: #3e3a39;
  font-size: 16px;
  padding-top: 16px;
  width: 340px;
  margin: 0 auto;
}
.page5.current img {
  -webkit-animation: gleftIn 1s  both;
  -moz-animation: gleftIn 1s  both;
  animation: gleftIn 1s  both;
  opacity: 1;
}
.page6 .contain {
  background: url(../img/bg6.jpg) no-repeat center bottom;
}
.page6 .contain .idx-news {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  text-align: center;
 
}
.page6 .contain .idx-news .i-img {
  margin-bottom: 3%;
}
.page6 .contain .idx-news ul li {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  height: 150px;
}
.page6 .contain .idx-news ul .left div {
  float: left;
  width: 285px;
  position: relative;
  height: 100%;
}
.page6 .contain .idx-news ul .left div p {
  color: #3E3A39;
  line-height: 24px;
  text-align: right !important;
  margin-top: 10px;
  font-size:14px;

}
.page6 .contain .idx-news ul .left div .title {
  color: #1C4FA1;
  font-size: 16px;
  line-height: 24px;
  text-align: right !important;
  display: block;
  margin-top: 0px;
}
.page6 .contain .idx-news ul .left div .more {
  color: #00B1B2;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size:14px;
}
.page6 .contain .idx-news ul .left .img {
  float: right;
  margin-right: 27px;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.page6 .contain .idx-news ul .right div {
  float: left;
  width: 285px;
  position: relative;
  height: 100%;
}
.page6 .contain .idx-news ul .right div p {
  color: #3E3A39;
  line-height: 24px;
  text-align: left !important;
  margin-top: 10px;
  font-size:14px;
}
.page6 .contain .idx-news ul .right div .title {
  color: #1C4FA1;
  font-size: 16px;
  line-height: 24px;
  text-align: left !important;
  display: block;
  margin-top: 0px;
}
.page6 .contain .idx-news ul .right div .more {
  color: #00B1B2;
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size:14px;
}
.page6 .contain .idx-news ul .right .img {
  float: left;
  margin-right: 38px;
  margin-left: 27px;
   width: 200px;
  height: 150px;
  overflow: hidden;
}
.page6.current .idx-news {
  -webkit-animation: gdownIn 1s  both;
  -moz-animation: gdownIn 1s  both;
  animation: gdownIn 1s  both;
  opacity: 1;
}
.page7 .contain {
  background: url(../img/footer-bg.png) no-repeat #fff bottom center;
}
.contain .idx-lx {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 170px;
  text-align: center;
}
.contain .idx-lx .left {
  width: 500px;
  float: left;
  height: 243px;
}
.contain .idx-lx .right {
  width: 500px;
  float: right;
}
.contain .idx-lx ul {
  margin-top: 50px;
  border-bottom: 1px solid #7bd5d6;
  height: 190px;
}
.contain .idx-lx li {
  width: 64px;
  float: left;
  text-align: center;
  margin-left: 135px;
}
.contain .idx-lx li .title {
  line-height: 30px;
  font-size: 16px;
  color: #1c4fa1;
  display: block;
}
.contain .idx-lx li .second a {
  line-height: 30px;
  color: #3e3a39;
  font-size: 14px;
  display: block;
}
.contain .idx-lx li .second a:hover {
  color: #00b1b2;
}
.contain .idx-lx .first {
  margin-left: 10px;
}
.contain .idx-lx .l {
  color: #3E3A39;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.contain .idx-lx .r {
  color: #3E3A39;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
}
.contain .foot-bg {
  text-align: center;
  position: absolute;
  background: #214d98;
  height:40px;
  width: 100%;
  bottom: 0;
}
.idx-jj {
  width: 1100px;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
 
}
.idx-jj img {
  float: left;
}
.idx-jj div {
  float: right;
  width: 556px;
  position: relative;
  height: 392px;
}
.idx-jj div div {
  height: 310px;
  overflow: hidden;
  
}
.idx-jj div div p {
  line-height: 28px;
  color: #3e3a39;
  font-size: 16px;
  text-align:justify;
  text-indent:32px;
}
.idx-jj div div:after {
  
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: -4px;
    width: 100px;
}
.idx-jj div a {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 28px;
  color: #3e3a39;
  font-size: 14px;
  color: #1c4fa1;
}
.xxdsj-slide {
  width: 1100px;
  height: 367px;
  margin-top: 43px;
  overflow: hidden;
}
.xxdsj-slide li {
  width: 550px;
  height: 367px;
  text-align: center;
}
.xxdsj-slide li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.xxdsj-slide li a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #04a7a4;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  display: none;
}
.roundabout-in-focus p {
  display: block !important;
}
.xxdsj-slide .roundabout-holder {
  height: 367px;
  width: 100%;
}
.xxdsj-slide .xxdsj-box .xxdsj-container .xxdsj-con-left {
  float: left;
}
.xxdsj-slide .xxdsj-box .xxdsj-container .xxdsj-con-right {
  float: right;
  width: 367px;
}
.roundabout-moveable-item {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.roundabout-in-focus {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.common {
  padding-top: 100px;
 
}
.common .s-nav-bg {
  background: #00b1b2;
}
.common .s-nav-bg .s-nav {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.common .s-nav-bg .s-nav a {
  display: inline-block;
  width: 150px;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  border-right: 1px solid #fff;
    margin: 10px 0;
}
.common .s-nav-bg .s-nav .fir {
  border-left: 1px solid #fff;
}
.common .s-nav-bg .s-nav a:hover {
  color: #1c4fa1;
}
.common .s-nav-bg .s-nav .active {
  color: #1c4fa1;
}
.common .content {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-top: 45px;
   padding-bottom: 25px;
}

.common .content .lo {
  text-align: center;
  margin-bottom: 25px;
}
.common .content div p {
  line-height: 24px;
  color: #595757;
  font-size: 16px;
}
.common .content .part {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  position: relative;
}
.common .content .part div {
  height: 253px;
  overflow: hidden;
}
.common .content .part p {
  text-align: center;
    position: absolute;
  bottom:0;
  width: 100%;
}
.common .content .part .active {
 background: url(../img/albg.png) repeat center;
  color: #fff;
}
.common .content .s-slide {
  height: 570px;
  margin-top: 45px;
}
.common .content .arrow-left {
  background: url(../img/gszx-zjt.png) no-repeat left top;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -80px;
  width: 27px;
  height: 51px;
  z-index: 9;
}
.common .content .arrow-right {
  background: url(../img/gszx-yjt.png) no-repeat left bottom;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -80px;
  width: 27px;
  height: 51px;
  z-index: 9;
}
.common .content .arrow-left1 {
  background: url(../img/gszx-zjt.png) no-repeat left top;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: 51px;
  z-index: 9;
}
.common .content .arrow-right1 {
  background: url(../img/gszx-yjt.png) no-repeat left bottom;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: 51px;
  z-index: 9;
}
.common .content .s-con .title {
  text-align: center;
  line-height: 30px;
  color: #1c4fa1;
  font-size: 20px;
}
.common .content .s-con .time {
  border-bottom: #666 1px dashed;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 20px;
}
.common .content .s-con .time em {
  color: #999;
}
.common .content .s-con div {
  margin-top: 20px;
}
.common .content .s-con div p {
  line-height: 28px;
  color: #595757;
  font-size: 16px;
}
.common .list {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 30px;
}
.common .list .lo {
  text-align: center;
  margin-bottom: 40px;
}
.common .list .list {
  padding: 0;
}
.common .list .list li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.common .list .list li a {
  display: block;
  width: 360px;
  position: relative;
  background: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 265px;
  overflow: hidden;
}
.common .list .list li a .new {
  background: url(../img/new.png) no-repeat top left;
  width: 53px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.common .list .list li a .new-info .thumb {
  width: 360px;
  height: 265px;
  overflow: hidden;
}
.common .list .list li a .new-info .sqr {
  padding: 15px;
  height: 235px;
  position: absolute;
  top: 265px;
  background: url(../img/tmbg.png) repeat;
  z-index: 20;
  opacity: 0;
  width: 100%
}
.common .list .list li a .new-info .sqr .title {
  line-height: 42px;
  color: #fff;
  font-size: 15px;
}
.common .list .list li a .new-info .sqr .des {
  line-height: 24px;
  color: #fff;
}
.common .list .list li a .new-info .sqr .more {
  line-height: 26px;
  color: #fff;
  padding-top: 30px;
}
.common .list .container {
  position: relative;
  text-align: center;
}
.common .list .container .box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.common .list .container .box a .title {
  position: absolute;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  background: url(../img/albg.png) no-repeat center;
  bottom: 0;
}
.common .list .container .box a .sqr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 230px;
  left: 0;
  text-align: center;
  opacity: 0;
  background: url(../img/tmk.png) repeat;
}
.common .list .container .box a .sqr p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin-top: 100px;
}
@media screen and (min-width: 720px) {
  .common .list .box
   {
    width: 31.333333%;
    margin: 15px 1%;
    float: left;
    border-radius: 8px;
  }
}
@media screen and (min-width: 720px) {
 
  .common .list .container .grid-sizer {
    width: 31.333333%;
    margin: 15px 1%;
    float: left;
    border-radius: 8px;
  }
}
.list .list li a:hover {
  background: #1c4fa1;
}
.list .list li a:hover div p {
  color: #fff !important;
}
.content-bg {
	 
  background-image: url(../img/bg4.jpg);
  background-size:100%;
}
.pages {
  margin-top: 30px;
   position:relative;
   text-align:center;
   color:#595757;font-size: 14px;
}
.pages a {
	font-size:16px;
	text-align:center;
  height: 26px;
  line-height:26px;
 display:inline-block;
  margin-right: 5px;
   color: #595757;
   border:1px solid #e5e5e5;
   padding: 0 5px;
}

.pages .prev {
  background: url(../img/fy-2.png) no-repeat;
}

.pages input {
  width: 52px;
  height: 26px;
  float: left;
  line-height: 26px;
  color: #595757;
  font-size: 14px;
  border: 1px solid #80d8da;
  margin-right: 5px;
  text-indent: 10px;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", "SimSun" !important;
}
.pages span {
	 color: #fff;
  background:#00B1B1;
  
 font-size:16px;
 display:inline-block;
  text-align:center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
}
.pages li{
    display: inline-block;
    float:none !important;
    width:auto !important;
  
    margin-left:5px !important;
}
.pages li a{
      padding:6px;
      margin:0;
      height:auto;
      line-height: 1;
      color:#595757;
      border:1px solid #e5e5e5;
}
.pages li.active a{
    background: #00B1B1;
    color:#fff;
    border-color:#00B1B1;
}
.rc .top {
  padding: 30px;

  padding-bottom: 15px;
  border-bottom: #8ea7cf 1px solid;
}
.rc .top p {
  display: inline-block;
  color: #00b1b2;
  margin-left: 100px;
  font-size: 21px;
  width: 90px;
  line-height: 1;
  text-align: center;
}
.rc .part {
  padding:15px 30px;
  border-bottom: #8ea7cf 1px solid;
  
  display: block;
  position: relative;
}
.rc .part:hover p {
	color:#1d50a2;
}

.rc .part p {
  display: inline-block;
  color: #585657;
  margin-left: 92px;
  font-size: 16px;
  width: 100px;
  line-height: 1;
  text-align: center;
}
/* .rc .part::before { */
  /* content: '+'; */
  /* position: absolute; */
  /* right: 30px; */
  /* top: 9px; */
  /* color: #1f4fa3; */
  /* font-size: 20px; */
/* } */
/* .rc .part::after { */
  /* content: '-'; */
  /* position: absolute; */
  /* right: 30px; */
  /* top: 9px; */
  /* color: #1f4fa3; */
  /* font-size: 20px; */
/* } */
.rc .info {
  padding: 20px 30px;
  display: none;
}
.rc .info p {
  line-height: 30px;
  color: #595757;
  font-size: 14px;
}
.rc .info h5 {
  color: #1c4fa1;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.rc .info a {
  color: #06c;
  line-height: 30px;
  font-size: 16px;
  padding-top: 30px;
  display: block;
}
.rc .info a span {
  font-size: 14px;
  color: #06c;
}

.search {
  width: 1100px;
  margin: 0 auto;
  padding-top: 140px;
}
.search .t {
  color: #4c4c4c;
  font-size: 16px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
  margin-bottom:30px;
}
.search .t span {
  color: #fc0404;
}
.search li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
.search li div a {
  color: #1c4fa1;
  line-height: 1;
  font-size: 18px;
  display: block;
}
.search li div p {
  color: #808080;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
}
.search li .adds {
  color: #999999;
  line-height: 1;
  font-size: 14px;
  font-style: oblique;
}
.xxdsj-slide {
  position: relative;
}
.xxdsj-prev {
  position: absolute;
  width: 27px;
  height:51px;
   top:150px;
  left: 50px;
  z-index: 999999;
  background: url(../img/left.png) no-repeat;
}
.xxdsj-next {
  position: absolute;
  width: 27px;
  height:51px;
  top:150px;
  right: 50px;
  z-index: 999999;
  background: url(../img/right.png) no-repeat;
}

.f14{
  margin-top: 80px;
  margin-bottom: 40px;
}
.f14 strong,.f14 a {
  font-weight: normal;
  color: #1b4fa2;
  font-size: 14px;
  line-height: 30px;
}
.f14 a:hover{
  color:  #00b1b2;
}
.back{
  width: 56px;
  height: 25px;
  position: absolute;
  bottom:0;
  right:0;
  background: url(../img/back.png) no-repeat;
}


