@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.navbar-default {
  z-index: 99;
  min-height: 100px;
  border: none;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 54px;
}
.navbar-default .navbar-nav li {
  margin: 0 1px;
}
.navbar-default .navbar-nav li > a {
  display: block;
  width: 90px;
  text-align: center;
  padding: 0;
  font-size: 18px;
  height: 100px;
  line-height: 100px;
  color: #333333;
}
.navbar-default .nav-tel {
  background: url("../images/img-02.png") no-repeat left center;
  padding-left: 65px;
  height: 56px;
  line-height: 28px;
  font-size: 22px;
  color: #fb7f24;
  font-weight: bold;
  margin-top: 22px;
  margin-left: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #fb7f24;
  color: #fff;
}

/* footer */
.footer .footer-info {
  background-color: #444343;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info .box-links {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer .footer-info .box-links a {
  color: #fff;
  float: left;
  margin-right: 65px;
}
.footer .footer-info .box-links a:last-child {
  margin-right: 0;
}
.footer .footer-info .box-tel {
  color: #aaaaaa;
  font-size: 16px;
}
.footer .footer-info .box-tel span {
  font-size: 30px;
  margin-right: 30px;
  font-weight: bold;
  display: inline-block;
}
.footer .footer-info .box-tel span:last-child {
  margin-right: 0;
}
.footer .footer-info .box-erwm {
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  color: #c2c1c1;
}
.footer .footer-info .box-erwm img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.footer .footer-copy {
  background-color: #2c2b2b;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

/*other-banner*/
.other-banner img {
  display: block;
  width: 100%;
}

/*bread-crumbs*/
.bread-crumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  border-bottom: 1px solid #d6d4d4;
}
.bread-crumbs a {
  color: #666;
}
.bread-crumbs span {
  color: #fb7f24;
}

/* public */
/*other-main*/
.other-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*public-title*/
.public-title {
  margin-bottom: 30px;
  text-align: center;
}
.public-title .title-s span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}
.public-title .title-s span:before, .public-title .title-s span:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #999999;
  width: 130px;
}
.public-title .title-s span:before {
  left: -155px;
}
.public-title .title-s span:after {
  right: -155px;
}
.public-title .txt-s {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 10px;
}

/*public-menu*/
.public-menu {
  margin-bottom: 35px;
  text-align: center;
  font-size: 0;
}
.public-menu a {
  display: inline-block;
  border: 1px solid #e1dfdf;
  padding: 10px;
  margin: 0 5px 10px 5px;
  font-size: 16px;
  line-height: 18px;
  color: #fb7f24;
  width: 110px;
}
.public-menu a:hover, .public-menu a.current {
  color: #ffffff;
  background-color: #fb7f24;
  border-color: #fb7f24;
}

/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  width: 54px;
  height: 54px;
  border: solid 1px #e6e6e6;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: #101010;
}
.page a:hover, .page a.current {
  background-color: #fb7f24;
  color: #fff;
}

/* --------------------------- module -------------------------- */
.mod-01 .m-title {
  text-align: center;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 30px;
}
.mod-01 .m-title h1 {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.mod-01 .box-cont {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: justify;
}
.mod-01 .box-other a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
  margin: 5px 0;
}
.mod-01 .box-other a:hover {
  color: #fb7f24;
}

.mod-02 .box-s {
  border: 1px solid #c7c7c7;
  transition: all .7s;
  margin-bottom: 30px;
}
.mod-02 .box-s .box-img {
  overflow: hidden;
}
.mod-02 .box-s .box-img img {
  width: 100%;
  transition: all .7s;
}
.mod-02 .box-s .box-cont {
  padding: 25px;
}
.mod-02 .box-s .box-cont .box-title {
  display: block;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 10px;
}
.mod-02 .box-s .box-cont .box-txt {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999999;
}
.mod-02 .box-s:hover {
  box-shadow: 13px 13px 27px rgba(0, 0, 0, 0.14);
}
.mod-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.mod-03 .box-s {
  border: solid 1px #d9d7d7;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 30px;
  color: #585858;
}
.mod-03 .box-s .box-w {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod-03 .box-s .box-title {
  font-weight: bold;
  color: #585858;
  display: block;
}
.mod-03 .box-s .box-a {
  display: block;
  width: 106px;
  height: 32px;
  line-height: 32px;
  background-color: #fb7f24;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-right: 0;
  margin-left: auto;
}
.mod-03 .box-s .current {
  color: #fb7f24;
}
.mod-03 .box-s:hover {
  background-color: #f1f1f1;
}

.mod-04 {
  margin-bottom: 50px;
}
.mod-04 a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  background-color: #edeff1;
  font-size: 30px;
  color: #666666;
}
.mod-04 a.current {
  background-color: #fb7f24;
  color: #fff;
}

.mod-05 .box-s {
  background-color: #e3e4e6;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.mod-05 .box-s:hover {
  background-color: #fb7f24;
  color: #fff;
}

.mod-06 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-06 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-06 .box-s {
  background-color: #edeff1;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.mod-06 .box-s .icon-s {
  display: block;
  margin: 0 auto 10px;
}
.mod-06 .box-s .title-s {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 25px;
  font-weight: bold;
}
.mod-06 .box-s .txt-s {
  font-size: 14px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 5px;
}
.mod-06 .box-s .num-s {
  font-size: 32px;
  line-height: 36px;
  height: 36px;
  color: #333333;
}

.mod-07 .box-s {
  margin-bottom: 35px;
}
.mod-07 .box-s .box-img {
  overflow: hidden;
}
.mod-07 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-07 .box-s .box-cont {
  background-color: #f5f5f5;
  border: solid 1px #d9d7d7;
  border-top: none;
  padding: 30px 25px;
}
.mod-07 .box-s .box-cont .box-name {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: block;
}
.mod-07 .box-s .box-cont .box-name span {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.mod-07 .box-s .box-cont .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.mod-07 .box-s .box-cont .box-txt > div {
  height: 24px;
  overflow: hidden;
}
.mod-07 .box-s .box-cont .box-txt span {
  font-weight: bold;
}
.mod-07 .box-s .box-cont .box-txt-02 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 120px;
  overflow: hidden;
}
.mod-07 .box-s .box-cont .box-txt-02 span {
  display: block;
  font-weight: bold;
}
.mod-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-07 .box-s:hover .box-cont {
  background-color: #fb7f24;
}
.mod-07 .box-s:hover .box-cont .box-name {
  color: #fff;
}
.mod-07 .box-s:hover .box-cont .box-name span {
  color: #fff;
}
.mod-07 .box-s:hover .box-cont .box-txt {
  color: #fff;
}
.mod-07 .box-s:hover .box-cont .box-txt-02 {
  color: #fff;
}

.mod-08 .row {
  margin-left: -7px;
  margin-right: -7px;
}
.mod-08 .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.mod-08 .box-s {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.mod-08 .box-s .img-s {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-08 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  color: #ffffff;
  background: url("../images/img-16.png") no-repeat center center;
  background-size: cover;
  display: none;
}
.mod-08 .box-s .box-mc .box-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 36px;
}
.mod-08 .box-s .box-mc .box-cont span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-08 .box-s .box-mc:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mod-08 .box-s:hover .img-s {
  transform: scale(1.1);
}
.mod-08 .box-s:hover .box-mc {
  display: block;
}

.mod-09 {
  margin-bottom: 40px;
}
.mod-09 .m-title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 40px;
}
.mod-09 .row {
  background: url("../images/img-20.png") no-repeat top center;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.mod-09 .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.mod-09 .box-left, .mod-09 .box-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 35px 12%;
}
.mod-09 .box-left {
  background-color: #f3f4f5;
}
.mod-09 .box-left .box-title {
  margin-bottom: 35px;
}
.mod-09 .box-left .box-title .title-en {
  font-size: 18px;
  line-height: 32px;
  color: #cecdcd;
  text-transform: uppercase;
}
.mod-09 .box-left .box-title .title-ch {
  background: url("../images/img-17.png") no-repeat left top;
  height: 40px;
  line-height: 40px;
  padding-left: 56px;
  font-size: 26px;
  color: #333333;
}
.mod-09 .box-left .box-cont {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
.mod-09 .box-right {
  text-align: center;
  padding: 35px 16%;
  border: solid 1px #cfcdcd;
}
.mod-09 .box-right .box-title {
  background: url("../images/img-18.png") no-repeat left center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
  padding-left: 60px;
  text-align: left;
}
.mod-09 .box-right .box-s {
  margin-bottom: 20px;
}
.mod-09 .box-right .box-s input {
  font-size: 14px;
}
.mod-09 .box-right .btn-s {
  background-color: #fb7f24;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.project-box {
  padding-top: 45px;
  padding-bottom: 45px;
}
.project-box .m-title {
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}
.project-box .m-title.title-01 {
  background-image: url("../images/img-21.png");
  color: #fff;
}
.project-box .m-title.title-02 {
  background-image: url("../images/img-22.png");
  color: #333333;
}

.project-01 {
  background-color: #edeff1;
}
.project-01 .box-s {
  width: 134px;
  height: 134px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  text-align: center;
  color: #666666;
  line-height: 24px;
  border-radius: 100%;
}
.project-01 .box-s span {
  display: block;
  font-size: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.project-01 .box-s em {
  line-height: 14px;
}
.project-01 .box-s:hover, .project-01 .box-s.current {
  background-color: #fb7f24;
  color: #fff;
}
.project-01 .box-s:hover span, .project-01 .box-s.current span {
  color: #fff;
}

.project-02 {
  background: url("../images/img-23.png") no-repeat top center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
.project-02 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.project-02 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.project-02 .box-s {
  height: 196px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.project-02 .box-s .icon-s {
  display: block;
  margin: 0 auto 15px;
  max-width: 60px;
}
.project-02 .box-s .title-s {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
}

.project-03 .box-cont img {
  display: block;
}

.project-group .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
}
.project-group .owl-nav .owl-prev, .project-group .owl-nav .owl-next {
  width: 73px;
  height: 80px;
  position: absolute;
  margin-top: -40px;
  display: block;
}
.project-group .owl-nav .owl-prev {
  left: -85px;
  background: url("../images/img-31.png") no-repeat !important;
}
.project-group .owl-nav .owl-prev:hover {
  background: url("../images/img-31-h.png") no-repeat !important;
}
.project-group .owl-nav .owl-next {
  right: -85px;
  background: url("../images/img-30.png") no-repeat !important;
}
.project-group .owl-nav .owl-next:hover {
  background: url("../images/img-30-h.png") no-repeat !important;
}
.project-group .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.project-group .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #999999;
  border-radius: 8px;
  margin: 0 6px;
}
.project-group .owl-dots .owl-dot.active span {
  background-color: #fb7f24;
}

.project-04 {
  background: url("../images/img-37.png") repeat top center;
}
.project-04 .box-s .box-img {
  overflow: hidden;
}
.project-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.project-04 .box-s .box-info {
  background-color: #ffffff;
  border: solid 1px rgba(102, 102, 102, 0.36);
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.project-04 .box-s .box-info > div {
  height: 84px;
  overflow: hidden;
}

.project-05 {
  background: url("../images/img-33.png") no-repeat top center;
  background-size: cover;
}
.project-05 .box-s {
  padding-left: 30px;
  padding-right: 30px;
}
.project-05 .box-s .img-s {
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.project-05 .box-s .title-s {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}

.project-06 {
  background: url("../images/img-37.png") repeat top center;
}
.project-06 .box-cont {
  font-size: 20px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 35px;
}
.project-06 .box-s img {
  display: block;
  width: 100%;
}

.project-07 {
  background-color: #fb7f24;
}
.project-07 .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.project-07 .box-s .box-img {
  overflow: hidden;
}
.project-07 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.project-07 .box-s .box-title {
  display: block;
  padding: 0 15px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.project-08 {
  background: url("../images/img-37.png") repeat top center;
}
.project-08 .box-s {
  padding-left: 30px;
  padding-right: 30px;
}
.project-08 .box-s .img-s {
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.project-08 .box-s .title-s {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}

.mod-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod-11 .box-s > .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.mod-11 .box-s > .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mod-11 .box-info, .mod-11 .box-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.mod-11 .box-img img {
  display: block;
  width: 100%;
}
.mod-11 .box-info {
  background-color: #eeeff1;
  padding: 20px 10%;
}
.mod-11 .box-info .title-s {
  background: url("../images/img-45.png") no-repeat left bottom;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 35px;
}
.mod-11 .box-info .title-s span {
  display: block;
  font-size: 20px;
  color: #fb7f24;
  font-weight: bold;
}
.mod-11 .box-info .box-group .img-s img {
  display: block;
  margin: 0 auto;
}
.mod-11 .box-info .box-group .box-title {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  margin-top: 20px;
  text-align: center;
}

.mod-12 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 300px;
}
.mod-12 .title-ch {
  font-size: 60px;
  line-height: 70px;
  background: url("../images/img-46.png") no-repeat bottom center;
  padding-bottom: 10px;
  color: #ffffff;
  margin-bottom: 20px;
}
.mod-12 .title-ch.title-01 {
  color: #333333;
}
.mod-12 .title-en {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.mod-13 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-13 .box-s {
  border: solid 1px #d9d7d7;
}
.mod-13 .box-s .box-img {
  overflow: hidden;
}
.mod-13 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-13 .box-s .box-info {
  background-color: #eeeff1;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.mod-13 .box-s .box-info > div {
  height: 72px;
  overflow: hidden;
}

.mod-14 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-14 .box-s {
  overflow: hidden;
  border: 1px solid #c8c8c8;
  transition: all .7s;
  margin-bottom: 20px;
}
.mod-14 .box-s:last-child {
  margin-bottom: 0;
}
.mod-14 .box-s img {
  display: block;
  width: 100%;
}
.mod-14 .box-s:hover {
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.28);
}

/*about-us*/
.about-box {
  margin-bottom: 45px;
}

.about-box-01 {
  background: url("../images/img-63.png") no-repeat left 15% bottom 10%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-box-01 .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-box-01 .box-info {
  padding-top: 30px;
}
.about-box-01 .box-info .box-title {
  background: url("../images/img-62.png") no-repeat left top;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 35px;
}
.about-box-01 .box-info .box-title .title-ch {
  height: 42px;
  line-height: 42px;
  font-size: 36px;
  color: #333333;
}
.about-box-01 .box-info .box-title .title-en {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #cecdcd;
  text-transform: uppercase;
}
.about-box-01 .box-info .box-txt {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10%;
}
.about-box-01 .box-info .box-more {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #999999;
  font-size: 16px;
  color: #333333;
  transition: all .7s;
}
.about-box-01 .box-info .box-more:hover {
  color: #fff;
  background-color: #4b83d5;
}

.about-box-02 .box-start {
  background: url("../images/img-57.png") no-repeat top center;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.about-box-02 .box-list {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background: url("../images/img-56.png") repeat-y top center;
}
.about-box-02 .box-warp {
  width: 51%;
  box-sizing: border-box;
}
.about-box-02 .box-warp.box-l {
  background: url("../images/img-58.png") no-repeat right 4px top 38px;
  padding-right: 45px;
  float: left;
}
.about-box-02 .box-warp.box-l .box-s:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 35px;
  background: url("../images/img-60.png") no-repeat top center;
  width: 20px;
  height: 22px;
}
.about-box-02 .box-warp.box-l .box-s .box-title {
  text-align: right;
}
.about-box-02 .box-warp.box-l .box-s .box-img {
  margin-right: 20px;
}
.about-box-02 .box-warp.box-r {
  background: url("../images/img-58.png") no-repeat left 4px top 38px;
  padding-left: 45px;
  float: right;
}
.about-box-02 .box-warp.box-r .box-s:after {
  content: '';
  position: absolute;
  left: -15px;
  top: 35px;
  background: url("../images/img-59.png") no-repeat top center;
  width: 20px;
  height: 22px;
}
.about-box-02 .box-warp.box-r .box-s .box-img {
  margin-left: 20px;
}
.about-box-02 .box-s {
  background-color: #fb7f24;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  box-sizing: border-box;
  min-height: 100px;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-box-02 .box-s .box-img {
  max-width: 145px;
  width: 145px;
  min-width: 145px;
}
.about-box-02 .box-s .box-img img {
  display: block;
  border-radius: 8px;
}
.about-box-02 .box-s .box-title {
  font-size: 40px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-box-03 {
  background: url("../images/img-61.png") no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-box-03 .txt-s-02 {
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
}
.about-box-03 .box-cont {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.about-box-03 .box-group .row {
  margin-left: -30px;
  margin-right: -30px;
}
.about-box-03 .box-group .row .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.about-box-03 .box-group .box-s {
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
}
.about-box-03 .box-group .box-s .icon-s {
  display: block;
  margin: 0 auto 20px auto;
}
.about-box-03 .box-group .box-s .txt-s {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}

.about-box-04 {
  padding-top: 0;
}
.about-box-04 .box-s {
  border: solid 1px #d6d4d4;
  height: 270px;
  padding: 25px 20px;
  transition: all .7s;
}
.about-box-04 .box-s:hover {
  box-shadow: 1px 13px 18px rgba(49, 49, 50, 0.16);
}
.about-box-04 .box-s .box-title {
  font-size: 24px;
  line-height: 34px;
  height: 34px;
  color: #333333;
  margin-bottom: 20px;
}
.about-box-04 .box-s .box-title .add-s {
  font-size: 20px;
  color: #999999;
}
.about-box-04 .box-s .box-cont {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}
.about-box-04 .box-s .box-cont span {
  color: #333333;
}
.about-box-04 .box-s .box-a a {
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.about-box-04 .box-s .box-a a.a-1 {
  background-color: #fb7f24;
}
.about-box-04 .box-s .box-a a.a-2 {
  background-color: #1f85f3;
}

.job-mc {
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.job-box {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  height: 600px;
  top: 50%;
  margin-top: -300px;
}
.job-box .cont-main {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 50px 25px;
  position: relative;
}
.job-box .a-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.job-box .box-top {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #666666;
}
.job-box .box-top .box-title {
  line-height: 38px;
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
}
.job-box .box-top span {
  margin-right: 30px;
}
.job-box .mCSB_dragger_bar {
  background-color: #fb7f24 !important;
}
.job-box .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.job-box .content_2 {
  height: 350px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.job-box .a-s {
  position: absolute;
  bottom: 15px;
  right: 25px;
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #1f85f3;
}

.about-box-05 {
  overflow: hidden;
}
.about-box-05 .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.about-box-05 .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
}
.about-box-05 .box-map img {
  display: block;
  width: 100%;
}
.about-box-05 .box-info {
  background: #fb7f24;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  min-height: 300px;
}
.about-box-05 .box-info .box-title {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}
.about-box-05 .box-info .box-c {
  padding-left: 40px;
  min-height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
.about-box-05 .box-info .box-c .box-icon {
  margin-left: -40px;
  position: absolute;
}
.about-box-05 .box-info .box-c .box-icon img {
  width: 22px;
  height: 22px;
}

/* index */
/*index-banner*/
.index-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  height: 20px;
}
.index-banner .owl-dots .owl-dot {
  width: 22px;
  height: 22px;
  padding: 0;
  overflow: hidden;
  margin: 0 10px;
}
.index-banner .owl-dots .owl-dot span {
  background: url("../images/img-80.png") no-repeat top center;
  display: block;
  width: 22px;
  height: 22px;
}
.index-banner .owl-dots .owl-dot.active span {
  background: url("../images/img-81.png") no-repeat top center;
}
.index-banner .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: 99;
  width: 100%;
}
.index-banner .owl-nav button {
  width: 73px;
  height: 80px;
  margin-top: -50px;
  position: absolute;
}
.index-banner .owl-nav button.owl-prev {
  background: url("../images/img-31.png") no-repeat;
  left: 0;
}
.index-banner .owl-nav button.owl-prev:hover {
  background: url("../images/img-31-h.png") no-repeat;
}
.index-banner .owl-nav button.owl-next {
  background: url("../images/img-30.png") no-repeat;
  right: 0;
}
.index-banner .owl-nav button.owl-next:hover {
  background: url("../images/img-30-h.png") no-repeat;
}

.phone-banner {
  display: none;
}

.pc-banner .container {
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 999;
}
.pc-banner .banner-form {
  width: 350px;
  height: 425px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 14px;
  border: solid 1px rgba(255, 255, 255, 0.36);
  padding: 20px 40px;
  margin-top: 35px;
}
.pc-banner .banner-form .box-title {
  font-size: 14px;
  line-height: 30px;
  color: #efd672;
  text-align: center;
  margin-bottom: 10px;
}
.pc-banner .banner-form .box-title span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.pc-banner .banner-form .row {
  margin-left: -4px;
  margin-right: -4px;
}
.pc-banner .banner-form .row .box-w {
  padding-left: 4px;
  padding-right: 4px;
}
.pc-banner .banner-form .btn-s {
  background-color: #fb7f24;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.pc-banner .banner-form .box-s {
  margin-bottom: 10px;
}
.pc-banner .banner-form .box-s input {
  font-size: 14px;
}
.pc-banner .banner-form .box-s .form-tip {
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 44px;
  color: #8a8a8a;
  font-size: 14px;
}
.pc-banner .banner-form .box-other {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.pc-banner .banner-form .box-other span {
  color: #efbb30;
  font-size: 18px;
  font-weight: bold;
}
.pc-banner .a-banner {
  height: 492px;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}

.index-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.index-more {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: solid 1px #adadad;
  font-size: 16px;
  color: #333333;
  margin: 50px auto 0;
}
.index-more:hover {
  background-color: #fb7f24;
  border-color: #fb7f24;
  color: #fff;
}

.index-box-01 {
  background-color: #edeff1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-box-01 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-01 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-01 .box-s {
  height: 196px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all .7s;
}
.index-box-01 .box-s .icon-s {
  display: block;
  margin: 0 auto 15px;
  max-width: 60px;
}
.index-box-01 .box-s .title-s {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}
.index-box-01 .box-s:hover {
  margin-top: -15px;
}

.index-box-02 {
  padding-bottom: 0;
}
.index-box-02 .mod-08 .box-s {
  margin-bottom: 20px;
}
.index-box-02 .mod-08 .box-s:last-child {
  margin-bottom: 0;
}
.index-box-02 .tabs-cont > div {
  height: 0;
  overflow: hidden;
}

.index-box-03 .box-s {
  border: 1px solid #c2c2c2;
}
.index-box-03 .box-s .box-img {
  overflow: hidden;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-03 .box-s .box-cont {
  padding: 20px;
}
.index-box-03 .box-s .box-cont .box-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
.index-box-03 .box-s .box-cont .box-title span {
  font-size: 24px;
  margin-right: 10px;
  color: #333;
}
.index-box-03 .box-s .box-cont .box-txt > div {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}

.index-box-04 > .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.index-box-04 > .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.index-box-04 .box-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.index-box-04 .box-info.box-left img {
  display: block;
  width: 100%;
}
.index-box-04 .box-info.box-right {
  padding: 50px 15%;
  background-color: #fb7f25;
  color: #fff;
}
.index-box-04 .box-info.box-right .box-title {
  background: url("../images/img-76.png") no-repeat left top;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 35px;
}
.index-box-04 .box-info.box-right .box-title .title-ch {
  height: 42px;
  line-height: 42px;
  font-size: 36px;
}
.index-box-04 .box-info.box-right .box-title .title-en {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.index-box-04 .box-info.box-right .box-txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}
.index-box-04 .box-info.box-right .box-txt p {
  text-indent: 2em;
}
.index-box-04 .box-info.box-right .box-more {
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #ffffff;
  font-size: 16px;
  color: #999999;
}
.index-box-04 .box-info.box-right .box-more:hover {
  color: #fb7f25;
}

.index-box-05 .box-s {
  border: 1px solid #c7c7c7;
  transition: all .7s;
}
.index-box-05 .box-s .box-img {
  overflow: hidden;
}
.index-box-05 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-box-05 .box-s .box-cont {
  padding: 25px;
}
.index-box-05 .box-s .box-cont .box-title {
  font-size: 22px;
  letter-spacing: 1px;
  color: #333333;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index-box-05 .box-s .box-cont .box-txt {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999999;
}
.index-box-05 .box-s:hover {
  box-shadow: 13px 13px 27px rgba(0, 0, 0, 0.14);
}
.index-box-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}

.index-box-06 {
  background-color: #edeff1;
}
.index-box-06 .m-title {
  font-size: 40px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.index-box-06 .m-title span {
  color: #fb7f24;
}
.index-box-06 .container > row {
  display: flex;
}
.index-box-06 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.index-box-06 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.index-box-06 .box-left, .index-box-06 .box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  background: #fff;
  margin-bottom: 15px;
}
.index-box-06 .btn-s {
  background-color: #fb7f24;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.index-box-06 .box-left {
  text-align: center;
  padding: 35px 16%;
}
.index-box-06 .box-left .box-title {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: bold;
}
.index-box-06 .box-left .box-tip {
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  text-align: left;
}
.index-box-06 .box-left .box-s {
  margin-bottom: 20px;
}
.index-box-06 .box-left .box-s input {
  font-size: 14px;
}
.index-box-06 .box-right {
  padding: 35px 8%;
}
.index-box-06 .box-right .box-title {
  background: url("../images/img-77.png") no-repeat left top;
  min-height: 42px;
  padding-left: 56px;
  margin-bottom: 25px;
}
.index-box-06 .box-right .box-title .title-s {
  line-height: 42px;
  font-weight: bold;
  font-size: 26px;
  color: #333;
}
.index-box-06 .box-right .box-title .txt-s {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}
.index-box-06 .box-right .box-c {
  padding-left: 56px;
  min-height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  margin-bottom: 5px;
}
.index-box-06 .box-right .box-c .box-icon {
  margin-left: -40px;
  position: absolute;
}
.index-box-06 .box-right .box-c .box-icon img {
  width: 22px;
  height: 22px;
}
.index-box-06 .box-right .box-title-02 {
  border-top: 1px solid #dddddd;
  line-height: 70px;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
}
.index-box-06 .box-right .box-title-02 span {
  margin-left: 15px;
  color: #fb7f24;
}
.index-box-06 .box-right .box-form .box-w {
  margin-top: 15px;
}

.index-box-07 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-07 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-07 .box-s {
  overflow: hidden;
  border: 1px solid #c8c8c8;
  transition: all .7s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.index-box-07 .box-s img {
  display: block;
  width: 100%;
}
.index-box-07 .box-s:hover {
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.28);
}

.float-box {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 250px;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.float-box a {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #fff;
  color: #333333;
  padding-top: 10px;
}
.float-box a:last-child {
  margin-bottom: 0;
}
.float-box a span {
  display: block;
}
.float-box a .a-icon {
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0 auto 5px;
}
.float-box a .a-icon img {
  position: absolute;
  left: 0;
  right: 0;
}
.float-box a .a-icon img.img-h {
  display: none;
}
.float-box a .a-title {
  font-size: 14px;
  line-height: 20px;
}
.float-box a:hover {
  background-color: #fb7f24;
  color: #fff;
}
.float-box a:hover .a-icon img.img-d {
  display: none;
}
.float-box a:hover .a-icon img.img-h {
  display: block;
}

.box-erwm {
  position: relative;
}
.box-erwm .erwm-img {
  position: absolute;
  padding: 8px;
  border-radius: 5px;
  width: 136px;
  height: 136px;
  right: 80px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: none;
}
.box-erwm .erwm-img img {
  display: block;
  width: 120px;
  height: 120px;
}

.box-tel {
  position: relative;
}
.box-tel .tel-num {
  position: absolute;
  padding: 0 8px;
  border-radius: 5px;
  width: 230px;
  text-align: center;
  height: 80px;
  right: 80px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 80px;
  font-size: 18px;
  color: #333;
  display: none;
}
.box-tel .tel-num img {
  display: block;
  width: 100px;
  height: 100px;
}

/*# sourceMappingURL=style.css.map */
