.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: 34px;
  background: #232691;
}
.navBar .topBbar p {
  color: #a7a7c7;
  font-size: 12px;
  line-height: 34px;
}
.navBar .main .navList {
  height: 100%;
  height: 90px;
}
.navBar .main .navList li a {
  box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  color: #000;
  display: block;
  font-size: 14px;
}
.navBar .main .navList li a:hover {
  color: #232691;
}
.navBar .main .navList h1 {
  width: 110px;
  height: 110px;
  transform: translateY(16px);
  background: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 88;
}
.navBar .main .navList h1 a {
  display: block;
  width: 85px;
  font-size: 0;
  margin: 0 auto;
}
.navBar .main .navList h1 a img {
  width: 85px;
}
.navBar .main .navList .navActive a {
  color: #232691;
}
.navBar .main .tel {
  height: 100%;
  width: 200px;
}
.navBar .main .tel p {
  font-size: 22px;
  line-height: 95px;
  color: #232691;
}
.swiper-container {
  line-height: 0;
}
.banner1 {
  height: 700px;
}
.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: #232691;
}
.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;
}
.companyBox {
  background: url(../images/about_bg.jpg) no-repeat center center;
}
.companyBox .main {
  padding: 60px 0 77px;
}
.companyBox .main .titleBox h2 {
  font-size: 36px;
  color: #232691;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.companyBox .main .titleBox p {
  text-align: center;
  font-size: 16px;
  font-variant: small-caps;
  color: #999;
  margin-top: 8px;
  line-height: 1;
}
.companyBox .main .companyContent {
  margin-top: 43px;
}
.companyBox .main .companyContent .conLeft {
  width: 480px;
  height: 170px;
  box-sizing: border-box;
}
.companyBox .main .companyContent .conRight {
  width: 670px;
  height: 170px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.companyBox .main .companyContent .conRight a {
  color: #232691;
}
.projectBox {
  background: url(../images/pro_bg.jpg);
}
.projectBox .main {
  padding: 85px 0 65px;
}
.projectBox .main .proList {
  display: flex;
  flex-wrap: wrap;
}
.projectBox .main .proList li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.projectBox .main .proList li:nth-of-type(4),
.projectBox .main .proList li:nth-of-type(9),
.projectBox .main .proList li:nth-of-type(14) {
  margin-right: 0;
}
.projectBox .main .proList .titleBox {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: 484px;
  height: 220px;
  padding: 34px 0 0 34px;
}
.projectBox .main .proList .titleBox h2 {
  font-size: 36px;
  color: #000;
  line-height: 1;
}
.projectBox .main .proList .titleBox p {
  font-size: 16px;
  color: #999;
  font-variant: small-caps;
  line-height: 24px;
}
.projectBox .main .proList .list {
  width: 232px;
  height: 210px;
  background: #fff;
}
.projectBox .main .proList .list a {
  display: block;
}
.projectBox .main .proList .list a div {
  width: 232px;
  height: 150px;
  overflow: hidden;
}
.projectBox .main .proList .list a div img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.projectBox .main .proList .list a h3 {
  font-size: 18px;
  color: #000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectBox .main .proList .list a h3 i {
  width: 44px;
  height: 48px;
  margin-right: 10px;
  background: url(../images/logo.png) no-repeat center center;
}
.projectBox .main .proList .list:hover a div img {
  transform: scale(1.2);
}
.projectBox .main .proList .list:hover a h3 {
  color: #232691;
}
.flowBox {
  background: url(../images/flow-bg.jpg) no-repeat center center;
  box-sizing: border-box;
}
.flowBox .main {
  padding: 30px 0 45px;
}
.flowBox .main .titleBox {
  width: 325px;
  height: 155px;
  border: 1px solid #ccc;
}
.flowBox .main .titleBox h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
}
.flowBox .main .titleBox p {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.flowBox .main .titleBox p:nth-of-type(1) {
  margin-top: 12px;
}
.flowBox .main .titleBox p:nth-of-type(2) {
  width: 240px;
  height: 50px;
  background: #f39800;
  margin: 0 auto;
  margin-top: 27px;
  line-height: 50px;
  border-radius: 5px;
}
.flowBox .main ul {
  width: 755px;
}
.flowBox .main ul li {
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  padding-top: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.flowBox .main ul li:hover {
  transform: translateY(-20px);
}
.flowBox .main ul li i {
  display: block;
  margin: 0 auto;
  width: 88px;
  height: 88px;
}
.flowBox .main ul li p {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  margin-top: 20px;
}
.flowBox .main ul li:nth-of-type(1) i {
  background: url(../images/ico1.png) no-repeat center;
}
.flowBox .main ul li:nth-of-type(2) i {
  background: url(../images/ico2.png) no-repeat center;
}
.flowBox .main ul li:nth-of-type(3) i {
  background: url(../images/ico3.png) no-repeat center;
}
.flowBox .main ul li:nth-of-type(4) i {
  background: url(../images/ico4.png) no-repeat center;
}
.flowBox .main ul li:nth-of-type(5) i {
  background: url(../images/ico5.png) no-repeat center;
}
.newBox .main {
  padding: 65px 0 60px;
}
.newBox .main .titleBox {
  margin-bottom: 35px;
}
.newBox .main .titleBox h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  line-height: 1;
}
.newBox .main .titleBox p {
  text-align: center;
  font-size: 16px;
  color: #999;
  font-variant: small-caps;
  line-height: 1;
  margin-top: 20px;
}
.newBox .main .news div {
  width: 390px;
  height: 350px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.newBox .main .news div h3 {
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.newBox .main .news div:nth-of-type(1) h3 {
  background: url(../images/news-bg01.jpg) no-repeat center;
}
.newBox .main .news div:nth-of-type(2) h3 {
  background: url(../images/news-bg02.jpg) no-repeat center;
}
.newBox .main .news div:nth-of-type(3) h3 {
  background: url(../images/news-bg03.jpg) no-repeat center;
}
.newBox .main .news div ul {
  padding: 0 18px;
}
.newBox .main .news div ul li {
  border-bottom: 1px solid #eee;
}
.newBox .main .news div ul li:nth-of-type(5) {
  border: none;
}
.newBox .main .news div ul li a {
  padding: 16px 0 18px;
}
.newBox .main .news div ul li a h4 {
  font-size: 14px;
  color: #000;
  line-height: 1;
  width: 300px;
  padding-left: 10px;
}
.newBox .main .news div ul li a i {
  width: 8px;
  height: 15px;
  background: url(../images/arr.png) no-repeat center;
}
.newBox .main .news div ul li a:hover h4 {
  color: #232691;
}
.newBox .main .news div ul li a:hover i {
  background: url(../images/arr1.png);
}
.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: #232691;
}
.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: #232691;
  color: #fff;
  line-height: 45px;
}
.footer {
  background: #2c2c2e;
}
.footer .main {
  padding-top: 55px;
  padding-bottom: 50px;
}
.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: #28282b;
  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 h3 span {
  color: #080ffd;
}
.footer .main ul li:nth-of-type(1) div p {
  font-size: 16px;
  margin-top: 20px;
  color: #232691;
  color: #ccc;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.footer .main ul li:nth-of-type(2) {
  box-sizing: border-box;
  margin-left: 160px;
  width: 120px;
  border-right: 1px solid #565658;
  float: left;
}
.footer .main ul li:nth-of-type(2) a {
  display: block;
  color: #cccccc;
  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) {
  float: left;
  width: 308px;
  box-sizing: border-box;
  margin-left: 90px;
  color: #ccc;
  font-size: 14px;
  line-height: 28px;
}
.footer_info {
  background: #1f1f21;
  color: #999;
  line-height: 60px;
  font-size: 14px;
}
.footer_info a {
  font-size: 14px;
  color: #999;
}
.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: #232691;
}
.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: #232691;
  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 {
  width: 930px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a h3 {
  color: #232691;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a p {
  color: #232691;
}
.bg-color .commonInner .main .news-list .de-news-list ul li:hover a .time span {
  color: #232691;
}
.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 img {
  width: 240px;
  height: auto;
  max-height: 150px;
}
.bg-color .commonInner .main .news-list .de-news-list ul li a div {
  padding: 20px;
  width: 690px;
  box-sizing: border-box;
}
.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: 4;
  -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: #232691;
}
.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 {
  margin-top: 30px;
}
.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: #232691;
  transform: translateX(-15px);
}
.bg-color .commonInner .main .proList li:nth-of-type(2n):hover {
  border-color: #232691;
  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: #232691;
}
.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 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: #232691;
}
.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: #232691;
  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;
}
