.w1200 {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100%;
}

.mb15 {
  margin-bottom: 15px;
}

.mb32 {
  margin-bottom: 32px;
}

body {
  /* background: #e9eaeb; */
}

.headCard {
  height: 100px;
  background: #fff;
  position: relative;
}

.headBox {
  display: flex;
  align-items: center;
  height: 100px;
}

.nav {
  margin-left: auto;
  height: 100px;
}

.nav ul {
  display: flex;
  margin-right: 20px;
}

.nav ul li {
  height: 100px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.nav ul li .name {
  font-size: 18px;
  color: #333333;
  height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  /* border-bottom: 3px solid transparent; */
  transition: all 0.2s;
  position: relative;
}

.nav ul li .name::after{
  content: '';
  height: 3px;
  width: 0;
  display: block;
  transition: all .4s;
  background:#044996;
  left: 50%;
  bottom:0;
  position: absolute;
  transform: translateX(-50%);

}

.nav ul li.on .name::after{
  content: '';
  height: 3px;
  width: 100%;
  background:#044996;;

}

.nav ul li:hover .name::after{
  content: '';
  height: 3px;
  width: 100%;
  background:#044996;;

}

.nav ul li:hover a.name {
  color: #044996;
  /* border-bottom: 3px solid #044996; */
}

.nav ul li.on .name {
  color: #044996;
  /* border-bottom: 3px solid #044996; */
}

.searchBox {
  height: 190px;
  margin-right: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchBox .btnBox {
  width: 88px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #044996;
  cursor: pointer;
  border-radius: 34px;
}

.headCard .searchBox p {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  line-height: 1em;
}

.headCard .searchBox .icon {
  width: 16px;
}

.telCard {
  display: flex;
  margin-right: 12px;
}

.telCard .txtBox {
  display: flex;
  flex-direction: column;
}

.telCard img {
  margin-right: 12px;
}

.telCard .name {
  font-size: 14px;
  color: #000000;
}

.telCard .number {
  font-family: "qkhy";
  font-size: 24px;
  color: #044996;
  white-space: nowrap;
  line-height: 28px;
  height: 28px;
}

.posCard {
  position: absolute;
  top: 100px;
  height: 190px;
  border-top: 2px solid #044996;
  box-sizing: border-box;
  background: #fff;
  /* max-width: 1920px; */
  min-width: 100%;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  transition: all 0.4s;
  pointer-events: none;
  opacity: 0;
}

.posCard .inBox {
  width: 1060px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 190px;
}

.posCard .inBox .item {
  display: flex;
  flex-wrap: wrap;
  height: 190px;
  align-items: center;
  align-content: center;
}

.posCard .sname {
  font-size: 18px;
  color: #666666;
  min-width: 140px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #999999;
  border-radius: 6px;
  margin: 15px;
  text-align: center;
}

.posCard .sname:hover {
  color: #fff;
  background: #044996;
  border: 1px solid #044996;
}

.searchCard {
  width: 890px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 190px;
}

.searchCard .inPage {
  flex: 1;
  height: 44px;
  display: flex;
  border-bottom: 1px solid #999999;
  align-items: center;
}

.searchCard label {
  flex: 1;
}

.searchCard label input {
  width: 100%;
  font-size: 18px;
  color: #666666;
  height: 44px;
  line-height: 44px;
}

.searchBox:hover .posCard,
.nav li:hover .posCard {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  pointer-events: auto;
}

.contUsCard {
  height: 432px;
  background: url(../images/aboutbg.jpg) center center no-repeat;
}

.contUsCard .w1200 {
  display: flex;
  height: 432px;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
}

.contUsCard .leftBox {
  display: flex;
  flex-direction: column;
  width: 720px;
}

.contUsCard .stitle {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  width: 414px;
  display: flex;
  margin-bottom: 30px;
}

.contUsCard .stitle h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 30px;
  line-height: 1em;
}

.contUsCard .stitle p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1em;
  align-self: end;
  margin-bottom: 2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contUsCard .ctn {
  display: flex;
  align-items: center;
}

.contUsCard .qrcodeBox {
  margin-right: 20px;
}

.contUsCard .qrcodeBox img {
  width: 136px;
  height: 136px;
}

.contUsCard .qrcodeBox P {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.contUsCard .txtBox {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}

.contUsCard .txtBox p {
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
}

.contUsCard .echatBox {
  width: 640px;
  height: 320px;
}

.contUsCard .echatBox img {
  width: 100%;
  height: 100%;
}

.footCard {
  background: url(../images/bg5.png) center center no-repeat;
  max-height: 574px;
  display: flex;
  align-items: center;
  padding: 76px 0;
}

.footCard ul {
  display: flex;
  justify-content: center;
}

.footCard li {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 32px;
  width: 224px;
}

.footCard li:first-child {
  margin-left: 0;
}

.footCard li:last-child {
  margin-right: 0;
}

.footCard .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footCard h2 {
  font-size: 18px;
  width: 220px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #333333;
  border: 1px solid #333333;
  margin-bottom: 20px;
}

.footCard a {
  font-size: 14px;
  color: #333333;
  margin: 10px 0;
}

.footCard a:hover {
  color: #044996;
}

.footAbout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px 0;
  background: #e9eaeb;
}

.footAbout p {
  font-size: 14px;
  color: #333333;
  line-height: 1.6em;
}

.footAbout a {
  margin: 0 12px;
}

.footAbout a:hover {
  color: #044996;
}

.banner {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  background: #fff;
  margin: 0 auto;
}

.banner .swiper-hd {
  height: 0;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

.banner .hd {
  position: relative;
  top: -54px;
  margin: 0 10px;

  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #b8daff;
}

.banner .hd.swiper-pagination-bullet-active {
  background: #044996;
}

.banner .inImg {
  height: 700px;
  overflow: hidden;
}

.banner .inImg img {
  width: 100%;
  height: 100%;
}

.sbanner .img {
  width: 100%;
}

.card1 {
  background: #fff url(../images/aboutImg.png) center bottom no-repeat;
  padding-top: 136px;
}

.card1 .w1200 {
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
}

.card1 .imgBox {
  width: 616px;
  height: 530px;
  min-width: 616px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-right: 120px;
}

.card1 .imgBox img {
  width: 100%;
  height: 100%;
}

.card1 .ctn {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
}

.card1 .stitle {
  height: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid #044996;
  width: 416px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.card1 .stitle h2 {
  font-size: 30px;
  font-weight: bold;
  color: #044996;
  margin-right: 20px;
}

.card1 .stitle p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 3px;
}

.card1 .txtBox {
  margin-bottom: 30px;
}

.card1 .txtBox p {
  color: #fff;
  font-size: 18px;
  line-height: 2em;
}

.card1 .btnBox .btn {
  font-size: 16px;
  color: #044996;
  background: #fff;
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}

.card2 {
  background: #fff;
  padding: 126px 0 106px 0;
}

.card2 .item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.card2 .item a {
  width: 324px;
  margin-bottom: 20px;
  margin-left: 20px;
  height: 370px;
}

.card2 .item .imgBox {
  width: 324px;
  height: 320px;
  overflow: hidden;
  transition: all .2s;
}

.card2 .item .imgBox img {
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.card2 .item p {
  border: 1px solid #999999;
  border-top: none;
  font-size: 18px;
  color: #333333;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.card2 .item a:hover .imgBox img{
  transform: scale(1.1);
}
.card2 .item a:hover p{
  color:#074e9d;
  background: #c9dfff;
font-weight: bold;
/*   border:1px solid #1ebaeb;
  box-shadow: 0 0 10px #1ebaeb; */
}

.card3 {
  background: #fff url(../images/bg2.png) center bottom no-repeat;
  padding: 40px 0;
}

.card3 .stitle {}

.card3 .stitle {
  padding: 35px 0;
  height: 36px;
  border-bottom: 1px solid #fff;
  width: 416px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.card3 .stitle h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
}

.card3 .stitle p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 3px;
}

.card3 img {
  width: 1375px;
  margin-bottom: 85px;
}

.card3 .item {
  display: flex;
  flex-wrap: wrap;
}

.card3 .item a {
  width: 640px;
  height: 82px;
  margin-bottom: 56px;
  background: #fff;
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 82px;
  margin-right: 80px;
}

.card3 .item a:hover {
  color: #fff;
  background: #3e99ff;
}

.card3 .item a:nth-of-type(2n) {
  margin-right: 0;
}

.card4 {
  padding: 85px 0 120px;
  background: #f7fbff url(../images/bg3.png) center bottom no-repeat;
}

.card4 .stitle {
  padding: 35px 0;
  height: 36px;
  border-bottom: 1px solid #044996;
  width: 416px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.card4 .stitle h2 {
  font-size: 30px;
  font-weight: bold;
  color: #044996;
  margin-right: 20px;
}

.card4 .stitle p {
  font-size: 14px;
  color: #044996;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 3px;
}

.card4 ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.card4 li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url(../images/itemBg.png) center bottom no-repeat;
  background-size: 186px auto;
  margin: 0 25px;
  width: 188px;
}

.card4 li .icon {
  background: url(../images/icon.png) center center no-repeat;
  width: 115px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card4 li .icon p {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: bold;
}

.card4 .name {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  height: 4.2em;
  font-weight: bold;
  color: #333333;
  padding: 0 10px;
}

.card4 .timer {
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  margin-bottom: 6px;
}

.card4 li .btn {
  background: #333;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 75px;
}

.card4 .moreBox .btn {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-left: 30px;
}

.card5 {
  padding: 85px 0 130px 0;
  background: #fff;
}

.card5 .w1200 {
  padding: 0 8px;
  box-sizing: border-box;
}

.card5 .stitle {
  padding: 35px 0;
  height: 36px;
  border-bottom: 1px solid #044996;
  width: 416px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.card5 .stitle h2 {
  font-size: 30px;
  font-weight: bold;
  color: #044996;
  margin-right: 20px;
}

.card5 .stitle p {
  font-size: 14px;
  color: #044996;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 3px;
}

.card5 .ctnBox {
  display: flex;
  justify-content: space-between;
}

.card5 .ctnBox .item {
  width: 644px;
  max-width: 644px;
}

.card5 .ctnBox li {
  display: flex;
  margin: 13px 0;

}

.card5 .ctnBox li .date {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  border-right: 1px solid #999;
  margin-right: 30px;
}

.card5 .ctnBox li .date h2 {
  font-size: 30px;
  color: #044996;
  text-align: right;
  font-weight: bold;
  margin-bottom: 0px;
}

.card5 .ctnBox li .date p {
  font-size: 16px;
  color: #666666;
  text-align: right;
}

.card5 .ctnBox li .ctn {
  flex: 1;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.card5 .ctnBox li h2 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.card5 .ctnBox li p {
  font-size: 14px;
  color: #999999;
  line-height: 2em;
}

.card5 .ctnBox li a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #333;
  line-height: 2em;
}

.card5 .bigImg {
  width: 640px;
}

.card5 .bigImg .img {
  display: block;
  margin-bottom: 70px;
  width: 100%;
  height: 324px;
}

.card5 .bigImg .img img {
  width: 100%;
  height: 100%;
}

.card5 .moreBox {
  padding-top: 30px;
  margin-left: 10px;
}

.card5 .moreBox .btn {
  display: inline-block;
  padding: 0 35px;
  height: 32px;
  line-height: 32px;
  background: #333;
  color: #fff;
  font-size: 16px;
}

.pageBanner {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
  height: 500px;
}



.pageBanner .img {
  width: 100%;
  max-width: 1920px;
}

.pageContent .w1200 {
  padding: 0px 10px 100px;
  box-sizing: border-box;
}

.pageRouter .w1200 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.pageRouter h2 {
  font-size: 36px;
  color: #333333;
}

.pageRouter p {
  line-height: 36px;
  color: #999999;
  font-size: 14px;
}

.contentUsCard {
  background: url(../images/contentUsBg.jpg) center bottom no-repeat;
  position: relative;
  margin-top: -70px;
  padding: 70px 70px;
  z-index: 10;

}

.contentUsCard .pageRouter {
  border-bottom: 1px solid #e1e1e1;
  width: 610px;
  margin-bottom: 40px;
}

.contentUsCard .inCard p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}


.whPage {
  display: flex;
  flex-direction: column;
}

.whPage .item {
  display: flex;
  padding: 40px 0;
  border-bottom:1px dashed #c0c0c0;
}

.whPage .item .imgBox {
  min-width: 392px;
  width: 392px;
  height: 392px;
  margin-right: 64px;
}

.whPage .item .ctnBox {
  display: flex;
  flex-direction: column;
  flex:1; overflow: hidden;
}

.whPage .item h2 {
  font-size: 24px;
  color: #333333;
  padding: 20px 0 5px;
}

.whPage .item h3 {
  font-size: 18px;
  color: #666;
  padding-bottom: 26px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 45px;
}

.whPage .item p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6em;
}

.whPage .inItemCard {}



.pagingPage {
  padding: 100px 0;
}

.pagingPage .w1200 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*鍒嗛〉*/
.pagingPage .Pages li{ float: left;}

.pagingPage p,
.pagingPage span {
  font-size: 16px;
  color: #333;
}

.pagingPage a {
  border: 1px solid #dcdcdc;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 6px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.pagingPage a.on {
  background: #044996;
  color: #fff;
}

.pagingPage a:not(.btn2):hover {
  background: #044996;
  color: #fff;
}

.pagingPage a.die img {
  opacity: 0.3;
}


.imgItemPage .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -100px;
}

.imgItemPage .item {

  transition: all .2s;
 
  box-sizing: border-box;
  padding: 40px 30px;
  margin: 20px;
}
.imgItemPage .item:hover{
  background: #c0deff;
}

.imgItemPage .item .imgBox {
  width: 388px;
}

.imgItemPage .item .imgBox img {
  width: 100%;
  height: 380px;
}

.imgItemPage .item p {
  border: 1px solid #999999;
  border-top: none;
  font-size: 24px;
  color: #333333;
  text-align: center;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.newsItemBanner {
  height: 500px;
  background: url(../images/imgItemPic.jpg) center center no-repeat;
}

.abougBanner {
  background: url(../images/abougBanner.png) center center no-repeat;
}

.imgItemBanner {
  height: 500px;
  background: url(../images/imgItemPic.jpg) center center no-repeat;
}



.newsItemPage .picItem {
  display: flex;
  padding: 20px 0 38px;
  align-items: flex-end;
  border-bottom: 1px solid #d9d9d9;
}

.newsItemPage .picItem .imgBox {
  margin-left: 86px;
}

.newsItemPage .picItem .ctnBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.newsItemPage .picItem .time {
  font-size: 24px;
  color: #666666;
  line-height: 50px;
  font-weight: bold;
}

.newsItemPage .picItem h3 {
  color: #044996;
  font-size: 24px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}

.newsItemPage .picItem p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.newsItemPage .picItem .btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #044996;
  line-height: 52px;
  border-radius: 4px;
  font-size: 18px;
}

.newsItemPage .item {
  display: flex;
  padding: 38px 0 38px;
  border-bottom: 1px solid #d9d9d9;
}

.newsItemPage .item .timeBox {
  display: flex;
  flex-direction: column;
  padding: 4px 12px;
  border: 1px solid #044996;
  border-radius: 5px;
  margin-right: 30px;

}

.newsItemPage .item .timeBox p {
  font-size: 24px;
  color: #044996;
  font-weight: bold;
}

.newsItemPage .item .timeBox span {
  height: 3px;
  width: 23px;
  background: #044996;
  margin: 6px 0;
}

.newsItemPage .item .timeBox h2 {
  font-size: 18px;
  color: #044996;
  line-height: 1.6em;
}

.newsItemPage .item .ctnBox {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsItemPage .item .ctnBox h2 {
  font-size: 24px;
  color: #333333;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsItemPage .item .ctnBox p {
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsItemPage .item .btn font {
  margin-left: 4px;
}

.newsItemPage .item .btn {

  align-self: center;
  padding: 0 66px;
  line-height: 32px;
  border: 1px solid #333333;
  font-size: 18px;
  color: #333333;
  border-radius: 5px;

}

.tenItemPage .w1200 {
  display: flex;
}

.tenItemPage .tenBannerCard {
  width: 480px;
  margin-right: 110px;
}

.tenItemPage .tenBannerCard img {
  width: 100%;
}

.tenItemPage .list {
  flex: 1;
  overflow: hidden;
}

.tenItemPage .item {
  margin-top: 88px;
}

.tenItemPage .item:first-child {
  margin-top: 0;
}

.tenItemPage .item .title {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.tenItemPage .item h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tenItemPage .item h3 {
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  margin-left: 50px;
  margin-bottom: 3px;
}

.tenItemPage .item p {
  font-size: 16px;
  color: #666666;
  line-height: 2em;
  margin-bottom: 34px;
}

.tenItemPage .item .btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #044996;
  line-height: 50px;
  border-radius: 4px;
  font-size: 18px;
}

.tenItemPage .item .btn font {
  margin-left: 4px;
}


.productCard {
  margin-top: -70px;
  display: flex;
  flex-direction: column;

}

.productCard .inTimer {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.productCard .w1920 {
  width: 1920px;
  margin: 0 auto;
  background: url(../images/jieliante.png) right center no-repeat;
  background-size: auto auto;
  padding-top: 70px;
}

.productCard .productBox {
  display: flex;
  margin-bottom: 80px;

}

.productCard .leftBox {
  width: 430px;
  margin-right: 130px;
}

.productCard .leftBox .sImgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.productCard .leftBox .sImgBox img {
  width: 100%;
}

.productCard .leftBox h2.name {
  font-size: 30px;
  color: #333333; margin-bottom: 30px;

}

.productCard .leftBox .border {
  width: 47px;
  height: 7px;
  display: block;
  background: #044996;margin-bottom: 44px;
}
.productCard .leftBox  li{
  display: flex;
  padding: 18px 0;
}
.productCard .leftBox li h2{
  font-size: 30px;color:#333333; font-weight: bold;
  width: 25%;
  overflow: hidden;
}
.productCard .leftBox li p{
  font-size: 30px;color:#666666;
  width: 75%;
  word-wrap: break-word;
}

.productCard .rigBox{
  flex:1;
}
.productCard .rigBox .img{
  flex:1;
  display: flex;align-items: center; justify-content: center;
  flex-direction: column;
}
.productCard .rigBox .img img{
  max-width: 100%;
}



.resPage{
  display: flex;
  align-items: baseline; 
  border-bottom: 1px solid #dadada;
  max-width: 1920px; margin: 0 auto;
}

.resPage .w1200{
  display: flex;
  align-items: center; 
  height: 45px;
}

.resPage h2{font-size: 24px;color:#333333; font-weight: bold;}
.resPage span{ font-size: 18px;color:#666666; margin: 0 .16rem;}
.resPage p{font-size: 18px;color:#666666;}

.searchItem{
  padding: 0 8px;
  display: flex;
  flex-direction: column;
}
.searchItem .list{
}
.searchItem .pagingPage{
  margin-bottom: .4rem;
}
.searchItem .item{
  display: flex;
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
 
}

.searchItem .imgBox{
  width: 130px; height:130px
  display: flex; align-items: center; justify-content: center; margin-right: 28px;
}
.searchItem .imgBox img{max-width: 100%; width: 100%;}
.searchItem .ctn{
  flex:1; overflow: hidden;
  display: flex;flex-direction: column;
}
.searchItem .item h2{
  font-size:24px;color:#333333; font-weight: bold ;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
  margin-bottom:12px;
}
.searchItem.item h3{
  font-size: 18px;color:#044996;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.searchItem.item p{
  margin-bottom:12px ;
  font-size: 18px;color:#333333;
}


.searchNull{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.searchNull img{ margin-bottom: 20px;}
.searchNull p{
  line-height: 2em; font-size: 24px;
  color:#333333
}



.contentPage{
  overflow: hidden;
  padding: 40px 0;
}
.contentPage .name{
  font-size:30px;color:#333333;line-height: 1.2em;
  text-align: center;
}
.contentPage .time{
  font-size: 18px;color:#999999;
  text-align: center;
  padding: 20px 0 40px 0px;
  border-bottom: 1px dashed #b5b5b5;
  margin-bottom: 40px;
}
.contentPage .ctnBox{
  padding-bottom: 50px;
  border-bottom: 1px dashed #b5b5b5;
  margin-bottom: 50px;
  clear: both; overflow: hidden;
}
.contentPage .ctnBox img{max-width: 100%;}

.page{
  display: flex;
  flex-direction: column;
}
.page li{
  display: flex;align-items: center; margin-bottom: 10px;
}
.page li p{font-weight: bold;}
.page li p,
.page li h2,
.page li a{font-size:18px;color:#666666 ;}


.reportItem .list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.reportItem .item{
  width: 664px;
  margin-left: 130px;
  box-sizing: border-box;

  padding: 60px 40px;
  margin-top: 40px;
}
.reportItem .item:nth-child(1){
  margin-top: 0;
}
.reportItem .item:nth-child(2){
  margin-top: 0;
}
.reportItem .item:hover{
  background: #dfefff;
}
.reportItem .item:nth-of-type(2n-1){
  margin-left: 0;
}
.reportItem .item .inBox{
  display: flex;
  padding-bottom: 48px;
  border-bottom: 1px solid #8a939a;
}

.reportItem .ctn{
  flex:1; overflow: hidden;
  padding: 0 20px;
}
.reportItem h2{font-size: 30px;color:#333; line-height: 1.6em; min-height: 3.2em;
margin-bottom: 10px;}
.reportItem .btn{
  color:#fff; font-size: 18px;background: #044996;
  border-radius: 6px;
  padding: 0 90px;
  height:52px ;
  line-height: 52px;
  display: inline-block;
}
.reportItem .imgBox { margin-left: 40px;}
.reportItem .imgBox img{ width:140px; height: 190px ;}

.reportPage{
  padding: 30px 0 100px;
}
.reportPage .ctnBox{
  display: flex;
  justify-content: space-between;

}

.reportPage .ctnBox img{
  width: 670px; margin-bottom: 10px;
}