@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.top {
  height: 25px;
  line-height: 25px;
  background: #eee;
  font-size: 12px;
  color: #333;
}
.top2 {
  height: 136px;
}
.top2 .logo {
  background: url(../Image/logo.png) no-repeat left center;
  width: 950px;
  height: 136px;
}
.top2 .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top2 .tel {
  padding-left: 58px;
  background: url(../Image/btel.png) no-repeat left center;
  margin-top: 48px;
}
.top2 .tel span {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: 24px;
}
.top2 .tel b {
  display: block;
  font-size: 25px;
  color: #1b54a3;
  line-height: 32px;
}
.nav {
  height: 50px;
  line-height: 50px;
  background: #1b54a3;
  z-index: 999;
  width: 100%;
}
.nav li {
  float: left;
  width: 149px;
}
.nav li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav li a:hover,
.nav li a.on {
  background: #2296d4;
}
.nav span {
  display: block;
  float: left;
  width: 1px;
  height: 12px;
  margin-top: 14px;
  background: #1f61bd;
}
.index-search {
  height: 50px;
  background: #1b54a3;
  overflow: hidden;
}
.index-search .hot {
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
.index-search .hot a {
  color: #fff;
  margin-right: 20px;
}
.index-search .search {
  width: 330px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #bfbfbf;
  background: #fff;
  border-radius: 3px;
  margin-top: 8px;
  overflow: hidden;
}
.index-search .search input {
  display: block;
  height: 32px;
  line-height: 32px;
}
.index-search .search .search-text {
  float: left;
  padding-left: 25px;
  width: 260px;
}
.index-search .search .search-btn {
  float: right;
  width: 40px;
  cursor: pointer;
  background: url(../Image/search.png) no-repeat center;
}
.index-title {
  text-align: center;
  color: #fff;
  line-height: 1;
}
.index-title b {
  display: block;
  background: url(../Image/line.png) no-repeat center;
  font-size: 35px;
}
.index-title span {
  display: block;
  font-size: 12px;
  color: #cdcdcd;
  margin-top: 10px;
}
.index-cot {
  background: url(../Image/bg.gif) repeat;
}
.index-cot .container {
  background: url(../Image/map1.png) no-repeat center 140px;
  padding-top: 65px;
  padding-bottom: 70px;
}
.index-cot .list {
  margin-top: 110px;
}
.index-cot .list li {
  float: left;
  width: 145px;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}
.index-cot .list li:last-child {
  margin-right: 0;
}
.index-cot .list li:nth-child(3) {
  margin-left: 440px;
}
.index-cot .list li i {
  display: block;
  width: 125px;
  height: 125px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: no-repeat center;
}
.index-cot .list li b {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.index-cot .list li span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}
.index-cot .list li:nth-child(4) i {
  background-image: url("../Image/cot4.png");
}
.index-cot .list li:nth-child(3) i {
  background-image: url("../Image/cot3.png");
}
.index-cot .list li:nth-child(2) i {
  background-image: url("../Image/cot2.png");
}
.index-cot .list li:nth-child(1) i {
  background-image: url("../Image/cot1.png");
}
.footer {
  background: #1b54a3;
}
.footer .logo2 {
  float: left;
  height: 166px;
  width: 390px;
  background: url(../Image/logo3.png) no-repeat left center;
}
.footer .line {
  width: 1px;
  height: 106px;
  background: #6088bf;
  margin-top: 37px;
}
.footer .sub-nav {
  width: 432px;
  margin-top: 30px;
}
.footer .sub-nav ul {
  margin-left: 66px;
}
.footer .sub-nav ul li {
  float: left;
  margin-right: 54px;
}
.footer .sub-nav ul li a {
  font-size: 14px;
  color: #e8e8e8;
  line-height: 40px;
}
.footer .sub-nav ul li a:hover {
  color: #fff;
}
.footer .cot {
  width: 313px;
  font-size: 14px;
  color: #e8e8e8;
  line-height: 30px;
  margin-top: 30px;
}
.rights {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #afd4f7;
  background: #023f79;
}
.rights a {
  color: #afd4f7;
}
.rights a:hover {
  color: #fff;
}
.index-advantage {
  padding-top: 56px;
  padding-bottom: 75px;
}
.index-advantage .index-title {
  color: #1b54a3;
}
.index-advantage .list {
  margin-top: 47px;
}
.index-advantage .list li {
  float: left;
  width: 250px;
  margin-right: 66px;
}
.index-advantage .list li:last-child {
  margin-right: 0;
}
.index-advantage .list li i {
  display: block;
  width: 157px;
  height: 157px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background: no-repeat center;
}
.index-advantage .list li i span {
  display: block;
  width: 159px;
  height: 159px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-advantage .list li i span:hover {
  -moz-animation: rotate 1s infinite linear;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.index-advantage .list li strong {
  display: block;
  line-height: 1;
  margin-top: 34px;
  font-size: 14px;
  color: #666;
}
.index-advantage .list li .line {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  overflow: hidden;
  margin-top: 16px;
}
.index-advantage .list li .line span {
  display: block;
  float: left;
  height: 1px;
  width: 15px;
  background: #666;
}
.index-advantage .list li p {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 18px;
}
.index-advantage .list li:nth-child(4) i {
  background-image: url("../Image/ico4.png");
}
.index-advantage .list li:nth-child(4) span {
  background-image: url("../Image/ad4.png");
}
.index-advantage .list li:nth-child(3) i {
  background-image: url("../Image/ico3.png");
}
.index-advantage .list li:nth-child(3) span {
  background-image: url("../Image/ad3.png");
}
.index-advantage .list li:nth-child(2) i {
  background-image: url("../Image/ico2.png");
}
.index-advantage .list li:nth-child(2) span {
  background-image: url("../Image/ad2.png");
}
.index-advantage .list li:nth-child(1) i {
  background-image: url("../Image/ico1.png");
}
.index-advantage .list li:nth-child(1) span {
  background-image: url("../Image/ad1.png");
}
.index-pro {
  padding-top: 70px;
  padding-bottom: 66px;
  background: url(../Image/bg2.gif) repeat;
}
.index-pro .side {
  width: 272px;
  border: 5px solid #1b54a3;
}
.index-pro .side .title {
  text-align: center;
  line-height: 1;
  background: #1b54a3;
  padding: 17px 0;
}
.index-pro .side .title b {
  display: block;
  color: #fff;
  font-size: 30px;
}
.index-pro .side .title span {
  display: block;
  font-size: 14px;
  color: #6f9dde;
  margin-top: 8px;
}
.index-pro .side .list {
  background: #fff;
  height: 464px;
}
.index-pro .side .list li {
  height: 49px;
  line-height: 49px;
  width: 243px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #e0e0e0;
}
.index-pro .side .list li a {
  display: block;
  font-size: 14px;
  color: #666;
  background: url(../Image/li.png) no-repeat 218px center;
}
.index-pro .side .list li a:hover {
  color: #2296d4;
  background-image: url(../Image/lih.png);
}
.index-pro .pro {
  width: 890px;
}
.index-pro .pro li {
  float: left;
  width: 285px;
  margin-right: 17px;
  margin-bottom: 24px;
}
.index-pro .pro li:nth-child(3n) {
  margin-right: 0;
}
.index-pro .pro li a {
  display: block;
}
.index-pro .pro li a .img {
  width: 283px;
  height: 212px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.index-pro .pro li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .pro li a .img .more {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(29, 91, 177, 0.9) url(../Image/more.png) no-repeat center 78px;
  color: #fff;
  font-size: 14px;
  line-height: 250px;
  position: absolute;
  left: 0;
  top: -100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
}
.index-pro .pro li a span {
  display: block;
  text-align: center;
  height: 53px;
  line-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .pro li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-pro .pro li a:hover span {
  color: #1b54a3;
}
.index-case {
  padding-bottom: 30px;
}
.index-case .bar {
  background: url(../Image/bar.png) no-repeat center;
  height: 120px;
  padding-top: 27px;
}
.index-case .list {
  margin-top: 38px;
  margin-bottom: 15px;
}
.index-case .list li {
  width: 285px;
  float: left;
  margin-right: 20px;
}
.index-case .list li:nth-child(4n) {
  margin-right: 0;
}
.index-case .list li a {
  display: block;
}
.index-case .list li a .img {
  width: 275px;
  height: 205px;
  position: relative;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.index-case .list li a .img img {
  display: block;
  border-radius: 8px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-case .list li a .img .more {
  width: 275px;
  height: 205px;
  position: absolute;
  left: 4px;
  top: -210px;
  background: rgba(29, 91, 177, 0.9) url(../Image/more.png) no-repeat center 78px;
  color: #fff;
  font-size: 14px;
  line-height: 250px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
  border-radius: 5px;
}
.index-case .list li a span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 60px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-case .list li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-case .list li a:hover span {
  color: #1b54a3;
}
.index-about .index-title {
  color: #1b54a3;
}
.index-about .content {
  margin-top: 55px;
  background: url(../Image/about.jpg) no-repeat center;
  height: 707px;
  position: relative;
}
.index-about .content .container {
  position: relative;
}
.index-about .content .container .logo2 {
  width: 200px;
  height: 340px;
  background: rgba(29, 91, 177, 0.9) url(../Image/logo2.png) no-repeat center 160px;
  position: absolute;
  top: -17px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.index-about .content .container .logo2 span {
  display: block;
  font-size: 18px;
  padding-top: 62px;
}
.index-about .content .container .logo2 b {
  display: block;
  font-size: 24px;
  margin-top: 18px;
}
.index-about .content .about {
  width: 100%;
  height: 172px;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-about .content .about img {
  display: block;
  float: left;
  margin-left: -162px;
  margin-top: 6px;
}
.index-about .content .about .text {
  width: 907px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  padding-top: 16px;
}
.index-about .content .about a {
  display: block;
  float: right;
  width: 218px;
  height: 100%;
  line-height: 172px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #2296d4;
  position: relative;
}
.index-about .content .about a i {
  display: block;
  width: 192px;
  height: 147px;
  border: 3px solid #9fd3ee;
  position: absolute;
  left: 10px;
  top: 10px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-about .content .about a:hover i {
  width: 212px;
  height: 167px;
  top: 0;
  left: 0;
}
.index-news {
  padding-top: 58px;
  padding-bottom: 76px;
}
.index-news .index-title {
  color: #1b54a3;
}
.index-news .n-list {
  width: 525px;
  margin-top: 15px;
}
.index-news .n-list li {
  margin-top: 30px;
  overflow: hidden;
}
.index-news .n-list li a {
  display: block;
}
.index-news .n-list li a .time {
  text-align: center;
  line-height: 1;
}
.index-news .n-list li a .time span {
  display: block;
  color: #666;
  font-size: 50px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .n-list li a .time small {
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .n-list li a .line {
  width: 1px;
  height: 55px;
  background: #d8d8d8;
  margin-left: 18px;
  margin-top: 7px;
}
.index-news .n-list li a .text {
  width: 400px;
}
.index-news .n-list li a .text b {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .n-list li a .text p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 8px;
}
.index-news .c-img {
  width: 596px;
  height: 362px;
  border: 3px solid #bfbfbf;
  margin-top: 45px;
  overflow: hidden;
}
.index-news .c-img .mr_frbox {
  position: relative;
}
.index-news .c-img .mr_frbox .mr_frUl {
  width: 596px;
}
.index-news .c-img .mr_frbox .mr_frUl ul li {
  float: left;
}
.index-news .c-img .mr_frbox .mr_frUl ul li a {
  display: block;
}
.index-news .c-img .mr_frbox .mr_frUl ul li a img {
  display: block;
}
.index-news .c-img .mr_frbox .bt {
  width: 566px;
  padding-left: 30px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-news .c-img .mr_frbox .mr_frBtnL {
  width: 58px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 58px;
  background: url(../Image/left.png) no-repeat center #9c9c9c;
  cursor: pointer;
  z-index: 2;
}
.index-news .c-img .mr_frbox .mr_frBtnR {
  width: 58px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../Image/right.png) no-repeat center #2296d4;
  cursor: pointer;
  z-index: 2;
}
.sub-page {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.sub-page .sidebar .type {
  width: 272px;
  border: 5px solid #1b54a3;
}
.sub-page .sidebar .type .title {
  text-align: center;
  line-height: 1;
  background: #1b54a3;
  padding: 17px 0;
}
.sub-page .sidebar .type .title b {
  display: block;
  color: #fff;
  font-size: 30px;
}
.sub-page .sidebar .type .title span {
  display: block;
  font-size: 14px;
  color: #6f9dde;
  margin-top: 8px;
}
.sub-page .sidebar .type .list {
  background: #fff;
  padding-bottom: 60px;
}
.sub-page .sidebar .type .list li {
  height: 49px;
  line-height: 49px;
  width: 243px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #e0e0e0;
}
.sub-page .sidebar .type .list li a {
  display: block;
  font-size: 14px;
  color: #666;
  background: url(../Image/li.png) no-repeat 218px center;
}
.sub-page .sidebar .type .list li a:hover,
.sub-page .sidebar .type .list li a.on {
  color: #2296d4;
  background-image: url(../Image/lih.png);
}
.sub-page .sidebar .cot {
  width: 272px;
  border: 5px solid #1b54a3;
  margin-top: 45px;
}
.sub-page .sidebar .cot .title {
  text-align: center;
  line-height: 1;
  background: #1b54a3;
  padding: 17px 0;
}
.sub-page .sidebar .cot .title b {
  display: block;
  color: #fff;
  font-size: 30px;
}
.sub-page .sidebar .cot .title span {
  display: block;
  font-size: 14px;
  color: #6f9dde;
  margin-top: 8px;
}
.sub-page .sidebar .cot ul {
  padding-bottom: 20px;
}
.sub-page .sidebar .cot ul li {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding: 18px 0;
  width: 243px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed #e0e0e0;
}
.sub-page .locat {
  width: 890px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sub-page .locat i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #1b54a3;
}
.sub-page .locat b {
  display: block;
  float: left;
  font-size: 22px;
  color: #1b54a3;
  margin-left: 10px;
}
.sub-page .locat span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  margin-left: 8px;
  line-height: 30px;
}
.sub-page .locat .location {
  color: #666;
  font-size: 14px;
}
.sub-page .locat .location a {
  color: #666;
}
.sub-page .locat .location a:hover {
  color: #1b54a3;
}
.sub-page .pro-list {
  width: 890px;
}
.sub-page .pro-list li {
  float: left;
  width: 285px;
  margin-right: 17px;
  margin-bottom: 24px;
}
.sub-page .pro-list li:nth-child(3n) {
  margin-right: 0;
}
.sub-page .pro-list li a {
  display: block;
}
.sub-page .pro-list li a .img {
  width: 283px;
  height: 212px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.sub-page .pro-list li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a .img .more {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(29, 91, 177, 0.9) url(../Image/more.png) no-repeat center 78px;
  color: #fff;
  font-size: 14px;
  line-height: 250px;
  position: absolute;
  left: 0;
  top: -100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
}
.sub-page .pro-list li a span {
  display: block;
  text-align: center;
  height: 53px;
  line-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sub-page .pro-list li a:hover span {
  color: #1b54a3;
}
.sub-page .article {
  width: 890px;
}
.sub-page .article img {
  max-width: 890px;
}
.sub-page .article h2 {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}
.sub-page .article .pro-img {
  text-align: center;
}
.sub-page .article .pro-img img {
  max-width: 80%;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #1b54a3;
  color: #fff;
}
.sub-page .article .content {
  font-size: 16px;
  line-height: 2.5;
}
