html, body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
	font-family:"微软雅黑";
  font-size: 14px;
  margin: 0;
  padding: 0;
	background: #fff;
}
ul>li {
    list-style: none;
}
input::-ms-clear {
    display: none;
}
a{
    text-decoration: none;
    color: #333;
    display: block;
}
ul,h3,h4,h5{
    margin: 0px;
    font-weight: normal;
}
ul{
    padding: 0px;
    overflow: hidden;
}
input,button{
    outline:none;
}
img{
	display: block;
}
.swiper-container {
  width: 500px;
  height: 100%;
  float: left;
}
.swiper-container2{
	width: 1200px;
}
.swiper-container2 img{
	width: 67px!important;
	height: 67px!important;;
}
.swiper-container2 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 10px;
	text-align: center;
}
.swiper-container2 a{
	color: white!important;
	/* text-align: center; */
}
.swiper-container2 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiper-slide h4{  
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
}
.swiper-slide h4 a{
  color: #fff;  
  line-height: 50px;
  text-align: left;
  font-weight: normal;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-pagination{
  text-align: right!important;
}
.swiper-pagination-bullet{
  width: 14px!important;
  height: 14px!important;
  background: #fff!important;
  opacity:1!important;
}
.swiper-pagination-bullet-active{
  background: #dc0033!important;
  width: 25px!important;
  border-radius: 10px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 14px!important;
  right: 20px;
  left: auto!important;
  width: 20%!important;
}
.head{
  height: 50px;
  padding: 25px 0px;
}
.top,.about{
  padding: 70px 0px;
  background: url(bg1.jpg) center no-repeat;
  background-size: 100% 100%; 
}

.tabloid, .achievement {
  padding: 25px 0px 70px;
  background: url(bg2.png) center no-repeat;
  background-size: 100% 100%;
}

.news{  
  padding: 25px 0px 70px;
  background: url(bg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.about{
  background: url(bg2.jpg) center no-repeat;
}
.menu{
  padding: 25px 0px;  
}
.foot{
  padding: 15px 0px;  
}
.headcon,.topcon,.tabloidcon,.newscon,.achievementcon,.aboutcon,.menucon{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.headcon img{
  float: left;
  width: 360px;
  height: 50px;
}
.headcon ul{
  float: left;
  overflow: hidden;
  padding-left: 40px;
}
.headcon ul li{
  float: left;
  line-height: 50px;
  padding: 0px 20px;
}
.headcon ul li a{
  font-size: 16px;
  font-weight: bold;
}
.headcon>div{
  float: right;
  border: 1px solid #e8e8e8;
  background: #f6f5f6;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0px 15px;
  margin: 5px 0px;
  overflow: hidden;
}
.headcon>div input{
  border:0px;
  background: #f6f5f6;
  float: left;
  width: 170px;
  line-height: 38px;  
}
.headcon>div button{
  width: 20px;
  height: 20px;
  background: url(search.jpg) center no-repeat;
  border: 0px;
  float: right;
  margin: 9px 0px;
}
/* 定义滚动条样式 */
.topcon .list ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, .1);
}
/*定义滚动条轨道 内阴影+圆角*/
.topcon .list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .1);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .1);
}
/*定义滑块 内阴影+圆角*/
.topcon .list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(240, 240, 240, .5);
}
.topcon>div{
  overflow: hidden;
}
.topcon .list{
  width: 670px;
  float: left;
  margin-left: 30px;
  text-align: right;
}
.topcon .list ul{
  height: 316px;
  overflow-y: auto;
  text-align: left;
}
.topcon .list li{
  overflow: hidden;
  margin-bottom: 40px;
}
.topcon .list ul li:last-child{
  margin-bottom: 0px;
}
.topcon .list li div{
  float: left;
}
.topcon .list li div:nth-child(1){
  width: 76px;
  height: 60px;
  background: #8a9dcd;
  padding: 6px 0px 10px;
  margin-right: 20px;
}
.topcon .list li span{
  color: #fff;
  display: block;
  text-align: center;
}
.topcon .list li span:nth-child(1){
  font-size: 30px;
}
.topcon .list li h4 a{
  color: #fff;
  font-size: 20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.topcon .list li p{
  color: #9fa8cb;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 12px 0px 0px;
}
.topcon .list li div:nth-child(2){
  width: 550px;
}
.topcon .list>a{
  border:0px;
  height: 26px;
  width: 80px;
  text-align: center;
  line-height: 26px;
  background: #f97209;
  color: #fff;
  border-radius: 20px;
  margin-right: 20px;
  display: inline-block;
}
.nav ul{
  overflow: hidden;
  padding-top: 60px;
}
.nav ul li{
  width: 10%;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
  text-align: center;
}
.nav ul li img{
  margin: 0px auto 20px;
}
.nav ul li a{
  color: #fff;
  font-size: 16px;
}
.title{
  width: 250px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0px auto 40px;
  text-align: center;
}
.title h3{
  color: #474747;
  font-size: 30px;
  display: inline-block;
  line-height: 70px;
  border-bottom: 5px solid #1d72c5;
}
.tabloid .picture{
  overflow: hidden;
}
.tabloid .picture div{
  float: left;
}
.tabloid .picture1{
  width: 600px;
  margin-right: 10px;
  position: relative;
}
.tabloid .picture1 img{
  width: 600px;
  height: 375px;
}
.tabloid .picture1 h4{
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 18px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.tabloid .picture2{
  width: 590px;
}
.tabloid .picture2 a{
  overflow: hidden;
  float: left;
}
.tabloid .picture2 img{  
  width: 290px;
  height: 181px;
}
.tabloid .picture2 a:first-child img{
  margin-bottom: 13px;
  width: 590px;
  height: 181px;
}
.tabloid .picture2 a:nth-child(2) img{
  margin-right: 10px;
}
.newsButton{
  text-align: center;
}
.newsButton button{
  color: #8b8b8b;
  font-size: 18px;
  height: 38px;
  width: 150px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #cccccc;
  margin-right: 10px;
  cursor: pointer;
}
.newsButton button:last-child{
  margin-right: 0px;
}
.newsButton button.active{
  border: 1px solid #9e0000;
  color: #9e0000;
}
.newsList ul{
  padding-top: 25px;
  display: none;
}
.newsList ul:first-child{
  display: block;
}
.newsList ul li{
  width: 48%;
  float: left;
  height: 46px;
  line-height: 46px;
}
.newsList ul li:nth-child(2n-1){
  margin-right: 4%;
}
.newsList ul li a{
  width: 80%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #535353;
  font-size: 16px;
}
.newsList ul li a:before{
  content:"•";
  margin-right: 10px;
}
.newsList ul li span{
  width: 15%;
  float: right;
  text-align: right;
  color: #b7b7b7;
}
.achievementcon{
  text-align: center;
}
.achievement ul li{
  float: left;
  margin-right: 2%;
  width: 18%;
}
.achievement ul li:nth-child(5n){
  margin-right: 0px;  
}
.achievement ul li img{
  border: 8px solid #f1f1f1;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
}
.achievement ul li h4{
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
}
.achievementcon>a{
  width: 130px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #dddddd;
  background: #f3f3f3;
  border-radius: 20px;
  color: #8b8b8b;
  font-size: 16px;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block;
}
.about img{
  width: 430px;
  height: 430px;
  margin-right: 150px;
  float: left;
}
.aboutcon>div{
  width: 620px;
  float: left;
}
.aboutcon div h4{
  color: #474747;
  font-size: 30px;
  border-bottom: 2px solid #d1d1d1;
  line-height: 64px;
}
.aboutcon div p{
  text-indent:2em;
  line-height: 30px;
  color: #474747;
  font-size: 16px;
  margin-bottom: 0px;
}
.aboutcon div div{
  text-align: right;
  margin-bottom: 20px;
}
.aboutcon div div a{
  display: inline-block;
  color: #9e0000;
  font-size: 16px;
  margin-right: 20px;
}
.aboutcon div ul li{
  float: left;
  margin-right: 30px;
}
.aboutcon div ul li:last-child{
  margin-right: 0px;
}
.aboutcon div ul li a{
  padding: 6px 16px 8px;
  border: 1px solid #cccccc;
  color: #8b8b8b;
  font-size: 16px;
  background: #f2f2f2;
}
.aboutcon div ul li.active a{
  border: 1px solid #9e0000;
  color: #9e0000;
}
.menu ul{
  overflow: hidden;
}
.menu .menuTop{
  padding-left: 16px;
}
.menu .menuTop li{
  width: 23%;
  margin-right: 2.5%;
  float: left;
}
.menu .menuTop li:last-child{
  margin-right: 0px;
}
.menu .menuTop li span{
  font-size: 16px;
  color: #000;
  line-height: 28px;
  display: inline-block;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.menu .menuTop li.active span{
  border-bottom: 3px solid #9e0000;
}
.menu .menuList ul{
  padding-top: 20px;
  display: none;
}
.menu .menuList ul:first-child{
  display: block;
}
.menu .menuList ul li{
  float: left;
  padding: 0px 16px;
  border-right: 1px solid #898989;
  margin-bottom: 20px;
}
.menu .menuList ul li:last-child{
  border-right: 0px;
}
.foot{
  border-top: 2px solid #ebebeb;
}
.footcon p{
  text-align: center;
  color: #898989;
}

.cloimg {
  padding: 50px 0px;
}
.cloimg .c-l1, .cloimg .c-l2 {
  display: flex;
  justify-content: center;
}
.cloimg .c-l1 > a, .cloimg .c-l2 > a {
    width: 237px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px;
    position: relative;
}
.cloimg .c-l1 > a span, .cloimg .c-l2 > a span {
	width: 120px;
    margin-bottom: 10px;
    color: white;
    position: absolute;
    left: 90px;
}