@charset "UTF-8";
body {
  background: #ffffff;
}

.wbox {
  width: 100%;
}

.mbox {
  width: 1280px;
  margin: 0 auto;
}

.header {
  background: #ffffff;
}
.header .cont {
  height: 72px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header .cont .logo {
  width: 400px;
}
.header .cont .logo img {
  width: 166px;
  height: 52px;
  object-fit: cover;
}
.header .cont .nav {
  flex: 1;
  height: 72px !important;
  display: flex;
  justify-content: right;
  margin-right: 30px;
}
.header .cont .nav > ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header .cont .nav > ul li {
  height: 72px;
  line-height: 72px;
  font-size: 17px;
  margin-right: 30px;
  position: relative;
}
.header .cont .nav > ul li i {
  color: #777777;
  font-weight: 500;
  padding-top: 10px;
}
.header .cont .nav > ul li > ul {
  width: 180px;
  position: absolute;
  z-index: 9;
  float: left;
  display: none;
  top: 72px;
  left: -50px;
  background: #183466 !important;
}
.header .cont .nav > ul li > ul li {
  width: 95%;
  margin: 0 auto;
  height: 45px !important;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.header .cont .nav > ul li > ul li:last-child {
  border: none;
}
.header .cont .nav > ul li > ul li a {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: none;
  color: #ffffff;
}
.header .cont .nav > ul li > ul li a:hover {
  color: #eeeeee;
}
.header .cont .nav > ul li > ul ul {
  top: 10px;
  left: 171px;
}
.header .cont .lang {
  width: 115px;
  font-size: 22px;
  color: #555555;
}
.header .cont .lang i {
  font-size: 26px;
}
.header .cont .lang a {
  color: #777777;
}
.header .cont .lang a:Hover {
  color: #152f62;
}

.header .cont .nav > ul li.current > a, .header .cont .nav > ul li:Hover > a {
  color: #183466;
  font-weight: bold;
}

.index-title {
  text-align: center;
  position: relative;
}
.index-title strong {
  color: #eeeeee;
  font-size: 38px;
}
.index-title h3 {
  font-size: 32px;
  color: #152f62;
  position: relative;
  top: -17px;
}

.index-about {
  width: 100%;
  height: 1080px;
  background: url("../images/bg_about.jpg") no-repeat top center;
  position: relative;
}
.index-about:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 57, 94, 0.5);
}
.index-about .cont {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.index-about .cont .more {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ffffff;
  margin-top: 20px;
}
.index-about .cont .more a {
  display: block;
  color: #ffffff;
}
.index-about .cont .desc {
  width: 40%;
  height: 100%;
  line-height: 180%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-about .cont .desc h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
.index-about .cont .box {
  flex: 1;
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.index-about .cont .box .item {
  width: 360px;
  height: 250px;
  border: 1px solid #ffffff;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px;
}
.index-about .cont .box .item .txt {
  width: 70%;
  color: #ffffff;
  margin-top: 50px;
}
.index-about .cont .box .item .txt .t-1 {
  font-size: 22px;
}
.index-about .cont .box .item .txt .t-1 strong {
  font-size: 70px;
  font-weight: bolder;
  font-family: '微软雅黑';
  margin-right: 20px;
}
.index-about .cont .box .item .txt .t-2 {
  font-size: 20px;
}
.index-about .cont .box .item .icon {
  flex: 1;
}
.index-about .cont .box .item .icon i {
  font-size: 70px;
  color: #152f62;
}
.index-about .cont .box .more-2 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #183466;
  margin-top: 20px;
  float: right;
}
.index-about .cont .box .more-2 a {
  display: block;
  color: #ffffff;
}

.index-pro {
  min-height: 550px;
  padding-top: 100px;
}
.index-pro .index-title strong {
  color: #dddddd;
}
.index-pro .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.index-pro .cont dl {
  width: 405px;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
}
.index-pro .cont dl:nth-of-type(3n) {
  margin-right: 0;
}
.index-pro .cont dl:hover dt img {
  transform: scale(1.1);
}
.index-pro .cont dl:hover dt:after {
  background: rgba(24, 52, 102, 0.7);
}
.index-pro .cont dl dt {
  width: 405px;
  height: 280px;
  font-weight: normal;
  font-size: 20px;
  position: relative;
}
.index-pro .cont dl dt img {
  width: 405px;
  height: 280px;
  object-fit: cover;
  transition: all 0.36s ease;
}
.index-pro .cont dl dt:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.36s ease;
}
.index-pro .cont dl dd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.index-pro .cont dl dd a {
  width: 365px;
  margin: 0 auto;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.index-pro .cont dl dd a i {
  font-size: 50px;
}
.index-pro .cont dl dd .cate {
  font-size: 30px;
  margin-bottom: 20px;
}
.index-pro .cont dl dd .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.index-pro .more {
  width: 128px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #152f62;
  text-align: center;
}
.index-pro .more a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-pro .more a:hover {
  color: #152f62;
}
.index-pro .more i {
  color: #152f62;
}

.index-anli {
  padding-bottom: 80px;
}
.index-anli .cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.index-anli .cont dl {
  width: 305px;
  height: 167px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.index-anli .cont dl:nth-of-type(4n) {
  margin-right: 0;
}
.index-anli .cont dl:hover dt img {
  transform: scale(1.1);
}
.index-anli .cont dl dt {
  width: 305px;
  height: 167px;
  overflow: hidden;
}
.index-anli .cont dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-anli .cont dl dd {
  width: 305px;
  height: 167px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 28px;
}

.index-news {
  background: #fafafa;
  min-height: 560px;
  padding-top: 40px;
}
.index-news .cont {
  margin-top: 20px;
}
.index-news .cont .top dl {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-news .cont .top dl dt {
  width: 600px;
  height: 352px;
  overflow: hidden;
}
.index-news .cont .top dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .cont .top dl dd {
  width: 680px;
  background: #ffffff;
  padding: 20px;
}
.index-news .cont .top dl dd .tt {
  font-size: 20px;
}
.index-news .cont .top dl dd .tt a {
  color: #000;
}
.index-news .cont .top dl dd .tt a:Hover {
  color: #152f62;
}
.index-news .cont .top dl dd .time {
  margin-top: 10px;
  color: #999999;
}
.index-news .cont .top dl dd .desc {
  margin-top: 10px;
  line-height: 150%;
  color: #777777;
}
.index-news .cont .top dl dd .btn {
  width: 130px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background: #183466;
  margin-top: 20px;
  color: #ffffff;
}
.index-news .cont .top dl dd .btn a {
  display: block;
  color: #ffffff;
}
.index-news .cont .top dl:hover dd {
  background: #eeeeee;
  transition: all .36s ease;
}
.index-news .cont .list {
  margin-top: 30px;
  height: 410px;
  overflow-y: auto;
}
.index-news .cont .list::-webkit-scrollbar {
  display: none;
}
.index-news .cont .list dl {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.index-news .cont .list dl dt {
  width: 240px;
  height: 180px;
  overflow: hidden;
}
.index-news .cont .list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .cont .list dl dd {
  flex: 1;
  margin-left: 20px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .cont .list dl dd .time {
  color: #999999;
}
.index-news .cont .list dl:hover {
  background: #eeeeee;
  transition: all .36s ease;
}

.index-contact .cont {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-contact .cont .left {
  width: 520px;
  background: #152f62;
  padding: 30px;
  border-bottom-right-radius: 100px;
}
.index-contact .cont .left ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 18px;
  color: #ffffff;
}
.index-contact .cont .left ul li i {
  font-size: 24px;
  padding-right: 10px;
}
.index-contact .cont .right {
  flex: 1;
  margin-left: 50px;
}
.index-contact .cont .right .c-1 {
  display: flex;
  justify-content: space-between;
}
.index-contact .cont .right .c-1 input {
  text-indent: 15px;
  width: 47%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.index-contact .cont .right textarea {
  width: 100%;
  height: 120px;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
}
.index-contact .cont .right .c-2 {
  display: flex;
  flex-wrap: nowrap;
}
.index-contact .cont .right .c-2 p {
  width: 50%;
  display: flex;
}
.index-contact .cont .right .c-2 p input {
  text-indent: 15px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.index-contact .cont .right .c-2 .btn {
  width: 130px;
  text-align: center;
  height: 40px;
  text-indent: 0;
  background: #00d6de;
  color: #ffffff;
  cursor: pointer;
  margin-left: 20px;
}

.footer {
  min-height: 285px;
  background: #4a4a4a;
  padding-top: 50px;
}
.footer .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .cont dl dt {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}
.footer .cont dl dd li {
  margin-bottom: 10px;
}
.footer .cont dl dd li a {
  color: #afafaf;
}
.footer .cont .qrcode {
  width: 300px;
  display: flex;
  justify-content: right;
  margin-top: 30px;
}
.footer .cont .qrcode p {
  display: flex;
  flex-direction: column;
  width: 110px;
}
.footer .cont .qrcode p img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.footer .cont .qrcode p span {
  text-align: center;
  margin-top: 10px;
  color: #afafaf;
}

.copyright {
  background: #222222;
  height: 40px;
  line-height: 40px;
  color: #afafaf;
}

/***************内页******************/
.page-top {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.page-top .img {
  position: relative;
  height: 100%;
}
.page-top .img img {
  width: 1920px;
  height: 180px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.page-crumbs {
  height: 70px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.page-crumbs .cont {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-crumbs .cont .left {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-crumbs .cont .left h3 {
  font-weight: normal;
  position: relative;
  margin-right: 20px;
}
.page-crumbs .cont .left h3:after {
  content: '';
  width: 100%;
  height: 4px;
  line-height: 4px;
  background: #152f62;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.page-crumbs .cont .left .crumbs-cont ul {
  display: flex;
  flex-wrap: nowrap;
}
.page-crumbs .cont .left .crumbs-cont ul li {
  margin-right: 30px;
  margin-left: 20px;
}
.page-crumbs .cont .left .crumbs-cont ul li.active {
  position: relative;
}
.page-crumbs .cont .left .crumbs-cont ul li.active:after {
  content: '';
  width: 100%;
  height: 4px;
  line-height: 4px;
  background: #152f62;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.page-crumbs .cont .right {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-content {
  padding: 20px 0;
}
.page-content h1 {
  font-size: 24px;
}
.page-content .sub-name {
  font-size: 20px;
}
.page-content .other {
  margin-top: 10px;
  color: #777777;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
}
.page-content .content {
  min-height: 500px;
}

.arc-list {
  width: 100%;
}
.arc-list dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.arc-list dl dt {
  width: 160px;
  height: 120px;
  overflow: hidden;
}
.arc-list dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arc-list dl dd {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}
.arc-list dl dd ul {
  width: 80%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.arc-list dl dd ul .tt {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.arc-list dl dd ul .desc {
  line-height: 150%;
  color: #777777;
  text-indent: 20px;
}
.arc-list dl dd ul .time {
  color: #999999;
}

.pro-desc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 30px;
}
.pro-desc .info {
  width: 65%;
}
.pro-desc .info h3 {
  color: #152f62;
  margin-bottom: 20px;
}
.pro-desc .info p {
  line-height: 180%;
  color: #555555;
}
.pro-desc .img {
  flex: 1;
  display: flex;
  justify-content: right;
  margin-left: 30px;
}
.pro-desc .img img {
  width: 60%;
}

.pro-list-1 {
  margin-top: 50px;
}
.pro-list-1 ul {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.pro-list-1 ul.head li {
  width: 12.5%;
  background: #152f62;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  height: 50px;
  border-right: 1px solid #ffffff;
  padding: 10px;
  white-space: nowrap;
}
.pro-list-1 ul.head li:last-child {
  border-right: 1px solid #dddddd;
}
.pro-list-1 ul.tbody li {
  width: 12.5%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  white-space: nowrap;
}
.pro-list-1 ul.tbody li:first-child {
  background: #152f62;
  color: #ffffff;
  font-weight: bold;
}
.pro-list-1 ul.tbody li a {
  color: #ffffff;
}
.pro-list-1 ul.tbody li a:hover {
  text-decoration: underline;
}

.pro-list-2 {
  margin-top: 50px;
}
.pro-list-2 ul {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.pro-list-2 ul.head li {
  width: 11.1%;
  background: #152f62;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  height: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ffffff;
}
.pro-list-2 ul.head li:last-child {
  border-right: 1px solid #dddddd;
}
.pro-list-2 ul.tbody li {
  width: 12.5%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.pro-list-2 ul.tbody li a {
  color: #ffffff;
}
.pro-list-2 ul.tbody li a:hover {
  text-decoration: underline;
}
.pro-list-2 ul.tbody li:first-child {
  background: #152f62;
  color: #ffffff;
  font-weight: bold;
}

.job-desc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.job-desc .info {
  width: 500px;
  margin-right: 100px;
}
.job-desc .img {
  width: 500px;
}
.job-desc .img .swiper-job {
  width: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.job-desc .img .swiper-job .swiper-slide {
  text-align: center;
  font-size: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.job-desc .img .swiper-job .swiper-slide img {
  width: 100%;
}

.job-desc .img .swiper-job .swiper-slide-active, .job-desc .img .swiper-job .swiper-slide-duplicate-active {
  transform: scale(1.2);
}

.pro-top .left {
  width: 500px;
  overflow: hidden;
}
.pro-top .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #dddddd;
}
.pro-top .right {
  flex: 1;
  margin-left: 30px;
}
.pro-top .right ul {
  width: 85%;
  margin-top: 20px;
}
.pro-top .right ul li {
  color: #777777;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 20px;
}
.pro-top .right ul .desc {
  line-height: 180%;
  text-indent: 20px;
}

.pro-cont {
  margin-top: 30px;
}
.pro-cont .pro-line h3 {
  font-size: 22px;
  border-bottom: 1px solid #152f62;
  padding-bottom: 10px;
}

.job-card {
  display: flex;
  flex-wrap: wrap;
}
.job-card dl {
  width: 305px;
  margin-right: 20px;
  margin-bottom: 40px;
  min-height: 200px;
  border-radius: 5px;
}
.job-card dl:nth-of-type(4n) {
  margin-right: 0;
}
.job-card dl dt {
  background: #d1d1d1;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.job-card dl .desc {
  background: #eeeeee;
  padding: 15px;
}
.job-card dl .desc p {
  margin-top: 20px;
}
.job-card dl .desc p a {
  display: block;
  width: 35%;
  height: 35px;
  line-height: 35px;
  background: #152f62;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.job-card dl .time {
  background: #d1d1d1;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.job-list {
  margin-top: 30px;
}
.job-list dl {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.job-list dl:hover {
  background: #f1f1f1;
}
.job-list dl dt {
  font-weight: bolder;
  font-size: 22px;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: pointer;
}
.job-list dl dt i {
  font-size: 28px;
  font-weight: bold;
}
.job-list dl .desc {
  margin-top: 20px;
  display: none;
}

.contact-message {
  position: relative;
}
.contact-message .cont-box2 {
  width: 100%;
  min-height: 300px;
  position: absolute;
  background: #ffffff;
  top: -40px;
  z-index: 1;
  padding: 30px 50px;
  box-shadow: 0 0 10px rgba(71, 71, 73, 0.8);
}
.contact-message .cont-box2 .title h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}
.contact-message .cont-box2 .title p {
  width: 60%;
  color: #777777;
  line-height: 1.8;
}
.contact-message .cont-box2 .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cont-box {
  width: 100%;
  min-height: 300px;
  background: #ffffff;
  z-index: 1;
}
.cont-box .title h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}
.cont-box .title p {
  width: 60%;
  color: #777777;
  line-height: 1.8;
}
.cont-box .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cont-box .cont .left {
  width: 47%;
}
.cont-box .cont .left ul li {
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
  background: #f3f3f3;
  margin-bottom: 20px;
  align-items: center;
  font-size: 16px;
}
.cont-box .cont .left ul li input {
  flex: 1;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  text-indent: 5px;
  font-size: 16px;
}
.cont-box .cont .left ul li i {
  width: 50px;
  text-align: center;
}
.cont-box .cont .left ul li.textarea {
  min-height: 100px;
}
.cont-box .cont .left ul li.textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-indent: 5px;
  line-height: 2;
}
.cont-box .cont .left ul li.btn {
  background: none;
  padding: 0;
}
.cont-box .cont .left ul li.btn input {
  width: 100% !important;
  height: 45px;
  line-height: 45px;
  background: #152f62;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.cont-box .cont .left ul li.checkbox {
  background: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.cont-box .cont .left ul li.checkbox p {
  display: flex;
  flex-wrap: nowrap;
}
.cont-box .cont .left ul li.checkbox p label {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 10px;
}
.cont-box .cont .left ul li.checkbox p label input {
  width: 17px;
  height: 17px;
  line-height: 17px;
  padding-right: 5px;
}
.cont-box .cont .right {
  width: 47%;
}

.contact-cont {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contact-cont ul {
  width: 24%;
  height: 230px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #f1f1f1;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.contact-cont ul li {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.contact-cont ul li i {
  width: 100%;
  font-size: 60px;
  font-weight: normal;
}
.contact-cont ul li p {
  font-size: 22px;
  font-weight: 300;
  margin: 20px 0;
}
.contact-cont ul:hover {
  background: #152f62;
  color: #ffffff;
}

.project-table {
  overflow-x: auto;
}
.project-table thead tr {
  background-color: #183466;
  color: #ffffff;
}
.project-table thead tr th {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}
.project-table tbody tr td {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}
.project-table tbody tr td:first-child {
  background: #183466;
  border-bottom: 1px solid #ffffff;
}
.project-table tbody tr td:first-child a {
  color: #ffffff;
}
.project-table tbody tr td:first-child a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=basic.css.map */
