@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

/*header*/
header {
  background: #ffffff;
  box-shadow: 5px 5px 5px #dddddd;
  height: 116px;
  position: relative;
  z-index: 999;
}
header .logo {
  padding-top: 10px;
}
header .logo img {
  display: block;
}
header nav {
  margin-left: 110px;
}
header nav ul li {
  float: left;
  width: 105px;
  margin-left: 1px;
  position: relative;
}
header nav ul li > a {
  display: block;
  padding-top: 20px;
  height: 96px;
  text-align: center;
  color: #989898;
  font-size: 14px;
}
header nav ul li > a .icon {
  display: block;
  width: 35px;
  height: 28px;
  position: relative;
  margin: 0 auto 10px;
}
header nav ul li > a .icon img {
  position: absolute;
  top: 0;
  left: 0;
}
header nav ul li > a .icon img.img-h {
  display: none;
}
header nav ul li > a:hover, header nav ul li > a.current {
  background: #0b2b4d;
  color: #ffffff;
}
header nav ul li > a:hover .icon img.img-d, header nav ul li > a.current .icon img.img-d {
  display: none;
}
header nav ul li > a:hover .icon img.img-h, header nav ul li > a.current .icon img.img-h {
  display: block;
}
header nav ul li .down-menu {
  height: 40px;
  line-height: 40px;
  background: #0b2b4d;
  width: 876px;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  display: none;
}
header nav ul li .down-menu a {
  display: inline-block;
  margin: 0 15px;
  color: #ffffff;
}
header nav ul li .down-menu a:hover {
  color: #ef7f01;
}
header .tel-search {
  padding-top: 16px;
}
header .tel-search .tel {
  color: #ef7f01;
}
header .tel-search .tel span {
  display: block;
  font-size: 20px;
  font-family: "宋体", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
header .tel-search .search .s-inp {
  border: 1px solid #d4d1d1;
  width: 90px;
  padding: 0 20px 0 10px;
  height: 24px;
  line-height: 24px;
}
header .tel-search .search .s-btn {
  background: url("../images/img-02.png") no-repeat center center;
  width: 16px;
  height: 26px;
  border: none;
  margin-left: -20px;
}

/*banner*/
.slideBox {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul li {
  height: 480px;
  width: 100%;
}
.slideBox .bd ul li a {
  display: block;
  height: 480px;
  width: 100%;
}
.slideBox .hd {
  position: absolute;
  bottom: 25px;
  left: 50%;
  right: 0;
  z-index: 9;
  width: 1200px;
  margin-left: -600px;
  background: url("../images/img-03.png") repeat-x left 7px;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../images/img-04.png") no-repeat;
}
.slideBox .hd ul li.on {
  background: url("../images/img-05.png") no-repeat;
}

footer {
  background: #0b2b4d;
}
footer .footer-info {
  background: url("../images/img-01.png") repeat-x left bottom;
  padding: 50px 0 20px;
  text-align: center;
  color: #ffffff;
}
footer .footer-info .links a, footer .footer-info .links span {
  display: inline-block;
}
footer .footer-info .links span {
  margin: 0 15px;
}
footer .footer-info .links a {
  color: #ffffff;
  font-size: 14px;
}
footer .footer-info .f-s {
  font-size: 22px;
  font-family: Arial;
  text-transform: uppercase;
}
footer .footer-copy {
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #8f97a3;
}
footer .footer-copy a {
  color: #8f97a3;
}
footer .footer-copy a:hover {
  text-decoration: underline;
}

.other-banner {
  height: 480px;
  position: relative;
}

/*bread-crumbs*/
.bread-crumbs {
  height: 36px;
  line-height: 36px;
  background: #ebebeb;
  color: #333333;
  text-align: right;
}
.bread-crumbs a {
  color: #333333;
}
.bread-crumbs .on{
  color: #ef7f01;
}
.bread-crumbs span {
  color: #ef7f01;
}

.other-warp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page {
  text-align: center;
  padding-top: 25px;
}
.page a,.page strong {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  color: #0b2b4d;
  font-size: 14px;
  margin: 0 1px;
}
.page a:hover, .page a.current, .page strong {
  background: #ef7f01;
  color: #ffffff;
}

.mod-01 {
  margin-left: -60px;
}
.mod-01 li {
  float: left;
  width: 360px;
  margin-left: 60px;
  border-bottom: 3px solid #0b2b4d;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 50px;
}
.mod-01 li .pic {
  border-top: 1px solid #c7c5c5;
  overflow: hidden;
}
.mod-01 li .pic img {
  display: block;
  width: 360px;
  height: 200px;
  transition: all .7s;
}
.mod-01 li .cont {
  background: #ffffff;
  border: 1px solid #c7c5c5;
  height: 118px;
  overflow: hidden;
  padding: 0 15px;
}
.mod-01 li .cont .title {
  display: block;
  margin-top: 10px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #0b2b4d;
  text-align: center;
}
.mod-01 li .cont .txt-s {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.mod-01 li:hover {
  border-bottom-color: #ef7f01;
}
.mod-01 li:hover .pic img {
  transform: scale(1.1);
}

.mod-02 {
  margin-left: -22px;
}
.mod-02 li {
  float: left;
  margin-left: 22px;
  margin-bottom: 30px;
  vertical-align: bottom;
  overflow: hidden;
}
.mod-02 li .pic {
  width: 220px;
  height: 310px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 6px;
}
.mod-02 li .pic img {
  display: block;
  width: 220px;
  height: 310px;
  transition: all .7s;
}
.mod-02 li .title {
  position: relative;
}
.mod-02 li .title a.a-1 {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0b2b4d;
  color: #ffffff;
  font-size: 16px;
}
.mod-02 li .title .a-2 {
  background: #ef7f01;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  display: none;
}
.mod-02 li .title .a-2 img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 20px;
}
.mod-02 li:hover .pic img {
  transform: scale(1.1);
}
.mod-02 li:hover .title .a-2 {
  display: block;
}

.mod-03 .top-s {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-03 .top-s .img-s {
  width: 310px;
}
.mod-03 .top-s .img-s img {
  display: block;
  width: 310px;
}
.mod-03 .top-s .info-s {
  width: 860px;
}
.mod-03 .top-s .info-s .title {
  display: block;
  color: #0b2b4d;
  font-size: 20px;
  line-height: 1;
}
.mod-03 .top-s .info-s .date {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}
.mod-03 .top-s .info-s .txt-s {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.mod-03 .top-s .info-s .a-more {
  color: #0b2b4d;
  display: inline-block;
}
.mod-03 ul li {
  vertical-align: bottom;
  background: #f2f2f2;
  height: 100px;
  overflow: hidden;
  padding-left: 135px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.mod-03 ul li .date {
  position: absolute;
  margin-left: -135px;
  width: 120px;
  text-align: center;
  height: 100px;
  background: #d9d9d9;
  font-size: 16px;
  color: #0b2b4d;
}
.mod-03 ul li .date span {
  display: block;
  font-size: 35px;
  margin-top: 10px;
}
.mod-03 ul li .title {
  display: block;
  font-size: 16px;
  color: #0b2b4d;
  height: 44px;
  line-height: 44px;
}
.mod-03 ul li .txt {
  color: #666666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.mod-04 {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.mod-04 .m-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #666666;
  line-height: 1.4;
  text-align: center;
}
.mod-04 .m-title h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #0b2b4d;
}

.other-page {
  margin-top: 30px;
  text-align: center;
  background: url("../images/img-10.png") no-repeat center center;
}
.other-page a {
  display: inline-block;
  width: 84px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #0b2b4d;
  margin: 0 30px;
}

.mod-05 {
  margin-left: -24px;
}
.mod-05 li {
  float: left;
  width: 178px;
  overflow: hidden;
  vertical-align: bottom;
  border: 1px solid #c4c2c2;
  margin-left: 24px;
  margin-bottom: 25px;
}
.mod-05 li img {
  display: block;
  width: 178px;
  height: 80px;
}

.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sub-menu a {
  display: block;
  float: left;
  margin-right: 1px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0b2b4d;
  color: #ffffff;
  font-size: 14px;
}
.sub-menu a:hover, .sub-menu a.current {
  background: #ef7f01;
}

.mod-06 {
  margin-left: -52px;
}
.mod-06 li {
  float: left;
  width: 260px;
  margin-left: 52px;
  margin-bottom: 45px;
  vertical-align: bottom;
  overflow: hidden;
}
.mod-06 li .pic {
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.mod-06 li .pic img {
  display: block;
  width: 258px;
  height: 298px;
  transition: all .7s;
}
.mod-06 li .title {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #0b2b4d;
  font-size: 18px;
}
.mod-06 li .txt-s {
  color: #999999;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-06 li:hover .pic {
  border-color: #ef7f01;
}
.mod-06 li:hover .pic img {
  transform: scale(1.1);
}
.mod-06 li:hover .title {
  color: #ef7f01;
}

.mod-07 {
  background: #ffffff;
  padding-top: 65px;
  padding-bottom: 65px;
}
.mod-07 .img-s {
  border: 1px solid #d9d9d9;
  width: 353px;
  height: 408px;
}
.mod-07 .img-s img {
  display: block;
  width: 353px;
  height: 408px;
}
.mod-07 .info-s {
  width: 730px;
}
.mod-07 .info-s .title {
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  color: #0b2b4d;
  font-size: 30px;
}
.mod-07 .info-s .ms {
  background: #0b2b4d;
  padding: 10px 15px;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  display: inline-block;
}
.mod-07 .info-s .c-title {
  color: #0b2b4d;
  font-size: 20px;
  padding: 0 15px;
}
.mod-07 .info-s .s-1 {
  background: url("../images/img-16.png") no-repeat left center;
  padding-left: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.mod-08 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-08.bg-s {
  background: url("../images/img-14.png") repeat;
}
.mod-08 .m-title {
  background: url("../images/img-13.png") no-repeat left center;
  padding-left: 25px;
  color: #0b2b4d;
  font-size: 18px;
  margin-bottom: 45px;
}
.mod-08 .left-s {
  width: 607px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.mod-08 .right-s {
  width: 505px;
}

.mb60 {
  margin-bottom: 60px;
}

.mod-09 {
  margin-left: -120px;
}
.mod-09 li {
  float: left;
  width: 320px;
  margin-left: 120px;
  margin-bottom: 95px;
  overflow: hidden;
  vertical-align: bottom;
}
.mod-09 li img {
  display: block;
  width: 320px;
  height: 458px;
}

.mod-10 .m-title {
  background: url("../images/img-22.png") no-repeat bottom center;
  font-size: 25px;
  color: #0b2b4d;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
  padding-bottom: 15px;
}
.mod-10 .m-title span {
  display: block;
  color: #8f97a3;
  font-size: 35px;
  font-family: "Arial Rounded MT Bold";
  text-transform: uppercase;
}
.mod-10 .box {
  text-align: center;
}
.mod-10 .box .box-title {
  margin-bottom: 10px;
}
.mod-10 .box .box-title span {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.mod-10 .box .box-title span.s-l {
  background: url("../images/img-23.png") no-repeat left center;
  padding-left: 75px;
}
.mod-10 .box .box-title span.s-r {
  background: url("../images/img-24.png") no-repeat right center;
  padding-right: 75px;
}
.mod-10 .box .box-cont {
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
}
.mod-10 .erwm-box {
  background: url("../images/img-26.png") no-repeat top center;
  width: 167px;
  height: 207px;
  margin: 50px auto;
  text-align: center;
}
.mod-10 .erwm-box .img-s {
  padding-top: 20px;
  height: 144px;
}
.mod-10 .erwm-box .img-s img {
  display: block;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}
.mod-10 .erwm-box .title {
  height: 42px;
  line-height: 42px;
  color: #0b2b4d;
  font-size: 16px;
}
.mod-10 .form-box {
  padding-left: 100px;
  padding-right: 100px;
}
.mod-10 .form-box .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.mod-10 .form-box .inp-s {
  border: 1px solid #e5e5e5;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  width: 288px;
}
.mod-10 .form-box .txt-s {
  border: 1px solid #e5e5e5;
  height: 198px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  width: 968px;
}
.mod-10 .form-box .btn-s {
  border: 1px solid #dadbdb;
  background: #ef7f01;
  width: 132px;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  font-size: 14px;
}

.mod-11 .m-title {
  background: url("../images/img-27.png") no-repeat bottom center;
  padding: 20px 0;
  text-align: center;
  line-height: 1.3;
  color: #174f78;
  font-size: 30px;
  margin-bottom: 30px;
}
.mod-11 .top-s {
  margin-bottom: 65px;
}
.mod-11 .top-s .txt-s {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding: 0 125px;
  margin-bottom: 75px;
}
.mod-11 .btm-s ul {
  margin-left: -20px;
}
.mod-11 .btm-s ul li {
  float: left;
  width: 195px;
  padding-left: 90px;
  min-height: 70px;
  color: #666666;
  line-height: 24px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mod-11 .btm-s ul li .icon {
  position: absolute;
  margin-left: -90px;
}
.mod-11 .btm-s ul li .title {
  height: 38px;
  line-height: 38px;
  color: #333333;
  font-size: 18px;
}

/*index*/
.index-title {
  background: url("../images/img-38.png") no-repeat top center;
  text-align: center;
  line-height: 30px;
  color: #0b2b4d;
  font-size: 20px;
  height: 38px;
  margin-bottom: 40px;
}

.index-more {
  display: block;
  width: 122px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dadbdb;
  background: url("../images/img-39.png") no-repeat 104px 10px #ffffff;
  padding-left: 10px;
  font-size: 14px;
  color: #ef7f01;
  text-transform: uppercase;
  margin: 0 auto;
}
.index-more:hover {
  background: url("../images/img-39-h.png") no-repeat 104px 10px #ef7f01;
  color: #ffffff;
}

.index-box-01 {
  padding-top: 65px;
  padding-bottom: 50px;
}

.index-box-02 {
  background: url("../images/img-37.png") repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.index-box-03 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.index-box-03 .top-s {
  margin-bottom: 15px;
  padding-left: 215px;
  height: 140px;
}
.index-box-03 .top-s .img-s {
  width: 200px;
  position: absolute;
  margin-left: -215px;
}
.index-box-03 .top-s .img-s img {
  display: block;
  width: 200px;
}
.index-box-03 .top-s .info-s .title {
  display: block;
  color: #0b2b4d;
  font-size: 20px;
  line-height: 1;
}
.index-box-03 .top-s .info-s .date {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #666666;
}
.index-box-03 .top-s .info-s .txt-s {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.index-box-03 .top-s .info-s .a-more {
  color: #0b2b4d;
  display: inline-block;
}
.index-box-03 .left-main {
  width: 575px;
}
.index-box-03 .left-main ul li {
  overflow: hidden;
  vertical-align: bottom;
}
.index-box-03 .left-main ul li a {
  display: block;
  background: url("../images/img-42.png") no-repeat left center;
  padding-left: 15px;
  color: #666666;
  height: 30px;
  line-height: 30px;
}
.index-box-03 .left-main ul li a:hover {
  background: url("../images/img-43.png") no-repeat left center;
  color: #ef7f01;
}
.index-box-03 .right-main {
  width: 565px;
}
.index-box-03 .right-main ul {
  margin-left: -12px;
}
.index-box-03 .right-main ul li {
  float: left;
  width: 178px;
  overflow: hidden;
  vertical-align: bottom;
  border: 1px solid #c4c2c2;
  margin-left: 12px;
}
.index-box-03 .right-main ul li img {
  display: block;
  width: 178px;
  height: 80px;
}
.index-box-03 .m-title {
  height: 56px;
  line-height: 56px;
}
.index-box-03 .m-title .t-l {
  background: url("../images/img-13.png") no-repeat left 20px;
  padding-left: 10px;
  color: #0b2b4d;
  font-size: 20px;
}
.index-box-03 .m-title .t-more {
  color: #666666;
}

/*new add 查询*/
.new-box {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 550px;
}
.new-box .box-title {
  height: 94px;
  background: url("../images/img-44.png") no-repeat 5px center #ededed;
  padding-left: 125px;
  line-height: 94px;
  font-size: 30px;
  color: #db3741;
  margin-bottom: 10px;
}
.new-box .box-01 {
  border: 1px solid #e5e5e5;
  background: #eff7f7;
  padding: 4px 10px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
.new-box .box-01 .inp-s {
  width: 460px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #bfc6c6;
}
.new-box .box-01 .btn-s {
  border: none;
  background: #0b2b4d;
  color: #ffffff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 100px;
}
.new-box .box-02 {
  border: 1px solid #e5e5e5;
  background: #eff7f7;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #000000;
}
.new-box .tables table tr td {
  border: 1px solid #d8d8d8;
  color: #666666;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  line-height: 24px;
}
.new-box .tables table tr.t-title td {
  font-size: 16px;
  color: #000000;
  background: #e5e5e5;
}

/*# sourceMappingURL=style.css.map */
