/*全屏延迟*/
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
.section2 .layui-container { position: relative; left: -120%;}
.section3 .layui-container { position: relative; left: -120%;}
.section4 .layui-container { position: relative; left: -120%;}
.section5 .delay { display: none;}


#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #056cc9;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #1376b8;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
     cursor:pointer;
    z-index: 1;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0px 60px 30px 0px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 12px;
    position: relative;
    cursor:pointer;
}

.shiyong{
    position: fixed;
    top: 30%;
    right: 40px;
    z-index: 10;
}
/*swiper轮播*/
       html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      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;
    }





.clearfix::after{
    content: "";
    display: table;
    clear: both;
 }
.logo,.header_content,.section2 .service,.section3 .advantage img,
.section4 .Journalism,.section5 .cooperation img{
    float: left;
}
/*通用样式*/
/*nav导航*/
nav{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
}
nav .logo{
    padding: 0px 20% 0px 5%;
}
nav .logo img{
    width: 95%;
    margin-top: 8px;
}
.layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    color: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #fff;
    height: 3px;
}
.layui-nav .layui-nav-item {
    line-height: 65px;
}
.layui-nav * {
    font-size: 16px;
}
/*section1*/
.section1{
    position: relative;
}
.swiper-slide img{
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:auto;
}

/*轮播*/
.swiper-slide{
    cursor:pointer;
}
.swiper-wrapper{
    transition-duration: 1000ms !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 21%;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #114e8d;
}
/*轮播结束*/
.section1 .swiper-container img{
    width: 100%;
    height: 100%;
}
.section1 .header_bottom{
    background-color: #114e8d;
    background:rgba(17,78,141,0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 190px;
    z-index: 1;
    overflow: hidden;
}
.header_content{
    width: 20%;
    color: #fff;
    position: relative;
    height: 200px;
    overflow: hidden;
    cursor:pointer;
}
.header_content img{
    width: 33px;
    height: 33px;
}
.header_content p:nth-of-type(1){
    font-size: 18px;
    padding: 10px 10px;
    margin-top: 30%;
    transition-duration: 1000ms;
}
.header_content .header_p1{
    margin-left: -5px;
}
.header_content p:nth-of-type(1) img{
    margin-top: -8px;
    margin-right: 10px;
}
.header_content p:nth-of-type(2){
    font-size: 12px;
    padding: 10px 20px;
    line-height: 230%;
    display: block;
    margin-top: 130px;
    transition-duration: 1000ms;
    text-align: left;
    text-indent:2em;
}
.header_content:hover{
    background-color: #2c70b7;
}
.header_content:hover p:nth-of-type(1){
    margin-top: 15px;
}
.header_content:hover p:nth-of-type(2){
    margin-top: 0px;
}
.header_content div{
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 22%;
    background-color: #fff;
}
/*第二屏*/
.section2{
    font-family: 微软雅黑;
}
.section2 h1{
    padding-bottom: 8px;
    font-size: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.section2 h1 span{
    padding-bottom: 5px;
    border-bottom: #5b97f8 3px solid; 
}
.section2 .service{
    border: 1px #e6e6e6 solid;
    margin-left: 3%;
    width: 20%;
    height: 319px;
    margin-top: 60px;
}
.section2 .service img{
    width: 100%;
}
.section2 .service h5{
    font-size: 16px;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
}
.section2 .service p{ 
    font-size: 14px;
    color: #666;
    padding: 8px 15px 15px 15px;
    text-indent:2em;
    line-height: 180%;
    text-align: left;
}
/*第三屏*/
.section3{
    font-family: 微软雅黑;
}
.section3 h1{
    padding-bottom: 8px;
    font-size: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 60px;
}
.section3 h1 span{
    padding-bottom: 5px;
    border-bottom: #5b97f8 3px solid; 
}
.section3 .advantage img:nth-of-type(1){
    width: 431px;
    height: 415px;
    margin-left: 60px;
}
.section3 .advantage img:nth-of-type(2){
    width: 405px;
    height: 347px;
    margin: 30px 0px 0px 100px;
}
/*第四屏*/

.section4{
    font-family: 微软雅黑;
}
.section4 h1{
    padding-bottom: 8px;
    font-size: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    margin: 50px 0px 15px 0px;
}
.section4 h1 span{
    padding-bottom: 5px;
    border-bottom: #5b97f8 3px solid; 
}
.section4 .text,.section4 .text2{
    float: left;
    border: #c9c9c9 1px solid;
    width: 40%;
    margin-top: 30px;
    margin-left: 5%;
    border-bottom: none;
}

.section4 .bt{
    background-color: #666;
    font-size: 18px;
    padding: 6px 0px;
    font-weight: 500;
}
.section4 .main_txt{
    font-family: 微软雅黑;
    float: left;
    text-align: left;
    width: 100%;
    border-bottom: 1px #c9c9c9 solid;
}
.section4 .main_txt_right{
    padding: 10px 10px 15px 20px;
    width: 97%;
}
.section4 .main_txt li div{
    
}
.section4 .main_txt li{
    color: #333;
    font-size: 17px;
    width: 90%;
    margin-top: 5px;
    
    
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    

    
/*
    display: -webkit-box;    
    display: -ms-box !important;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
    -ms- line-clamp: 1;
    -ms- box-orient: vertical !important;
*/
    line-height: 170%;
}
.section4 .main_txt li img{
    width: 18px;
    margin: -4px 5px 0px 0px;
    height: 18px;
}
/*第五屏*/
.section5{
    font-family: 微软雅黑;
}
.section5 h1{
    margin-top: -16%;
    padding-bottom: 8px;
    font-size: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}
.section5 h1 span{
    padding-bottom: 5px;
    border-bottom: #5b97f8 3px solid; 
}
.section5 .cooperation img{
    width: 18%;
    height: 55px;
    margin: 10px 1%;
}
.section5 .xinxi{
    margin-top:100px;
}
.section5 .xinxi li{
    color: #333;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}
.section5 .xinxi img{
    float: right;
    margin-top: -15%;
}
.section5 footer{
    position: absolute;
    bottom: 0px;
    background-color: #000;
    width: 100%;
    padding-bottom: 30px;
}
footer .left img{
    margin-right: 65px;
    margin-bottom: 8px;
    margin-top: -8px;
}

.section5 footer .left p{
    font-size: 12px;
    color: #fff;
    width: 80%;
    text-align: left;
    line-height: 160%;
    margin-top: 5px;
}
footer .left{
    margin-top: 30px;
    padding-left: 3%;
}
footer .right{
    margin-top: 30px;
}
footer .guanzhu,footer .guanyu{
    float: left;
    width: 28%;
    text-align: left;
    font-size: 14px;
    border-left: 1px #fff solid;
    height: 146px;
}
footer .lianxi{
    float: left;
    width: 42%;
    text-align: left;
    font-size: 14px;
    border-left: 1px #fff solid;
    height: 146px;
}
footer h4{
    font-size: 16px;
    margin-bottom: 10px;
}
footer .right .zhong p{
    margin-bottom: 8px;
}
footer .right .zhong{
    margin-left: 40%;
}
footer .lianxi .zhong{
    margin-left: 15%;
}
footer .right a{
    color: #fff;
}
@media screen and (max-width: 1600px) {
    nav .logo{
        padding: 0px 15% 0px 5%;
    }
    #fp-nav ul, .fp-slidesNav ul {
    padding: 60px 60px 30px 0px;
}
    .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 22%;
    left: 0;
    width: 100%;
}
    .section1 .header_bottom{
    background-color: #114e8d;
    background:rgba(17,78,141,0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    z-index: 1;
    overflow: hidden;
}
.header_content{
    width: 20%;
    color: #fff;
    position: relative;
    height: 180px;
    overflow: hidden;
    cursor:pointer;
}
.header_content img{
    width: 28px;
    height: 28px;
}
.header_content p:nth-of-type(1){
    font-size: 17px;
    padding: 10px 10px 10px 10px;
    margin-top: 25.5%;
}
.header_content .header_p1{
    margin-left: -5px;
}
.header_content p:nth-of-type(1) img{
    margin-top: -8px;
    margin-right: 10px;
}
.header_content p:nth-of-type(2){
    font-size: 12px;
    padding: 0px 20px;
    line-height: 210%;
    display: block;
    margin-top: 130px;
    transition-duration: 1000ms;
    text-align: left;
    text-indent:2em;
}
.header_content:hover{
    background-color: #2c70b7;
}
.header_content:hover p:nth-of-type(1){
    margin-top: 10px;
}
.header_content:hover p:nth-of-type(2){
    margin-top: 0px;
}
.header_content div{
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 19%;
    background-color: #fff;
}
    
.section2 h1{
    padding-bottom: 8px;
    font-size: 25px;
    margin: 60px 0px 10px 0px;
}
    .section2 .service{
    border: 1px #e6e6e6 solid;
    margin-left: 3%;
    width: 20%;
    height: 319px;
    margin-top: 40px;
}
.section2 .service h5{
    font-size: 15px;
}
.section2 .service p{ 
    font-size: 13px;
    padding: 8px 15px 15px 15px;
    line-height: 180%;
}
    
    
    
    .section3 h1{
    font-size: 25px;
    margin: 30px 0px 30px 0px;
}
    .section3 .advantage img:nth-of-type(1){
    width: 401px;
    height: 395px;
    margin-left: 70px;
}
.section3 .advantage img:nth-of-type(2){
    width: 385px;
    height: 327px;
    margin: 30px 0px 0px 100px;
}
    
    .section4 h1{
    font-size: 25px;
    margin: -35px 0px 15px 0px;
}
.section4 h1 span{
    padding-bottom: 5px;
}
    
    .section5 h1{
    font-size: 25px;
    margin: -12% 0px 15px 0px;
}
.section5 h1 span{
    padding-bottom: 5px;
}
    .section5 .xinxi{
        margin-top: 75px;
    }
    .section5 .xinxi img{
    margin-top: -10.5%;
    width: 22%;
}
.section5 footer{
    padding-bottom: 20px;
}
footer .left{
    margin-top: 20px;
}
footer .right{
    margin-top: 20px;
}

}