﻿
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.otf');
}

@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/DIN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

/*-----------------[初始化]--------------*/
body{color: #252626;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular";
    overflow-x: hidden;padding-top: 90px;
}
a{color: #252626;}
a:hover{color: #1568F8;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #252626;
    font-family:"SourceHanSansCN-Regular";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #BBBDBF;}
::-moz-placeholder {color: #BBBDBF; }
::-ms-input-placeholder {color: #BBBDBF;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1280px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    background: url(../images/hd-bg.png) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    *zoom:1;
}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }

.logo{line-height: 90px;float: left;}
.logo img{display: inline-block;vertical-align: middle;height: 26px;}
.hello{font-size: 14px;}
.soBox{position: absolute;left: 0;right: 0;top: 90px;padding: 80px 0;z-index: 108;display: none;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6EFFF 100%);
    backdrop-filter: blur(10px);
}
.so{margin: 0 auto;width: 800px;position: relative;}
.so .inp{display: block;width: 100%;height: 64px;border-radius: 32px;
    border: 0;font-size: 16px;padding: 0 100px 0 24px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.so .btn{position: absolute;right: 0;top: 0;width: 84px;height: 64px;
    border: 0;cursor: pointer;padding: 0;font-size: 16px;color: #fff;
    background-color: #1568F8;border-radius: 32px;font-family: 'SourceHanSansCN-Medium';
}
.nav{float: right;}
.nav li{float: left;margin-right: 32px;}
.nav li .v1{display: block;font-size: 18px;color: #252626;line-height: 90px;position: relative;font-family: 'SourceHanSansCN-Medium';
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li .v1:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;height: 4px;
    border-radius: 2px;background: #1568F8;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{color: #1568F8;}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}
.so-btn{float: right;display: block;width: 94px;height: 90px;cursor: pointer;
    font-size: 18px;color: #fff;line-height: 90px;text-align: center;
    background: #1568F8;
}
.so-btn:before{content: '';display: inline-block;vertical-align: middle;
    width: 18px;height: 18px;position: relative;top: -2px;margin-right: 4px;
    background: url(../images/i-so.svg) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #1568F8;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 780px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{height: 100%;outline: 0;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .txt{position: absolute;left: 0;right: 0;top: 50%;text-align: center;color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .txt .tit{font-size: 56px;letter-spacing: 0.04em;margin-bottom: 3px;}
.banner .txt .tips{font-size: 24px;letter-spacing: 0.1em;font-weight: bold;}
.banner .slick-dots{position: absolute;left: 0;bottom: 28px;width: 100%;text-align: center;z-index: 2;font-size: 0;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li button{display: block;width: 32px;height: 4px;
    font-size: 0;line-height: 0;text-indent: 9999px;border: 0;cursor: pointer;padding: 0;
    background-color: #fff;border-radius: 0;opacity: .5;
}
.banner .slick-dots li.slick-active button{opacity: 1;}


/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;padding: 36px 0 0;
    background: #001B32;
}
.fd-link{border-bottom: 1px solid rgba(255, 255, 255, 0.32);padding-bottom: 18px;}
.fd-link .t1{font-size: 18px;font-weight: normal;margin-bottom: 15px;}
.fd-link a{font-size: 16px;color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-link .con{display: flex;
    flex-wrap: wrap;
}
.fd-link .con a{
    margin-bottom: 20px;
    margin-right: 20px;
}
.fd-bot{display: flex;justify-content: space-between;
    font-size: 16px;padding: 36px 0;flex-wrap: wrap;
}
.fd-bot a{color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-bot a:hover,.fd-link a:hover{opacity: .7;}
.fd-bot .item{position: relative;}
.fd-bot .item:after{content: '';position: absolute;top: 50%;width: 1px;height: 16px;
    background-color: #fff;opacity: .4;right: -23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fd-bot .item:last-child:after{display: none;}
/*******************************
    -------[=正文]-------
********************************/
.fix-right{position: fixed;top: 65%;right: 0;width: 82px;z-index: 108;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right li{}
.fix-right .con{position: relative;display: block;}
.fix-right .t-c{height: 78px;display: block;padding-top: 12px;z-index: 2;position: relative;
    border-bottom: 1px solid #083075;overflow: hidden;
    background: #0C57D8;
    border-radius: 8px 0 0 8px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .ico{width: 30px;height: 30px;display: block;margin: 0 auto 7px;position: relative;}
.fix-right .ico img{display: block;height: 100%;width: 100%;position: absolute;top: 0;left: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .i-on{opacity: 0;}
.fix-right .t1{display: block;font-size: 13px;color: #fff;text-align: center;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .i1{margin-bottom: 8px;}
.fix-right .i1 .t-c{border-bottom: 0;
    background: #F4F8FF;
}
.fix-right .i1 .t1{color: #252626;}
.fix-right .i1 .ico{height: 33px;width: 49px;}
.fix-right .t2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;
    line-height: 78px;font-size: 20px;color: #1568F8;font-weight: bold;
    background-color: #fff;text-align: center;
    border-radius: 8px 0 0 8px;opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .t2:after{content: '';display: inline-block;vertical-align: middle;
    width: 14px;height: 14px;position: relative;top: -2px;margin-left: 2px;
    background: url(../images/i-29.svg) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.fix-right .tel{position: absolute;top: 0;bottom: 0;right: 0;width: 275px;
    line-height: 78px;font-size: 20px;color: #1568F8;font-weight: bold;padding-left: 24px;
    border-radius: 8px 0px 0px 8px;
    background-color: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .qr{position: absolute;top: -17px;right: 0;width: 210px;padding: 20px 0 20px 24px;
    background-color: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .qr img{width: 80px;height: 80px;display: block;}
.fix-right .con:hover .t-c{background-color: #fff;border-bottom-color: transparent;}
.fix-right .con:hover .t2{opacity: 1;}
.fix-right .con:hover .i-ok{opacity: 0;}
.fix-right .con:hover .i-on{opacity: 1;}
.fix-right .con:hover .t1{color: #1568F8;}
.fix-right .con:hover .tel,.fix-right .con:hover .qr{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.pop-video{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1024;display: none;}
.pop-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6)}
.pop-video .cont{width:66%;max-width: 1280px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.pop-video .close{position:absolute;right: 0;top:-48px;z-index:3;width:48px;height:48px;cursor:pointer;
    background:url(../images/i-31.png) center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
    ;transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s
}
.pop-video .video video{width:100%;background-color:#000}
.pop-video .close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}

