.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navBar {
  height: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 88;
  transition: 0.4s;
}
.navBar .main {
  height: 100%;
}
.navBar .main h1 a {
  display: block;
  font-size: 0;
}
.navBar .main h1 a img {
  display: block;
  width: 280px;
}
.navBar .main .navList {
  height: 100%;
  width: 750px;
}
.navBar .main .navList li a {
  box-sizing: border-box;
  padding: 5px 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.navBar .main .navList li a::after {
  border: 1px solid #e6ad00;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.navBar .main .navList li a:hover {
  color: #e6ad00;
}
.navBar .main .navList li a:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navBar .main .navList .navActive a {
  color: #e6ad00;
}
.nav-b {
  background: rgba(0, 0, 0, 0.8);
}
.swiper-container {
  line-height: 0;
}
.banner1 {
  height: 650px;
  cursor: pointer;
}
.banner1:hover .swiper-button {
  opacity: 1;
}
.banner1 .swiper-pagination {
  bottom: 16px !important;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
  border-radius: 0;
  width: 140px;
  height: 2px;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
}
.banner1 .swiper-button {
  width: 47px;
  height: 94px;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.banner1 .swiper-button-prev {
  background-image: url(../images/bannerArr2.png);
  left: 100px;
}
.banner1 .swiper-button-next {
  right: 100px;
  background-image: url(../images/bannerArr1.png);
}
.titleBox {
  padding: 50px 0 30px;
}
.titleBox h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  color: #000;
}
.businessBox {
  padding-top: 10px;
}
.businessBox article {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.businessBox .business {
  background: #f8f8f8;
  margin-top: 40px;
}
.businessBox .business ul {
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
}
.businessBox .business ul li {
  height: 350px;
  width: 280px;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.businessBox .business ul li img {
  margin: 0 auto;
  margin-top: 50px;
}
.businessBox .business ul li h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  margin-top: 32px;
}
.businessBox .business ul li p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-top: 16px;
}
.businessBox .business ul li p:nth-of-type(2) {
  font-size: 14px;
  color: #999;
  margin-top: 22px;
  line-height: 24px;
}
.businessBox .business ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.companyBox {
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 606px;
  background-size: cover;
}
.companyBox .main {
  padding: 0 87px;
  box-sizing: border-box;
}
.companyBox .main article {
  color: #000;
  line-height: 24px;
}
.companyBox .main article a {
  color: #e6ad00;
}
.companyBox .main .honorBox {
  padding: 30px 0;
  display: flex;
  justify-content: start;
}
.companyBox .main .honorBox li {
  width: 300px;
  height: 310px;
  background: #fff;
  margin-right: 63px;
}
.companyBox .main .honorBox li:nth-of-type(3) {
  margin-right: 0;
}
.companyBox .main .honorBox li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.companyBox .main .honorBox li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0;
  background: #e6ad00;
  transition: width 0.5s;
}
.companyBox .main .honorBox li a::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0;
  background: #e6ad00;
  transition: width 0.5s;
}
.companyBox .main .honorBox li a:hover::after,
.companyBox .main .honorBox li a:hover::before {
  width: 50%;
}
.companyBox .main .honorBox li a .img {
  width: 100%;
  height: 280px;
  padding: 6px ;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyBox .main .honorBox li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.companyBox .main .honorBox li a h3 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
}
.projectBox .main #banner2 {
  margin-top: 26px;
}
.projectBox .main #banner2 .swiper-slide li {
  width: 380px;
  height: 320px;
}
.projectBox .main #banner2 .swiper-slide li a {
  display: block;
}
.projectBox .main #banner2 .swiper-slide li a div {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.projectBox .main #banner2 .swiper-slide li a div img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: center center;
}
.projectBox .main #banner2 .swiper-slide li a h3 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
  background: #fff;
}
.projectBox .main #banner2 .swiper-slide li a:hover div img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.projectBox .main #banner2 .swiper-slide li a:hover h3 {
  color: #e6ad00;
}
.projectBox .main .swiper-pagination {
  position: static;
  overflow: hidden;
}
.projectBox .main .swiper-pagination .activeLi {
  background: #e6ad00 !important;
  color: #fff;
}
.projectBox .main .swiper-pagination .swiper-pagination-customs {
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: #f5f5f5;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.projectBox .main .swiper-pagination .swiper-pagination-customs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6ad00;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.projectBox .main .swiper-pagination .swiper-pagination-customs:hover {
  color: #fff;
}
.projectBox .main .swiper-pagination .swiper-pagination-customs:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.projectBox .main .swiper-pagination .more {
  height: 50px;
  line-height: 50px;
  float: right;
  width: 90px;
  display: block;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.projectBox .main .swiper-pagination .more span {
  color: #666;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.projectBox .main .swiper-pagination .more::after {
  content: "MORE >>";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  top: 0;
  left: 0;
  opacity: 0;
  color: #e6ad00;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.projectBox .main .swiper-pagination .more:hover span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.projectBox .main .swiper-pagination .more:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.projectBox .main .swiper-pagination .more:hover i {
  background: url(../images/more1.png);
}
.projectBox .main .swiper-pagination .more i {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  transition: 0.3s;
  background: url(../images/more.png) no-repeat center center;
  background-size: cover;
}
.newBox .main .news {
  padding: 36px 0 22px;
}
.newBox .main .news .newsRight,
.newBox .main .news .newsLeft {
  width: 575px;
}
.newBox .main .news .newsRight .content,
.newBox .main .news .newsLeft .content {
  margin-bottom: 45px;
}
.newBox .main .news .newsRight .content a,
.newBox .main .news .newsLeft .content a {
  display: block;
  overflow: hidden;
}
.newBox .main .news .newsRight .content a:hover time,
.newBox .main .news .newsLeft .content a:hover time {
  background: #e6ad00;
  border-color: #e6ad00;
}
.newBox .main .news .newsRight .content a:hover time span:nth-of-type(1),
.newBox .main .news .newsLeft .content a:hover time span:nth-of-type(1),
.newBox .main .news .newsRight .content a:hover time span:nth-of-type(2),
.newBox .main .news .newsLeft .content a:hover time span:nth-of-type(2) {
  color: #fff;
}
.newBox .main .news .newsRight .content a time,
.newBox .main .news .newsLeft .content a time {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #a6a6a6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.newBox .main .news .newsRight .content a time span:nth-of-type(1),
.newBox .main .news .newsLeft .content a time span:nth-of-type(1) {
  font-size: 44px;
  color: #888888;
  font-weight: bold;
}
.newBox .main .news .newsRight .content a time span:nth-of-type(2),
.newBox .main .news .newsLeft .content a time span:nth-of-type(2) {
  font-size: 16px;
  line-height: 1;
  color: #888;
}
.newBox .main .news .newsRight .content a div,
.newBox .main .news .newsLeft .content a div {
  width: calc(100% - 90px);
  float: left;
  padding: 8px 20px 0;
  box-sizing: border-box;
}
.newBox .main .news .newsRight .content a div h3,
.newBox .main .news .newsLeft .content a div h3 {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.newBox .main .news .newsRight .content a div p,
.newBox .main .news .newsLeft .content a div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  font-size: 8px;
  margin-top: 14px;
}
.foot_message {
  box-sizing: border-box;
  padding-top: 100px;
  background-color: #0a0a12;
}
.foot_message .main #formData {
  position: relative;
}
.foot_message .main #formData input {
  width: 220px;
  height: 45px;
  text-indent: 1em;
  font-size: 16px;
  margin-right: 10px;
  font-size: 14px;
  outline: none;
}
.foot_message .main #formData img {
  height: 30px;
  position: absolute;
  right: 275px;
  top: 7px;
}
.foot_message .main #formData a {
  width: 260px;
  height: 45px;
  text-align: center;
  background: #e6ad00;
  color: #fff;
  line-height: 45px;
}
.footer {
  background: url(../images/foot-bg.jpg) no-repeat;
}
.footer .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.footer .main .footNav {
  width: 652px;
  padding: 107px 0 58px;
  box-sizing: border-box;
}
.footer .main .footNav h1 a {
  display: block;
  font-size: 0;
}
.footer .main .footNav .foot-nav-list {
  padding: 30px 0 80px;
}
.footer .main .footNav .foot-nav-list li a {
  color: #fff;
  font-size: 18px;
}
.footer .main .footNav .bdsharebuttonbox a {
  margin: 0;
}
.footer .main .footNav div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .main .footNav div a {
  width: 36px;
  height: 36px;
  border: 1px solid #626262;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
}
.footer .main .footNav div a i {
  position: absolute;
  top: -140px;
  left: -42px;
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  display: none;
}
.footer .main .footNav div a i img {
  display: block;
  width: 100%;
}
.footer .main .footNav div a i::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  content: "";
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #999999;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.footer .main .footNav div a:hover i {
  display: block;
}
.footer .main .footNav div .wx {
  background: url(../images/wx.png) no-repeat center center;
}
.footer .main .footNav div .wx:hover {
  background: url(../images/wx1.png) no-repeat center center;
}
.footer .main .footNav div .share {
  background: url(../images/share.png) no-repeat center center;
}
.footer .main .footNav div .share:hover {
  background: url(../images/share1.png) no-repeat center center;
}
.footer .main .footer_info {
  padding: 107px 0 58px 50px;
  box-sizing: border-box;
  width: 417px;
  border-left: 1px solid #434343;
}
.footer .main .footer_info h2 {
  font-size: 18px;
  color: #e6ad00;
}
.footer .main .footer_info i:nth-of-type(1) {
  margin-top: 16px;
  background: url(../images/address.png) no-repeat;
  background-position: 0 12px;
}
.footer .main .footer_info i:nth-of-type(2) {
  background: url(../images/tel.png) no-repeat;
  background-position: 0 12px;
  margin-top: 10px;
}
.footer .main .footer_info i {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  padding-left: 25px;
}
.footer .main .footer_info p {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.footer .foot {
  background: #2e2e2e;
  border-top: 1px solid #434343;
  line-height: 58px;
  height: 58px;
}
.footer .foot span {
  color: #999;
}
.footer .foot span a {
  color: #999;
}
.rightTitle .main {
  height: 48px;
  box-sizing: border-box;
  border-bottom: 2px solid #dbdbdb;
}
.rightTitle .main .rigTitle-over {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  border-bottom: 2px solid #555;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.rightTitle .main .crumbsBox {
  margin-right: 10px;
  padding-left: 20px;
  background: url("../images/home-icon.png") no-repeat;
  background-position: 0 1px;
}
.rightTitle .main .crumbsBox a {
  color: #333;
}
.pro-sider {
  width: 240px;
}
.pro-sider .in-title {
  background: #e6ad00;
}
.pro-sider .in-title h3 {
  height: 80px;
  line-height: 80px;
  margin: 0;
}
.pro-sider .pro-sider-ul {
  width: 240px;
  border: none;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0;
  height: 54px;
  margin-top: 2px;
}
.pro-sider .pro-sider-ul .ul-li a {
  display: block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  padding: 0px 20px;
  background: #ececeb;
  transition: 0.4s;
  font-size: 16px;
  border: none;
}
.pro-sider .pro-sider-ul .ul-li a:hover {
  background: #e6ad00;
  color: #fff;
}
.bg-color .commonInner {
  background: #fff;
}
.bg-color .commonInner .fl {
  display: flex;
  justify-content: start;
}
.bg-color .commonInner .main .news-list {
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.bg-color .commonInner .main .news-list ul li {
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.bg-color .commonInner .main .news-list ul li .img {
  width: 400px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.bg-color .commonInner .main .news-list ul li .img img {
  width: 100%;
}
.bg-color .commonInner .main .news-list ul li .newContent {
  padding: 30px 20px 30px 30px;
  box-sizing: border-box;
  width: 800px;
  float: left;
}
.bg-color .commonInner .main .news-list ul li:hover a {
  border-bottom: 0 solid;
}
.bg-color .commonInner .main .news-list ul li:hover a::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bg-color .commonInner .main .news-list ul li:hover a i {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.bg-color .commonInner .main .news-list ul li a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #e6ad00;
  border-bottom: 2px solid #e6ad00;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.bg-color .commonInner .main .news-list ul li a i {
  display: block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.bg-color .commonInner .main .news-list ul li a::before {
  content: '查看详情';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: inherit;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 0px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, 0px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bg-color .commonInner .main .news-list ul li h3 {
  font-size: 28px;
}
.bg-color .commonInner .main .news-list ul li p {
  line-height: 28px;
  color: #888;
  margin-top: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.bg-color .commonInner .main .news-list ul li span {
  line-height: 30px;
  margin-top: 25px;
  color: #666;
  float: right;
  font-size: 14px;
}
.bg-color .commonInner .main .singleContent {
  padding: 10px 0 30px;
}
.bg-color .commonInner .main .singleContent img {
  width: 480px;
  display: block;
  margin: auto;
}
.bg-color .commonInner .main .singleBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bg-color .commonInner .main .singleBox li a {
  width: 360px;
  display: block;
  height: 520px;
  border: 1px solid #eee;
  overflow: hidden;
}
.bg-color .commonInner .main .singleBox li a h3 {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: #b5b5b5;
  transition: 0.3s;
}
.bg-color .commonInner .main .singleBox li a:hover h3 {
  background: #e6ad00;
}
.bg-color .commonInner .main .de-job-list {
  box-sizing: border-box;
  padding: 30px;
  min-height: 600px;
}
.bg-color .commonInner .main .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.bg-color .commonInner .main .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.bg-color .commonInner .main .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.bg-color .commonInner .main .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #237ed2;
  line-height: 20px;
  font-weight: bold;
}
.bg-color .commonInner .main .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.bg-color .commonInner .main .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.bg-color .commonInner .main .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.bg-color .commonInner .main .de-job-list ul li .job-info p span {
  color: #737373;
}
.bg-color .commonInner .main .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #237ed2;
  margin-top: 50px;
}
.bg-color .commonInner .main .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.bg-color .commonInner .main .de-job-list ul li:hover .job-btn {
  display: block;
}
.bg-color .commonInner .main .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.bg-color .commonInner .main .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.bg-color .commonInner .main .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.bg-color .commonInner .main .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #237ed2;
  line-height: 1.1;
  max-width: 360px;
}
.bg-color .commonInner .main .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.bg-color .commonInner .main .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.bg-color .commonInner .main .jobs-info .p span {
  color: #595959;
}
.bg-color .commonInner .main .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.bg-color .commonInner .main .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #237ed2;
  font-size: 14px;
}
.bg-color .commonInner .main .jobs-info .btn a:hover {
  background: #0058b1;
}
.bg-color .commonInner .main .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
  min-height: 300px;
}
.bg-color .commonInner .main .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.bg-color .commonInner .main .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.bg-color .commonInner .main .apply-job {
  overflow: hidden;
  width: 740px;
  margin: 20px auto;
}
.bg-color .commonInner .main .apply-job .job-tr {
  overflow: hidden;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.bg-color .commonInner .main .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.bg-color .commonInner .main .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.bg-color .commonInner .main .newsPage {
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.bg-color .commonInner .main .newsPage .back-list {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #e6ad00;
  transition: 0.3s;
}
.bg-color .commonInner .main .newsPage .page-a {
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.bg-color .commonInner .main .newsPage .page-a a {
  margin-left: 10px;
}
.bg-color .commonInner .main .newsPage .page-a::before {
  width: 60px;
  height: 30px;
  background: #a2a2a2;
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
  content: '';
}
.bg-color .commonInner .main .de-about-content {
  box-sizing: border-box;
  padding: 60px 0;
  min-height: 420px;
}
.bg-color .commonInner .main .de-about-content .articleTitle {
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  margin: 0px auto 20px;
}
.bg-color .commonInner .main .de-about-content .time {
  color: #999;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  height: 30px;
  padding-bottom: 20px;
  position: relative;
}
.bg-color .commonInner .main .de-about-content .news-detail {
  min-height: 300px;
  padding: 20px 0;
}
.bg-color .commonInner .main .de-about-content .news-detail p {
  font-size: 14px;
  line-height: 1.5;
}
.bg-color .commonInner .main .de-about-content .news-detail p img {
  max-width: 100%;
}
.bg-color .commonInner .main .de-about-content .web-name {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  padding-bottom: 20px;
}
.bg-color .commonInner .main .de-about-content .about-content p {
  font-size: 16px;
  line-height: 30px;
}
.bg-color .commonInner .main .projectList {
  display: flex;
  justify-content: space-between;
}
.bg-color .commonInner .main .projectList .no-goods {
  width: 930px;
}
.bg-color .commonInner .main .proList {
  display: flex;
  flex-wrap: wrap;
  width: 930px;
}
.bg-color .commonInner .main .proList li {
  width: 455px;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-right: 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.bg-color .commonInner .main .proList li:nth-of-type(2n) {
  margin-right: 0;
}
.bg-color .commonInner .main .proList li:hover {
  transform: translateY(-5px);
  border-color: #e6ad00;
}
.bg-color .commonInner .main .proList li a {
  display: block;
}
.bg-color .commonInner .main .proList li div {
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  height: 240px;
  transition: 0.3s;
}
.bg-color .commonInner .main .proList li h2 {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.bg-color .commonInner .main .caseList {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .main .caseList li {
  width: 24%;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-right: 16px;
  box-sizing: border-box;
}
.bg-color .commonInner .main .caseList li:nth-of-type(4n) {
  margin-right: 0;
}
.bg-color .commonInner .main .caseList li:hover {
  transform: translateY(-5px);
  border-color: #e6ad00;
}
.bg-color .commonInner .main .caseList li a {
  display: block;
}
.bg-color .commonInner .main .caseList li div {
  border: 1px solid #dcdcdc;
  padding: 6px;
  height: 260px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-color .commonInner .main .caseList li div img {
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .main .caseList li h2 {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.bg-color .commonInner .main .aboutContent .contact-list {
  width: 400px;
  overflow: hidden;
}
.bg-color .commonInner .main .aboutContent .contact-list h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 10px 20px;
}
.bg-color .commonInner .main .aboutContent .contact-list p {
  line-height: 30px;
  font-size: 16px;
  padding: 10px 10px 20px;
}
.bg-color .commonInner .main .aboutContent .contact-map {
  overflow: hidden;
  border: 1px solid #ddd;
}
.bg-color .commonInner .main .aboutContent .contact-map #dituContent {
  width: 785px;
  height: 475px;
  margin: 0 auto 30px;
}
.bg-color .commonInner .main .liuyan {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 40px 100px;
  box-sizing: border-box;
}
.bg-color .commonInner .main .liuyan input {
  width: 480px;
  line-height: 38px;
  text-indent: 1em;
  margin-bottom: 20px;
  margin-right: 14px;
  background: #f4f4f4;
}
.bg-color .commonInner .main .liuyan .form-tr {
  display: flex;
  justify-content: space-between;
}
.bg-color .commonInner .main .liuyan .form-tr textarea {
  height: 80px;
  width: 360px;
  line-height: 38px;
  text-indent: 1em;
  border: 1px solid #dfdfdf;
  background: #f4f4f4;
  margin-bottom: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.bg-color .commonInner .main .liuyan .form-tr .code {
  width: 360px;
}
.bg-color .commonInner .main .liuyan .form-tr .code input {
  width: 180px;
  float: left;
}
.bg-color .commonInner .main .liuyan .form-tr .code .verify {
  margin-left: 0;
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.bg-color .commonInner .main .liuyan .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .main .liuyan .submit {
  display: flex;
  justify-content: center;
}
.bg-color .commonInner .main .liuyan .submit a {
  width: 100px;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
  color: #fff;
  text-indent: 0em;
  border-radius: 10px;
  margin-left: 20px;
}
.bg-color .commonInner .main .liuyan .submit .sub {
  background: #e6ad00;
}
.bg-color .commonInner .main .liuyan .submit .rel {
  background: #e4393c;
}
.fix_box {
  display: block;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 99;
  width: 75px;
  margin: auto;
  height: 355px;
}
.fix_box > div {
  width: 75px;
  background: #e6ad00;
  margin-bottom: 1px;
  height: 70px;
  float: right;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.fix_box > div img:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.fix_box > div img:nth-of-type(2) {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  border: 1px solid #eee;
  top: -20px;
}
.fix_box > div p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.fix_box > div:hover {
  width: 100px;
}
.fix_box > div:nth-of-type(3):hover img:nth-of-type(2) {
  display: block;
}
.fix_box > div:nth-of-type(1) {
  width: 240px;
  position: relative;
  right: -165px;
  transition: all 0.8s;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(1) {
  width: 75px;
  float: left;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(2) {
  height: 70px;
  float: right;
  width: 160px;
  box-sizing: border-box;
  padding-top: 15px;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(2) span {
  display: inline-block;
  border-left: 1px solid #fff;
  width: 160px;
  color: #fff;
  line-height: 20px;
  text-indent: 1em;
  font-size: 16px;
  letter-spacing: 1px;
}
.fix_box > div:nth-of-type(1):hover {
  right: 0px;
}
.de-about-content p img {
  display: inline-block;
}
