﻿@charset "utf-8";
/* CSS Document */
*{margin:0 ;padding:0;}
a{ text-decoration:none;}
li{ list-style:none;}
body{}
 html, body {scroll-behavior:smooth;max-width:1920px; margin:0 auto;
        position: relative;
        max-height: 806px;
      }

      body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .swiper {
        width: 99.5vw;
        height:99.5vh;
        /*max-height: 806px;*/
		position:relative;
      }

      .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;
      }

      .swiper-slide video {
        display: block;
        width: 100%;
        height:100%;
       /* max-height: 806px;*/
        object-fit: cover;
      }
	  .swiper-button-prev,.swiper-button-next{ z-index:999 !important;}
	  .swiper-pagination-bullet{width:20px !important; height:3px !important; background:#fff !important; border-radius:3px !important;}
	  .swiper-pagination-bullet-active{ background:#ffd800 !important;}
	  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:25px !important;}
	  
header{  position: fixed; top:0;  width:100%;  z-index:1000; min-width:1024px; padding:20px 0; background:rgba(24,50,99,0.4); max-width:1920px;}
.w1920{ margin:0 auto; width:100%; clear:both; max-width:1920px; height:70px; }
.logo{float:left; width:20%;}
nav{float:left; line-height:70px; text-align:center; width:62%;height:70px;}
nav .menu{width:100%; max-width:900px; height:70px; float:right;}
nav .menu .menu-li{width:14.2%; float:left; position:relative;}
nav .menu .menu-li .menu-li-a{color:#fff; font-size:16px;line-height:70px; display:block;}
nav .menu .menu-li .cureer{color:#fff; font-size:16px;line-height:70px; display:block; border-bottom:2px #fff solid;}
nav ol{width:100%; margin:0 auto; padding:10px 0; background:rgba(0,0,0,0.4); color:#fff; position:absolute; } 
nav ol li a{color:#fff; font-size:14px;line-height:40px; display:block;}
nav ol li a:hover{font-weight:600;}
/*.search{width:10%; min-width:100px; display:block;  float:right;  color:#fff; margin:15px 0; }*/
.search{width:13%; min-width:100px; display:block;  float:right;  color:#fff; margin:5px 0;}
/*.search p{ line-height:40px; padding-left:30px; background:url(../img/icon.png) no-repeat left center;}*/
.search p{ line-height:25px; padding-left:30px; background:url(../img/icon.png) no-repeat left center;}
    .search.second-link p {
        background-image: url(../img/icon0.png);
    }


.about-us{width:100%; min-width:1024px; margin-top:70px;}
.about-div{width:100%; max-width:1480px; overflow:hidden; margin:0 auto;}
.video{float:left; width:49%; margin-top:7%; position:relative; margin-left:1%;}
.video-img{width:100%;  height:100%; }
.video-icon{position:absolute; top:-25px ;right:20px;}
.start{position:absolute; top:50% ; margin-top:-55px; left:50%; margin-left:-55px; transition:all linear 0.4s; cursor:pointer;}
.video .start:hover{ transform:scale(1.1);}
.introduction{float:left; width:45%;margin-top:60px; margin-left:4%; margin-right:1%;}
.title{ width:100%; overflow:hidden;}
.title img{float:right;}
.title1 img{float:none;margin:0 auto; display:block;}
.title2{max-width:1440px; margin:0 auto;}
.title2 img{float:left;}
.title2 a{float:right;}
.introduction .p {
    font-size: 16px;
    line-height: 30px;
    padding-right: 23px;
    height: 355px;
    overflow: auto;
    text-align: justify;
    text-indent: 2em;
    color: #333;
    width: 100%;
    /*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;*/
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
    .introduction .p::-webkit-scrollbar {
        width: 10px;
    }

    .introduction .p::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .introduction .p::-webkit-scrollbar-thumb {
        background-color: #888;
    }

    .introduction .p::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
.more{ width:100%; overflow:hidden;}
.more a{float:right;}	
[class^="hvr-"] {
  margin-top:1vw;
  padding: 0.5em 1em;
  cursor: pointer;
  box-shadow: 0 0 1px inset #000;
  box-sizing:border-box;
  text-decoration: none;
  color: #333;
  font-family:"微软雅黑";
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #024190;
  box-shadow:none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.project{width:100%; margin-top:70px;  min-width:1024px;}


  .box{
            width: 1920px;
            height: 773px;
            margin: 50px auto;
        }

        .box>div{
            width: 480px;
            height: 773px;
			opacity: 1;
            float: left;
            background:#0f44a9 url(../img/p1.jpg) no-repeat center center;transition:all .7s ease 0s;
        }
.box>div:hover{

			opacity: 1;
			box-shadow:0 -200px 100px inset rgba(0,48,138,0.8);
           
        }
        .box>div h1{
			color: #fff;
            font-size: 24px;
			font-weight:500;
            padding-top: 40px;
			text-align:center;
			 transition:all ease-in-out 0.5s ;
        }
		
.hover-div{color:#fff; width:600px; margin:0 auto; margin-top:500px; background:url(../img/line6.png) no-repeat left bottom; opacity:0; transform:translateX(300px); transition:all ease-in-out 1s ;}
.box>div:hover .hover-div{ transform: translateX(0); opacity:1;}
.box>div:hover h1{ opacity:0; transform:translateY(100px); }
.hover-div h2{font-size:30px; font-weight:550;}
.hover-div p{font-size:18px; margin-top:20px; position:relative; line-height:30px; padding-bottom:20px;}
.hover-img{position:absolute; top:0; right:0; opacity:0.5}
.hover-img:hover{opacity:1;}
.more1 {width:108px; margin:20px auto;}
.more1 a{ float:none; margin:0 auto; display:block; }

.new{width:100%; margin-top:70px;   }
.new-div{width:100%; max-width:1440px; min-width:1205px; overflow:hidden; margin:0 auto; margin-top:40px;}
.container_12{float:left; width:48%; margin-right:2%;}
.slider{positoon:relative;}
ul.es-pager{ position: absolute; bottom:10px; left:0;}
.slide > * {
    max-width: 100%;
}
.slider .slide-prev {
    cursor: pointer;
    height: 100px;
    width: 60px;
    position: absolute;
    left: 0;
    top:50%;
	margin-top:-50px;
    background-color: rgba(255,255,255,0.8);
    padding: 0px;
	opacity:0.5;
}
.slider .slide-next {
    cursor: pointer;
    height: 100px;
    width: 60px;
    position: absolute;
    right: 0;
    top:50%;
	margin-top:-50px;
    background-color: rgba(255,255,255,0.8);
    padding: 0px;
	opacity:0.5;
}
.slider .slide-next:hover, .slider .slide-prev:hover {
    background-color: rgba(255,255,255,0.9); opacity:1;
}
.slider .slide-next img, .slider .slide-prev img {
    position: relative;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
.es-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    padding: 16px;
    margin: 10px;
    width: auto;
    left: 0;
    right: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
}
ul.es-pager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 0px;
}
ul.es-pager li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 0 -16px;
    cursor: pointer;
}
ul.es-pager li:hover, ul.es-pager li.act {
    background-position: 0 0;
}
ul.es-pager li.act {
    cursor: default;
}
.new-ul{float:left; width:50%;}
.new-li{width:100%; margin-bottom:1vw; overflow:hidden;border-bottom:1px dashed #ccc; cursor:pointer;}
.block{float:left; width:70px; height:70px; background:#efefef; max-width:15%;}
.block span{ text-align:center; display: block; color:#666666; font-size:14px;}
.block .date{font-size:40px; color:#f0b432; font-family:"Bebas Neue";}
.text{float:left;margin-left:2%; padding-left:25px; background:url(../img/icon2.png) no-repeat left 10px; max-width:82%;}
.text h1{font-size:16px; color:#333; line-height:40px; font-weight:500;width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text p{color:#666; font-size:14px; width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.new-li:hover .text h1{color:#014190;}
.new-li:hover .text p{color:#014190;}
.new-li:hover .block{background:#014190;}
.new-li:hover .block span{color:#fff;}

.lunbo{width:100%; max-width:1440px; margin:70px auto;}
.box111{
	width:100%;
	height: 280px;
	position: relative;
	display: inline-block;

}
#roll{
	width: 200%;
}
#roll dd{
	width: 460px;
	height: 280px;

	float: left;
	margin:0 10px;
}
#roll dd{ background:#00308a; position:relative; cursor:pointer;}
#roll dd p{ position:absolute; font-size:30px; text-align:center; top:0; left:0; color:#fff; width:100%; text-align:center; line-height:280px; font-weight:500; letter-spacing:2px; opacity:0; transition:all ease-in 0.4s; }
#roll dd img{width:100%; height:100%;}
#roll dd:hover img{ opacity:0.6;}
#roll dd:hover p{ opacity:1;}
.box111 span{position: absolute;bottom: 40%; left:-55px; display: inline-block;width: 30px;text-align: center;cursor: pointer;z-index: 90; opacity:0.3; }
.box111 span img{width:30px;}
.box111 span:hover{ opacity:1;}
.box111 .next{right: -55px; left:auto;}		
			
/*footer{width:100%; background:url(../img/foot.jpg) no-repeat center center; background-size:100% 100%; min-width:1024px; margin-top:70px; overflow:hidden; }
.link1{width:100%; max-width:1440px; overflow:hidden; margin:60px auto;}
.link1-li{float:left; width:14%;}
.link1-a{color:#fff; margin: 0 auto; border:1px solid #fff;  line-height:60px; font-size:18px; box-sizing:border-box; display:block; text-align:center; width:90%; margin-right:13.3%;}
.link1-li:last-child .link1-a{margin-right:0;}
.link1-a:hover img{margin-left:5px;}
.link1-a img{ margin-left:0; transition:all linear 0.3s;}*/
.link1-li select{background:rgba(0,0,0,0); border:none; outline:none; height:60px; color:#fff; font-size:18px;}
.link1-li select option{ background:#455167;}
footer {
    width: 100%;
    background: url(../img/foot.jpg) no-repeat center center;
    background-size: 100% 100%;
    min-width: 1024px;
    margin-top: 70px;
    overflow: hidden;
}

.link1 {
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    margin: 40px auto;
}

.link1-li {
    float: left;
    width: 31%;
    margin: 10px 1%;
}

.link1-a {
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
    line-height: 50px;
    font-size: 18px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
}

    .link1-a:hover img {
        margin-left: 5px;
    }

    .link1-a img {
        margin-left: 0;
        transition: all linear 0.3s;
    }



.foot{width:100%; max-width:1440px; overflow:hidden; margin:0 auto;}
.foot-left{float:left; width:25%;}
.foot-left img{}
.foot-left p{width:100%; color:#fff; line-height:24px; margin-top:20px;}
.foot-center{float:left; width:50%; overflow:hidden;margin-left:10%;}
.foot-ul{float:left; width:16.6%; text-align:left; }
.foot-ul h1{color:#fff; font-size:16px; font-weight:500; margin-bottom:40px;}
.foot-ul li{color:#fff; line-height:2.4; opacity:0.8;}
.foot-ul li:hover{opacity:1;}
.foot-right{width:15%; float:left;}
.foot-right img{width:50%; margin:0 auto; display:block; margin-top:3vw;}
.foot-right p{text-align:center; color:#fff; line-height:40px;}
.bottom{width:100%; max-width:1000px; overflow:hidden;margin:0 auto;margin-top:60px;}
.bottom p{ color:#fff; float:left; opacity:0.8; line-height:50px;}
.bottom p:last-child{  float:right; }

.download{width:45px; height:60px; position:fixed; right:100px; bottom:100px; z-index:999;}
.download .top{display:block; width:45px; height:60px;  overflow:hidden; margin:0 auto; background:rgba(2,65,144,0.3);}
.download .top img{margin:12px auto; display:block; }
.download .top:hover{background:rgba(2,65,144,1);}





