div {
  box-sizing: border-box;
}
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.layui-container {
  padding: 0;
}
.layui-elem-quote {
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0 20px;
  border-left-width: 2px;
}
.layui-elem-quote h4 {
    font-weight: bold;
}
.more {
  display: flex;
  align-items: center;
}
.more img {
  margin-left: 26px;
}
.section {
  margin-top: 120px;
}
.fa-home {
  font-size: 20px;
  margin-right: 5px;
  color: #999;
}
.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 22px!important;
  height: 22px!important;
  background-color: #fff !important;
}
.swiper-pagination-bullet-active {
  box-sizing: border-box;
  border: 3px solid #fff;
  background-color: #206bd1 !important;
}
.breadcrumb {
  margin: 55px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb .layui-elem-quote {
  background-color: #fff;
  border-left-color: #206bd1;
}
.breadcrumb .more {
  font-size: 16px;
  color: #666;
}
.breadcrumb .more:hover {
    color: #206bd1;
}
.gongcheng {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.gongcheng:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, 0, 10px);
}
.gongcheng img {
  width: 100%;
  transition: all 0.5s;
}
.gongcheng img:hover {
  transform: scale(1.1);
}
.gongcheng span {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.gongcheng span:hover {
  background: rgba(0, 0, 0, 0.7);
}
.about_us {
  margin: 60px auto 0;
  width: 100%;
  height: auto;
  background-image: url(../image/about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 148px 0;
  display: flex;
  align-items: center;
  clear: both;
  overflow: hidden;
}
.about_us .about_con {
  margin: auto;
  color: #fff;
  width: 1344px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_us .about_con .about_desc {
  width: auto;
  padding: 68px 180px 68px 68px;
  margin-right: 340px;
  box-sizing: border-box;
  background-color: #206bd1;
  clear: both;
  overflow: hidden;
}
.about_us .about_con .about_desc .title {
  font-size: 24px;
}
.about_us .about_con .about_desc .title h4 {
  font-size: 24px;
}
.about_us .about_con .about_desc .title span {
  color: #90b5e8;
}
.about_us .about_con .about_desc .intro {
  padding: 40px 0;
}
.about_us .about_con .about_desc .intro p {
  font-size: 16px;
  line-height: 2;
}
.about_us .about_con .about_desc .check_more {
  width: auto;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 35px;
  font-size: 16px;
}
.about_us .about_con .about_imgs {
  display: none;
  width: 100%;
  height: 300px;
  background-image: url(../image/about_img.png);
  background-size: 100% 100%;
  text-align: right;
  padding: 20px;
  box-sizing: border-box;
}
.about_us .about_con .about_imgs h4 {
  font-size: 18px;
}
.about_us .about_con .about_imgs p {
  font-size: 12px;
}
.about_us .about_con .about_img {
  position: absolute;
  float: right;
  top: 50%;
  right: 0;
  width: 510px;
  height: 400px;
  z-index: 10;
  transform: translateY(-50%);
  background-image: url(../image/about_img.png);
  background-size: 100% 100%;
  text-align: right;
  padding: 58px 68px 0 0;
  box-sizing: border-box;
}
.about_us .about_con .about_img h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.about_us .about_con .about_img p {
  font-size: 12px;
}
.news_list {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #eaeaea;
}
.news_list .time {
  display: flex;
  flex-direction: column;
  color: #999;
}
.news_list .time span:nth-child(1) {
  font-size: 34px;
}
.news_list .time span:nth-child(2) {
  font-size: 16px;
}
.news_list .title {
  height: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.news_list .title a:hover {
  color: #206bd1;
}
.news_list .more {
  font-size: 14px;
  color: #666;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list .more span:hover {
  color: #206bd1;
}
.news_list .more img {
  margin-left: 0px;
}
.news_list > a {
  overflow: hidden;
}
.news_list > a img {
  width: 100%;
  transition: all 0.5s;
}
.news_list > a img:hover {
  transform: scale(1.1);
}
.Nnews {
  margin-top: 100px;
}
.nomore {
    text-align: center;
}
.N_list {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.N_list > a {
  overflow: hidden;
}
.N_list > a img {
  width: 260px;
  transition: all 0.5s;
}
.N_list > a img:hover {
  transform: scale(1.1);
}
.N_list .news_desc {
  flex: 1;
  margin-left: 37px;
  display: flex;
}
.N_list .news_desc .desc {
  flex: 1;
}
.N_list .news_desc .desc .title {
    height: 48px;
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}
.N_list .news_desc .desc .title a:hover {
  color: #206bd1;
}
.N_list .news_desc .desc p {
  font-size: 14px;
  color: #666;
}
.N_list .news_desc .time {
  margin-left: 145px;
  margin-right: 30px;
  text-align: center;
}
.N_list .news_desc .time p {
  color: #999;
  font-size: 16px;
  margin-bottom: 45px;
}
.N_list .news_desc .time p span {
  font-size: 34px;
}
.N_list .news_desc .time .more {
  width: auto;
  font-size: 14px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.N_list .news_desc .time .more span {
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(../image/next.png) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 25px;
}
.N_list .news_desc .time .more:hover {
  background-color: #206bd1;
  color: #fff;
}
.N_list .news_desc .time .more:hover span {
  background-image: url(../image/next_white.png) !important;
}
.N_list:hover {
  box-shadow: 0 0 10px 5px #eee;
}
.N_list:hover .desc .title {
  color: #206bd1;
}
#footer {
  margin-top: 80px;
  background-color: #333;
}
#footer .foot_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 115px;
}
#footer .foot_nav dl {
  float: left;
}
#footer .foot_nav dl dt {
  margin-bottom: 18px;
  margin-right: 68px;
}
#footer .foot_nav dl dt a {
  color: #fff;
}
#footer .foot_nav dl dd {
  margin-bottom: 10px;
}
#footer .foot_nav dl dd a {
  color: #d6d6d6;
}
#footer .foot_nav .right {
  display: flex;
  height: auto;
  color: #fff;
}
#footer .foot_nav .right dl {
  padding-right: 35px;
  width: 300px;
}
#footer .foot_nav .right dl dd {
  display: flex;
  margin-bottom: 20px;
}
#footer .foot_nav .right dl dd i {
  margin-right: 10px;
}
#footer .foot_nav .right dl dd span {
    margin-top: -3px;  
  }
#footer .foot_nav .right .qr_code {
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  border-left: 1px solid #858585;
  text-align: center;
}
#footer .foot_nav .right .qr_code img {
  width: 120px;
  height: 120px;
}
#footer .foot_nav .right .qr_code span {
  margin-top: 15px;
}
#footer .copyright {
  border-top: 1px solid #858585;
  color: #fff;
  font-size: 14px;
  padding: 24px 0;
  text-align: center;
}
#footer .copyright {
    padding: 10px 20px;
}
#footer .copyright a {
  color: #fff;
}
.adv {
  width: 100%;
  height: 440px;
  position: relative;
  display: flex;
  align-items: center;
}
.adv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adv .adv_con {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adv .adv_con .title h4 {
  font-size: 48px;
  color: #333;
}
.adv .adv_con .title p {
  display: inline-block;
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.adv .adv_con .cover {
  height: 360px;
  width: 479px;
}
.news {
  background: url(../image/news_show.png) no-repeat center bottom;
}
.business-center {
  background: url(../image/business_center.png) no-repeat center bottom;
}
.business-center h4,
.business-center p {
  color: #fff !important;
}
.breadcrumb_nav {
  height: 80px;
  margin-bottom: 55px;
  background-color: #f5f5f5;
}
.breadcrumb_nav > div {
    height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb_nav .layui-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666 !important;
  visibility: inherit;
}
.breadcrumb_nav ul {
  display: flex;
}
.breadcrumb_nav ul li {
  height: 80px;
  line-height: 80px;
  transition: all 0.3s;
}
.breadcrumb_nav ul li:hover {
  background-color: #206bd1;
}
.breadcrumb_nav ul li:hover a {
  color: #fff;
}
.breadcrumb_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #333;
  font-size: 18px;
}
.breadcrumb_nav ul li.active {
  background-color: #206bd1;
}
.breadcrumb_nav ul li.active a {
  color: #fff;
}
.com_intro h4 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.com_intro .desc {
  display: flex;
}
.com_intro .desc p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-right: 44px;
}
.com_intro .desc img {
  width: 577px;
}
.gc_list {
  height: auto;
  display: flex;
  margin-bottom: 60px;
  overflow: hidden;
}
/* .gc_list:last-child { */
  /* margin-bottom: 0; */
/* } */
.gc_list > a {
  overflow: hidden;
}
.gc_list > a img {
  width: 375px;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.gc_list > a img:hover {
  transform: scale(1.1);
}
.gc_list .gongcheng_desc {
  height: auto;
  flex: 1;
  padding: 30px 50px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.gc_list .gongcheng_desc .title h4 {
  font-size: 24px;
  color: #333;
}
.gc_list .gongcheng_desc .title h4 a:hover {
  color: #206bd1;
}
.gc_list .gongcheng_desc .title span {
  font-size: 14px;
  color: #999;
}
.gc_list .gongcheng_desc .desc {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 40px 0;
}
.gc_list .gongcheng_desc .more {
  font-size: 16px;
  color: #666;
  width: auto;
  display: flex;
  align-items: center;
}
.gc_list .gongcheng_desc .more:hover {
  color: #206bd1;
}
.engin_detail >div:first-child {
    padding-bottom: 50px;
}
.engin_detail p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.engin_detail .title {
  margin-bottom: 40px;
}
.engin_detail .title h4 {
  font-size: 24px;
  color: #333;
}
.engin_detail .title p {
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.engin_detail .engin_txt {
  margin-bottom: 50px;
}
.engin_detail .prev_next {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
.engin_detail .prev_next > div a {
  margin-top: 10px;

}
.engin_detail .prev_next > div a:hover {
    color: #206bd1;
    text-decoration: underline;
}
.engin_detail .prev_next .prev {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.engin_detail .prev_next .next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.breadcrumb_buss {
  margin-bottom: 100px!important;
}
.table {
  margin: auto;
  text-align: center;
}
.table img {
  max-width: 100%;
}
.down_center {
  background: url(../image/down_center.png) no-repeat center bottom;
}
.down_center h4,
.down_center p {
  color: #fff !important;
}
.download {
  background: #f5f5f5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 18px 13px 18px 20px;
  box-sizing: border-box;
}
.download .fa-file-text-o {
  color: #999;
  font-size: 40px;
  margin-right: 15px;
}
.download h4 {
  flex: 1;
  color: #333;
}
.download a {
  color: #fff;
  background-color: #206bd1;
  padding: 8px 20px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.download:hover {
  color: #fff;
  background-color: #206bd1;
}
.download:hover .fa-file-text-o,
.download:hover h4 {
  color: #fff;
}
.download:hover a {
  border: 1px solid #fff;
}
.contact_us {
  background: url(../image/contact_us.png) no-repeat center bottom;
}
.contact_us h4,
.contact_us p {
  color: #fff !important;
}
.contact_con {
  display: flex;
  margin-bottom: 50px;
}
.contact_con .contact_list {
  flex: 1;
  box-shadow: 0 0 10px 5px #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 37px 25px;
  box-sizing: border-box;
  margin-right: 20px;
}
.contact_con .contact_list:last-child {
  margin-right: 0;
}
.contact_con .contact_list h4 {
  font-size: 24px;
  color: #333;
  padding: 20px 0 30px;
}
.contact_con .contact_list span {
  font-size: 22px;
  color: #666;
}
.contact_con .contact_list:nth-child(1) span,
.contact_con .contact_list:nth-child(2) span {
  color: #206bd1;
}
.map {
  width: 100%;
  height: 483px;
  position: relative;
  color: #fff;
}
.map .qc_zone {
  width: 380px;
  height: 100%;
  padding: 60px 38px 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(32, 107, 209, 0.9);
}
.map .qc_zone h4 {
  font-size: 24px;
  margin-bottom: 25px;
}
.map .qc_zone p {
    text-align: center;
  font-size: 16px;
}
.map .qc_zone .qc_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map .qc_zone .qc_img img {
  margin: 45px 0 18px;
}
.com_data {
  background: url(../image/team.png) no-repeat center;
  background-size: 100% 100%;
  padding: 66px 0 50px;
  margin-top: 80px;
}
.com_data .list {
  display: flex;
  justify-content: center;
}
.com_data .list > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  color: #fff;
}
.com_data .list > div span {
  font-size: 26px;
}
.com_data .list > div img {
  margin-bottom: 15px;
}
.com_adv {
  margin-top: 56px;
}
.com_adv h2 {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-bottom: 36px;
}
.com_adv .adv_list {
  display: flex;
}
.com_adv .adv_list > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 45px 20px 40px;
  box-shadow: 0 0 10px 5px #eee;
  margin-right: 16px;
  box-sizing: border-box;
}
.com_adv .adv_list > div:last-child {
  margin-right: 0;
}
.com_adv .adv_list > div h4 {
  text-align: center;
  margin: 32px 0;
  font-size: 24px;
  color: #333;
}
.com_adv .adv_list > div p {
  font-size: 16px;
  color: #666;
  text-align: left;
}
.com_adv .adv_list > div:hover {
  background-color: #206bd1;
}
.com_adv .adv_list > div:hover h4,
.com_adv .adv_list > div:hover p {
  color: #fff;
}
.origacation {
  background: url(../image/origazation.png) no-repeat center bottom;
}
.origacation h4,
.origacation p {
  color: #fff !important;
}
.orig {
  margin-top: 100px;
}
.honor {
  margin-bottom: 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.honor h4 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.honor img {
  max-width: 100%;
}
.tip {
  color: #333;
}
.tip h4 {
  font-size: 24px;
}
.tip p {
  margin-top: 10px;
  font-size: 16px;
}
.tip p a {
  color: #206bd1;
}
.invit_title {
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-weight: bold;
  font-size: 24px;
  color: #206bd1;
}
.invit_title img {
  margin-top: -2px;
  margin-right: 16px;
}
.job_list > div {
  display: flex;
  margin-top: 50px;
  padding: 50px;
  box-shadow: 0 0 10px 5px #eee;
}
.job_list > div .left {
  text-align: center;
  margin-right: 50px;
  padding-top: 28px;
}
.job_list > div .left h4 {
  font-size: 24px;
  color: #333;
}
.job_list > div .left span {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.job_list > div .center {
  flex: 1;
  padding: 20px 66px;
  border-left: 1px solid #eaeaea;
}
.job_list > div .center .ul:last-child {
  margin-top: 80px;
  display: none;
}
.job_list > div .center p {
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.job_list > div .right {
  margin-top: 26px;
}
.job_list > div .right a {
  font-size: 16px;
  color: #fff;
  background-color: #206bd1;
  padding: 16px 38px;
  cursor: pointer;
}
.job_list > div .right a:hover {
  background-color: #195fc0;
}
.honor > div,
.laboratory > div {
  box-sizing: border-box;
}
.honor > div h4,
.laboratory > div h4 {
  margin-top: 15px;
}
.honor .laboratory_list,
.laboratory .laboratory_list {
  padding: 10px;
  box-shadow: 0 0 15px 3px #eee;
}
.honor .laboratory_list img,
.laboratory .laboratory_list img {
  width: 100%;
}
.artitle > h4 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.artitle .data {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.artitle .data p span {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.artitle .detail {
    padding: 40px 0 0px;
}
.artitle .detail img {
  width: 100%;
}
.artitle .prev_next p {
  line-height: 2;
}
.artitle .prev_next p a:hover {
  color: #206bd1;
  text-decoration: underline;
}

/* 分页 */
#paging {
    display: flex;
}
#paging a {
    margin-right: 10px;
    display: block;
    color: #666666;
    font-size: 16px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    border: 1px solid #c4c4c4;
}
#paging a.active {
    background-color: #206bd1;
    color: #fff;
    border: none;
}

.search-form {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  
  border-radius: 3px;
}
.search-form form {
  width: 100%;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
.search-form input {
  flex: 1;
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
  background-color: transparent;
}
.search-form button {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center; 
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}
.search-form button .fa-search {
  font-size: 26px;
}