.ny_banner {
  width: 100%;
  height: 489px;
  max-width: 1920px;
}

.ny_banner .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 100px;
}

.ny_banner .cont img {
  /* width: 400px; */
  height: 100%;
}

.ny_banner .cont .info {
  width: 400px;
  text-align: right;
}

.ny_banner .cont .info h2 {
  margin-bottom: 20px;
}

.content-detail .navigation {
  width: 100%;
  line-height: 57px;
  background-color: #dddddd;
}

.content-detail .navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-detail .navigation ul li {
  padding: 0 50px;
  position: relative;
}

.content-detail .navigation ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 5px;
  background-color: #fd5615;
}

.content-detail .navigation ul li a {
  display: block;
  font-size: 18px;
  color: #333;
}

.content-detail .navigation ul li.on {
  background-color: #fff;
}

.content-detail .navigation ul li.on::before {
  width: 100%;
}

.content-detail>.cont {
  padding: 65px 0;
}

.content-detail>.cont .cont-detail .pro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-detail>.cont .cont-detail .pro-list li {
  width: 591px;
  height: 288px;
  padding: 35px 23px;
  border: 2px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail>.cont .cont-detail .pro-list li:nth-child(odd) {
  margin-right: 38px;
}

.content-detail>.cont .cont-detail .pro-list li .info {
  width: 286px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-detail>.cont .cont-detail .pro-list li .info .tit {
  color: #333;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail>.cont .cont-detail .pro-list li .info .line {
  width: 100%;
  height: 4px;
  margin-top: 17px;
  background-color: #dadada;
  border-left: 57px solid #fd5615;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail>.cont .cont-detail .pro-list li .info .desc {
  color: #333;
  font-size: 14px;
  margin-top: 22px;
  line-height: 24px;
}

.content-detail>.cont .cont-detail .pro-list li .info .more {
  width: 100px;
  height: 28px;
  font-size: 12px;
  margin-top: auto;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dadada;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail>.cont .cont-detail .pro-list li .pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  width: 100%;
  overflow: hidden;
}

.content-detail>.cont .cont-detail .pro-list li .pic img {
  width: 100%;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail>.cont .cont-detail .pro-list li:hover {
  border-color: #fd5615;
}

.content-detail>.cont .cont-detail .pro-list li:hover .info .tit {
  color: #fd5615;
}

.content-detail>.cont .cont-detail .pro-list li:hover .info .line {
  border-width: 286px;
}

.content-detail>.cont .cont-detail .pro-list li:hover .info .more {
  background-color: #fd5615;
  border-color: #fd5615;
  color: #fff;
}

.content-detail>.cont .cont-detail .pro-list li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-detail>.cont .cont-detail .about .sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-detail>.cont .cont-detail .about .sum .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-detail>.cont .cont-detail .about .sum .info h3 {
  color: #fd5615;
  font-size: 20px;
  line-height: 1;
}

.content-detail>.cont .cont-detail .about .sum .info .line {
  width: 96px;
  height: 4px;
  margin-top: 17px;
  background-color: #fd5615;
}

.content-detail>.cont .cont-detail .about .sum .info h2 {
  color: #333;
  line-height: 1;
  font-size: 32px;
  margin-top: 38px;
  margin-bottom: 20px;
}

.content-detail>.cont .cont-detail .about .sum .info p {
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.content-detail>.cont .cont-detail .about .sum img {
  width: 552px;
  margin-left: 56px;
}

.content-detail .paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-detail .paging a {
  line-height: 34px;
  padding: 0 9px;
  text-align: center;
  min-width: 34px;
  background-color: #f2f2f2;
  margin: 0 8px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.content-detail .paging a.on,
.content-detail .paging a:hover {
  background-color: #fd5615;
  color: #fff;
}

.content-detail .culture {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.content-detail .culture .cont h2 {
  color: #333;
  font-size: 32px;
}

.content-detail .culture .cont ul {
  width: 100%;
  height: 455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  background: url(../images/bg.jpg) no-repeat center center;
}

.content-detail .culture .cont ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 4px solid #fff;
}

.content-detail .culture .cont ul li h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}

.content-detail .culture .cont ul li p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}

.content-detail .culture .cont ul li:last-child {
  border: none;
}

.content-detail .style {
  padding: 60px 0;
}

.content-detail .style .title {
  text-align: center;
}

.content-detail .style .title h3 {
  line-height: 1;
  color: #fd5615;
  font-size: 24px;
  text-transform: uppercase;
}

.content-detail .style .title h2 {
  color: #333;
  line-height: 1;
  font-size: 32px;
  margin-top: 18px;
}

.content-detail .style .style-scroll {
  position: relative;
}

.content-detail .style .style-scroll .hd a {
  top: 70px;
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background-color: #dfdede;
}

.content-detail .style .style-scroll .hd .prev {
  left: -80px;
}

.content-detail .style .style-scroll .hd .next {
  right: -80px;
}

.content-detail .style .style-scroll .bd {
  width: 100%;
  margin-top: 50px;
}

.content-detail .style .style-scroll .bd ul li {
  width: 290px;
  height: 181px;
  margin: 0 10px;
}

.content-detail .style .style-scroll .bd ul li img {
  width: 100%;
  height: 100%;
}

.content-detail .history {
  width: 100%;
  height: 758px;
  padding-top: 67px;
  background: url(../images/bg1.jpg) no-repeat center center;
}

.content-detail .title {
  text-align: center;
  margin-bottom: 50px;
}

.content-detail .title h2 {
  color: #020202;
  font-size: 28px;
  line-height: 1;
}

.content-detail .title .line {
  width: 54px;
  height: 8px;
  margin: 30px auto 0;
  background-color: #fd5615;
}

.content-detail .history .history-swiper {
  height: 339px;
  margin-top: 127px;
}

.content-detail .history .history-swiper .line {
  width: 90%;
  height: 1px;
  background-color: #696969;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 170px;
}

.content-detail .history .history-swiper .swiper-button-next {
  right: 0;
}

.content-detail .history .history-swiper .swiper-button-prev {
  left: 0;
}

.content-detail .history .history-swiper .swiper-wrapper {
  height: 100%;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide {
  width: 223px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide .date {
  position: absolute;
  color: #fd5615;
  font-size: 18px;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 1;
  margin: 0 auto;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide .bubble {
  width: 100%;
  height: 123px;
  border-radius: 8px;
  padding: 22px 18px;
  position: relative;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide .bubble h3 {
  color: #fff;
  font-size: 16px;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide .bubble p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .bubble {
  background-image: -o-linear-gradient(#fd5615, #fd9715);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd5615), to(#fd9715));
  background-image: linear-gradient(#fd5615, #fd9715);
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .date {
  top: 145px;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .bubble::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
  border-top: 12px solid #fd9715;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(even) .bubble {
  background-image: -o-linear-gradient(#fd9715, #fd5615);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd9715), to(#fd5615));
  background-image: linear-gradient(#fd9715, #fd5615);
  vertical-align: bottom;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(even) .date {
  bottom: 145px;
}

.content-detail .history .history-swiper .swiper-wrapper .swiper-slide:nth-child(even) .bubble::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
  border-bottom: 12px solid #fd9715;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content-detail .service {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-detail .service .cont .title h3 {
  color: #333;
  font-size: 32px;
  line-height: 1;
}

.content-detail .service .cont .title .line {
  width: 61px;
  height: 9px;
  margin: 24px 0;
  background-color: #fd5615;
}

.content-detail .service .cont .img {
  width: 100%;
  height: 1389px;
  background: url(../images/service.jpg) no-repeat center center;
}

.content-detail .download {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-detail .download .cont .title h3 {
  color: #333;
  font-size: 32px;
  line-height: 1;
}

.content-detail .download .cont .title .line {
  width: 61px;
  height: 9px;
  margin: 24px 0;
  background-color: #fd5615;
}

.content-detail .download .cont ul li {
  width: 100%;
  line-height: 67px;
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-detail .download .cont ul li a {
  margin-left: auto;
  padding-left: 30px;
  background: url(../images/cloud.png) no-repeat left center;
}

.content-detail .tech {
  padding: 70px 0;
}

.content-detail .tech .cont .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-detail .tech .cont .items .item {
  width: 249px;
  height: 212px;
  padding-top: 23px;
  text-align: center;
  margin-bottom: 35px;
  border: 2px solid #fd5615;
}

.content-detail .tech .cont .items .item p {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 1em;
}

.content-detail .tech .cont .items .item:hover {
  background-color: #fd5615;
}

.content-detail .tech .cont .items .item:hover img {
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
}

.content-detail .tech .cont .items .item:hover p {
  color: #fff;
}

.content-detail .tech .cont .picScroll-left .bd ul li {
  width: 387px;
  height: 248px;
  margin: 0 9px;
}

.content-detail .tech .cont .picScroll-left .bd ul li img {
  width: 100%;
  height: 100%;
}

.content-detail .tech .cont .picScroll-left .hd {
  text-align: center;
  margin-top: 20px;
}

.content-detail .tech .cont .picScroll-left .hd a {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #9d9d9d;
  cursor: pointer;
  margin: 0 10px;
  background-color: #dfdede;
  font-size: 28px;
  line-height: 26px;
}

.content-detail .tech .cont .tech1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-detail .tech .cont .tech1 .top .tit {
  background: #fd5615;
  width: 317px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-detail .tech .cont .tech1 .top .tit p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.content-detail .tech .cont .tech1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.content-detail .tech .cont .tech1 .bottom .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d4d4d4;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 58px;
}

.content-detail .join {
  padding: 50px 0;
}

.content-detail .join .title {
  text-align: center;
}

.content-detail .join .title h2 {
  color: #333;
  font-size: 28px;
}

.content-detail .join .title .line {
  display: inline-block;
  margin-top: 20px;
  width: 54px;
  height: 8px;
  background-color: #fd5615;
}

.content-detail .join .idea {
  margin-top: 20px;
  padding-bottom: 70px;
}

.content-detail .join .idea .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-detail .join .idea .cont .left {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 48px;
}

.content-detail .join .idea .cont .left h3 {
  color: #333;
  font-size: 24px;
}

.content-detail .join .idea .cont .left p {
  color: #333;
  font-size: 18px;
  line-height: 2;
  margin-top: 12px;
  text-align: justify;
}

.content-detail .join .welfare {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.content-detail .join .welfare .cont>h3 {
  color: #020202;
  font-size: 28px;
  line-height: 1;
  padding-left: 48px;
}

.content-detail .join .welfare .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-detail .join .welfare .cont ul li {
  width: 288px;
  height: 345px;
  position: relative;
}

.content-detail .join .welfare .cont ul li .num {
  text-align: center;
  width: 84.85px;
  height: 84.85px;
  line-height: 84.85px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}

.content-detail .join .welfare .cont ul li .num .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #fd5615;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-detail .join .welfare .cont ul li .num span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 30px;
}

.content-detail .join .welfare .cont ul li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 289px;
  height: 304px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-detail .join .welfare .cont ul li .info .text {
  text-align: center;
  padding: 50px 17px 0;
}

.content-detail .join .welfare .cont ul li .info .text h3 {
  color: #141414;
  font-size: 18px;
  line-height: 1;
}

.content-detail .join .welfare .cont ul li .info .text p {
  color: #141414;
  font-size: 13px;
  margin-top: 10px;
  text-align: justify;
}

.content-detail .join .welfare .cont ul li .info img {
  width: 100%;
  height: 150px;
  margin-top: auto;
}

.content-detail .contact {
  padding: 95px 0;
  background-color: #f5f5f5;
}

.content-detail .contact .cont .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-detail .contact .cont .top .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-detail .contact .cont .top .left h3 {
  color: #fd5615;
  font-size: 36px;
  line-height: 1;
}

.content-detail .contact .cont .top .left ul {
  margin-top: 26px;
}

.content-detail .contact .cont .top .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1b1b1b;
  font-size: 24px;
  line-height: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #dddddd;
}

.content-detail .contact .cont .top .left ul li .icon {
  width: 44px;
  text-align: center;
  margin-right: 30px;
}

.content-detail .contact .cont .top .left .wechats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.content-detail .contact .cont .top .left .wechats .wechat img {
  width: 162px;
  height: 162px;
  padding: 5px;
  background-color: #dddddd;
}

.content-detail .contact .cont .top .left .wechats .wechat p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-top: 20px;
}


.content-detail .contact .cont .top .form {
  width: 576px;
  margin-left: 66px;
}

.content-detail .contact .cont .top .form h3 {
  color: #fd5615;
  font-size: 36px;
  line-height: 1;
}

.content-detail .contact .cont .top .form form {
  margin-top: 20px;
}

.content-detail .contact .cont .top .form form input {
  font-size: 14px;
  color: #a1a1a1;
  display: block;
  width: 100%;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  text-indent: 1em;
  margin-bottom: 15px;
}

.content-detail .contact .cont .top .form form textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  font-size: 14px;
  color: #a1a1a1;
  margin-bottom: 15px;
  padding: 0 1em;
  line-height: 40px;
}

.content-detail .contact .cont .top .form form button {
  width: 100%;
  height: 42px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #fd5615;
}

.content-detail .contact .cont .map {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

.content-detail .honor {
  padding: 50px 0;
}

.content-detail .honor .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-detail .honor .cont ul li {
  width: 355px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content-detail .honor .cont ul li .pic {
  display: block;
  width: 100%;
  height: 237px;
  text-align: center;
}

.content-detail .honor .cont ul li .pic img {
 
  height: 100%;
}

.content-detail .honor .cont ul li .tit {
  display: block;
  color: #333;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 44px;
}

.content-detail .honor .cont ul li:hover .tit {
  background-color: #fd5615;
  color: #fff;
}

.content-detail .pro-detail {
  padding: 30px 0;
}

.content-detail .pro-detail .cont .pro-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  margin-bottom: 30px;
}

.content-detail .pro-detail .cont .pro-title h3 {
  color: #333;
  font-size: 28px;
}

.content-detail .pro-detail .cont .pro-title p {
  margin-left: auto;
  color: #333;
  font-size: 14px;
}

.content-detail .pro-detail .cont .pro-title p a {
  color: #333;
  font-size: 14px;
}

.content-detail .pro-detail .cont .pro-content .pro-1>h3 {
  display: inline-block;
  color: #fd5615;
  font-size: 24px;
  line-height: 2;
  border-bottom: 5px solid #fd5615;
}

.content-detail .pro-detail .cont .pro-content .pro-1 .detail {
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  line-height: 2;
}

.content-detail .pro-detail .cont .pro-content .pro-2>h3 {
  display: inline-block;
  color: #fd5615;
  font-size: 24px;
  line-height: 2;
  border-bottom: 5px solid #fd5615;
}

.content-detail .pro-detail .cont .pro-content .pro-2 ul {
  padding: 20px 0;
}

.content-detail .pro-detail .cont .pro-content .pro-2 ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}

.content-detail .pro-detail .cont .pro-content .pro-2 ul li>h4 {
  color: #fd5615;
  font-size: 14px;
}

.content-detail .pro-detail .cont .pro-content .pro-2 ul li p {
  margin-top: 10px;
}

.content-detail .recruit {
  padding: 70px 0;
}

.content-detail .recruit .cont .sideMenu h3 {
  line-height: 60px;
  color: #333;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 16px;
}

.content-detail .recruit .cont .sideMenu h3 em {
  margin-left: auto;
  width: 48px;
  height: 48px;
  background: url(../images/arrow.png) no-repeat center center;
}

.content-detail .recruit .cont .recruit-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.content-detail .recruit .cont .recruit-title h3 {
  color: #333;
  font-size: 32px;
}

.content-detail .recruit .cont .recruit-title p {
  color: #fd5615;
  font-size: 24px;
  font-style: italic;
  margin-left: 1em;
}

.content-detail .recruit .cont .sideMenu ul {
  padding: 32px;
  padding-bottom: 0;
}

.content-detail .recruit .cont .sideMenu .on {
  color: #fd5615;
}

.content-detail .recruit .cont .sideMenu .on em {
  background: url(../images/arrow1.png) no-repeat center center;

}

/*新闻列表*/
.fr {
  width: 100%;
  margin-top: 10px;
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}

.fr .photo {
  width: 258px;
  height: 158px;
  float: left;
  font-size: 0;
}

.fr .photo img {
  width: 100%;
  height: 100%;
}

.fr .txt {
  height: 158px;
  position: relative;
  margin-left: 300px;
}

.fr .txt .name {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}

.fr .txt .name:hover {
  color: #0f51bb;
}

.fr .txt span {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}

.fr .txt .iconfont {
  margin-right: 10px;
}

.fr .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}

.fr .txt .more {
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #FFFFFF;
  background: #fd5615;
  position: absolute;
  bottom: 0;
}