/* CSS Document */
* {
  font-family: "Microsoft YaHei UI", 'microsoft yahei', '黑体';
}

body {
  margin: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei UI", 'microsoft yahei', '黑体';
  line-height: 1.5;
  color: #333;
  min-width: 1400px;
  background-color: #f5f5f5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
textarea,
p,
th,
td,
hr,
button,
font {
 font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

font {
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  color: #f60;
  text-decoration: none;
}


.logo {
  float: left;
}

.logo img {
  margin-right: 20px;
}

.top_link {
  width: 100%;
  background-color: #f1f1f1;
}

.version {
  width: 1200px;
  margin: 0 auto;
  text-align: right;

}

.logobox {
  overflow: hidden;
  min-width: 1400px;
  width: 1400px;
  margin: 0 auto;
  padding: 35px 0 30px;
}

.header {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: right;
  overflow: hidden;
  background:linear-gradient(to right,#0949a5,#0b55a3,#00035a);
}


.version {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.navbox {
  height: 50px;
  line-height: 50px;
  background:linear-gradient(to right,#0949a5,#0b55a3,#00035a);
  clear: both;
  position: relative;
  z-index: 10000;
   border-top: 1px solid #3aa0f5;
}

.nav {

  margin: 0 auto;
  min-width: 1400px;
  width: 1400px;

}
.nav ul{display: flex;
    align-items: center;
    justify-content: space-between;}
.nav ul li {
  float: left;
flex:1;
  text-align: center;display: flex;
    align-items: center;
    justify-content:center;
  color: #fff;
  position: relative;
  line-height: 50px;
  height: 50px;
}

.nav ul li a {
  font-size: 18px;
  color: #fff;
  width: 109px;
  display: block;
  position: relative;
}

.nav ul li a:hover:before,.nav ul li:hover a:before {
  position: absolute;
  content: "";
  top: -2px; width: 100%; height: 2px;left: 0px;
  background-color: rgba(255,255,255,0.8);

  
}

.nav ul li dl {
  position: absolute;
  left: 50%;
  top: 49px;
  width: 109px;
  display: none;transform:translateX(-50%);-webkit-transform:translateX(-50%);

}

.nav ul li dl dd a{
  background: #004884;
  height: 50px;
  font-size:14px;
}
.nav ul li dl dd a:hover:before,.nav ul li:hover dl dd a:before  { display: none;}

.nav ul li dl dd a {
  display: block;
  height: 50px;

  line-height: 50px;
  text-align: center;
  color: #fff;


}

.nav ul li dl dd a:hover {
  background: #3aa0f5;
  color: #fff;
}


.searchBox {
  width: 185px;
  margin: 0px 0 0 15px;
  float: right;
 

  position: relative;
  

  padding: 0 10px;
}
#time{
  font-size: 16px;
  color: #fff;
  padding-top: 8px;
}
 #searchFrom{
  background: #f1f1f1;
  overflow: hidden;
 }
.searchBox .searchInput {
  border: none;
  line-height: 24px;
  height: 24px;
  width: 155px;
  margin: 2px 0;
  float: left;
  font-size: 14px;
  outline: none;
  background: none;
  text-indent: 20px;
}

.searchBox .searchBtn {
  width: 30px;
  height: 30px;

  background: url(../images/search.png) no-repeat center;

  border: none;
  float: right;
  font-size: 16px;

  cursor: pointer;
}

.searchmain {
  padding-top: 18px;
  float: right;
  line-height: 30px;
}

.searchmain a {
  float: left;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner {
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
}

.banner img {
  width: 100%;
  height: 400px;
}
.imgsb a{
  display: block;
  width: 100%;
  height: 100%;
}
.imgs1{
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background: url(../images/banner.png) center center no-repeat;
  background-size:cover;
}
.imgs2{
  background: url(../images/banner1.png) center center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-size:cover;
}
.imgs3{
  background: url(../images/banner2.png) center center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-size:cover;
}
.imgs4{
  background: url(../images/banner3.png) center center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-size:cover;
}
.imgs5{
  background: url(../images/banner4.png) center center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-size:cover;
}
.main {
  min-width: 1400px;
  width: 1400px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.newsbanner {
  width: 372px;
  height: 276px;


}

.newsbanner img {
  width: 100%;
  height: 100%;
}

.newstips {
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(0 0 0 / 50%);
  text-align: left;
  text-indent: 20px;
}

.newstips a {
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.newsbanner .swiper-pagination {
  right: 10px;
  left: auto;
  width: 140px;
}

.newsbanner .swiper-pagination-bullet {
  list-style: none;
  float: left;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-color: rgb(153, 153, 153);
  border-style: solid;
  background: rgb(102, 102, 102);
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  opacity: 0.7;
  color: rgb(204, 204, 204);
  border-radius: 0;
}


.newsbanner .swiper-pagination-bullet-active {

  float: left;
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-color: rgb(255, 0, 0);
  border-style: solid;
  background: rgb(204, 0, 0);
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  opacity: 0.7;
  color: rgb(0, 0, 0);
  border-radius: 0;
}

.title { border-bottom:1px #004884 solid;
  height: 45px;
  line-height: 45px;
  margin-bottom: 7px;
 
}

.title span {
  color: #004884;
font-weight: bold;
  float: left;
  font-size: 24px;
  line-height: 45px;
}
.title .tpleft{ display: flex; align-items: center; position: relative; height: 45px;}
.title .tpleft:before{
  content: "";
  position: absolute; left: 0px;
  height: 2px;
  background-color: #004884;
  width: 100%;
  bottom: 0px;
}
.title .tpleft img{ width: 24px; margin-right: 5px;}
.title i {
  font-style: normal;
  color: #666;
  float: left;
  font-size: 14px;
  margin-left: 10px;
}

.title a {
  float: right;
   color: #004884;
 
}

.title a img {
  width: 18px;
}
.topnews{  overflow: hidden; margin-bottom: 25px; padding-bottom: 10px; display: flex; align-items: stretch; justify-content: space-between;}
.smallbox a{ width: 32%; display: block;}
.smallbox a img{ width: 100%;}
 
.newsbox {
 display: flex;
 justify-content: space-between;
  overflow: hidden;

}
.smallbox{
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
 .newstop{
   width: 32%;
   float: right;
 }

.newstop .newslist ul li {
  height: 40px;
  line-height:40px;
  font-size: 14px ;
  border-bottom: 1px #d7d7d7 dashed;
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 12px;
  padding-left: 20px;
 
}
.newsmain{
  width: 66%;
  float: left;
}

.newslist ul li a {
  color: #000;
  font-size: 14px !important;
  -webkit-text-size-adjust: none;
  display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;

}
.newslist ul li a:hover{ color:#f60;}
.newslist ul li a i{
  font-size: 14px !important; 
}
.newslist ul li span {
 
  color: #888;
   margin-right: 10px;
}

.notelist {
  width: 420px;
  float: right;
}

.bm {
  padding: 15px 0;
}

.footmain {
  background: #af0c2b;
  background-size: 100% 100%;
 
  width: 100%;
  overflow: hidden;
  padding: 30px 0 55px;
  min-width: 1200px;
}

.footbox {
  width: 1200px;
  margin: 0 auto;
}


.footbox .logo {
  padding-top: 26px;
}

.wechar {
 
}
.wechar dl h3{ font-size: 16px; line-height: 32px; color: #eee; font-weight: normal;}
.wechar dl dt {

  padding: 5px 0 0 15px;
  width: 570px;
  float: left;
 
}

.wechar dl dt a {
  color: #fff;
  background: url(../images/footico.png) 0  center no-repeat;
   background-size: 13px;
   padding-left: 20px;
   margin-right: 20px;
}

.wechar dl dd {
  float: left;
  padding: 5px 0 0 15px;
  width: 592px;

}
.link a{ color: #eee; display: inline-block; margin-right: 15px;}
.wechar dl { line-height: 28px;}
.wechar dl  p {
  color: #eee;
  font-size: 14px;
}

.footbottom {
  min-width: 1200px;
  background: linear-gradient(to right, #0949a5, #0b55a3, #00035a);
  color: #fff;
  padding: 25px 0;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

/* 
.list-menu-title {
  width: 100%;
  height: 56px;
  background-color: #64030E;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
}

.listleft {
  width: 245px;

  float: left
}

.listbox {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.menulist ul li {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  line-height: 34px;
  background-color: #ebebeb;
  font-size: 14px;
}

.menulist ul .active a{
  background-color: #c0c4cc;
    color: #146bc4;
}

.menulist ul li i {
  font-style: normal;
}


.list {
  width: 100%;
 min-width: 1200px;
  display: table;
  background: #f1fdff;

}

.listright {
  width: 905px;

  float: right;
  background: rgba(255, 255, 255, .8);
  padding-right: 15px;
  padding-left: 15px;
}

.list-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ccc;
  line-height: 44px;
}



.page {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

.page i {
  font-style: normal;
}

.page a {
  margin: 0 5px;
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  height: 14px;
  padding: 2px 4px;
  border: solid 1px #AFD5F5;
  background: #fff;
  text-decoration: none;
  MARGIN-RIGHT: 1px;
  line-height: 14px;
}

.PrevDisabled {
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  height: 14px;
  margin-right: 3px;
  padding: 2px 4px;
  background: #fff;
  color: #ccc;
  border: solid 1px #AFD5F5;
  line-height: 14px;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
  -webkit-text-size-adjust: none;
}


.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
}

.detialtitle p {

  padding: 20px;
  text-align: center;
}

.detialtitle p span {
  display: inline-block;
  padding: 0 20px;
  color: #5c5c5c;
  font-size: 12px;
}

.detialbox p {
  LINE-HEIGHT: 180%;
  -webkit-text-size-adjust: none;
  text-indent: 2em;
  color: #333;
  padding-bottom: 19px;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.detailimg {
  text-align: center;
  margin-bottom: 20px;
}


.plicybg {
  background: #F6F6F6;
  padding: 20px 0;
  min-width: 1200px;
}

.nextbox {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 100px 30px;

}

.nextbox p {
  line-height: 26px;
}

.nextbox p a {
  -webkit-text-size-adjust: none; 
  color: #337AB7;
} */





.listbanner{
  background: url(../images/banner44.png)  center center no-repeat;
  height:400px;
  width: 100%;
  min-width: 1200px;
  background-size: cover;
}



.list-menu-title {
  width: 100%;
  height: 56px;
  background: linear-gradient(to right, #0949a5, #0b55a3, #00035a);
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
}

.listleft {
  width: 245px;

  float: left;
}

.listbox {
  min-width: 1400px;
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.menulist ul li {
  width: 100%;
  height:54px;
 
  text-align: center;
  line-height: 54px;
  background-color: #eee;
  font-size: 16px;
}
.menulist ul li a{
  font-size: 18px;
display: block;
}
.menulist ul li a:hover{
  background-color: #3aa0f5;
  color: #fff;
}
.menulist ul .active a{
  background-color: #eee;
  color: #146bc4;
}

.menulist ul li i {
  font-style: normal;
}

.list {
  width: 100%;
  min-width: 1200px;
  display: table;
    
}

.listright {flex:1;
  margin-left: 3%;
  float: right;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 15px;
  padding-left: 15px;
}

.list-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ddd;
  line-height: 44px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.list-title h3{
  font-size: 24px;
    color: #333;
    float: left;
    font-weight: normal;
}
.list-title p{
  float: right;
  font-size: 14px;
}
.article_details{
  padding-top: 20px;
}
.page {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

.page i {
  font-style: normal;
}

.page a {
  margin: 0 5px;
  font-size: 12px;
  font-family: å®‹ä½“;
  display: inline-block;
  height: 14px;
  padding: 2px 4px;
  border: solid 1px #afd5f5;
  background: #fff;
  text-decoration: none;
  margin-right: 1px;
  line-height: 14px;
}

.PrevDisabled {
  font-size: 12px;
  font-family: å®‹ä½“;
  display: inline-block;
  height: 14px;
  margin-right: 3px;
  padding: 2px 4px;
  background: #fff;
  color: #ccc;
  border: solid 1px #afd5f5;
  line-height: 14px;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
  -webkit-text-size-adjust: none;
}

.detialtitle h1 {
  font-size: 28px;
  text-align: center;
  line-height: 190%;
  font-weight: normal;
  color: #054985;
  padding: 30px;
}

.detialtitle p {
  padding: 20px;
  text-align: center;
}

.detialtitle p span {
  display: inline-block;
  padding: 0 20px;
  color: #5c5c5c;
  font-size: 12px;
}

.detialbox p {
  line-height: 180%;
  -webkit-text-size-adjust: none;
  text-indent: 2em;
  color: #333;
  padding-bottom: 19px;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.detailimg {
  text-align: center;
  margin-bottom: 20px;
}

.plicybg {
  background: #f6f6f6;
  padding: 20px 0;
  min-width: 1284px;
}

.nextbox {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 100px 30px;
}

.nextbox p {
  line-height: 26px;
}

.nextbox p a {
  -webkit-text-size-adjust: none;
  color: #337ab7;
}

.detial{ padding-top: 30px;}
.detial .article-title {
  text-align: center;
  font-size: 26px;
  color: #333;
  line-height:52px;
   
}

.detial  .article-date {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #8e8e8e;
  margin-bottom: 10px;
}

.newslist ul li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
}
.worklist ul  li{
  border-bottom: 1px solid #f1f1f1;
  text-indent: 20px;
}
.newslist ul li a {
  color: #000;
  font-size: 16px !important;
  -webkit-text-size-adjust: none;
}
.newslist ul li a:hover {
  color: #f60;
}
.newslist ul li a i {
  font-size: 14px !important;
}
.newslist ul li span {
  float: right;
  color: #888;
}
.newslist ul li i{
 
    display: block;
    width: 5px;
    height: 5px;
    background: #0b55a3;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
 .part_3{ margin-top:25px;}
 .Industrial { margin-top:10px; }
.Industrial ul{display: flex;align-items:flex-start; flex-wrap: wrap; }
.Industrial ul li{ width:24.1%; float:left;overflow:hidden; margin-right:1.2%; text-align:center;}
.Industrial ul li:last-child{ margin-right:0px;}
.Industrial ul li a .tit{ font-size:16px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; }
.Industrial ul li a .photo{ height:188px; width:100%; margin-bottom:10px; overflow:hidden;}
.Industrial ul li a .photo img{ width:100%; height:100%; object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.Industrial ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.scroller{
	display:flex;
	flex-wrap:nowrap;
	overflow:hidden;
}

.scroller .scroll-wrapper{
	display:flex;
	flex-wrap:nowrap;
}

.new_left{ display: flex; align-items: flex-start; justify-content: space-between; }
.new_left .newslist{ flex:1; margin-left: 20px;}
.new_left .newsbanner{ margin-top: 10px;}
.boxtit.no3{ display: flex; align-items: center; justify-content: center;}
.links{ margin-top: 20px;}
.links ul{ display: flex; justify-content: space-between;}
.links ul li{width: calc(100% / 6 - 15px);}
.links ul li img{ width: 100%; height: auto;}
.border_5{ background-image: url(../images/tongzhi-bg.png); background-size: cover;box-shadow: 0px 0px 7px 3px #f3f3f3;
  border-radius: 3px; background-color: #fff;
  padding: 10px 20px 20px 20px;
  border-top: 10px solid #004884;box-sizing: border-box;}

  .news_4{ width: 100%; overflow: hidden;}
  .news_4 ul li{ margin-top: 20px;}
  .news_4 ul li a{ display: flex; align-items: center;}
  .news_4 ul li a .date{ text-align: center; line-height: 1.2;margin-right: 20px;
     width: 60px; text-align: center;}
  .news_4 ul li a .date .dl{ font-size: 24px;
      color: #FFFFFF;
      font-family: 'Arial Regular';
      background: #004884;
      display: block;
      line-height: 30px;}
  .news_4 ul li a .date .d2{font-size: 12px;
      color: #004884;
      font-family: 'Arial Regular';
      background: #f4f4f4;
      display: block;
      line-height: 30px;}
  .news_4 ul li a .txt{ flex:1; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; color: #000;}
  .news_4 ul li a .txt:hover{ color: #f60;}
  .news_4 ul li:last-child{ margin-bottom: 0px;}
  .border_2{    background-color: #fff;
    padding: 20px;box-sizing: border-box;}
  .Stripe{    background-image: url(../images/tongzhi-bg.png);
    background-size: cover;}
    .newsbox .newstop .newslist ul li{ height: 45px; line-height: 45px;}
@media screen and (max-width: 1550px) {
  body{}
}
