*{
  margin: 0;
  padding: 0;
}
a{
  color: #333;
  text-decoration: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:transparent;
}
div{
  -webkit-tap-highlight-color:transparent;
}
input,textarea{
  outline: none;
}
video{
  background: #000;
}
img{
  border: 0;
  max-width: 100%;
  outline: none;
}
li{
  list-style: none;
}
div{
  outline: none;
}
textarea{
  font-family: Helvetica,Arial,sans-serif;
}
h2,h3{
  font-weight: normal;
}
body{
  font-size: 14px;
  font-family: Helvetica,Arial,sans-serif;
  color: #4F5362;
}
img{
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  max-width: 100%!important;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flexsb{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.w1200{
  width: 1200px;
  margin: 0 auto;
}

body{
  font-family: "microsoft yahei","微软雅黑";
}

.index-top img{
  width: 100%;
}

.index-nav{
  background: #133887;
  height: 47px;
  line-height: 47px;
}
.index-nav .w1200{
  display: flex;
  justify-content: center;
}
.index-nav .item{
  padding: 0 18px;
}
.index-nav .item a{
  color: #fff;
  font-size: 16px;
}
.index-box{
  padding: 50px 0;
}
.index-one {
  display: flex;
  justify-content: space-between;
}
.index-one .video{
  width: 545px;
  height: 360px;
}
.index-one .video video{
  display: block;
  width: 100%;
  height: 100%;
}
.new-list {
  width: 618px;
  height: 360px;
}
.new-list a{
  display: block;
  border-bottom: 1px dotted #bcbcbc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-list a:last-child{
  margin-bottom: 0;
}
.new-list h2{
  font-size: 18px;
  color: #333;
  line-height: 46px;
  font-weight: bold;
}
.new-list p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.kuaixun {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.kuaixun .left {
  width: 750px;
}
.kuaixun .left .title{
  font-size: 28px;
  color: #084c97;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 2px solid #084c97;
}
.kuaixun .left .title a{
  color: #333;
  float: right;
  font-size: 14px;
}
.kuaixun .left .item{
  display: flex;
  padding: 10px 0 15px;
  border-bottom: 1px dotted #e1e1e1;
}
.kuaixun .left .img{
  width: 98px;
  height: 70px;
  margin-right: 10px;
}
.kuaixun .left .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kuaixun .left .text{
  width: 100%;
  flex: 1;
}
.kuaixun .left .h2{
  font-size: 18px;
  line-height: 28px;
  display: block;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.kuaixun .left p{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.kuaixun .left {
  font-size: 12px;
  line-height: 18px;
}
.kuaixun .right {
  width: 356px;
}
.kuaixun .right .title{
  font-size: 24px;
  color: #084c97;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 2px solid #084c97;
}
.kuaixun .gonggao .box{
  padding: 10px 0;
}
.kuaixun .gonggao a{
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}
.kuaixun .gonggao a::before{
  content: "";
  display: block;
  width: 2px;
  margin: auto 0;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.kuaixun .zhuanti .item{
  display: flex;
  padding: 8px 0 10px;
  border-bottom: 1px dotted #e1e1e1;
}
.kuaixun .zhuanti .img{
  width: 98px;
  height: 70px;
  margin-right: 10px;
}
.kuaixun .zhuanti .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kuaixun .zhuanti .text{
  flex: 1;
  width: 100%;
}
.kuaixun .zhuanti .h2{
  font-size: 16px;
  line-height: 28px;
  display: block;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.chaxun a{
  display: block;
  background: #084c97;
  width: 100%;
  line-height: 50px;
  text-align: center;
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.huigu {
  margin-top: 50px;
}
.huigu .more{
  width: 200px;
  line-height: 50px;
  background: #084c97;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
.huigu .title{
  background: url(../images/huigu_title.png) no-repeat;
  background-size: 587px 60px;
  background-position: center 0;
  height: 60px;
}
.huigu .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.huigu a{
  width: 280px;
  margin-right: 26px;
  margin-bottom: 10px;
}
.huigu a:nth-child(4n){
  margin-right: 0;
}
.huigu .img{
  width: 280px;
  height: 169px;
}
.huigu .img img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.huigu h2{
  font-size: 14px;
  color: #444;
  line-height: 25px;
  margin-top: 5px;
}
.huigu p{
  font-size: 14px;
  color: #444;
  line-height: 25px;
}
.hezuo {
  margin-top: 50px;
}
.hezuo .title{
  height: 141px;
  background: url(../images/hezuo_title.jpg) no-repeat;
  background-size: 1232px 141px;
  background-position: center 0;
}
.footer {
  border-top: 4px solid #ce0b24;
  padding: 22px 0 15px;
}
.footer .fnav {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.footer .fnav .item{
  padding: 0 12px;
  border-right: 1px solid #333;
}
.footer .fnav .item:last-child{
  border-right: 0;
}
.footer .fnav a{
  font-size: 18px;
  line-height: 14px;
  display: block;
}
.footer p{
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  color: #444;
}
.footer a{
  color: #333;
}
.footer a:hover{
  color: #FF6400;
}
.footer p img{
  display: inline;
  vertical-align: middle;
}
.footer .fbrand{
  margin-top: 10px;
}
.sec-title{
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.content-body{
  padding: 100px 0;
  min-height: 500px;
}
.content-body .con-title{
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.content-body .con-body{
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}
.content-body .con-body img{
  max-width: 100%!important;
  display: inline;
}
.content-body .video{
  margin-top: 50px;
}
.content-body .video video{
  width: 100%;
  display: block;
  min-height: 500px;
  background: #000;
}



.w940{
  width: 940px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.search-tag{
  display: flex;
}
.search-tag .item{
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
}
.search-tag .item a{
	color: #cb1820;
}
.search-tag .item.active{
	background: #cb1820;
	font-weight: bold;
}
.search-tag .item.active a{
	color: #fff;
}
.search-form{
  display: flex;
}
.search-form .input{
	width: 100%;
  flex: 1;
	height: 56px;
	border: 2px solid #cb1820;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
}
.search-form .btn{
	width: 152px;
	height: 60px;
	background: #cb1820;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	border: none;
}
.search-item{
	width: 100%;
  box-sizing: border-box;
	margin-bottom:40px;
	margin-top:48px;
	padding:20px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow:0 0 10px #f2f2f2;  
	-moz-box-shadow:0 0 10px #f2f2f2;  
	box-shadow:0 0 10px #f2f2f2;
  display: flex;
}
.search-item .img{
	width: 400px;
	height: 253px;
	display: block;
  object-fit: contain;
}
.search-item .text{
  width: 100%;
  flex: 1;
  padding-top: 20px;
}
.search-item .p {
  width: 100%;
  display: flex;
  line-height: 24px;
  font-size: 14px;
  color: #444;
  padding: 8px 0;
}
.search-item .tit{
	width: 120px;
  text-align: right;
  font-weight: bold;
	margin-right: 10px;
}
.search-item .con{
  width: 100%;
  flex: 1;
}
.ss_card_img{
	width: 600px;
	height: 418px;
	margin: 10px auto;
	display: block;
}
.search-img{
  width: 100%;
  margin-bottom: 40px;
  margin-top: 48px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 10px #f2f2f2;
  -moz-box-shadow: 0 0 10px #f2f2f2;
  box-shadow: 0 0 10px #f2f2f2;
  box-sizing: border-box;
}
.search-img img{
  width: 600px;
  height: 400px;
  object-fit: contain;
  margin: 10px auto;
  display: block;
}
.tipsBox{
  width: 100%;
  line-height: 40px;
  margin-top: 48px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 10px #f2f2f2;
  -moz-box-shadow: 0 0 10px #f2f2f2;
  box-shadow: 0 0 10px #f2f2f2;
  color: #444;
  display: none;
  box-sizing: border-box;
}


.news-list .item{
  display: flex;
  padding: 10px 0 15px;
  border-bottom: 1px dotted #e1e1e1;
}
.news-list .img{
  width: 160px;
  height: 110px;
  margin-right: 30px;
}
.news-list .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .text{
  width: 100%;
  flex: 1;
}
.news-list .h2{
  font-size: 18px;
  line-height: 28px;
  display: block;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  padding: 10px 0;
}
.news-list p{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.pagelist{display: flex;line-height: 30px;justify-content: center;margin-top: 20px;}
.pagelist a{color: #084c97;padding: 0 10px;min-width: 30px;text-align: center;background: #f2f2f2;margin: 5px;box-sizing: border-box;font-size: 12px;}
.pagelist a.page-num-current{background: #084c97;color: #fff;}
.pagelist a[href='javascript:;']{display: none;}
















@media (max-width: 1300px){
  body{
    width: 1300px;
  }
}
  
  
@media (max-width: 800px){
body{
  width: 100%;
}
.w940{
  width: 100%;
  box-sizing: border-box;
}
.w1200{
  width: 100%;
  box-sizing: border-box;
}
.index-nav .w1200 {
  flex-wrap: wrap;
  justify-content: left;
}
.index-nav {
  height: auto;
  line-height: 40px;
}
.index-nav .item {
  padding: 0 15px;
}
.index-nav .item a {
  font-size: 12px;
}
.index-box {
  padding: 50px 20px;
}
.index-one {
  display: block;
}
.index-one .video {
  width: 100%;
  height: 220px;
}
.new-list {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.new-list h2 {
  font-size: 16px;
  line-height: 24px;
}
.new-list p {
  font-size: 12px;
  line-height: 20px;
}
.kuaixun {
  display: block;
  margin-top: 30px;
}
.kuaixun .left {
  width: 100%;
}
.kuaixun .left .title {
  font-size: 22px;
  padding: 5px 0;
  line-height: 30px;
}
.kuaixun .left .item {
  display: flex;
  padding: 5px 0 10px;
  border-bottom: 1px dotted #e1e1e1;
}
.kuaixun .left .h2 {
  font-size: 16px;
}
.kuaixun .right .title {
  font-size: 22px;
  padding: 5px 0;
}
.chaxun a {
  font-size: 16px;
}
.huigu .title {
  background-size: cover;
  height: 50px;
}
.huigu .more{
  width: 150px;
  line-height: 40px;
  font-size: 14px;
}
.huigu .list {
  margin-top: 30px;
}
.huigu a {
  width: 48.5%;
  margin-right: 3%;
}
.huigu a:nth-child(2n){
  margin-right: 0;
}
.huigu .img {
  width: 100%;
  height: 100px;
}
.huigu h2 {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.huigu p {
  font-size: 12px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.hezuo {
  margin-top: 30px;
}
.hezuo .title {
  height: 100px;
  background-size: cover;
}
.footer {
  border-top: 0;
  padding: 22px 0 15px;
  background: #133887;

}
.footer .fnav{
  display: none;
}
.footer p {
  padding: 5px 0;
  color: #fff;
}
.footer a{
  color: #fff;
}
.content-body{
  padding: 30px 20px;
}
.content-body .con-title{
  font-size: 18px;
}
.content-body .video{
  margin-top: 30px;
}
.content-body .video video{
  min-height: 300px;
}



.search-tag .item {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
}
.search-item{
  display: block;
}
.search-form .btn {
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
}
.search-form .input {
  height: 40px;
  font-size: 16px;
  padding: 0 6px;
}
.search-item .img {
  margin: 0 auto 20px;
  width: 100%;
  height: auto;
}
.search-item .text{
  padding-top: 0;
}
.search-item .tit {
  width: 100px;
  margin-right: 10px;
}

.search-img img{
  width: 100%;
  height: auto;
}


.news-list .img {
  width: 98px;
  height: 70px;
  margin-right: 10px;
}
.news-list .h2 {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.sec-title {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}










}