/* common css */

.w {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
}


/* è¦æ³¨æ„è¡¨å•å…ƒç´ å¹¶ä¸ç»§æ‰¿çˆ¶çº§ font çš„é—®é¢˜ */

body,
select,
textarea {
  font: 14px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}


/* åŽ»æŽ‰ table cell çš„è¾¹è·å¹¶è®©å…¶è¾¹é‡åˆ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ie bugï¼šth ä¸ç»§æ‰¿ text-align */

th {
  text-align: inherit;
}


/* åŽ»é™¤é»˜è®¤è¾¹æ¡† */

fieldset,
img {
  border: none;
}


/* ie6 7 8(q) bug æ˜¾ç¤ºä¸ºè¡Œå†…è¡¨çŽ° */

iframe {
  display: block;
}


/* åŽ»æŽ‰ firefox ä¸‹æ­¤å…ƒç´ çš„è¾¹æ¡† */

abbr,
acronym {
  border: none;
  font-variant: normal;
}


/* ä¸€è‡´çš„ del æ ·å¼ */

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}


/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ ‡è¯†ï¼Œli ä¼šç»§æ‰¿ */

ol,
ul {
  list-style: none;
}


/* å¯¹é½æ˜¯æŽ’ç‰ˆæœ€é‡è¦çš„å› ç´ ï¼Œåˆ«è®©ä»€ä¹ˆéƒ½å±…ä¸­ */

caption,
th {
  text-align: left;
}


/* æ¥è‡ªyahooï¼Œè®©æ ‡é¢˜éƒ½è‡ªå®šä¹‰ï¼Œé€‚åº”å¤šä¸ªç³»ç»Ÿåº”ç”¨ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}


/* ç»Ÿä¸€ä¸Šæ ‡å’Œä¸‹æ ‡ */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* é»˜è®¤ä¸æ˜¾ç¤ºä¸‹åˆ’çº¿ï¼Œä¿æŒé¡µé¢ç®€æ´ */

ins,
a {
  text-decoration: none;
  color: inherit;
}


/* åŽ»é™¤ ie6 & ie7 ç„¦ç‚¹ç‚¹çŠ¶çº¿ */

a:focus,
*:focus {
  outline: none;
}


/* æ¸…é™¤æµ®åŠ¨ */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex_ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_ce {
  display: flex;
  justify-content: center;
  align-items: center;
}

span.b0254a8 {
  color: #0254a8;
  font-weight: 700;
}

/* header css */
.header .top {
  width: 100%;
  height: 110px;
  line-height: 110px;
  background-color: #fff;
}

.header .top .logo {
  width: 470px;
  margin-top: 30px;
}

.header .top .kl {
  font-size: 18px;
  font-weight: 700;
  color: #3755a4;
}

.header .top .kl li {
  margin-right: 24px;
}

.header .top .kl li:last-child {
  margin-right: 0;
}

.header .nav {
  width: 100%;
  background-color: #0254a8;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
}

.header .nav ul li {
  position: relative;
}

.header .nav ul li a {
  display: inline-block;
  height: 60px;
}

.header .nav ul li.on a {
  color: #c8e4fc;
}

.header .nav ul li .sub {
  display: none;
  position: absolute;
  left: -35px;
  top: 60px;
  width: 150px;
  line-height: 40px;
  background-color: #0162b1;
  z-index: 2;
}

.header .nav ul li .sub li {
  text-align: center;
}

.header .nav ul li .sub a {
  height: 100%;
  border-bottom: none;
  color: #fff;
}

.header .nav ul li .sub a:hover {
  color: #c8e4fc;
}

/* banner css */
#banner {
  width: 100%;
  height: 680px;
  color: #fff;
  text-align: center;
}

#banner .swiper-slide {
  box-sizing: border-box;
}

/* about css */
.aboutus {
  padding: 100px 0;
  color: #666;
}

.aboutus .about_txt {
  width: 690px;
}

.aboutus .about_txt .tit {
  margin-bottom: 30px;
}

.aboutus .about_txt .tit h4 {
  color: #0254a8;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.aboutus .about_txt .tit .line {
  width: 40px;
  height: 4px;
  background: url(../images/icon_line.png);
  margin-top: 15px;
}

.aboutus .about_txt p {
  line-height: 32px;
  font-size: 18px;
}

.aboutus .about_txt>p {
  margin-bottom: 30px;
  font-size: 16px;
  
}

a.index_more {
  padding: 18px 35px;
  border: 1px solid #ccc;
  color: #033333;
  display: inline-block;
  font-size: 16px;
}

a.index_more:hover {
  background-color: #0254a8;
  color: #fff;
}

/* num css */
.num {
  background-color: #0254a8;
  width: 100%;
  height: 202px;
  color: #fff;
}

.num ul li {
  width: 241px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
}

.num ul li h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
}

.num ul li.txt {
  text-align: left;
  width: 477px;
  background-color: #0e8ed9;
  box-sizing: border-box;
  height: 202px;
  padding-top: 40px;
  padding-left: 28px;
}

.num ul li.txt h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.num ul li.txt p {
  line-height: 32px;
}

.com_tit {
  text-align: center;
  padding: 58px 0;
}

.com_tit h4 {
  color: #0254a8;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.com_tit .line {
  width: 40px;
  height: 4px;
  background: url(../images/icon_line.png);
  margin: 15px auto 15px auto;
}

.com_tit p {
  line-height: 32px;
  font-size: 18px;
  color: #666;
}

/* news css */
.news .topPic {
  width: 587px;
  height: 441px;
  position: relative;
}

.news .newsPic .pic {
  height: 441px;
}

.news .newsPic .index_dj {
  overflow: hidden;
  display: inline-block;
  transition: all .5s;
}

.news .newsPic .index_dj img {
  transition: all .5s;
}

.news .newsPic .index_dj:hover img {
  transform: scale(1.3);
  
}

.news .newsPic .cover {
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 35px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
}

.news .newsPic .cover h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.news .newsPic .cover .date {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 280px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  
}

.news .newsPic .cover .desc {
  line-height: 24px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.news .newsPic .topPic:hover .cover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#005cac', endColorstr='#005cac');
  background: rgba(0, 92, 172, 0.9);
}

.news .newsPic .topPic:hover .cover .date {
  margin-top: 0;
}

.news .newsPic ul li {
  width: 295px;
  height: 218px;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}

.news .newsPic ul li:last-child {
  margin-right: 0;
}

.news .newsPic ul li .pic {
  width: 100%;
  height: 100%;
}

.news .newsPic ul li:hover .cover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#005cac', endColorstr='#005cac');
  background: rgba(0, 92, 172, 0.9);
}

.news .newsPic ul li .cover .date {
  margin-top: 50px;
}

.news .newsPic ul li:hover .cover .date {
  margin-top: 0;
}

.news .newslist {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  
}

.news .newslist #newslist {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

.news .newslist .swiper-slide h5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* ! autoprefixer: on */
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

.news .newslist .swiper-slide .time {
  color: #0254a8;
  font-size: 16px;
  margin-bottom: 30px;
}

.news .newslist .swiper-slide .zy {
  line-height: 28px;
  color: #888;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 4px solid #ccc;
}

/* business css */
.business {
  margin-top: 40px;
}

/* footer css */
.footer {
  background: #0254a8;
  padding: 50px 0;
  color: #fff;
}

.footer .qr_code {
  width: 137px;
  
}

.footer .co_info ul h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .co_info ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer .other_info {
  text-align: right;
  line-height: 24px;
}

.footer #yq_link {
  padding: 5px;
  margin-top: 15px;
  border: 1px solid #888;
  background: #e3e3e3;
}

span.calendar,
span.loc,
span.phone,
span.mail {
  background: url(../images/icon_ca.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  
}

span.loc {
  background: url(../images/icon_loc.png) no-repeat;
  
}

span.phone {
  background: url(../images/icon_phone.png) no-repeat;
}

span.mail {
  background: url(../images/icon_mail_f.png) no-repeat bottom;
}

.hmc1ul li {
  float: left;
  width: 25%;
  padding: 0px;
}

.hmc1aBox {
  display: block;
  position: relative;
  height: 570px;
  overflow: hidden
}

.hmc1aTop {
  height: 12px;
  background: #275293;
}

.hmc1aBox .overflowHide {
  height: 570px;
}

.hmc1aBox .overflowHide .bgImg {
  padding-top: 200px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.hmc1aBox .overflowHide .bgImg h5 {
  font-weight: 700;
  margin-top: 50px;
}

.hmc1ul li:nth-child(2) .hmc1aTop,
.hmc1ul li:nth-child(2) .hmc1layer {
  background: #67b430;
}

.hmc1ul li:nth-child(3) .hmc1aTop,
.hmc1ul li:nth-child(3) .hmc1layer {
  background: #ff8400;
}

.hmc1ul li:nth-child(4) .hmc1aTop,
.hmc1ul li:nth-child(4) .hmc1layer {
  background: #29c5ad;
}

.hmc1layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #275293;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(-50px);
  color: #fff;
  padding: 100px 30px 0px;
  box-sizing: border-box;
}

.hmc1aBox:hover .hmc1layer {
  opacity: 1;
  transform: translateY(0)
}

.hmc1Lnms strong {
  font-weight: bold;
  display: block;
  overflow: hidden;
  font-size: 34px;
}

.hmc1Lnms {
  margin-bottom: 30px;
}

.hmc1Ldes {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

/* sub_nav css */
.sub_loc {
  position: relative;
  font-size: 0;
}

.sub_banner {
  position: relative;
  width: 100%;
}

.sub_banner p {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 1200px;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  margin-left: -600px;
}

.sub_banner p span {
  font-size: 18px;
  font-weight: normal;
}

.sub_nav {
  background-color: rgba(1, 80, 172, 0.4);
  line-height: 50px;
  margin-top: -50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
}

.sub_nav ul li {
  padding: 0 52px;
}

.sub_nav ul li.on {
  background-color: #0254a8;
  border-top: 2px solid #f68228;
  font-weight: 700;
}

.header_b {
  background-color: rgb(227, 239, 251) !important;
}

/* about_profile css */
.aboutus .para {
  margin-bottom: 50px;
}

.aboutus .para>.txt {
  width: 571px;
  
  color: #666;
}

.aboutus .txt>p {
  text-indent: 2em;
  margin-bottom: 50px;
  line-height: 32px;
  font-size: 16px;
}

.aboutus .txt>p:last-child {
  margin-bottom: 0;
}

/* aboutcon css */
.aboutcon {
  padding-bottom: 50px;
}

.about_m li {

  float: left;

  margin: 0 40px 0px 0;
  box-sizing: border-box;
  padding: 50px 45px;
  color: #333;
}

.about_m li:nth-child(2n+2) {
  margin-right: 0;
}

.about_m li h5 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.about_m li .line {
  width: 55px;
  height: 5px;
  background-color: #0254a8;
  margin: 20px auto 60px auto;
}

.about_m li .txt {
  font-size: 16px;
  line-height: 32px;
}

.about_m li:hover {
  background-color: #0254a8;
  color: #fff;
}

.about_m li:hover .line {
  background-color: #fff;
}

/* img_list css */
.img_list {
  margin-bottom: 25px;
}
.img_list .text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #666;
  line-height: 40px;
  padding: 40px;
  box-shadow: 0 0 16px #efefef;
  background:rgb(235 244 255);
}
.img_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.img_list ul li {
  width: 381px;
  height: 286px;
  margin-bottom: 45px;
}

.img_list ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_list ul li {
  position: relative;
}

.img_list ul li .img img {
  transition: all 0.5s;
}

.img_list ul li .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  display: none;
  text-align: center;
  padding-top: 116px;
  box-sizing: border-box;
}

.img_list ul li:hover .shadow {
  display: block;
}

.img_list ul li:hover .img img {
  transition: all 0.5s;
  transform: scale(1.2);
}

.img_list ul li .shadow p {
  font-size: 16px;
  padding: 15px 0;
}

.img_list ul li .shadow .line {
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  width: 40px;
  animation: widthLength 1s;
}

@keyframes widthLength {
  from {
    width: 100px;
}

to {
  width: 40px;
}
}

/* news_list css */
.news_list {
  padding-bottom: 40px;
}

.news_list ul li {
  width: 100%;
  padding: 30px 0;
}

.news_list ul li .time {
  width: 115px;
  height: 145px;
  border-radius: 10px;
}

.news_list ul li .time .dd {
  font-size: 36px;
  height: 93px;
  color: #186aab;
  background-color: #f7f8fa;
}

.news_list ul li .time .yymm {
  background-color: #186aab;
  color: #fff;
  font-size: 18px;
  height: 52px;
}

.news_list ul li .txt {
  width: 815px;
}

.news_list ul li .txt h5 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.news_list ul li .txt h6 {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  text-align: justify;
  margin-bottom: 10px;
}

.news_list ul li .img {
  width: 230px;
}

.news_list ul li:hover {
  background: #f7f8fa;
  box-shadow: 0 0 5px 5px rgb(69 77 93 / 10%);
}

.news_list ul li:hover .dd {
  background: #fff;
}

.news_list ul li:hover .txt,
.news_list ul li:hover h6 {
  color: #0162b1;
}

/* list_con css */
.list-con {
  padding: 60px 0;
}

.newscon {
  color: #666;
}

.newscon .contop {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.newscon .text {
  padding-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.newscon .contop h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.newscon .contop span {
  margin-right: 40px;
}

.newscon .contop span:last-child {
  margin-right: 0;
}

/* 大事记 css */
.history {
  position: relative;
}

.history:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.history .line {
  width: 1px;
  height: 100%;
  background: #0254a8;
  position: absolute;
  top: 0;
  left: 92px;
  z-index: 2;
}

.history .line::after,
.history .line::before {
  content: " ";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

.history .line::after {
  height: 70px;
  top: auto;
  bottom: 0;
}

.history li {
  margin-bottom: 46px;
}

.history li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.history li:hover .years {
  color: #0254a8;
}

.history li:hover .text {
  background: #0254a8;
}

.history li:hover .text .pic {
  border: solid 1px #0254a8;
}

.history li:hover .text .txt {
  color: #fff;
}

.history li .years {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  float: left;
  margin-top: 54px;
  background: url(../images/years.png) no-repeat right 0 center;
  padding-right: 46px;
  position: relative;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.history li .cont {
  padding-left: 122px;
  box-sizing: border-box;
}

.history li .text {
  border-radius: 5px;
  padding: 11px 24px;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.history li .text:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.history li .text .pic {
  width: 117px;
  height: 117px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 1px #ececec;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.history li .text .pic img {
  width: 100%;
  height:115px;
  display: block;
  border: solid 5px #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.history li .text .txt {
  padding: 40px 0 0 150px;
  box-sizing: border-box;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.history li .text .txt .p2 {
  line-height: 22px;
  font-size: 14px;
}

.dj.sub_nav {
  background: rgba(119, 26, 26, 0.4);
}

.dj.sub_nav ul li.on {
  background-color: rgb(119, 26, 26);
  border-top: 2px solid #f68228;
  font-weight: 700;
}

.dj.footer {
  background-color: rgb(119, 26, 26);
}

.dj.com_tit h4 {
  color: rgb(119, 26, 26);
}

/* hardware css */
.hardware .info {
  margin-top: 35px;
}

.hardware .info .img {
  width: 522px;
  height: 357px;
}

.hardware .info .txt {
  width: 608px;
}

.hardware .info .txt .para {
  margin-bottom: 55px;
}

.hardware .info .txt h5 {
  color: #26609d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hardware .info .txt p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.hardware .hardnum {
  background: url(../images/bg_num.jpg) no-repeat center;
  padding: 20px 0;
  margin: 40px 0 60px 0;
  font-size: 18px;
  color: #666;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.hardware .hardnum ul li {
  width: 20%;
  text-align: center;
}

.hardware .hardnum ul li h1 {
  color: #26609d;
  font-weight: 700;
  font-size: 48px;
  display: inline-block;
}

/* business css */
.profile_line {
  width: 100%;
  display: flex;
  color: #333;
  align-items: flex-end;
  margin-bottom: 80px;
}

.profile_line .line_text {
  box-sizing: border-box;
  padding: 45px 50px;
  font-size: 16px;
  line-height: 32px;
  width: 672px;
  height: 270px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px #efefef;
}

.profile_line .line_text h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.profile_line .line_text .line {
  width: 30px;
  height: 5px;
  background-color: #0254a8;
  margin: 20px 0 45px 0;
}

.profile_line .line_img {
  width: 530px;
  height: 372px;
  overflow: hidden;
  z-index: 1;
}

.profile_line .line_img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.profile_line:hover .line_img img {
  transform: scale(1.5);
}