/* CSS Document */
* {
  font-family: "Microsoft YaHei UI", 'microsoft yahei', '黑体';
}

body {
  margin: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei UI", 'microsoft yahei', '黑体';
  line-height: 1.5;
  color: #333;
  min-width: 1200px;
  width: 100%;
  background-color: #f5f5f5;
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}

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: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}



a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #3c4368;
  text-decoration: none;
}


.logo {
  float: left;
}

.logo img {
  height: 150px;
  width: auto;
}

.top_link {
  width: 100%;
  background-color: #f1f1f1;
}

.version {
  width: 1200px;
  margin: 0 auto;
  text-align: right;

}

.logobox {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: right;
  overflow: hidden;
  background-color: #215797;
}


.version {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.navbox {
  height: 60px;
  background-color: #e1e1e1;
  clear: both;
  position: relative;
  z-index: 10000;
  min-width: 1200px;
}

.nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.nav ul{display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 20px;
  }
.nav ul li {
  float: left;
flex:1;
  text-align: center;display: flex;
    align-items: center;
    justify-content:center;
  color: #fff;
  position: relative;
  line-height: 60px;
  height: 60px;
}

.nav ul li a {
  font-size: 19px;
  color: #333;
  display: block;
  font-weight: bold;
}

.nav ul li a:hover,.nav ul li.cur a {
 color: #215797;
  
}

.nav ul li dl {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 119px;
  display: none;transform:translateX(-50%);-webkit-transform:translateX(-50%);

}

.nav ul li dl dd {
  background: #e1e1e1;
  height: 50px;
}

.nav ul li dl dd a {
  display: block;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  color: #333 !important;

}

.nav ul li dl dd a:hover {
  background: #215797;
  color: #fff !important;
}


.searchBox {
  width: 211px;
  margin: 0px 0 0 15px;
  float: right;
  position: relative;
  display: flex;
  align-items: center;

}
#time{
  font-size: 12px;


}
 #searchFrom{
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 15px;
  padding-right: 5px;
 }
.searchBox .searchInput {
  border: none;
  line-height: normal;
  height: 30px;
  flex:1;
  float: left;
  font-size: 14px;
  outline: none;
  background: none;
  text-indent: 10px;
}

.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;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .banner {

	overflow: hidden;
	width: 100%;
	margin: 0 auto 25px;
  }
  .banner img {
	width: 100%;

  object-fit: cover;
 object-position: center center;
  }
  .banner .swiper-pagination{ display: flex; align-items: center; justify-content:center;  bottom: 20px !important;}
.main {
  width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.banner .swiper-pagination .swiper-pagination-bullet{ width: 30px; height: 8px; border-radius: 0px;background-color: #3d3d3d; opacity: .7;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ background-color: #fff;}

.newsbanner {
  width: 450px;
  height: 270px;
  float: right;

}

.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;
  display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
  padding-right: 140px; box-sizing: border-box;
}

.newstips a {
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.newsbanner .swiper-pagination {
  right: 10px;
  left: auto;
  width: 140px;
  display: flex; align-items: center; justify-content: flex-end;
}

.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 #215797 solid;
  height: 36px;
  line-height: 36px;
 margin-bottom: 20px;
}

.title span {
  color: #215797;
font-weight: bold;
  float: left;
  font-size: 18px;
 

  line-height: 32px;
}
.title .boxtit{ display: flex; align-items: center; justify-content: space-between;}
.title .boxtit .tpleft{ display: flex; align-items: center; font-size: 18px;font-weight: bold; color: #215797;}
.title i {
  font-style: normal;
  color: #215797;
  float: left;
  font-size: 14px;
  margin-left: 10px;
}
.title .boxtit .tpleft .iconfont{ margin-right: 7px; font-weight: normal;}
.title a {
  float: right;
   color: #215797;
 
}

.title a img {
  width: 18px;
}
.topnews{  overflow: hidden; margin-bottom: 25px;}
.newsbox {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
  overflow: hidden;
  margin-bottom: 25px;

}
.smallbox{
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
 .newstop{
   width: 100%;

 }
 .newsbox .newstop{ width: 49%; box-sizing: border-box;}
.newstop .newslist ul li {
  height: 36px;
  line-height: 36px;
  font-size: 14px ;
  border-bottom: 1px dashed #cecece;
 
}
.newsmain{
  width: 530px;
  float: left;
}

.newslist ul li{ display: flex; align-items: center; justify-content: space-between;}
.newslist ul li a {
  color: #333;
  font-size: 14px !important;
  display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;

}
.newslist ul li a:hover{ color:#215797;}
.newslist ul li a i{
  font-size: 14px !important; 
}
.newslist ul li span {

  color: #3c4368;
   margin-right: 10px;
}

.notelist {
  width: 420px;
  float: right;
}

.bm {
  padding: 15px 0;
}

.footmain {
  background: #215797;
  background-size: 100% 100%;
  color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 30px 0 30px;
  min-width: 1200px;
  text-align: center;
  line-height: 1.7;
}

.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;
}



.listbanner{
  background: url(../images/banner4.png)  center center no-repeat;
  height:400px;
  width: 100%;
  min-width: 1200px;
}




.list-menu-title {
  width: 100%;
  height: 50px;
  background-color: #215797;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}

.listleft {
  width: 245px;

  float: left;
}

.listbox {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
}

.menulist ul li {
  width: 100%;
  height:54px;
 
  text-align: center;
  line-height: 54px;
  background-color: #ebd6de;
  font-size: 16px;
}
.menulist ul li a{
  font-size: 18px;
display: block;
}
.menulist ul li a:hover{
  background-color: #d62312;
  color: #fff;
}
.menulist ul li.active {
  background-color: #ebd6de;
  color: #146bc4;
}

.menulist ul li i {
  font-style: normal;
}



.listright {
  flex:1;
  float: right; margin-left: 3%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 25px;
}

.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;
}


.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: 14px !important;
  -webkit-text-size-adjust: none;
}
.newslist ul li a:hover {

}
.newslist ul li a i {
  font-size: 14px !important;
}

.newslist ul li i{
 
    display: block;
    width: 5px;
    height: 5px;
    background: #3c4368;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
 .part_3{ }
 .Industrial { margin-top:10px; }
.Industrial ul{display: flex;align-items:flex-start; flex-wrap: wrap; }
.Industrial ul li{ width:22.7%; float:left;overflow:hidden; margin-right:3%; text-align:center; position: relative; }
.Industrial ul li:last-child{ margin-right:0px;}
.Industrial ul li a .tit{ font-size:14px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; position: absolute; left: 0px; width: 100%; bottom: 0px; background-color:rgba(35,93,157,0.9); color: #fff; font-weight: bold;padding: 6px 0px;}
.Industrial ul li .photo{height: 180px;}
.Industrial ul li .photo img{width:100%; height:100%; object-fit: cover;
  object-position: center center;  transition:all .5s;-webkit-transition:all .5s;}
  .Industrial ul li:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}


.scroller .scroll-wrapper{
	display:flex;
	flex-wrap:nowrap;
}

.topnews .box2{ display: flex; align-items: flex-start;justify-content: space-between;}
.topnews .box2 .newslist{ flex:1; margin-left: 4%;}
.new_tj{ display: flex; align-items: flex-start;}
.new_tj .date{ width: 42px; height: 50px; text-align: center; background-image: url(../images/data1.png); background-repeat: no-repeat; background-position: center; line-height: 25px;}
.new_tj .date .day{ font-size: 18px; color: #fff;}
.new_tj .date .moth{ font-size: 12px; color: #ffffff;}
.new_tj .cont{ flex:1; overflow: hidden; margin-left: 13px;}
.new_tj .cont .title{}
.topnews .newslist{ color: #970909;}
.topnews .newslist ul li a{color: #000;}
.new_tj .cont .tit a{ font-size: 16px; font-weight: bold;color: #215797;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.new_tj .cont .desc{ font-size: 14px;display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; margin: 10px 0px; line-height: 21px; color: #777;}
.newslist ul li{ padding-left: 20px;
  background-image: url(../images/footico.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;}
  .newstop .newslist ul li:last-child{ border-bottom: 0px;}
.newsbox .title{ margin-bottom: 15px;}
.videolist ul{display: flex; align-items: stretch; justify-content: space-between;}
.videolist ul li{ width: 48%;}
.videolist ul li a .photo{ width: 100%; height: 180px; margin-bottom: 10px;}
.videolist ul li a .photo img{width:100%; height:100%;object-fit: cover;
  object-position: center center;}
  .videolist ul li a .tit{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-weight: bold;}
  .newslist.worklist ul li{ background: none; padding-left: 0px;}
  .listleft{ background-color: #fff;}
.listleft ul li{ border-bottom: 1px solid #efefef ;
    overflow: hidden;
    }
.listleft ul li a{  display:block;  text-align:center;line-height: 41px; font-size: 15px; color: #787878;}
.listleft ul li a:hover,.listleft ul li.active a{  color: #3c4368; }
.listleft ul li:last-child{ border-bottom: 0px;}
.new_show { padding-top:25px; width:100%;}
.new_show .tit {
	font-size:24px;
	text-align:center; line-height:1.1;
}
.new_show .infor {
	text-align:center;
	color:#8e8e8e;
	margin:20px 0px 25px;
}
.new_show .n_content {

	font-size:16px;
	line-height:1.9;
	padding-bottom:20px;
}
.new_show .n_content p {
	margin-bottom:15px;
}
.new_show .n_content img {
	max-width:100%;
	height:auto;
}
.fan_1 {
	border-top:1px #e6e6e6 solid;
	padding-top:25px;
}
.fan_1 ul li {
	margin:15px 0px;
}
.fan_1 ul li a {
	font-size:15px;
	display: flex;
	align-items: center;
}

.fan_1 ul li a:hover {
	color:#3c4368;
}
.border_2{ background-color: #fff; padding: 20px;}
.nybanner{ text-align: center;}
.nybanner img{ width: 100%; height: auto;}
