@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
  background: url("../images/img-04.png") repeat;
}

.container {
  /*根据效果图主体宽度定义*/
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.m-home {
  margin: 0 auto;
  max-width: 640px;
  min-width: 320px;
  position: absolute;
  z-index: 99;
  /*cursor:pointer;*/
  min-height: 100%;
  left: 50%;
  margin-left: -320px;
}

header {
  position: fixed;
  max-width: 640px;
  z-index: 9998;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  width: 100%;
  top: 0;
}
header .logo {
  padding-top: 25px;
}
header .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header .nav-bar {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 35px;
}

.menu {
  background: rgba(90, 133, 199, 0.95);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 65px;
  z-index: 99999;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.menu .search-box {
  width: 500px;
  position: relative;
  margin-left: 20px;
}
.menu .search-box input::-webkit-input-placeholder, .menu .search-box textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.menu .search-box input:-moz-placeholder, .menu .search-box textarea:-moz-placeholder {
  color: #ffffff;
}
.menu .search-box input::-moz-placeholder, .menu .search-box textarea::-moz-placeholder {
  color: #ffffff;
}
.menu .search-box input:-ms-input-placeholder, .menu .search-box textarea:-ms-input-placeholder {
  color: #ffffff;
}
.menu .search-box .s-inp {
  height: 38px;
  line-height: 38px;
  width: 368px;
  border: 1px solid #ffffff;
  padding-right: 60px;
  padding-left: 20px;
  font-size: 18px;
  vertical-align: bottom;
  background: transparent;
}
.menu .search-box .s-btn {
  background: url("../images/img-01.png") no-repeat center center white;
  border: none;
  width: 50px;
  height: 42px;
  position: absolute;
  display: block;
  border-radius: 0;
  right: 0;
  top: 0;
}
.menu .menu-close {
  position: absolute;
  top: 75px;
  right: 25px;
}
.menu .menu-cont {
  text-align: center;
  padding-top: 50px;
}
.menu .menu-cont a.a-title {
  display: block;
  font-size: 32px;
  color: #ffffff;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin-bottom: 30px;
}
.menu .menu-cont a.a-title span {
  margin-left: 20px;
}
.menu .menu-cont a.a-title span img {
  vertical-align: middle;
}
.menu .menu-cont a.a-title.current {
  background-color: #367715;
}
.menu .menu-cont .down-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.menu .menu-cont .down-menu a {
  display: block;
  font-size: 26px;
  line-height: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.menu .menu-cont .down-menu a:hover, .menu .menu-cont .down-menu a.current {
  color: #ffffff;
}

/*other-banner*/
.other-banner img {
  display: block;
}

/*class-menu*/
.class-menu {
  /* background: #ffffff;
  height: 86px;
  line-height: 86px; */
  background: #ffffff;
    line-height: 46px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.class-menu a {
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  margin-right: 65px;
  font-size: 20px;
  color: #333333;
}
.class-menu a:last-child {
  margin-right: 0;
}
.class-menu a:hover, .class-menu a.current {
  border-bottom-color: #5a85c7;
  color: #5a85c7;
}
.class-menu a.current {
  font-size: 22px;
}

/*other-warp*/
.other-warp {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height:600px;
  background: url("../images/img-04.png") repeat;
}

/*footer*/
footer .footer-info {
  background: url("../images/img-02.png") no-repeat top center;
  height: 180px;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  padding-top: 10px;
}
footer .footer-copy {
  background: #3561a4;
  line-height: 24px;
  color: #a0ba93;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-copy a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
footer .footer-copy a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.content {
  height: 100%;
  min-height: 100%;
  position: relative;
}

/*page*/
.load-more {
  display: block;
  border: 1px solid #5a85c7;
  width: 148px;
  height: 44px;
  line-height: 44px;
  margin: 30px auto 10px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.load-more:focus {
  background: #5a85c7;
  color: #ffffff;
}

/*-------------------------- index---------------------------------*/
.banner .swiper-slide img {
  display: block;
}
.banner .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  opacity: 1;
  border-radius: 0;
  background: #ffffff;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5a85c7;
  opacity: 1;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}
.index-title .title-s {
  text-align: center;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.index-title .title-txt {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.index-more {
  display: block;
  width: 148px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #5a85c7;
  font-size: 20px;
  color: #333333;
  transition: all .7s;
  margin-left: auto;
  margin-right: auto;
}
.index-more:hover {
  background: #5a85c7;
  color: #ffffff;
}

.index-box-01 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.index-box-01 .box-info {
  color: #666666;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.index-box-02 {
  padding-top: 15px;
  padding-bottom: 20px;
}
.index-box-02 .slick-arrow {
  width: 40px;
  height: 115px;
  top: 80px;
  font-size: 0;
  border: none;
  position: absolute;
  z-index: 99;
}
.index-box-02 .slick-arrow:before {
  content: '';
  font-size: 0;
}
.index-box-02 .slick-arrow.slick-prev {
  background: url("../images/img-25.png") no-repeat;
  left: 0;
}
.index-box-02 .slick-arrow.slick-prev:hover {
  background: url("../images/img-25-h.png") no-repeat;
}
.index-box-02 .slick-arrow.slick-next {
  background: url("../images/img-26.png") no-repeat;
  right: 0;
}
.index-box-02 .slick-arrow.slick-next:hover {
  background: url("../images/img-26-h.png") no-repeat;
}
.index-box-02 .img-group {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.index-box-02 .slider-nav {
  margin: 0 !important;
  background: url("../images/img-27.png") no-repeat right top #ffffff;
  padding: 0 40px 40px;
}
.index-box-02 .slick-current .box-small {
  border-color: #5a85c7;
}
.index-box-02 .box-info {
  font-size: 22px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
}
.index-box-02 .box-info .box-title {
  color: #5881c2;
  font-size: 30px;
  height: 115px;
  line-height: 175px;
  margin-bottom: 25px;
  text-align: center;
}
.index-box-02 .box-info .box-txt {
  margin-bottom: 35px;
}
.index-box-02 .box-top {
  height: 430px;
}
.index-box-02 .box-top .box-img {
  width: 600px;
}
.index-box-02 .box-top .box-img img {
  display: block;
  width: 600px;
  height: 430px;
}
.index-box-02 .box-small {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-box-03 .main {
  overflow: hidden;
}
.index-box-03 .main .box-img {
  width: 600px;
}
.index-box-03 .main .box-img img {
  display: block;
  width: 600px;
  height: 470px;
}
.index-box-03 .box .box-title {
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.index-box-03 .box .box-txt {
  font-size: 22px;
  line-height: 30px;
  color: #666666;
}

.index-box-04 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-box-04 .box .box-img {
  overflow: hidden;
  margin-bottom: 5px;
}
.index-box-04 .box .box-img img {
  display: block;
  width: 380px;
  height: 220px;
  transition: all .7s;
}
.index-box-04 .box .box-title {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.index-box-04 .box .box-txt {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.index-box-04 .box .box-more {
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
}
.index-box-04 .box:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box:hover .box-title {
  color: #5a85c7;
}

.pic-scroll-02 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  position: relative;
}
.pic-scroll-02 .hd {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 99;
}
.pic-scroll-02 .hd .prev, .pic-scroll-02 .hd .next {
  display: block;
  width: 24px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.pic-scroll-02 .hd .prev {
  background: url("../images/img-65.png") no-repeat;
  left: -60px;
}
.pic-scroll-02 .hd .prev:hover {
  background: url("../images/img-65-h.png") no-repeat;
}
.pic-scroll-02 .hd .next {
  background: url("../images/img-66.png") no-repeat;
  right: -60px;
}
.pic-scroll-02 .hd .next:hover {
  background: url("../images/img-66-h.png") no-repeat;
}
.pic-scroll-02 .bd {
  overflow: hidden;
}
.pic-scroll-02 .bd li {
  margin-right: 30px;
  float: left;
  width: 380px;
  _display: inline;
  overflow: hidden;
}

.pic-scroll-03 {
  width: 600px;
  overflow: hidden;
  position: relative;
}
.pic-scroll-03 .hd {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100px;
  height: 115px;
  z-index: 99;
}
.pic-scroll-03 .hd a {
  vertical-align: bottom;
}
.pic-scroll-03 .hd .a-s {
  display: inline-block;
  background: #ffffff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #5a85c7;
  width: 150px;
}
.pic-scroll-03 .hd .prev, .pic-scroll-03 .hd .next {
  display: block;
  width: 40px;
  height: 115px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.pic-scroll-03 .hd .prev {
  background: url("../images/img-25.png") no-repeat;
  left: 0;
}
.pic-scroll-03 .hd .prev:hover {
  background: url("../images/img-25-h.png") no-repeat;
}
.pic-scroll-03 .hd .next {
  background: url("../images/img-26.png") no-repeat;
  right: 0;
}
.pic-scroll-03 .hd .next:hover {
  background: url("../images/img-26-h.png") no-repeat;
}
.pic-scroll-03 .bd {
  overflow: hidden;
  width: 500px;
  margin-left: 50px;
}
.pic-scroll-03 .bd li {
  margin: 0;
  float: left;
  _display: inline;
  overflow: hidden;
}

/*module*/
.mod-01 li {
  float: left;
  width: 286px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 25px;
}
.mod-01 li:nth-child(2n) {
  float: right;
}
.mod-01 .box .box-img {
  width: 286px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.mod-01 .box .box-img img {
  display: block;
  width: 286px;
  height: 200px;
  transition: all .7s;
}
.mod-01 .box .box-img .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-08.png") no-repeat center center rgba(0, 0, 0, 0.4);
}
.mod-01 .box .box-title {
  display: block;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  background: #eeeeee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #222222;
  text-align: center;
}
.mod-01 .box:hover .box-img img {
  transform: scale(1.1);
}

.mod-02 img {
  display: block;
  vertical-align: bottom;
}

.mod-03 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
    .mod-03 li .box-img {
        width: 128px;
        overflow: hidden;
    }
        .mod-03 li .box-img img {
            display: block;
            width: 128px;
            height: 128px;
            transition: all .7s;
        }
.mod-03 li .box-info {
  width: 450px;
}
.mod-03 li .box-info .box-title {
  display: block;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  color: #333333;
  font-size: 22px;
}
.mod-03 li .box-info .box-date {
  height: 24px;
  line-height: 24px;
  color: #666666;
  font-size: 22px;
}
.mod-03 li:hover {
  border-bottom-color: #5a85c7;
}
.mod-03 li:hover .box-img img {
  transform: scale(1.1);
}
.mod-03 li:hover .box-info .box-title {
  color: #5a85c7;
}

.mod-04 .m-title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding-bottom: 20px;
  color: #999999;
  position: relative;
  font-size: 18px;
  text-align: center;
}
.mod-04 .m-title h1 {
  margin-bottom: 15px;
  line-height: 32px;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}
.mod-04 .main {
  font-size: 22px;
  line-height: 36px;
  color: #666666;
}

.product-class {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-class a {
  float: left;
  border: 1px solid #5a85c7;
  width: 197px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 1px;
  margin-bottom: 1px;
  display: block;
  font-size: 20px;
  color: #5a85c7;
}
.product-class a:nth-child(3n) {
  margin-right: 0;
}
.product-class a.current {
  background: #5a85c7;
  color: #ffffff;
}

.mod-05 ul li {
  float: left;
  margin-bottom: 30px;
}
.mod-05 ul li:nth-child(2n) {
  float: right;
}
.mod-05 .box span {
  display: block;
}
    .mod-05 .box span.box-img {
        width: 285px;
        height: 285px;
        overflow: hidden;
    }
    .mod-05 .box span.box-img img {
        display: block;
        width: 285px;
        height: 285px;
        transition: all .7s;
    }
.mod-05 .box span.box-title {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #eeeeee;
  color: #333333;
  font-size: 20px;
}
.mod-05 .box:hover span {
  display: block;
}
.mod-05 .box:hover span.box-img img {
  transform: scale(1.1);
}

.message-board {
  margin-bottom: 20px;
}
.message-board .message-title {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 50px;
}
.message-board .form-box {
  width: 600px;
  margin: 0 auto;
}
.message-board .inp-s {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  width: 600px;
  font-size: 20px;
  padding: 0 10px;
  background: #ffffff;
  color: #333333;
  box-sizing: border-box;
}
.message-board .txt-s {
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  width: 600px;
  background: #ffffff;
  color: #333333;
  box-sizing: border-box;
}
.message-board .btn-s {
  display: block;
  border: 1px solid #5a85c7;
  background: #5a85c7;
  width: 134px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
}

.box-tel {
  height: 100px;
  line-height: 100px;
  background: #5a85c7;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
}

.mod-06 .m-title {
  margin-bottom: 25px;
  background: #5a85c7;
  color: #ffffff;
  padding: 10px 15px;
}
.mod-06 .m-title .t-l {
  font-size: 32px;
  float: left;
  line-height: 1.2;
}
.mod-06 .m-title .t-l span {
  font-size: 16px;
  display: block;
}
.mod-06 .m-title .t-r {
  font-size: 22px;
  float: right;
  padding-top: 10px;
}
.mod-06 .box-title {
  background: #00003f;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 10px;
}
.mod-06 .box-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.mod-06 .box {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 30px;
}
.mod-06 .box .b-title {
  height: 64px;
  line-height: 64px;
  color: #333333;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.mod-06 .box .b-title .add {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.mod-06 .box .b-title .t-r img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-06 .box .b-title.current {
  color: #5a85c7;
}
.mod-06 .box .b-cont {
  padding: 20px;
  color: #333333;
  line-height: 30px;
  font-size: 18px;
  display: none;
}
.mod-06 .box .b-cont h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}
.mod-06 .box .b-cont .a-s {
  display: block;
  margin-top: 20px;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5a85c7;
  color: #ffffff;
  font-size: 16px;
}

.job-box {
  padding-top: 35px;
  padding-bottom: 10px;
  line-height: 28px;
  color: #666666;
  font-size: 16px;
}
.job-box .s-1 {
  color: #5a85c7;
  font-size: 20px;
}
.job-box .as-s {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
}
.job-box .as-s.a-1 {
  background: #5a85c7;
  color: #ffffff;
}
.job-box .as-s.a-2 {
  background: #e1e1e1;
  color: #333333;
}

/*关于我们*/
.about-us-title {
  font-size: 30px;
  color: #333333;
  height: 44px;
  line-height: 44px;
  margin-bottom: 30px;
}

.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-us-01 .main {
  font-size: 22px;
  line-height: 36px;
  color: #666666;
  text-align: justify;
}
.about-us-01 .main .box-txt {
  margin-bottom: 35px;
}
.about-us-01 .main .box-img img {
  display: block;
  margin: 0 auto;
}

.about-us-02 {
  background: #e2e2e2;
}
.about-us-02 .box-info {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}

.about-us-03 .main {
  min-height: 460px;
  position: relative;
}
.about-us-03 .box-img {
  margin-bottom: 30px;
}
.about-us-03 .box-img img {
  display: block;
}
.about-us-03 .box-info {
  z-index: 2;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}

.about-us-04 .box-top {
  font-size: 22px;
  line-height: 36px;
  color: #666666;
  text-align: justify;
}
.about-us-04 .box-btm {
  width: 180px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
  color: #5a85c7;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.about-us-04 .history-box .slider-nav {
  margin-bottom: 20px;
}
.about-us-04 .history-box .slick-arrow {
  width: 15px;
  height: 26px;
  top: 30px;
  font-size: 0;
  border: none;
  position: absolute;
  z-index: 99;
}
.about-us-04 .history-box .slick-arrow:before {
  content: '';
  font-size: 0;
}
.about-us-04 .history-box .slick-arrow.slick-prev {
  background: url("../images/img-50.png") no-repeat;
  left: 0;
}
.about-us-04 .history-box .slick-arrow.slick-next {
  background: url("../images/img-51.png") no-repeat;
  right: 0;
}

.about-us-05 .about-us-title {
  text-align: left;
  background-position: left bottom;
}
.about-us-05 .main {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}
.about-us-05 img {
  display: block;
  width: 203px;
}

.mod-07 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-07 .slider-nav {
  margin: 0 50px !important;
}
.mod-07 .img-big {
  width: 600px;
  height: 355px;
}
.mod-07 .img-big img {
  display: block;
  width: 600px;
  height: 355px;
}
.mod-07 .slick-arrow {
  width: 40px;
  height: 115px;
  font-size: 0;
  border: none;
  position: absolute;
  margin-top: 0;
  z-index: 99;
}
.mod-07 .slick-arrow:before {
  content: '';
  font-size: 0;
}
.mod-07 .slick-arrow.slick-prev {
  background: url("../images/img-25.png") no-repeat;
  left: 0;
}
.mod-07 .slick-arrow.slick-prev:hover {
  background: url("../images/img-25-h.png") no-repeat;
}
.mod-07 .slick-arrow.slick-next {
  background: url("../images/img-26.png") no-repeat;
  right: 0;
}
.mod-07 .slick-arrow.slick-next:hover {
  background: url("../images/img-26-h.png") no-repeat;
}

.mod-08 {
  background: url("../images/img-30.png") no-repeat top center;
  width: 600px;
  height: 472px;
  box-sizing: border-box;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.mod-08 .box .title {
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.mod-08 .box .txt-s {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  height: 210px;
}

.pic-scroll {
  width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.pic-scroll .hd {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 115px;
  margin-top: -58px;
  z-index: 99;
}
.pic-scroll .hd .prev, .pic-scroll .hd .next {
  display: block;
  width: 40px;
  height: 115px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.pic-scroll .hd .prev {
  background: url("../images/img-25.png") no-repeat;
  left: -50px;
}
.pic-scroll .hd .prev:hover {
  background: url("../images/img-25-h.png") no-repeat;
}
.pic-scroll .hd .next {
  background: url("../images/img-26.png") no-repeat;
  right: -50px;
}
.pic-scroll .hd .next:hover {
  background: url("../images/img-26-h.png") no-repeat;
}
.pic-scroll .bd {
  overflow: hidden;
}
.pic-scroll .bd li {
  margin: 0;
  float: left;
  _display: inline;
  overflow: hidden;
}

.mod-09 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.mod-09 .m-title {
  font-size: 30px;
  color: #333333;
  height: 80px;
  line-height: 76px;
  text-align: center;
  margin-bottom: 10px;
}
.mod-09 .main {
  overflow: hidden;
}
.mod-09 .cont {
  line-height: 40px;
  font-size: 20px;
  color: #666666;
}
.mod-09 .form-title {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
  font-weight: bold;
}
.mod-09 .inp-s {
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  background: #ffffff;
  color: #333333;
}
.mod-09 .txt-s {
  box-sizing: border-box;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  width: 100%;
  background: #ffffff;
  color: #333333;
  height: 200px;
}
.mod-09 .btn-s {
  display: block;
  border: 1px solid #5a85c7;
  background: #5a85c7;
  width: 134px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
}
.mod-09 .ui-select-wrap {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 0;
  background-color: #5a85c7;
  font-size: 16px;
}
.mod-09 .ui-select-arrow {
  right: 10px;
  top: 40%;
  height: 0;
  width: 0;
  border-top-color: #ffffff;
}

/*up-box*/
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(90, 133, 199, 0.9);
  display: none;
}

.up-box {
  width: 600px;
  height: 900px;
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -450px 0 0 -300px;
  opacity: 0;
  z-index: -1;
  padding-top: 40px;
}
.up-box .a-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.up-box .box-txt {
  padding: 40px 10px;
  font-size: 22px;
  line-height: 32px;
  color: #666666;
  overflow: hidden;
  text-align: justify;
}
.up-box .box-txt .title {
  color: #333333;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.focusBox {
  position: relative;
  width: 600px;
  height: 430px;
  overflow: hidden;
}
.focusBox .prev, .focusBox .next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  margin-top: -30px;
}
.focusBox .prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.focusBox .prev:hover {
  background: url("../images/prev.png") no-repeat;
}
.focusBox .next {
  background: url("../images/next.png") no-repeat;
  right: 0;
}
.focusBox .next:hover {
  background: url("../images/next-h.png") no-repeat;
}
.focusBox .pic {
  position: relative;
  z-index: 0;
}
.focusBox .pic img {
  width: 705px;
  height: 504px;
  display: block;
}
/*page*/
.page {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #666666;
  line-height: 30px;
}
.page > div {
  display: inline-block;
}
.page .a-group {
  letter-spacing: -999px;
}
.page a {
  display: inline-block;
  border: 1px solid #cecece;
  letter-spacing: 0;
  height: 30px;
  line-height: 30px;
  color: #666666;
  padding: 0 12px;
  margin-left: -1px;
  vertical-align: bottom;
}
.page a:hover, .page a.current {
  background: #5a85c7;
  color: #ffffff;
}
.page strong {
  display: inline-block;
  border: 1px solid #cecece;
  letter-spacing: 0;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 12px;
  margin-left: -1px;
  vertical-align: bottom;
  background: #5a85c7;
}
.page a.a-s {
  font-size: 18px;
  line-height: 26px;
}
.page a.prev {
  margin-right: 10px;
}
.page a.next {
  margin-left: 10px;
}
.page .page-inp {
  border: 1px solid #cecece;
  color: #666666;
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
}
.page .page-btn {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: none;
  background: #5a85c7;
  color: #ffffff;
  margin-left: 10px;
}

header .header-back {
  position: absolute;
  left: 20px;
  top: 35px;
}

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