.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 .topBbar {
  height: 112px;
  background: #1851b1;
  background: url(../images/top-bg.jpg) no-repeat center;
}
.navBar .topBbar .main {
  height: 100%;
}
.navBar .topBbar .webName a {
  display: block;
}
.navBar .topBbar .webName a h1 {
  font-size: 36px;
  line-height: 1;
  color: #1851b1;
  font-weight: bold;
}
.navBar .topBbar .webName a p {
  color: #a7a7c7;
  font-size: 12px;
  font-variant: small-caps;
  letter-spacing: 8px;
  color: #374560;
}
.navBar .topBbar .topInfo li {
  float: left;
}
.navBar .topBbar .topInfo li:nth-of-type(1) {
  height: 70px;
  width: 50px;
  background: url(../images/tel.png) no-repeat center center;
}
.navBar .topBbar .topInfo li:nth-of-type(2) {
  padding: 0 12px;
  border-right: 1px solid #cccccc;
}
.navBar .topBbar .topInfo li:nth-of-type(2) p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
.navBar .topBbar .topInfo li:nth-of-type(3),
.navBar .topBbar .topInfo li:nth-of-type(4) {
  margin-left: 20px;
  cursor: pointer;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.navBar .topBbar .topInfo li:nth-of-type(3) i,
.navBar .topBbar .topInfo li:nth-of-type(4) i {
  width: 36px;
  height: 32px;
  display: block;
  background-size: cover;
  margin: 0 auto;
}
.navBar .topBbar .topInfo li:nth-of-type(3) i {
  background: url(../images/collect.png) no-repeat center center;
}
.navBar .topBbar .topInfo li:nth-of-type(4) {
  position: relative;
}
.navBar .topBbar .topInfo li:nth-of-type(4):hover img {
  display: block;
}
.navBar .topBbar .topInfo li:nth-of-type(4) i {
  background: url(../images/wx.png) no-repeat center center;
}
.navBar .topBbar .topInfo li:nth-of-type(4) img {
  position: absolute;
  display: none;
  left: -50%;
  bottom: -120px;
  width: 120px;
  height: 120px;
  z-index: 88;
}
.navBar .navList {
  height: 60px;
  background: #1851b1;
}
.navBar .navList ul {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.navBar .navList li {
  width: 150px;
  transition: 0.3s;
}
.navBar .navList li a {
  box-sizing: border-box;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 16px;
}
.navBar .navList li:hover {
  background: #f7b22d;
}
.navBar .navList .navActive {
  background: #f7b22d;
}
.navBar .tel {
  height: 100%;
  width: 200px;
}
.navBar .tel p {
  font-size: 22px;
  line-height: 95px;
  color: #1851b1;
}
.swiper-container {
  line-height: 0;
}
.banner1 {
  height: 600px;
}
.banner1:hover .swiper-button-black {
  opacity: 1;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1851b1;
}
.banner1 .swiper-button-black {
  background-color: #ffffff;
  background-size: 25%;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.5s;
}
.banner1 .swiper-button-prev {
  left: 0;
}
.banner1 .swiper-button-next {
  right: 0;
}
.titleBox {
  padding: 60px 0 40px;
}
.titleBox h2 {
  font-size: 40px;
  color: #1851b1;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.titleBox p {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  line-height: 1;
}
.productBox .proNav {
  background: #1851b1;
}
.productBox .proNav .main {
  height: 50px;
  display: flex;
  justify-content: center;
}
.productBox .proNav a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  transition: 0.3s;
}
.productBox .proNav a:last-of-type {
  border-right: 1px solid #fff;
  background: #f7b22d;
}
.productBox .proNav a:hover {
  background: #f7b22d;
}
.productBox .proList {
  padding: 40px 0 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productBox .proList li {
  height: 280px;
  width: 290px;
  background: #eee;
  margin-bottom: 15px;
  transition: 0.3s;
}
.productBox .proList li a {
  display: block;
  width: 100%;
}
.productBox .proList li a div {
  width: 100%;
  height: 220px;
}
.productBox .proList li a h3 {
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #000;
  font-size: 16px;
  background: #ccc;
  transition: 0.3s;
}
.productBox .proList li:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
.productBox .proList li:hover a h3 {
  background: #666666;
  color: #fff;
}
.companyBox .main .companyContent {
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 524px;
  position: relative;
}
.companyBox .main .companyContent .content {
  width: 470px;
  height: 300px;
  position: absolute;
  left: 40px;
  bottom: 20px;
  border-bottom: 5px solid #f7b22d;
  box-sizing: border-box;
  background: rgba(24, 81, 177, 0.9);
  padding-left: 35px;
  padding-right: 20px;
}
.companyBox .main .companyContent .content h2 {
  font-size: 30px;
  color: #fff;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}
.companyBox .main .companyContent .content h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 30px;
  height: 5px;
  background: #fff;
}
.companyBox .main .companyContent .content article {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
.companyBox .main .companyContent .content a {
  color: #fff;
  display: block;
  float: right;
  width: 130px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f7b22d;
  margin-top: 54px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.companyBox .main .companyContent .content a:hover::before {
  transform: scale3d(6, 6, 1);
}
.companyBox .main .companyContent .content a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e85c07;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.newBox .main {
  padding-top: 15px;
  padding-bottom: 70px;
}
.newBox .main .news .newsLeft {
  width: 580px;
  height: 430px;
}
.newBox .main .news .newsLeft img {
  width: 100%;
}
.newBox .main .news .newsLeft .content h3 {
  font-size: 18px;
  line-height: 36px;
  padding-top: 15px;
  color: #000;
}
.newBox .main .news .newsLeft .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.newBox .main .news .newsRight {
  width: 580px;
  height: 430px;
}
.newBox .main .news .newsRight .content {
  margin-bottom: 15px;
}
.newBox .main .news .newsRight .content a {
  display: block;
  overflow: hidden;
  background: #f6f6f6;
  transition: 0.3s;
}
.newBox .main .news .newsRight .content a:hover {
  background: #1851b1;
}
.newBox .main .news .newsRight .content a:hover time {
  background: #1851b1;
}
.newBox .main .news .newsRight .content a:hover time span:nth-of-type(1),
.newBox .main .news .newsRight .content a:hover time span:nth-of-type(2) {
  color: #fff;
}
.newBox .main .news .newsRight .content a:hover div h3,
.newBox .main .news .newsRight .content a:hover div p {
  color: #fff;
}
.newBox .main .news .newsRight .content a time {
  display: block;
  float: left;
  width: 120px;
  height: 125px;
  background: #ebebeb;
  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) {
  font-size: 44px;
  color: #000;
  transition: 0.3s;
}
.newBox .main .news .newsRight .content a time span:nth-of-type(2) {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.newBox .main .news .newsRight .content a div {
  width: calc(100% - 120px);
  float: left;
  padding: 25px 25px 20px 20px;
  box-sizing: border-box;
}
.newBox .main .news .newsRight .content a div h3 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  transition: 0.3s;
}
.newBox .main .news .newsRight .content a div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  margin-top: 14px;
  transition: 0.3s;
}
.newBox .main .newsMore {
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  display: block;
  color: #fff;
  background: #b5b5b5;
  margin: 38px auto 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newBox .main .newsMore:hover {
  background: #1851b1;
}
.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: #1851b1;
  color: #fff;
  line-height: 45px;
}
.footer {
  background: #1851b1;
}
.footer .main {
  padding-top: 55px;
  padding-bottom: 85px;
}
.footer .main ul {
  overflow: hidden;
}
.footer .main ul li:nth-of-type(1) {
  float: left;
  display: flex;
  width: 522px;
}
.footer .main ul li:nth-of-type(1) img {
  width: 142px;
  height: 142px;
}
.footer .main ul li:nth-of-type(1) div {
  width: 380px;
  height: 142px;
  background: #3a6bbd;
  padding: 42px 0;
  box-sizing: border-box;
  border-top-right-radius: 71px;
  border-bottom-right-radius: 71px;
}
.footer .main ul li:nth-of-type(1) div h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}
.footer .main ul li:nth-of-type(1) div p {
  font-size: 16px;
  margin-top: 20px;
  color: #1851b1;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.footer .main ul li:nth-of-type(2) {
  box-sizing: border-box;
  margin-left: 130px;
  width: 115px;
  border-right: 1px solid #4674c1;
  float: left;
}
.footer .main ul li:nth-of-type(2) a {
  display: block;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1;
}
.footer .main ul li:nth-of-type(2) a:last-of-type {
  margin-bottom: 0;
}
.footer .main ul li:nth-of-type(3) {
  background: url(../images/icons.png) no-repeat left;
  float: left;
  width: 378px;
  box-sizing: border-box;
  margin-left: 55px;
  color: #ccc;
  font-size: 14px;
  height: 137px;
}
.footer .main ul li:nth-of-type(3) p {
  color: #fff;
  line-height: 1;
  margin-top: 25px;
  padding-left: 40px;
}
.footer .main ul li:nth-of-type(3) p:nth-of-type(1) {
  margin-top: 3px;
}
.footer .main ul li:nth-of-type(3) p a {
  color: #fff;
}
.footer_info {
  background: #154595;
  color: #fff;
  line-height: 77px;
  font-size: 14px;
}
.footer_info a {
  font-size: 14px;
  color: #fff;
}
.footer_info a:nth-of-type(1) {
  float: right;
}
.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: #1851b1;
}
.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: #1851b1;
  color: #fff;
}
.bg-color .commonInner {
  padding-bottom: 40px;
  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 .de-news-list ul li {
  margin-bottom: 20px;
  border: 1px solid #eee;
  transition: 0.3s;
  box-sizing: border-box;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover {
  border-color: #1851b1;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a h3 {
  color: #1851b1;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a p {
  color: #1851b1;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a .time span {
  color: #1851b1;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a div:nth-of-type(1) {
  width: 300px;
  height: 150px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a div:nth-of-type(2) {
  padding: 20px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a h3 {
  line-height: 30px;
  font-size: 20px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a p {
  line-height: 28px;
  color: #888;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a .time {
  line-height: 30px;
  margin-top: 10px;
  color: #666;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a .time span {
  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: #1851b1;
}
.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: #1851b1;
  transition: 0.3s;
}
.bg-color .commonInner .main .newsPage .back-list:hover {
  background: #f7b22d;
}
.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: 30px 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 .web-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.bg-color .commonInner .main .de-about-content .about-content p {
  font-size: 16px;
  line-height: 30px;
}
.bg-color .commonInner .main .proList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg-color .commonInner .main .proList li {
  width: 580px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.bg-color .commonInner .main .proList li:nth-of-type(n):hover {
  border-color: #1851b1;
  transform: translateX(-15px);
}
.bg-color .commonInner .main .proList li:nth-of-type(2n):hover {
  border-color: #1851b1;
  transform: translateX(15px);
}
.bg-color .commonInner .main .proList li a {
  display: flex;
}
.bg-color .commonInner .main .proList li img {
  width: 230px;
  display: block;
}
.bg-color .commonInner .main .proList li .preInfo {
  width: calc(100% - 230px);
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.bg-color .commonInner .main .proList li .preInfo h2 {
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-color .commonInner .main .proList li .preInfo h2 i {
  width: 44px;
  height: 48px;
  background: url(../images/logo.png) no-repeat center center;
}
.bg-color .commonInner .main .proList li .preInfo p {
  margin-left: 10px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bg-color .commonInner .main .caseList {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .main .caseList li {
  width: 390px;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-right: 15px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.bg-color .commonInner .main .caseList li:nth-of-type(3n) {
  margin-right: 0;
}
.bg-color .commonInner .main .caseList li:hover {
  transform: translateY(-5px);
  border-color: #1851b1;
}
.bg-color .commonInner .main .caseList li a {
  display: block;
}
.bg-color .commonInner .main .caseList li div {
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  height: 240px;
  transition: 0.3s;
}
.bg-color .commonInner .main .caseList li h2 {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.bg-color .commonInner .main .aboutContent {
  padding: 20px;
}
.bg-color .commonInner .main .aboutContent .contact-list {
  width: 400px;
  overflow: hidden;
}
.bg-color .commonInner .main .aboutContent .contact-list h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 20px;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  float: left;
  width: 365px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.bg-color .commonInner .main .aboutContent .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.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: #1851b1;
}
.bg-color .commonInner .main .liuyan .submit .rel {
  background: #e4393c;
}
.bg-color .commonInner .caseList {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .caseList li {
  width: 390px;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-right: 15px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.bg-color .commonInner .caseList li:nth-of-type(3n) {
  margin-right: 0;
}
.bg-color .commonInner .caseList li:hover {
  transform: translateY(-5px);
  border-color: #1851b1;
}
.bg-color .commonInner .caseList li a {
  display: block;
}
.bg-color .commonInner .caseList li div {
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  height: 240px;
  transition: 0.3s;
}
.bg-color .commonInner .caseList li h2 {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.bg-color .commonInner .productList {
  padding-top: 30px;
  display: flex;
  justify-content: start;
  min-height: 400px;
}
.bg-color .commonInner .productList .innerLeft {
  width: 260px;
}
.bg-color .commonInner .productList .innerRight {
  width: 940px;
}
.bg-color .commonInner .productList .innerRight .product_index_title {
  background: #f5f5f5;
  box-sizing: border-box;
  height: 60px;
  border-left: 5px solid #1851b1;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 60px;
}
.bg-color .commonInner .productList .innerRight .product_index_main {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .productList .innerRight .product_index_main li {
  width: 300px;
  margin-bottom: 15px;
  margin-right: 20px;
  box-sizing: border-box;
}
.bg-color .commonInner .productList .innerRight .product_index_main li:nth-of-type(3n) {
  margin-right: 0;
}
.bg-color .commonInner .productList .innerRight .product_index_main li a {
  display: block;
}
.bg-color .commonInner .productList .innerRight .product_index_main li a div {
  width: 300px;
  height: 280px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  overflow: hidden;
}
.bg-color .commonInner .productList .innerRight .product_index_main li a div img {
  height: 100%;
  margin: 0 auto;
  transition: 0.4s;
}
.bg-color .commonInner .productList .innerRight .product_index_main li a h3 {
  width: 300px;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}
.bg-color .commonInner .productList .innerRight .product_index_main li a:hover img {
  transform: scale(1.05);
}
.bg-color .commonInner .productList .innerRight .product_index_main li a:hover h3 {
  background: #1851b1;
  color: #fff;
}
.bg-color .commonInner .productList .innerRight .newsBox {
  margin: 20px 20px 0;
}
.bg-color .commonInner .productList .innerRight .newsBox li {
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
}
.bg-color .commonInner .productList .innerRight .newsBox li a {
  display: flex;
  justify-content: flex-start;
}
.bg-color .commonInner .productList .innerRight .newsBox li a:hover .box p {
  color: #1851b1;
}
.bg-color .commonInner .productList .innerRight .newsBox li a img {
  margin-right: 20px;
  width: 200px;
  border: 1px solid #eee;
}
.bg-color .commonInner .productList .innerRight .newsBox li a .box {
  padding: 15px;
  box-sizing: border-box;
}
.bg-color .commonInner .productList .innerRight .newsBox li a .box h3 {
  font-size: 18px;
  line-height: 45px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-color .commonInner .productList .innerRight .newsBox li a .box p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.bg-color .commonInner .productList .innerRight .newsBox li a .box .time {
  color: #666;
  margin-top: 20px;
}
.bg-color .commonInner .productList .innerRight .center-title {
  line-height: 40px;
  background: #eee;
  margin-left: 25px;
}
.bg-color .commonInner .productList .innerRight .center-title span {
  font-size: 18px;
  display: block;
  line-height: 40px;
  background: #1851b1;
  width: 120px;
  text-align: center;
  color: #fff;
}
.bg-color .commonInner .productList .innerRight .info-main {
  display: flex;
  justify-content: space-between;
  float: none;
  padding-top: 0;
}
.bg-color .commonInner .productList .innerRight .info-main .MagnifierMain {
  width: 300px;
}
.bg-color .commonInner .productList .innerRight .info-main .info-main-rig .order-btn a {
  background: #1851b1;
}
.bg-color .commonInner .productList .innerRight .center-content {
  padding: 15px 25px;
  box-sizing: border-box;
  min-height: 100px;
}
.bg-color .commonInner .productList .innerRight .newsPage {
  padding-left: 25px;
}
.bg-color .commonInner .productList .innerRight .newsPage .page-a {
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.bg-color .commonInner .productList .innerRight .newsPage .page-a a {
  margin-left: 10px;
}
.bg-color .commonInner .productList .innerRight .newsPage .page-a::before {
  width: 60px;
  height: 30px;
  background: #a2a2a2;
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
  content: '';
}
.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: #1851b1;
  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: 220px;
  position: relative;
  right: -145px;
  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: 140px;
  box-sizing: border-box;
  padding-top: 15px;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(2) span {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #fff;
  width: 140px;
  color: #fff;
  line-height: 40px;
  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;
}
