@charset "UTF-8";

html,
body {
  margin: 0 auto;
  font-size: 微软雅黑;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  /* display: block; */
  width: 100%;
  height: 100%;
  border: none !important;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

input,
button,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  outline: medium;
}

[v-cloak] {
  display: none;
}

.hongyuDecorate {
  margin: 0 auto;
  min-width: 1250px;
}

.public_Navigation {
  margin: 0 auto;
}

.public_Navigation .content {
  margin: 0 auto;
  width: 1150px;
  height: 100px;
}

.public_Navigation .content::after {
  content: '';
  display: block;
  clear: both;
}

.public_Navigation .content .logo {
  float: left;
  width: 260px;
  height: auto;
  margin-top: 25px;
}

.public_Navigation .content .menu {
  float: right;
}

.public_Navigation .content .menu ul {
  margin: 0 auto;
}

.public_Navigation .content .menu ul::after {
  content: '';
  display: block;
  clear: both;
}

.public_Navigation .content .menu ul li {
  float: left;
  width: 120px;
  height: 100px;
  text-align: center;
  margin-left: 12px;
}

.public_Navigation .content .menu ul li:first-child {
  margin-left: 0;
}

.public_Navigation .content .menu ul li .li-a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.public_Navigation .content .menu ul li .divs {
  color: #f6772c;
  font-size: 16px;
  width: 100%;
  margin-top: 30px;
}

.public_Navigation .content .menu ul li span {
  font-size: 12px;
  color: #f6772c;
  display: block;
  margin-bottom: 30px;
}

.public_Navigation .content .menu ul li .secondaryMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  margin-top: 0;
  font-size: 16px;
  display: none;
  z-index: 999;
}

.public_Navigation .content .menu ul li .secondaryMenu .contents {
  margin: 0 auto;
  width: 1180px;
  text-align: center;
}

.public_Navigation .content .menu ul li .secondaryMenu .contents a {
  margin-left: 85px;
}

.public_Navigation .content .menu ul li .secondaryMenu .contents a:first-child {
  margin-left: 0;
}

.public_Navigation .content .menu ul li .secondaryMenu .contents a:hover {
  color: #f6772c;
}

.public_Navigation .content .menu ul li:hover {
  background: url(../image/menubg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.public_Navigation .content .menu ul li:hover .li-a .divs {
  color: #fff;
}

.public_Navigation .content .menu ul li:hover .li-a span {
  color: #fff;
}

.public_Navigation .content .menu ul li:hover .secondaryMenu {
  display: block;
}

.public_Navigation .content .menu ul .liStyle {
  background: url(../image/menubg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.public_Navigation .content .menu ul .liStyle a div {
  color: #fff;
}

.public_Navigation .content .menu ul .liStyle a span {
  color: #fff;
}

.public_Footer {
  margin: 0 auto;
}

.public_Footer .top {
  margin: 0 auto;
  background: #1f130b;
  border-bottom: 1px solid #3d2110;
}

.public_Footer .top .nr {
  margin: 0 auto;
  width: 1180px;
  padding: 35px 0;
}

.public_Footer .top .nr .logo {
  width: 160px;
  /* height: 48px; */
  margin: 0 auto;
  margin-bottom: 20px;
}

.public_Footer .top .nr .ul {
  margin: 0 auto;
  text-align: center;
}

.public_Footer .top .nr .ul a {
  color: #a99487;
  font-size: 14px;
  margin-left: 55px;
}

.public_Footer .top .nr .ul a:first-child {
  margin-left: 0;
}

.public_Footer .top .nr .ul a:hover {
  color: #f37328;
}

.public_Footer .top .nr .ul .ast {
  color: #f37328;
}

.public_Footer .center {
  margin: 0 auto;
  background: #1f130b;
  border-bottom: 1px solid #3d2110;
}

.public_Footer .center .nr {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 46px 0;
}

.public_Footer .center .nr font {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #887c74;
  margin-left: 75px;
}

.public_Footer .center .nr font:first-child {
  margin-left: 0;
}

.public_Footer .center .nr font img {
  width: 24px;
  height: 24px;
}

.public_Footer .bottom {
  margin: 0 auto;
  background: #140d08;
}

.public_Footer .bottom .nr {
  margin: 0 auto;
  width: 1180px;
  padding: 4px 0 14px 0;
}

.public_Footer .bottom .nr div {
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.public_Footer .bottom .nr div a {
  color: #5c4c41;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.public_Footer .bottom .nr div a:hover {
  text-decoration: underline;
}

.public_Footer .bottom .nr div a:first-child {
  margin-left: 0;
}

.public_Footer .bottom .nr div a img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.pablic_banner {
  margin: 0 auto;
  height: auto;
  max-height: 400px;
  background: #eee;
  overflow: hidden;
}

.pablic_banner img {
  height: auto;
  max-height: 400px;
}

.pablic_crumbs {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}

.pablic_crumbs img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.pablic_crumbs span a {
  color: #666;
}

.pablic_crumbs span a:hover {
  color: #f6772c;
}

.pablic_crumbs span font {
  margin: 0 4px;
}

.pablic_crumbs span:last-child font {
  display: none;
}

.indexBanner {
  margin: 0 auto;
  height: auto;
}

.indexBanner #indexSwiper {
  width: 100%;
  height: auto;
}

.indexBanner #indexSwiper .swiper-slide img {
  height: auto;
}

.indexBanner #indexSwiper .swiper-pagination-bullet-active {
  background: #f6772c !important;
  width: 35px !important;
  height: 5px !important;
  border-radius: 3px;
}

.indexBanner #indexSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 5px;
  height: 5px;
}

.index_box1 {
  margin: 0 auto;
  padding: 100px 0;
  background: url(../image/bg1.jpg);
}

.index_box1 .content {
  margin: 0 auto;
  width: 1018px;
}

.index_box1 .content::after {
  content: '';
  display: block;
  clear: both;
}

.index_box1 .content .list {
  float: left;
  width: 226px;
  height: 264px;
  margin-left: 170px;
  cursor: pointer;
  position: relative;
}

.index_box1 .content .list:first-child {
  margin-left: 0;
}

.index_box1 .content .list .img2 {
  display: none;
}

.index_box1 .content .list .title {
  font-size: 20px;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.index_box1 .content .list .title::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background: #dcdcdc;
  margin: 6px auto 0 auto;
}

.index_box1 .content .list .text {
  width: 160px;
  text-align: center;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -80px;
  color: #666;
}

.index_box1 .content .list .text span {
  display: block;
  color: #666;
  line-height: 26px;
}

.index_box1 .content .list:hover .img1 {
  display: none;
}

.index_box1 .content .list:hover .img2 {
  display: block;
}

.index_box1 .content .list:hover .title {
  color: #fff;
  top: 50px;
}

.index_box1 .content .list:hover .title::after {
  background: #fff;
}

.index_box1 .content .list:hover .text {
  color: #fff;
}

.indexProject {
  margin: 0 auto;
  width: 1180px;
}

.indexProject .title {
  margin: 0 auto;
  height: 94px;
  border-bottom: 1px solid #eee;
  line-height: 94px;
}

.indexProject .title::after {
  content: '';
  display: block;
  clear: both;
}

.indexProject .title .name {
  float: left;
  font-size: 30px;
  border-bottom: 2px solid #f6772c;
}

.indexProject .title .thisIndex {
  float: left;
  font-size: 18px;
  color: #666;
  text-transform: Uppercase;
  line-height: 110px;
  overflow: hidden;
  margin-left: 32px;
}

.indexProject .title .thisIndex font {
  display: block;
  float: left;
}

.indexProject .title .thisIndex span {
  display: block;
  float: left;
  width: 60px;
  height: 1px;
  background: #666;
  margin: 60px 10px 0 15px;
}

.indexProject .title .ul {
  float: right;
  line-height: 116px;
}

.indexProject .title .ul span a {
  color: #666;
}

.indexProject .title .ul span a:hover {
  color: #f6772c;
  cursor: pointer;
}

.indexProject .title .ul span .now {
  color: #f6772c;
}

.indexProject .title .ul span font {
  color: #666;
  margin: 0 18px;
}

.indexProject .title .ul span:last-child font {
  display: none;
}

.indexProject .uls {
  margin: 0 auto;
  padding: 28px 0 48px 0;
}

.indexProject .uls::after {
  content: '';
  display: block;
  clear: both;
}

.indexProject .uls .list {
  width: 380px;
  height: 250px;
  float: left;
  margin: 20px 0 0 20px;
  cursor: pointer;
  position: relative;
}

.indexProject .uls .list:nth-child(3n+1) {
  margin-left: 0;
}

.indexProject .uls .list .mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
}

.indexProject .uls .list .mark .cont {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  color: #fff;
  transition: all 0.2s;
}

.indexProject .uls .list .mark .cont span {
  font-size: 35px;
  font-weight: 100;
  line-height: 35px;
  position: absolute;
  top: -50px;
  left: 15px;
  transition: all 0.3s;
}

.indexProject .uls .list .mark .cont div {
  position: absolute;
  left: 20px;
  top: 300px;
  transition: all 0.5s;
}

.indexProject .uls .list .mark .cont div font {
  display: block;
  color: #f6772c;
  font-size: 16px;
  margin-bottom: 14px;
}

.indexProject .uls .list:hover .mark {
  opacity: 1;
}

.indexProject .uls .list:hover .mark .cont {
  width: 345px;
  height: 215px;
  margin-top: 18px;
}

.indexProject .uls .list:hover .mark .cont span {
  top: 15px;
}

.indexProject .uls .list:hover .mark .cont div {
  top: 90px;
}

.indexProject .moreButton {
  margin: 0 auto;
  width: 152px;
  height: 43px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  border-radius: 22px;
  overflow: hidden;
}

.indexProject .moreButton a {
  display: block;
  height: 100%;
  color: #666;
}

.indexProject .moreButton:hover {
  border-color: #f6772c;
}

.indexProject .moreButton:hover a {
  color: #f6772c;
}

.indexProject .content {
  margin: 0 auto;
  padding: 58px 0;
}

.indexProject .content::after {
  content: '';
  display: block;
  clear: both;
}

.indexProject .content .list {
  float: left;
  width: 380px;
  margin-left: 20px;
}

.indexProject .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.indexProject .content .list .img {
  height: 180px;
  position: relative;
}

.indexProject .content .list .img .pos_rb {
  width: 80px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
}

.indexProject .content .list .img .pos_rb div {
  font-size: 32px;
  color: #666;
  line-height: 32px;
  margin-top: 6px;
}

.indexProject .content .list .img .pos_rb span {
  color: #666;
}

.indexProject .content .list .text {
  height: 215px;
  background-color: #fff;
  box-shadow: 0 0 14px #cecece;
}

.indexProject .content .list .text span {
  display: block;
  margin: 0 auto;
  width: 355px;
  font-size: 16px;
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexProject .content .list .text span::after {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background: #dcdcdc;
  margin-top: 10px;
}

.indexProject .content .list .text font {
  display: block;
  margin: 0 auto;
  width: 355px;
  height: 78px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.indexProject .content .list .text div {
  width: 100px;
  height: 32px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  box-sizing: border-box;
  margin: 22px auto;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}

.indexProject .content .list .text div a {
  color: #999;
}

.indexProject .content .list:hover .img .pos_rb {
  background: #f6772c;
}

.indexProject .content .list:hover .img .pos_rb div {
  color: #fff;
}

.indexProject .content .list:hover .img .pos_rb span {
  color: #fff;
}

.indexProject .content .list:hover .text span {
  font-weight: 600;
}

.indexProject .content .list:hover .text span::after {
  background: #f6772c;
}

.indexProject .content .list:hover .text div {
  border-color: #f6772c;
  overflow: hidden;
}

.indexProject .content .list:hover .text div a {
  display: block;
  height: 100%;
  color: #f6772c;
}

.indexAbout {
  margin: 50px auto 0 auto;
  height: 620px;
  background: url(../image/bg2.jpg) no-repeat center;
  background-size: cover;
}

.indexAbout .content {
  margin: 0 auto;
  width: 1180px;
  height: 100%;
  position: relative;
}

.indexAbout .content .right {
  width: 614px;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  top: 0;
}

.indexAbout .content .right .title {
  margin: 0 auto;
  width: 530px;
  overflow: hidden;
  color: #989b9e;
  padding: 50px 0 68px 0;
}

.indexAbout .content .right .title .name {
  float: left;
  font-size: 30px;
  margin-right: 30px;
}

.indexAbout .content .right .title .thisIndex {
  float: left;
  overflow: hidden;
  text-transform: Uppercase;
  margin-top: 14px;
  font-size: 18px;
}

.indexAbout .content .right .title .thisIndex font {
  display: block;
  float: left;
}

.indexAbout .content .right .title .thisIndex span {
  display: block;
  float: left;
  width: 60px;
  height: 1px;
  background: #666;
  margin: 12px 10px 0 15px;
}

.indexAbout .content .right .names {
  margin: 0 auto;
  width: 530px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.indexAbout .content .right .names::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #f6772c;
  margin-top: 26px;
}

.indexAbout .content .right .text {
  margin: 46px auto;
  width: 530px;
  max-height: 230px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.indexAbout .content .right .button {
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #f6772c;
  margin-left: 44px;
  overflow: hidden;
  border-radius: 16px;
}

.indexAbout .content .right .button a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.sidebar {
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  display: none;
}

.sidebar .list {
  width: 50px;
  height: 50px;
  background: #f6772c;
  position: relative;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar .list .img {
  width: 25px;
  height: 25px;
}

.sidebar .list div {
  position: absolute;
  height: 100%;
  right: -200px;
  /* transform: translateX(-100%); */
  top: 0;
  background: #32280b;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidebar .list div img {
  width: 25px;
  height: 25px;
  margin: 0 12px;
}

.sidebar .list div span {
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 12px;
  min-width: 80px;
  color: #fff;
}

.sidebar .list:hover {
  margin: 1px 0;
}

.sidebar .list:hover div {
  right: 0;
}

.project_Top {
  margin: 0 auto;
  width: 1200px;
  height: 66px;
  position: relative;
}

.project_Top::after {
  content: '';
  display: block;
  clear: both;
}

.project_Top .img-tb {
  float: left;
  width: 80px;
  height: 66px;
  background: url(../image/titleimg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  line-height: 66px;
  text-indent: 28px;
  font-style: oblique;
}

.project_Top .title {
  float: left;
  margin-left: 6px;
  font-size: 28px;
  font-style: oblique;
  line-height: 28px;
}

.project_Top .title span {
  color: #e0e0e0;
  font-weight: 200;
  text-transform: uppercase;
}

.project_Top .title div {
  color: #f6772c;
  font-weight: 600;
  margin-top: 6px;
}

.project_Top .posimgs {
  width: 304px;
  height: 168px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -60px;
}

.project_List {
  margin: 0 auto;
  width: 1180px;
}

.project_List::after {
  content: '';
  display: block;
  clear: both;
}

.project_List .left {
  float: left;
  width: 160px;
  margin-top: 50px;
}

.project_List .left .li {
  margin-top: 22px;
}

.project_List .left .li .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-left: 40px;
  transition: all 0.3s;
}

.project_List .left .li .text div {
  margin: 0 4px;
  width: 0;
  height: 1px;
  background: #f6772c;
  transition: all 0.3s;
}

.project_List .left .li .text font {
  color: #999;
  font-size: 14px;
}

.project_List .left .li .text:hover {
  color: #f6772c !important;
}

.project_List .left .li .dot span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  margin: 6px 0 0 46px;
}

.project_List .left .listyles .text {
  color: #f6772c;
  margin-left: 0;
}

.project_List .left .listyles .text font {
  color: #f6772c;
}

.project_List .left .listyles .text div {
  width: 40px;
}

.project_List .left .listyles .dot {
  opacity: 0;
}

.project_List .right {
  margin: 0 auto;
  width: 975px;
  background: #fff;
}

.project_List .tops {
  margin: 0 auto;
  font-size: 24px;
  padding: 36px 0;
  background: url(../image/botfgx2.png) no-repeat right bottom;
  background-size: 1140px 39px;
  text-indent: 22px;
}

.project_List .right ul {
  margin: 0 auto;
  padding: 13px 0;
}

.project_List .right ul::after {
  content: '';
  display: block;
  clear: both;
}

.project_List .right ul li {
  float: left;
  width: 316px;
  border: 3px solid #fff;
  box-sizing: border-box;
  margin: 0 0 26px 12px;
}

.project_List .right ul li:nth-child(3n+1) {
  margin-left: 0;
}

.project_List .right ul li a {
  display: block;
}

.project_List .right ul li a .img {
  margin: 0 auto;
  height:160px;
  overflow: hidden;
}

.project_List .right ul li a .img img {
  height: auto;
  object-fit: cover;
}

.project_List .right ul li a .text {
  margin: 0 auto;
  height: 60px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.project_List .right ul li a .text .ti {
  font-size: 16px;
  margin: 6px 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project_List .right ul li a .text span {
  font-size: 14px;
  color: #999;
}

.project_List .right ul li a .text .dj {
  font-size: 42px;
  color: #ff7321;
  line-height: 42px;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-weight: 100;
}

.project_List .right ul li a .text .xj {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: 100;
  display: none;
}

.project_List .right ul li:hover {
  border: 3px solid #f67a30;
}

.project_List .right ul li:hover .text {
  background: #f67a30;
}

.project_List .right ul li:hover .text span {
  display: none;
}

.project_List .right ul li:hover .text .ti {
  margin: 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.project_List .right ul li:hover .text .dj {
  color: #fff;
}

.project_List .right ul li:hover .text .xj {
  display: block;
}

.project_List .right .content {
  width: 900px;
  padding: 10px 0;
  margin-left: 20px;
}

.project_List .right .content .htmls {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
}

.project_List .right .content .htmls img {
  height: auto !important;
  width: auto;
  max-width: 100%;
}

.project_List .right .content .amplifier {
  margin: 35px auto;
  height: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.project_List .right .content .amplifier img {
  width:900px;
  height: 590px;
}

.project_List .right .content .liSwiper {
  margin: 0 auto;
  height: 148px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.project_List .right .content .liSwiper #next {
  right: -30px;
  background: url(../image/rightjt.png) no-repeat center;
}

.project_List .right .content .liSwiper #prev {
  left: -30px;
  background: url(../image/leftjt.png) no-repeat center;
}

.project_List .right .content .liSwiper .butss {
  width: 16px;
  height: 30px;
  outline: none;
  background-size: 100% 100%;
}

.project_List .right .content .liSwiper .butss::after {
  display: none;
}

.project_List .right .content .liSwiper .swiper-button-disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.6;
}

.project_List .right .content #liowSwiper {
  width: 100%;
  height: 100%;
}

.project_List .right .content #liowSwiper .swiper-slide {
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.project_List .right .content #liowSwiper .swiper-slide img {
  width: 206px;
  height: 136px;
  margin: 4px auto;
}

.project_List .right .content #liowSwiper .swiper-slide-style {
  border-color: #f6772c;
}

.public_thispaging {
  height: 70px;
  background: url(../image/botfgx.png) no-repeat left bottom;
  background-size: 1140px 39px;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 37px 0;
}

.public_thispaging .paging {
  width: 405px;
  height: 35px;
  float: right;
  margin-right: 45px;
}

.public_thispaging .turnThePage {
  float: right;
  margin-right: 45px;
  font-size: 16px;
  font-style: oblique;
  font-weight: 600;
  line-height: 60px;
}

.public_thispaging .turnThePage a {
  color: #999;
}

.public_thispaging .turnThePage .astyle {
  color: #f6772c;
}

.companyProfile {
  margin: 0 auto;
  width: 1215px;
  padding: 25px 0;
}

.companyProfile::after {
  content: '';
  display: block;
  clear: both;
}

.companyProfile .left {
  float: left;
  width: 740px;
  font-size: 14px;
  line-height: 28px;
}

.companyProfile .left .text {
  margin: 0 auto;
  width: 710px;
  padding: 40px 0;
}

.companyProfile .right {
  float: right;
  width: 430px;
  height: 564px;
  margin-top: 60px;
  position: relative;
}

.companyProfile .right .r_box {
  position: absolute;
  width: 272px;
  right: 0;
  bottom: 8px;
  top: 71px;
  background: #fbc2a0;
}

.companyProfile .right .l_box {
  width: 40px;
  height: 254px;
  background: url(../image/bg4.jpg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.companyProfile .right .imgs {
  width: 338px;
  height: 507px;
  position: absolute;
  left: 64px;
  top: 0;
}

.public_Title_Name {
  margin: 0 auto;
  overflow: hidden;
}

.public_Title_Name .name {
  float: left;
  width: 80px;
  height: 66px;
  background: url(../image/titleimg.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 66px;
  text-indent: 24px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-style: oblique;
}

.public_Title_Name .title {
  float: left;
  height: 66px;
  margin-left: 14px;
}

.public_Title_Name .title span {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  line-height: 14px;
}

.public_Title_Name .title div {
  font-size: 24px;
  color: #f6772c;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
}

.public_Title_Name .title div::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #f6772c;
  margin-top: 14px;
}

.qualification {
  margin: 0 auto;
  padding-top: 25px;
  min-height: 390px;
  background: url(../image/bg6.jpg) no-repeat center bottom;
  background-size: cover 390px;
}

.qualification .content {
  margin: 0 auto;
  width: 1215px;
}

.qualification .content::after {
  content: '';
  display: block;
  clear: both;
}

.qualification .content .left {
  float: left;
}

.qualification .content .right {
  float: right;
  width: 355px;
  margin-top: 18px;
}

.qualification .content .right .list {
  margin: 50px  auto;
}

.qualification .content .right .list .title {
  margin: 0 auto 18px auto;
  overflow: hidden;
}

.qualification .content .right .list .title span {
  display: block;
  float: left;
  width: 38px;
  height: 3px;
  background: #f6772c;
  margin: 18px 12px 0 0;
}

.qualification .content .right .list .title font {
  font-size: 24px;
  color: #ff792a;
  line-height: 24px;
}

.qualification .content .right .list .text {
  margin-left: 50px;
}

.qualification .content .right .list .text span {
  display: block;
  font-size: 16px;
  line-height: 32px;
}

.qualification .content .right .list:first-child {
  margin-top: 0;
}

.corporateCulture {
  margin: 0 auto;
  height: 650px;
  background: url(../image/bg7.jpg);
}

.corporateCulture .content {
  margin: 0 auto;
  width: 1215px;
  height: 100%;
}

.corporateCulture .content::after {
  content: '';
  display: block;
  clear: both;
}

.corporateCulture .content .left {
  float: left;
  width: 390px;
  margin-top: 64px;
}

.corporateCulture .content .left .ul {
  padding-top: 105px;
}

.corporateCulture .content .left .ul .li {
  margin-top: 75px;
}

.corporateCulture .content .left .ul .li .title {
  margin: 0 auto;
  overflow: hidden;
}

.corporateCulture .content .left .ul .li .title div {
  float: left;
  width: 38px;
  height: 3px;
  background: #ff7829;
  margin: 42px 4px 0 0;
}

.corporateCulture .content .left .ul .li .title span {
  font-size: 22px;
  color: #fff;
}

.corporateCulture .content .left .ul .li .title font {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  margin-left: 20px;
  text-transform: uppercase;
}

.corporateCulture .content .left .ul .li .spans {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 14px;
}

.corporateCulture .content .left .ul .li:first-child {
  margin-top: 0;
}

.corporateCulture .content .right {
  float: right;
  width: 810px;
  height: 100%;
  position: relative;
}

.corporateCulture .content .right .imgs {
  width: 355px;
  height: 353px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.corporateCulture .content .right .list .name::after {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background: #ff7829;
  margin: 14px 0 12px 0;
}

.corporateCulture .content .right .list .name span {
  font-size: 22px;
  color: #ff7829;
  margin-right: 18px;
}

.corporateCulture .content .right .list .name font {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

.corporateCulture .content .right .list .text {
  font-size: 16px;
  color: #fff;
}

.corporateCulture .content .right .pos_list1 {
  position: absolute;
  top: 95px;
  left: 280px;
}

.corporateCulture .content .right .pos_list2 {
  position: absolute;
  top: 214px;
  left: 380px;
}

.corporateCulture .content .right .pos_list3 {
  position: absolute;
  top: 345px;
  left: 340px;
}

.corporateCulture .content .right .pos_list4 {
  position: absolute;
  top: 465px;
  left: 210px;
}

.deveLopmentHistory {
  margin: 0 auto;
  background: url(../image/bg9.png) no-repeat center bottom;
  background-size: cover 360px;
}

.deveLopmentHistory .content {
  margin: 0 auto;
  width: 1215px;
}

.deveLopmentHistory .content .tops {
  margin: 0 auto;
  padding: 67px 0 32px 0;
}

.deveLopmentHistory .content .tops::after {
  content: '';
  display: block;
  clear: both;
}

.deveLopmentHistory .content .tops .left {
  float: left;
}

.deveLopmentHistory .content .tops .right {
  float: right;
  position: relative;
  width: 244px;
}

.deveLopmentHistory .content .tops .right .r-buts {
  outline: none;
  width: 122px;
  height: 50px;
  color: #f6772c;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.deveLopmentHistory .content .tops .right .r-buts::after {
  display: none;
}

.deveLopmentHistory .content .tops .right .r-buts span {
  display: block;
  height: 100%;
  width: 96px;
  line-height: 50px;
  border-bottom: 3px solid #ff7829;
  box-sizing: border-box;
  margin-right: 30px;
}

.deveLopmentHistory .content .tops .right #nextns {
  right: 0;
  background: url(../image/bg10.png) no-repeat right;
  background-size: 50px 50px;
}

.deveLopmentHistory .content .tops .right #prevns {
  left: 0;
}

.deveLopmentHistory .content .tops .right .swiper-button-disabled {
  background: none;
  opacity: 1;
  color: #999;
}

.deveLopmentHistory .content .tops .right .swiper-button-disabled span {
  border: none;
}

.deveLopmentHistory .content .swipers {
  margin: 0 auto;
  height: 530px;
}

.deveLopmentHistory .content .swipers #swipersAbout {
  width: 100%;
  height: 370px;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list {
  width: 190px;
  text-align: center;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list .text {
  margin: 0 auto;
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list .dates {
  font-size: 22px;
  color: #f6772c;
  text-align: center;
  line-height: 22px;
  padding: 15px 0 6px 0;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list .dots {
  display: inline-block;
  mask-origin: 0 auto;
  border: 1px solid #d2d2d2;
  padding: 2px;
  border-radius: 50%;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list .dots div {
  width: 7px;
  height: 7px;
  background: #d2d2d2;
  border-radius: 50%;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list .hrs {
  margin: 2px auto 0 auto;
  width: 1px;
  height: 160px;
  background: #d2d2d2;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list:hover .text {
  color: #333;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list:hover .dates {
  color: #333;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list:hover .dots {
  border-color: #f6772c;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list:hover .dots div {
  background: #f6772c;
}

.deveLopmentHistory .content .swipers #swipersAbout .swiper-slide .list:hover .hrs {
  background: #f6772c;
}

.staffStyle {
  margin: 0 auto;
  width: 1215px;
}

.staffStyle .tops {
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0 34px 0;
}

.staffStyle .tops .right {
  float: right;
  margin-right: 100px;
}

.staffStyle .tops .right .name {
  float: right;
}

.staffStyle .tops .right .title {
  float: right;
  text-align: right;
  margin-right: 20px;
}

.staffStyle .tops .right .title div::after {
  margin-left: 120px;
}

.staffStyle .buttonts {
  width: 100px;
  height: 17px;
  margin: 0 auto 58px auto;
}

.newsProjectTitle {
  margin: 20px auto 0 auto;
  height: 143px;
  background: url(../image/botfgx2.png) no-repeat right bottom;
  background-size: 1140px 39px;
}

.newsProjectTitle::after {
  content: '';
  display: block;
  clear: both;
}

.newsProjectTitle .left {
  float: left;
  height: 66px;
  overflow: hidden;
}

.newsProjectTitle .left .img {
  float: left;
  width: 80px;
  height: 66px;
  background: url(../image/titleimg.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 66px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 30px;
}

.newsProjectTitle .left .text {
  float: left;
  font-size: 28px;
  font-style: oblique;
  line-height: 28px;
  padding-right: 10px;
  margin-left: 6px;
}

.newsProjectTitle .left .text span {
  color: #e0e0e0;
  font-weight: 100;
  text-transform: uppercase;
}

.newsProjectTitle .left .text div {
  color: #f6772c;
  font-weight: 600;
  margin-top: 6px;
}

.newsProjectTitle .right {
  float: right;
  width: 366px;
  height: 44px;
  overflow: hidden;
  margin: 37px 40px 0 0;
}

.newsProjectTitle .right .butt {
  width: 176px;
  height: 44px;
}

.newsProjectTitle .right .butt div {
  width: 155px;
  height: 100%;
  margin-left: 21px;
  background: #dcdcdc;
  position: relative;
}

.newsProjectTitle .right .butt div a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #666;
}

.newsProjectTitle .right .butt div span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: -21px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
}

.newsProjectTitle .right .butt div span font {
  display: block;
  float: left;
  width: 21px;
  height: 100%;
  background: #f6772c;
}

.newsProjectTitle .right .buttonts div {
  background: #f6772c;
}

.newsProjectTitle .right .buttonts div a {
  color: #fff;
}

.newsProjectTitle .right .buttonts div span {
  opacity: 1;
}

.newsProjectTitle .right .butt1 {
  float: left;
}
.newsProjectTitle .right .butt1:hover{
  cursor: pointer;
}
.newsProjectTitle .right .butt2 {
  float: right;
}
.newsProjectTitle .right .butt2:hover{
  cursor: pointer;
}
.newsList {
  margin: 0 auto;
  width: 1200px;
  padding-top: 60px;
}

.newsList::after {
  content: '';
  display: block;
  clear: both;
}

.newsList .list {
  float: left;
  width: 400px;
  height: 124px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 60px;
}

.newsList .list:nth-child(3n) {
  border: none;
}

.newsList .list .cont {
  margin: 0 auto;
  width: 360px;
  height: 100%;
  overflow: hidden;
}

.newsList .list .cont .left {
  float: left;
  height: 100%;
}

.newsList .list .cont .left div {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.newsList .list .cont .left div span {
  display: block;
  font-size: 42px;
  color: #555;
  line-height: 42px;
  margin: 0 auto;
  text-align: center;
}

.newsList .list .cont .left img {
  width: 50px;
  height: 50px;
  margin: 12px auto 0 auto;
}

.newsList .list .cont .left .img2 {
  display: none;
}

.newsList .list .cont .right {
  float: right;
  width: 280px;
  height: 100%;
}

.newsList .list .cont .right div {
  font-size: 16px;
  color: #333;
  padding-bottom: 26px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .list .cont .right span {
  display: block;
  height: 76px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsList .list:hover .cont .left div {
  color: #000;
}

.newsList .list:hover .cont .left div span {
  color: #000;
}

.newsList .list:hover .cont .left .img1 {
  display: none;
}

.newsList .list:hover .cont .left .img2 {
  display: block;
}

.newsDetail_content {
  margin: 0 auto;
  width: 1165px;
}

.newsDetail_content .title {
  margin: 0 auto;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 15px 0;
}

.newsDetail_content .topfun {
  margin: 0 auto;
  height: 38px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.newsDetail_content .topfun span font {
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.newsDetail_content .topfun span .jia {
  color: #f6772c;
}

.newsDetail_content .htmls {
  margin: 0 auto;
  padding: 50px 0;
  font-size: 14px;
  line-height: 28px;
}

.newsDetail_content .htmls img {
  width: auto;
  height: auto !important;
  max-width: 100%;
}

.newsBottom {
  margin: 0 auto;
}

.newsBottom .fgx {
  margin: 0 auto;
  width: 1140px;
  height: 39px;
}

.newsBottom .pagefy {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 80px 0;
}

.newsBottom .pagefy a:hover {
  color: #f6772c;
}

.humanList {
  margin: 0 auto;
  width: 1200px;
  padding: 20px 0;
}

.humanList ul {
  margin: 0 auto;
}

.humanList ul li {
  margin: 0 auto 30px auto;
}

.humanList ul li .title {
  margin: 0 auto;
  height: 70px;
  background: #f6f6f6;
  overflow: hidden;
  cursor: pointer;
}

.humanList ul li .title .left {
  float: left;
  width: 215px;
  height: 100%;
  background: #ff7525;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

.humanList ul li .title .left font {
  position: relative;
  z-index: 20;
}

.humanList ul li .title .left div {
  width: 70px;
  height: 70px;
  background: #ff7525;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.humanList ul li .title .right {
  float: right;
  width: 185px;
  height: 100%;
  background: #ff7525;
  display: flex;
  justify-content: center;
  align-items: center;
}

.humanList ul li .title .right div {
  width: 100px;
  height: 35px;
  background: #fff;
  color: #ff7525;
  text-align: center;
  line-height: 35px;
}

.humanList ul li .title span {
  line-height: 70px;
}

.humanList ul li .title .span1 {
  margin-left: 40px;
}

.humanList ul li .title .span2 {
  margin-left: 40px;
}

.humanList ul li .title .span3 {
  margin-left: 50px;
}

.humanList ul li .title .span4 {
  margin-left: 80px;
}

.humanList ul li .titleStyle .right {
  background: none;
}

.humanList ul li .titleStyle .right div {
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #ff7525;
}

.humanList ul li .upContent {
  margin: 0 auto;
  background: url(../image/bg11.jpg);
  position: relative;
  display: none;
  overflow: hidden;
}

.humanList ul li .upContent img {
  width: 304px;
  height: 168px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.humanList ul li .upContent .texts {
  position: relative;
  z-index: 30;
  padding: 25px 0;
  width: 1090px;
  margin: 0 auto;
}

.humanList ul li .upContent .texts .list {
  margin: 0 auto 25px auto;
  line-height: 26px;
}

.humanList ul li .upContent .texts .list span {
  display: block;
}

.humanList ul li .upContent .texts .contact {
  font-size: 16px;
  color: #ff7525;
}

.public_fy {
  margin: 50px auto;
  /* width: 405px; */
  height: 35px;
}

.contactusTop {
  margin: 0 auto;
  width: 1185px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 55px 0;
}

.contactusTop .list {
  width: 350px;
}

.contactusTop .list .imgs {
  width: 80px;
  height: 66px;
  margin: 0 auto;
  background: url(../image/titleimg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contactusTop .list .imgs img {
  width: 30px;
  height: 30px;
  margin-left: 32px;
}

.contactusTop .list .imgs div {
  width: 24px;
  height: 3px;
  background: #f6772c;
  position: absolute;
  top: 6px;
  left: -32px;
}

.contactusTop .list span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #f6772c;
  padding: 10px 0;
}

.contactusTop .list font {
  display: block;
  text-align: center;
  color: #8d8179;
}

.contactusMap {
  margin: 0 auto 110px auto;
  height: 565px;
  width: 1185px;
  position: relative;
}

.contactusMap .messageBoard {
  width: 420px;
  height: 502px;
  background: rgba(246, 119, 44, 0.9);
  position: absolute;
  right: 27px;
  bottom: -44px;
}

.contactusMap .messageBoard :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.contactusMap .messageBoard ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.contactusMap .messageBoard input:-ms-input-placeholder,
.contactusMap .messageBoard textarea:-ms-input-placeholder {
  color: #fff;
}

.contactusMap .messageBoard input::-webkit-input-placeholder,
.contactusMap .messageBoard textarea::-webkit-input-placeholder {
  color: #fff;
}

.contactusMap .messageBoard .title {
  margin: 0 auto;
  width: 365px;
  padding: 22px 0 4px 0;
  color: #fff;
}

.contactusMap .messageBoard .title div {
  width: 95px;
  font-size: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.contactusMap .messageBoard .title div span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
}

.contactusMap .messageBoard .title font {
  font-size: 14px;
  text-transform: uppercase;
}

.contactusMap .messageBoard .inputs {
  margin: 28px auto 0 auto;
  width: 365px;
  height: 44px;
  border-bottom: 1px solid #fff;
  line-height: 44px;
}

.contactusMap .messageBoard .inputs input {
  color: #fff;
}

.contactusMap .messageBoard .name {
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  width: 365px;
  padding: 40px 0 8px 0;
}

.contactusMap .messageBoard .textarea {
  margin: 0 auto;
  width: 365px;
  height: 86px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 10px;
}

.contactusMap .messageBoard .textarea textarea {
  color: #fff;
}

.contactusMap .messageBoard .button {
  margin: 32px auto 0 auto;
  width: 365px;
  height: 37px;
  background: #fff;
}

.contactusMap .messageBoard .button button {
  font-size: 14px;
  color: #f6772c;
  cursor: pointer;
}

/* 分页 */
.puclic_page .pagelist{
  /* width: 405px; */
  height: 35px;
  display: flex;
  justify-content: center;
}
.puclic_page .pagelist .disabled{
  background: #f6772c !important;
  color: #fff !important;
}
.puclic_page .pagelist .sjump{
  display: block;
  width: 85px;
  height: 100%;
  background: #eee;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #999;
}
.puclic_page .pagelist .sz{
  width: 35px;
  height: 35px;
  background: #eee;
  display: block;
  margin-right: 12px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #999;
}
.puclic_page .pagelist .sz:hover{
  background: none;
  border: 1px solid #f6772c;
  color: #f6772c;
  box-sizing: border-box;
}
.puclic_page .pagelist .bgprimary{
  background: #f6772c;
  color: #fff;
}
/* 分页 */