h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

.slidepic {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
}
.slidepic img {
    width: 100%;
    line-height: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slide1 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 43%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#slide1 .layer h1 {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: normal;
}

#slide1 .layer p {
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
}

#slide1 ,#slide2 ,#slide3 ,#slide4{
    overflow: hidden;
    position: relative;
}
#slide3 .tit {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: normal;
    position: absolute;
    color: #fff;
    z-index: 4;
    text-align: left;
    left: 30%;
    top: 25%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#slide3 .des {
    font-size: 20px;
    letter-spacing: 5px;
    position: absolute;
    color: #fff;
    z-index: 4;
    text-align: left;
    font-weight: 200;
    left: 30%;
    top: calc(25% + 80px);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#slide3 .btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #1d5499;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 30%;
    top: calc(25% + 140px);
}
#slide3 .btn:hover {
    background-color: #fff;
    color: #1d5499;
}

#slide4 .tit {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: normal;
    position: absolute;
    color: #fff;
    z-index: 4;
    text-align: left;
    left: 20%;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#slide4 .des {
    font-size: 20px;
    letter-spacing: 5px;
    position: absolute;
    color: #fff;
    z-index: 4;
    text-align: left;
    font-weight: 200;
    left: 20%;
    top: calc(50% + 140px);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#slide4 .btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #1d5499;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 20%;
    top: calc(50% + 200px);
}
#slide4 .btn:hover {
    background-color: #fff;
    color: #1d5499;
}
video::-webkit-media-controls {
    display: none !important;
}
#header{
    height:90px;
    width:100%;
    z-index:999;
    position: fixed;
    top: 0;
    left: 0;
}

.logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height:90px;
    line-height: 0px;
    overflow: hidden;
    margin-left:50px;
    z-index:9;
    float: left;
}
.logo img {
    margin-top: 30px;
}
.ove {
    display: none;
}
#header {
    animation: fadeInDown;
    animation-duration: 1.5s
}
#header .navs{
    width:100%;
    height:70px;
}
.navs>ul{
    display: inline-block;
    height:90px;
    width:100%;
    text-align: center;
}
.navs>ul>li{
    display: inline-block;
    height:90px;
    line-height: 90px;
    color: #fff;
    margin-left: 25px;
    margin-right: 25px;
    transition: color 0.5s;
    font-size: 18px;
    letter-spacing: 2px;
}

.navs>ul>li.active {
    border-bottom: #fff 2px solid;
}
.navs2>ul>li.active {
    border-bottom: #333 2px solid;
}
.navs>ul>li:hover  {
    border-bottom: #006DB2 2px solid;
}
.navs:hover ul>li.active {
    border-bottom: #006DB2 2px solid;
}
.navs a{
    display: block;
    color: #fff;
}
#header:hover {
    background-color: #fff;
}
#header:hover .navs a ,#header:hover .navs>ul>li {
    color: #333;
    cursor: pointer;
}
.navs .menu-container{
    position: relative;
    overflow: hidden;
    left:0;
    top: -4px;
    width:100%;
    height:0px;
}
.navs .menu-container.open{
    height:260px;

}
.navs .menu-bg{
    position: absolute;
    width:100%;
    height:260px;
    left:0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    background: rgba(255,255,255,0.9);
}
.navs .menu-bg.open{
    top:0;
}
.navs .menu{
    width:1200px;
    height:260px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.navs .menu .scroll{
    width:auto;
    height:260px; 
    position: absolute;
    left:0;
    top:0;
}
.navs .menu .scroll .plate{
    width:1200px;
    height:260px;
    text-align: center;
}
.navs .menu .scroll .plate .linker{
    display: inline-block;
    margin:40px 20px 20px 10px;
    position: relative;
}
.navs .menu .scroll .plate .linker img{
    height:150px;
    transition: 0.6s all;
}
.navs .menu .scroll .plate .linker:hover img {
    transform: scale(1.1);
}
.navs .menu .scroll .plate .linker p{
    width:100%;
    color: #666;
    font-size:16px;
    margin-top: 10px;
}
.hw .navs ,.hw .navs a ,.hw .navs>ul>li {
    color: #333;
}
.hasmenu {
    background: url(icon-arrow-down.png) right center no-repeat;
    background-size: auto 4px;
    padding-right: 12px;
}
.hasmenu2 {
    background: url(icon-arrow-down-on.png) right center no-repeat;
    background-size: auto 4px;
    padding-right: 12px;
}
.topstore {
    right: 0;
    top: 0;
    position: absolute;
    width: 130px;
    height: 90px;
    float: left;
}
.topstore a li {
    float: left;
    height: 36px;
    width: 36px;
    list-style: none;
    margin-top: 27px;
}
.topstore a:nth-child(1) li {
    background: url(icon-tmall.png) center no-repeat;
    background-size: 100%;
}
.topstore a:nth-child(2) li {
    background: url(icon-jd.png) center no-repeat;
    background-size: 100%;
    margin-left: 20px;
}
.topstore2 a:nth-child(1) li {
    background: url(icon-tmall-on.png) center no-repeat;
    background-size: 100%;
}
.topstore2 a:nth-child(2) li {
    background: url(icon-jd-on.png) center no-repeat;
    background-size: 100%;
    margin-left: 20px;
}
#header:hover .topstore a:nth-child(1) li {
    background: url(icon-tmall-on.png) center no-repeat;
    background-size: 100%;
}
#header:hover .topstore a:nth-child(2) li {
    background: url(icon-jd-on.png) center no-repeat;
    background-size: 100%;
}
#header:hover .hasmenu {
    background: url(icon-arrow-down-on.png) right center no-repeat;
    background-size: auto 4px;
    padding-right: 12px;
}
.tit1 {
    position: absolute;
    left: 0px;
    top: 20%;
    width: 100%;
    font-size: 48px;
    color: #333;
    letter-spacing: 3px;
    z-index: 5;
    font-weight: bold;
}
.tit1en {
    left: 0px;
    top: calc(20% + 70px);
    position: absolute;
    width: 100%;
    font-size: 18px;
    color: #999;
    line-height: 24px;
    z-index: 5;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
}
.intro1 {
    left: 0px;
    top: calc(20% + 160px);
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 36px;
    z-index: 5;
    letter-spacing: 2px;
}
.btn1 {
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #1d5499;
    color: #fff;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -60px;
    top: calc(20% + 300px);
}
.btn1:hover {
    background-color: #000;
}
.item1 {
    position: absolute;
    z-index: 5;
    top: calc(20% + 400px);
    width: 900px;
    left: 50%;
    margin-left: -450px;
    background-color: rgba(255,255,255,.6);
    box-sizing: border-box;
    overflow: hidden;
}
.item1 ul {
    float: left;
    width: 150px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    border-right: #ccc 1px solid;
    box-sizing: border-box;
    overflow: hidden;
}
.item1 ul:nth-last-child(1) {
    border-right: 0px;
}
.item1 ul li {
    line-height: 60px;
    float: left;
    color: #333;
}
.item1 ul li:nth-child(1) {
    font-size: 30px;
    width: 50px;
    height: 60px;
    text-align: right;
}
.item1 ul li:nth-child(2) {
    font-size:32px;
    letter-spacing: 2px;
    width: calc(100% - 50px);
    height: 60px;
    text-align: left;
    text-indent: 10px;
}
#section1:hover .line {
    left: 0px;
    top: 0px;
    position: absolute;
    animation: sbg 2s 1;
    border-bottom: rgba(0,0,0,0.2) 1px solid;
    z-index: 998;
    width: 100%;
    height: 90px;
}
.ipro {
    width: calc(100% / 3);
    height: 50vh;
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 0px;
    background-color: #000;
}
.ipro img {
    width: 100%;
    text-align: center;
    filter: opacity(60%);
}
.ipro:hover img {
    filter: opacity(100%);
}
.ipro .iprotit {
    font-size: 42px;
    width: 100%;
    position: absolute;
    bottom: 25%;
    padding-left: 50px;
    color: #fff;
    letter-spacing: 3px;
    text-align: left;
}
.ipro .iprotiten {
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: calc(25% - 40px);
    text-align: left;
    padding-left: 50px;
    color: #fff;
    font-weight: 200;
}
.tit2 {
    top: 30%;
    text-align: left;
    position: absolute;
    width: 100%;
    font-size: 48px;
    color: #fff;
    letter-spacing: 3px;
    z-index: 5;
    font-weight: bold;
    padding-left: 100px;
}
@keyframes sbg {
    0% {
        width: 0%;
    }
    
    100% {
        width: 100%;
    }
}
.iitems {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.iitems .iitem {
    width: calc((100% - 60px) / 3);
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
    margin-left: 30px;
    border-radius: 5px;
    text-align: left;
}
.iitems .iitem:nth-child(1) {
    margin-left: 0px;
}
.iitems .iitem .iitempic {
    width:100%;
    overflow: hidden;
    line-height: 0px;
    border-radius: 5px;
}
.iitems .iitem .iitempic img {
    width: 100%;
    transition: 0.6s all;
}
.iitems .iitem .iitemtit {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 20px;
}
.iitems .iitem .iitemdes {
    color: #999;
    margin-top: 10px;
}
.iitems .iitem .iitemmore {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    background-color: #006DB2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.iitems .iitem .iitemmore:hover {
    background-color: #1d5499;
}
.iitems .iitem:hover .iitempic img {
    transform: scale(1.05);
}
#section4 {
    background-color: #fff;
}
.iitems .iitem .iitemcats {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.iitems .iitem .iitemcats li {
    float: left;
    border-radius: 5px;
    background-color: #f6f6f6;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.iitems .iitem .iitemcats li:hover {
    background-color: #006DB2;
    color: #fff;
}
.scrollDiv {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.scrollDiv li {
	height: 32px;
    line-height: 32px;
    background: url(arrrow_r.png) left center no-repeat;
    background-size: auto 16px;
    text-indent: 24px;
}
.scrollDiv li:hover {
    background: url(arrrow_r_on.png) left center no-repeat;
    background-size: auto 16px;
}