@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fb {
  font-weight: bold;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input,
textarea,
select {
  font: inherit;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.center {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

h3 {
  font-weight: normal;
}

em {
  font-style: normal;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.hidden {
  overflow: hidden;
}

.wrap_box {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "微软雅黑";
  line-height: 28px;
  font-size: 16px;
  background: #fff;
  color: #333;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


/*header*/

.nav {
  width: 805px;
}

.nav>li {
  float: left;
  width: 115px;
  text-align: center;
  line-height: 98px;
  position: relative;
  color: #5b5b5b;
  font-size: 18px;
}

.nav>li:hover>a {
  color: #c7a466;
}

.nav>li:hover .subnav {
  display: block;
}

.subnav {
  width: 115px;
  top: 98px;
  left: 0;
  z-index: 9;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.subnav li {
  line-height: 50px;
}

.subnav li:hover a {
  color: #c7a466;
}


/*banner*/

.flexslider {
  position: relative;
  overflow: hidden;
}

.flexslider .slides {
  position: relative;
  z-index: 1;
}

.flexslider .slides img {
  width: 100%;
}

.flexslider .flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.flexslider .flex-control-nav li {
  display: inline-block;
  *display: inline;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.flexslider .flex-control-nav li a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
}

.flexslider .flex-control-nav .flex-active {
  background: #c7a466;
}

.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.flexslider .flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flexslider .flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
}

.subcompany {
  padding: 35px 0 40px;
}

.subcompany li {
  float: left;
  margin-right: 200px;
  text-align: center;
}

.subcompany li:nth-child(4n+4) {
  margin-right: 0;
}

.subcompany li h3 {
  color: #5b5b5b;
  font-size: 18px;
  margin: 23px 0 18px;
}

.subcompany li p {
  color: #5b5b5b;
}

.about_bg {
  background: #f7f8fa;
  padding: 100px 0 110px;
}

.about_pic_box {
  width: 690px;
}

.about_tit {
  color: #014ab6;
  padding-left: 90px;
}

.about_tit h2 {
  font-size: 52px;
  text-transform: uppercase;
  line-height: 56px;
}

.about_tit p {
  font-size: 26px;
  line-height: 38px;
}

.about_tit::after {
  width: 408px;
  height: 1px;
  background: #014ab6;
  position: absolute;
  top: 25px;
  left: -451px;
  content: "";
  display: block;
}

.about_pic {
  width: 600px;
  height: 400px;
  margin-left: 90px;
  margin-top: 70px;
}

.about_pic img {
  width: 100%;
  height: 100%;
}

.about_con {
  width: 470px;
  padding: 85px 0 0;
}

.about_num {
  color: #58b530;
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 25px;
}

.about_con_tit {
  color: #000;
  font-size: 24px;
  line-height: 34px;
}

.about_txt {
  color: #343434;
  margin: 10px 0;
  line-height: 36px;
  height: 288px;
  overflow: hidden;
}

.more {
  width: 176px;
  height: 57px;
  background: #014ab6;
  color: #fff;
  line-height: 57px;
  display: block;
}

.tit {
  padding: 62px 0 0;
}

.tit h4 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}

.tit h3 {
  font-size: 24px;
  line-height: 56px;
}

.tit p {
  color: #bcbcbc;
  font-family: Arial;
  line-height: 36px;
}

.team {
  margin: 60px 0 85px;
}

.team li div {
  border: solid 1px #fff;
}

.team li:hover .team_pic {
  border: solid 1px #014ab6;
}

.team li:hover .team_name {
  color: #014ab6;
}

.team .swiper-button-next {
  right: 0;
  outline: none;
}

.team .swiper-button-prev {
  left: 0;
  outline: none;
}

.team_pic {
  border: solid 1px #fff;
}

.team_pic img {
  width: 260px;
  height: 338px;
}

.team_name {
  color: #000000;
  font-size: 18px;
  margin: 20px 0 0;
}

.room_bg {
  background: #eff3f6;
}

.room_list {
  padding: 63px 0 83px;
}

.room_list li {
  width: 595px;
  height: 368px;
  position: relative;
  margin-right: 10px;
  float: left;
}

.room_list li:nth-child(even) {
  margin-right: 0;
}

.room_list li img {
  width: 100%;
  height: 100%;
}

.room_list li p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  font-size: 24px;
  padding: 168px 0 0;
}

.shebei {
  margin: 60px 0 105px;
}

.shebei li {
  transform: scale(0.85, 0.85);
}

.shebei li.swiper-slide-active {
  transform: scale(1, 1);
}

.shebei .swiper-button-next,
.shebei .swiper-button-prev {
  /*width: 64px;*/
  /*height: 64px;*/
  /*margin-top: -32px;*/
  outline: none;
}

.shebei .swiper-button-next {
  /*background: url(../images/nar2.png) no-repeat;*/
  background-size: 100%;
  right: 0;
}

.shebei .swiper-button-prev {
  /*background: url(../images/nar1.png) no-repeat;*/
  background-size: 100%;
  left: 0;
}

.shebei_con {
  width: 350px;
  height: 130px;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 28px 0 0;
}

.shebei_con h3 {
  line-height: 38px;
  font-size: 24px;
}

.shebei_con p {
  font-size: 18px;
}

.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  padding: 160px 0 0;
}

.footer_l {
  width: 415px;
}

.footer_tit {
  color: #000;
  font-size: 34px;
  font-weight: bold;
}

.footer_tit img {
  margin-right: 15px;
}

.contact {
  color: #505050;
  font-size: 18px;
  line-height: 50px;
  margin: 45px 0 0;
}

.footer_code {
  width: 600px;
}

.code_list {
  margin: 60px 0 0;
}

.code_list li {
  width: 192px;
  float: left;
  margin-right: 45px;
  text-align: center;
}

.code_list li p {
  line-height: 40px;
  color: #000;
}

.footer {
  padding-bottom: 96px;
}

.copyright {
  border-top: solid 1px #fff;
  padding: 20px 0;
  color: #505050;
}

.online {
  width: 90px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9;
}

.online li {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 0 0;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  border: solid 1px #eee;
}

.online li:hover {
  background: #014ab6;
}

.online li:hover h3 {
  color: #fff;
}

.online li:hover .online_con {
  display: block;
}

.online li:hover span img:last-child {
  opacity: 1;
}

.online li:hover span img:first-child {
  opacity: 0;
}

.online li.backtop {
  background: #b5b5b5;
  height: 60px;
  padding: 0;
}

.online li.backtop h3 {
  color: #fff;
  line-height: 16px;
}

.online li span {
  width: 26px;
  height: 32px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.online li span img {
  width: 26px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.online li span img:last-child {
  opacity: 0;
}

.online h3 {
  color: #000;
  font-size: 16px;
  line-height: 34px;
}

.online_con {
  width: 210px;
  height: 55px;
  border-radius: 6px;
  top: 19px;
  right: 118px;
  background: #014ab6;
  color: #fff;
  line-height: 55px;
  font-size: 24px;
  display: none;
}

.online_con::after {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 14px solid #014ab6;
  border-bottom: 14px solid transparent;
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  right: -12px;
}

.m_banner img {
  width: 100%;
}

.main_path {
  border-bottom: solid 1px #ebebeb;
  height: 56px;
  line-height: 55px;
}

.path {
  color: #7b7b7d;
  font-size: 14px;
}

.path img {
  margin: 0 7px;
}

.path span {
  color: #c7a466;
}

.type a {
  width: 140px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  color: #3f3f3f;
  text-align: center;
}

.type a.active {
  background: url(../images/type.jpg) no-repeat;
  color: #fff;
}

.type a:hover {
  background: url(../images/type.jpg) no-repeat;
  color: #fff;
}

.m_about {
  padding: 100px 0 150px;
}

.m_about_pic img {
  width: 600px;
  height: 400px;
}

.m_about_pic::after {
  width: 600px;
  height: 400px;
  border: solid 1px #d6d6de;
  top: 20px;
  left: 20px;
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}

.m_about_con {
  width: 500px;
}

.m_about_con .about_txt {
  color: #8c8c8c;
}

.m_shebei_pic img {
  width: 385px;
  height: 270px;
}

.m_shebei_pic::after {
  width: 22px;
  height: 22px;
  background: url(../images/main4.png) no-repeat center center;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: none;
}

.m_shebei_tit {
  color: #acacac;
  font-size: 16px;
  margin: 15px 0 0;
}

.m_shebei {
  padding: 90px 0 100px;
}

.m_shebei li {
  width: 385px;
  float: left;
  margin: 0 22px 22px 0;
}

.m_shebei li:nth-child(3n+3) {
  margin-right: 0;
}

.m_shebei li:hover::after {
  display: block;
}

.main {
  padding-bottom: 100px;
}

.page a {
  padding: 0 15px;
  line-height: 40px;
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
  color: #909ba7;
  font-size: 16px;
}

.page a.on {
  background: #c7a466;
  color: #fff;
}

.page span a {
  border-radius: 20px;
}

.m_team {
  margin: 100px 0 0;
}

.m_team li {
  width: 262px;
  float: left;
  margin: 0 50px 50px 0;
}

.m_team li:nth-child(4n+4) {
  margin-right: 0;
}

.m_team_tit {
  color: #000;
  margin: 20px 0 0;
}

.m_team_tit span {
  color: #014ab6;
}

.m_room {
  padding: 95px 0 55px;
  border-bottom: solid 1px #dfdfdf;
}

.m_room_pic {
  width: 592px;
}

.m_room_pic img {
  width: 100%;
}

.m_room_con {
  width: 560px;
}

.m_room_con h3 {
  color: #343434;
  font-size: 24px;
  line-height: 32px;
}

.m_room_text {
  color: #676666;
  line-height: 48px;
  margin: 10px 0 0;
}

.m_room_xx {
  color: #676666;
  line-height: 48px;
  padding: 30px 0 0;
}

.yuliu {
  padding: 90px 0 0;
  color: #8c8c8c;
  line-height: 2;
}

.yuliu h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact_tips {
  color: #4a4a4a;
  font-size: 18px;
  padding: 93px 0 50px;
}

.m_contact {
  width: 380px;
  margin-right: 100px;
}

.m_contact li {
  margin-bottom: 20px;
}

.m_contact li h3 {
  color: #c7a466;
  font-size: 24px;
  margin-bottom: 10px;
}

.m_contact li h3 img {
  margin-right: 10px;
}

.m_contact li p {
  color: #8c8c8c;
  line-height: 30px;
  padding-left: 8px;
}

.m_code {
  margin-right: 105px;
}

.m_code p {
  margin: 30px 0 0;
}

.m_team_xx {
  padding: 98px 0 0;
}

.m_team_xx_pic img {
  width: 262px;
  height: 338px;
}

.m_team_xx_con {
  width: 870px;
}

.m_team_xx_con_tit {
  border-bottom: solid 1px #e3e3e3;
  line-height: 45px;
  padding-bottom: 30px;
}

.m_team_xx_con_tit b {
  color: #000;
  font-size: 30px;
}

.m_team_xx_con_tit span {
  color: #014ab6;
}

.jianjie_tit {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 34px 0 0;
}

.jianjie_txt {
  color: #909090;
  line-height: 36px;
  margin: 25px 0 0;
}

.nextpage {
  padding: 50px 0 0;
}

.nextpage a {
  color: #666;
}

.nextpage a img {
  margin-right: 10px;
}

.nextpage a:hover {
  color: #00459b;
}

.nextpage a.on {
  color: #00459b;
}

.m_shebei_xx {
  padding: 95px 0 0;
}

.m_shebei_xx_pic {
  width: 680px;
}

.m_shebei_xx_pic img {
  width: 100%;
  height: 480px;
}

.m_shebei_xx_con {
  width: 450px;
}

.m_shebei_xx_txt {
  color: #878787;
  line-height: 48px;
  margin: 20px 0 0;
}

.m_shebei_xx_infor {
  margin: 30px 0 0;
  color: #878787;
}

.m_map {
  border: solid 1px #ebebeb;
  padding-left: 40px;
  margin: 90px 0 0;
}

.m_map_left {
  width: 370px;
  padding: 46px 0 0;
}

.m_map_left li {
  border-bottom: solid 1px #f3f3f3;
  height: 140px;
  padding: 30px 30px 0 0;
  color: #979797;
}

.m_map_left li:first-child {
  padding: 0 30px 0 0;
}

.m_map_left li img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.m_map_left li h3 {
  font-size: 24px;
}

.m_map_left li p {
  font-size: 20px;
  margin: 10px 0 0;
}

.m_map_right {
  height: 650px;
}