/*通用*/
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: '微软雅黑', PingFang SC, sans-serif;
  color: #000;
  /*color: #5E5E5E;*/
  font-size: 14px;
  background: #FFF;
}
a {
  text-decoration: none;
  color: #000;
  /*color: #5E5E5E;*/
}
a:focus,
a:hover {
  color: #2965AC;
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.webkit-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.webkit-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webkit-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.webkit-four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.scale {
  /*缂╂斁瀛椾綋0.2rem*/
  -webkit-transform: scale(0.83333);
  -moz-transform: scale(0.83333);
  transform: scale(0.83333);
  display: inline-block;
}
.clearfix:after {
  /*鍘婚櫎娴姩*/
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
/*报错弹窗*/
.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 35%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.weui-dialog__bd:first-child {
    padding: 30px;
    color: #353535;
}
.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
}
.weui-dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.weui-dialog__btn_primary {
    color: #09BB07;
}
.weui-dialog__btn_primary:hover {
    color: #09BB07;
}
.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09BB07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_default:hover{
  color:#353535;
}
/*翻页css*/
#pages{ 
	width: 100%; 
	clear:both; 
	padding: 30px 0px 80px; 
	text-align:center;
}
#pages span{ 
	margin-left: 5px;
}
#pages span.current { 
	display: inline-block; 
	height: 34px;
	padding: 0 15px; 
	border: 1px solid #aa1e23; 
	margin-left:5px; 
	border-radius:3px; 
	background: #aa1e23; 
	line-height: 34px; 
	text-align: center; 
	color: #fff; 
	font-size:12px; 
}
#pages a { 
	display: inline-block; 
	height: 34px; 
	padding: 0 15px; 
	border: 1px solid #ddd; 
	background: #fff; 
	line-height: 34px; 
	text-align: center; 
	text-decoration: none; 
	color: #333; 
	cursor:pointer; 
	margin-left:5px; 
	border-radius:3px; 
	font-size:12px; 
}
#pages a:hover{ 
	display: inline-block; 
	height: 34px; 
	padding: 0 15px; 
	border: 1px solid #aa1e23; 
	background: #aa1e23; 
	line-height: 34px; 
	text-align: center; 
	color: #fff; 
}
#pages .form{ 
	display: inline-block; 
	margin-left:5px; 
}
#pages .form input{ 
	border:1px solid #ddd; 
	width: 35px; 
	padding: 5px; 
	text-align: center; 
	margin:0px 3px; 
}
/*翻页css*/
.main{
  width:1200px;
  margin:0 auto;
}
/*头部*/
.header{
  box-shadow:0px 3px 26px 0px rgba(0,0,0,0.1);
}
.header .main{
    width: 1400px;
}
.header .nav{
  height:90px;
}
.header .logo{
  width:280px;
  height:64px;
  float:left;
  margin-top: 20px;
}
.header .ul{
  float:right;
  margin-top: 33px;
}
.header .ul>li{
  float:left;
  position:relative;
  text-align: center;
  font-size: 16px;
  margin-left: 80px;
}
.header .ul>li a.title{
    display: block;
    padding-bottom: 36px;
}
.header .ul>li.active a.title,.header .ul>li:hover a.title{
  font-weight: 600;
}
.header .ul>li.active a.title:after,.header .ul>li:hover a.title:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #2965AC;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
}
.header .ul>li.active .title,.header .ul>li:hover .title{
  color:#2965AC;
}
.header .ul li .list{
    display: none;
    position: absolute;
    background: #FFF;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 57px;
    padding: 15px;
    z-index: 9999;
    box-shadow: 0px 3px 26px 0px rgb(0 0 0 / 10%);
}
.header .ul li .list a{
    font-size: 15px;
    color: #5F5F5F;
    line-height: 50px;
    text-align: left;
}
.header .ul li .list a:hover{
    color: #2965AC;
    font-weight: 600;
}

.footer{
  background:#003677;
  padding: 15px;
  text-align: center;
}
.footer .beian{
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,0.5);
  height:32px;
  line-height: 32px;
}

/*banner*/
.banner .swiper-container{
    height:400px;
}
.banner .swiper-container .swiper-slide{
    height:400px;
    width:100%;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    /*text-shadow:
    0px 1px 0px #c0c0c0,
    0px 2px 0px #b0b0b0,
    0px 3px 0px #a0a0a0,
    0px 4px 0px #909090,
    0px 5px 10px rgba(0, 0, 0, 0.6);*/
}
.banner .swiper-container .swiper-slide span{
    display: inline-block;
    margin: 130px 0 35px;
    font-size: 45px;
    background: rgba(0,0,0,0.3);
    padding: 0 30px;
}
.banner .swiper-container .swiper-slide p{
    background: rgba(0,0,0,0.3);
    width: 455px;
    margin: 0 auto;
}

/*首页*/
.home_div{
    padding: 50px 0;
}
.home_div ul{

}
.home_div li{
    width: 560px;
    float: left;
    margin-bottom: 50px;
}
.home_div li:nth-child(2n+2){
    float: right;
}
.home_div li h3{
    font-size: 23px;
    text-align: center;
    color:#2965AC;
    height: 60px;
}
.home_div li video{
    width: 100%;
    margin-top: 10px;
    height: 315px;
}
/*内页*/
.single_div{
    padding: 50px 0;
}
.single_div .title{
    font-size: 23px;
    text-align: center;
    color:#2965AC;
    font-weight: 600;
}
.single_div .content{
    margin-top: 40px;
	box-shadow: 0px 3px 26px 0px rgb(0 0 0 / 10%);
    padding: 50px 100px;   
    word-wrap: break-word;  
}
.single_div .content img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 414px) {
  .banner .swiper-container{
    height: 278px;
  }
  .banner .swiper-container .swiper-slide span{
    font-size: 16px;
    margin: 105px 0 20px;
  }
  .banner .swiper-container .swiper-slide{
    font-size: 14px;
    height: 278px;
  }
  .banner .swiper-container .swiper-slide p{
    width: initial;
  }
  .header .main{
    width: initial;
  }
  .header .nav{
    height: 50px;
  }
  .header .logo{
    float: none;
    margin: 20px auto;
    display: block;
  }
  .header .ul{
    float: none;
    margin-top: 0;
  }
  .header .ul>li{
    font-size: 12px;
    margin-left: 8px;
  }
  .header .ul li .list a{
    font-size: 12px;
  }
  .header .ul>li a.title{
    padding-bottom: 16px;
  }
  .main{
    width: initial;
  }
  .single_div .title{
    font-size: 20px;
  }
  .single_div{
    padding: 20px 0;
  }
  .single_div .content{
    margin-top: 20px;
    padding: 20px 10px;
  }
  .home_div{
    padding: 20px 0;
  }
  .home_div li h3{
    height: initial;
  }
  .home_div li{
    width: 100%;
  }
  .footer .beian{
    height: 94px;
  }
}