@-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);
  }
}
.top {
  height: 120px;
}
.top .logo {
  display: block;
  background: url(../Image/logo.png) no-repeat left center;
  width: 533px;
  height: 120px;
}
.top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top .text {
  height: 120px;
  background: url(../Image/btel.png) no-repeat left center;
  padding-left: 90px;
  line-height: 1;
}
.top .text .sml {
  font-size: 16px;
  color: #414141;
  padding-top: 25px;
}
.top .text .sml span {
  font-size: 14px;
  color: #666;
}
.top .text .tel {
  font-size: 30px;
  color: #f4811b;
  padding-top: 10px;
}
.nav {
  height: 50px;
  line-height: 50px;
  background: #0171bb;
}
.nav li {
  float: left;
  width: 149px;
  border-left: 1px solid #1b7fc2;
  border-right: 1px solid #1b7fc2;
  margin-left: -1px;
}
.nav li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.nav li a:hover,
.nav li a.on {
  background-color: #f4811b;
}
.footer {
  background: url(../Image/footer.gif) repeat;
}
.footer .text {
  width: 910px;
}
.footer .text .subnav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #424242;
}
.footer .text .subnav li {
  float: left;
  width: 113px;
}
.footer .text .subnav li a {
  font-size: 14px;
  color: #fff;
}
.footer .text .subnav li a:hover {
  color: #f4811b;
}
.footer .text .cots {
  width: 100%;
  height: 120px;
  line-height: 40px;
  padding-top: 25px;
  font-size: 14px;
  color: #c8c8c8;
}
.footer .text .cots li {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
}
.footer .text .rights {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #c8c8c8;
  border-top: 1px solid #424242;
}
.footer .text .rights a {
  color: #c8c8c8;
}
.footer .text .rights a:hover {
  color: #fff;
}
.footer .logo2 {
  height: 149px;
  background: url(../Image/logo2.jpg) no-repeat center;
  width: 237px;
  margin-top: 50px;
}
.index-title {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.index-title i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #0171bb;
  margin-top: 9px;
}
.index-title b {
  display: block;
  float: left;
  font-size: 22px;
  color: #0171bb;
  margin-left: 10px;
}
.index-title span {
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  margin-left: 8px;
  line-height: 48px;
}
.index-title a {
  display: block;
  float: right;
  width: 130px;
  height: 40px;
  text-align: center;
  background: #0171bb;
  color: #fff;
}
.index-title a:hover {
  background: #f4811b;
}
.index-pro {
  padding-top: 80px;
  padding-bottom: 60px;
}
.index-pro .type {
  height: 50px;
  line-height: 50px;
}
.index-pro .type li {
  float: left;
  width: 220px;
  margin-right: 25px;
}
.index-pro .type li:last-child {
  margin-right: 0;
}
.index-pro .type li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #eaeaea;
}
.index-pro .type li a:hover {
  background-color: #0171bb;
  color: #fff;
}
.index-pro .index-title {
  margin-top: 40px;
}
.index-pro .list {
  margin-top: 25px;
}
.index-pro .list li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.index-pro .list li a {
  display: block;
}
.index-pro .list li a .img {
  border: 1px solid #c8c8c8;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 378px;
  height: 212px;
  overflow: hidden;
}
.index-pro .list li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .list li a span {
  display: block;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.index-pro .list li a span i {
  display: block;
  background: url(../Image/add.png) no-repeat center #c8c8c8;
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .list li a:hover .img {
  border-color: #0171bb;
}
.index-pro .list li a:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-pro .list li a:hover span {
  border-color: #0171bb;
  color: #0171bb;
}
.index-pro .list li a:hover span i {
  background-color: #0171bb;
}
.index-bar {
  background: url(../Image/bar.jpg) no-repeat center;
  height: 190px;
  color: #fff;
  text-align: center;
}
.index-bar b {
  display: block;
  font-size: 36px;
  line-height: 1;
  padding-top: 38px;
  letter-spacing: 5px;
}
.index-bar span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 23px;
  letter-spacing: 2px;
}
.advantage {
  padding-top: 80px;
  padding-bottom: 80px;
}
.advantage .title1 {
  border-bottom: 2px solid #0171bb;
  font-weight: bold;
}
.advantage .title1 .sml {
  font-size: 40px;
  color: #fff;
  background: url(../Image/sml.png) no-repeat;
  width: 289px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  margin-left: 236px;
  letter-spacing: 5px;
}
.advantage .title1 .big {
  font-size: 50px;
  color: #323232;
  line-height: 59px;
  letter-spacing: 6px;
  margin-right: 300px;
}
.advantage .title2 .sanjiao {
  border-top: 14px solid #0171bb;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  margin-left: 365px;
}
.advantage .title2 .en {
  font-size: 30px;
  color: #bfbfbf;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 148px;
}
.advantage .box .title {
  width: 155px;
  height: 310px;
  background: #0171bb;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.advantage .box .title .num {
  font-size: 100px;
  padding-top: 40px;
  font-weight: 100;
}
.advantage .box .title .line {
  width: 144px;
  height: 1px;
  background: #fff;
  margin-top: 25px;
}
.advantage .box .title .big {
  font-size: 30px;
  margin-top: 30px;
}
.advantage .box .title .sml {
  font-size: 12px;
  margin-top: 12px;
  letter-spacing: -1px;
}
.advantage .box .text {
  width: 465px;
  margin-left: 40px;
}
.advantage .box .text .tit {
  font-size: 30px;
  line-height: 1;
  color: #f4811b;
  margin-top: 20px;
}
.advantage .box .text .sml {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  letter-spacing: 2px;
  margin-top: 20px;
}
.advantage .box .text .sml span {
  color: #f4811b;
}
.advantage .box .text .en {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: 25px;
  letter-spacing: 1px;
}
.advantage .box1 {
  margin-top: 60px;
}
.advantage .box2 .text {
  margin-top: 35px;
}
.advantage .box2 .title {
  margin-top: 35px;
}
.advantage .box3 {
  margin-top: 22px;
}
.advantage .box3 img {
  margin-top: 60px;
}
.advantage .box4 {
  margin-top: 42px;
}
.advantage .box4 .text {
  margin-top: 90px;
}
.advantage .box4 .title {
  margin-top: 50px;
}
.index-bar2 {
  height: 190px;
  background: url(../Image/bar2.gif) repeat;
}
.index-bar2 img {
  display: block;
  float: left;
  margin-top: -12px;
  margin-left: -60px;
}
.index-bar2 .text {
  color: #fff;
  text-align: right;
  overflow: hidden;
}
.index-bar2 .text .big {
  font-size: 36px;
  line-height: 1;
  padding-top: 20px;
  letter-spacing: 1px;
}
.index-bar2 .text .sml {
  font-size: 16px;
  line-height: 25px;
  margin-top: 18px;
  letter-spacing: 1px;
}
.index-bar2 .text a {
  display: block;
  float: right;
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  color: #0171bb;
  font-size: 14px;
  margin-top: 14px;
}
.index-bar2 .text a:hover {
  color: #f4811b;
}
.index-news {
  padding-top: 80px;
  padding-bottom: 70px;
}
.index-news .list {
  margin-top: 15px;
}
.index-news .list .one {
  width: 420px;
}
.index-news .list .one a {
  display: block;
}
.index-news .list .one a .img {
  width: 420px;
  height: 244px;
  overflow: hidden;
}
.index-news .list .one a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .one a .text {
  padding: 18px;
  background: #f6f6f6;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .one a .text .tit {
  font-size: 16px;
  color: #0171bb;
  line-height: 25px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .one a .text .desc {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  margin-top: 10px;
  padding-bottom: 10px;
}
.index-news .list .one a:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-news .list .one a:hover .text {
  background: #0171bb;
}
.index-news .list .one a:hover .text .tit {
  color: #fff;
}
.index-news .list .one a:hover .text .desc {
  color: #fff;
}
.index-news .list .lists {
  width: 735px;
}
.index-news .list .lists li {
  overflow: hidden;
  margin-bottom: 10px;
}
.index-news .list .lists li a {
  display: block;
}
.index-news .list .lists li a .img {
  width: 174px;
  height: 108px;
  border: 2px solid #aaa;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
}
.index-news .list .lists li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .lists li a .text {
  width: 543px;
  height: 110px;
  border: 1px solid #aaa;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
}
.index-news .list .lists li a .text .date {
  margin-left: 27px;
  margin-top: 20px;
}
.index-news .list .lists li a .text .date .day {
  width: 67px;
  height: 46px;
  border: 2px solid #aaa;
  text-align: center;
  color: #aaa;
  line-height: 46px;
  font-size: 30px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .lists li a .text .date .ym {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-top: 10px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .lists li a .text .oth {
  width: 395px;
  margin-right: 20px;
  margin-top: 23px;
}
.index-news .list .lists li a .text .oth .tit {
  font-size: 16px;
  color: #666;
  line-height: 1;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .lists li a .text .oth .desc {
  font-size: 14px;
  color: #999;
  line-height: 21px;
  margin-top: 14px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .list .lists li a:hover .img {
  border-color: #0171bb;
}
.index-news .list .lists li a:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-news .list .lists li a:hover .text {
  border-color: #0171bb;
  background: #0171bb;
}
.index-news .list .lists li a:hover .text .date .day {
  border-color: #fff;
  color: #fff;
}
.index-news .list .lists li a:hover .text .date .ym {
  color: #fff;
}
.index-news .list .lists li a:hover .text .oth .tit {
  color: #fff;
}
.index-news .list .lists li a:hover .text .oth .desc {
  color: #fff;
}
.sub-page {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.sub-page .sidebar {
  width: 255px;
}
.sub-page .sidebar .title {
  height: 102px;
  background: #0171bb;
  text-align: center;
  line-height: 1;
}
.sub-page .sidebar .title .en {
  font-size: 40px;
  color: #3783c3;
  padding-top: 30px;
  letter-spacing: -8px;
  font-weight: 100;
}
.sub-page .sidebar .title .cn {
  font-size: 30px;
  color: #fff;
  margin-top: -37px;
  font-weight: bold;
}
.sub-page .sidebar .title .line {
  width: 54px;
  height: 2px;
  background: #87bada;
  margin-top: 15px;
}
.sub-page .sidebar .type {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  padding-bottom: 30px;
}
.sub-page .sidebar .type li {
  border-bottom: 1px solid #dadada;
  height: 54px;
  line-height: 54px;
}
.sub-page .sidebar .type li a {
  display: block;
  padding-left: 30px;
  border-left: 4px solid #f1f1f1;
  font-size: 16px;
  color: #666;
  position: relative;
}
.sub-page .sidebar .type li a span {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}
.sub-page .sidebar .type li a:hover,
.sub-page .sidebar .type li a.on {
  background: #fff;
  color: #0171bb;
  border-color: #0171bb;
}
.sub-page .sidebar .title2 {
  margin-top: 25px;
}
.sub-page .sidebar .title2 .en {
  letter-spacing: -2px;
}
.sub-page .sidebar .cots {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.sub-page .sidebar .cots li {
  border-bottom: 1px solid #dadada;
  line-height: 54px;
  padding: 0 20px;
}
.sub-page .sidebar .cots li:last-child {
  line-height: 30px;
  border-bottom: 0;
}
.sub-page .locat {
  width: 915px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sub-page .locat i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #0171bb;
}
.sub-page .locat b {
  display: block;
  float: left;
  font-size: 22px;
  color: #0171bb;
  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: #0171bb;
}
.sub-page .pro-list {
  width: 930px;
}
.sub-page .pro-list li {
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
  width: 295px;
}
.sub-page .pro-list li a {
  display: block;
}
.sub-page .pro-list li a .img {
  border: 1px solid #c8c8c8;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 293px;
  height: 165px;
  overflow: hidden;
}
.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 span {
  display: block;
  height: 43px;
  line-height: 21px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  position: relative;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
}
.sub-page .pro-list li a span i {
  display: block;
  background: url(../Image/add.png) no-repeat center #c8c8c8;
  width: 40px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a:hover .img {
  border-color: #0171bb;
}
.sub-page .pro-list li a:hover .img 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 {
  border-color: #0171bb;
  color: #0171bb;
}
.sub-page .pro-list li a:hover span i {
  background-color: #0171bb;
}
.sub-page .article {
  width: 915px;
}
.sub-page .article img {
  max-width: 915px;
}
.sub-page .article h1 {
  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: #0171bb;
  color: #fff;
}
.sub-page .article .content {
  font-size: 16px;
  line-height: 2.5;
}
