@charset "UTF-8"; /* Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

i,cite,em,var,address,dfn {
    font-style: normal;
}

[hidefocus],summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

a:focus, button:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: bold;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
    font: 14px/1.5 "PingFang SC", "Adobe Heiti Std", "Microsoft YaHei", "Helvetical Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    color: #4d4d4d;
    outline: 0;
}

a,a:hover {
    color: #333;
}

.body-mask{
    height: 100vh;
    overflow: hidden;
}

/* Reset End */
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* Header */
html {
    font-size: 16px;
    background: #3f445f;
    min-width: 1300px;
}
body{
    background: #fff;
}
/*html, body{*/
/*    font-family: 'simhei',  'FZHei-B01S', 'SourceHanSansCN-Regular', 'Siyuan CN Regular', 'Source Han Sans CN', "PingFang SC", "Microsoft YaHei", "Helvetical Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;*/
/*}*/
.hidden {
    display: none;
}
/* header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
}
.content{
    width: 1200px;
    margin: auto;
}
.header-content{
    height:100px;
    background:rgba(0,0,0,.55);
    font-size:21px;
    font-family:Adobe Heiti Std;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:29px;
    display: flex;
}
.header-content .logo{
    flex-basis: 200px;
    margin: 0 40px 0 36px;
}
.header-content .logo img{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 19px;
}
.header-content .nav-box{
    flex: 1;
    display: flex;
    text-align: center;
    line-height: 100px;
    padding-right: 30px;
}
.header-content .btn-nav{
    box-sizing: border-box;
    flex: 1;
}
.header-content .btn-nav a{
    height: 100%;
    color: #fff;
    display: block;
    position: relative;
    transition: all .1s linear;
}
.header-content .btn-nav:hover > a, .header-content .btn-nav.active > a {
    font-size:23px;
}
.header-content .btn-nav:hover > a::after, .header-content .btn-nav.active > a::after{
    content: ' ';
    width:45px;
    height:4px;
    background: rgba(233,247,255,1);
    border-radius:2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
}

footer {
    background-color: #3f445f;
    padding-top: 56px;
}

.footer-content{
    margin: auto;
    color: rgba(256, 256, 256, .7);
    display: table;
}
.f-nav{
    display: flex;
}
.f-nav >div{
    padding: 0 36px;
    border-right: 1px solid #fff;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.f-nav >div:first-of-type{
    padding-left: 0;
}
.f-nav >div:last-of-type{
    border-right: none;
}
.base-info{
    /*padding-top: 40px;*/
    display: flex;
}
.base-info-desc-box{
    padding: 13px 30px 19px 0;
    border-right: 1px solid #fff;
}
.base-info-desc-box >p{
    padding-bottom: 10px;
}
.base-info-qr-box{
    padding: 13px 0 17px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-info-qr-box .f-img{
    width: 130px;
    margin-right: 36px;
    text-align: center;
}
.base-info-qr-box .f-img img{
    display: block;
    width: 130px;
    height: 130px;

    background: #fff;
}
.base-info-qr-box .f-img div{
    padding-top: 10px;
}
.beian{
    line-height: 26px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .6);
    margin-top: 10px;
    color: rgba(256, 256, 256, .6);
}
.beian a{
    color: rgba(256, 256, 256, .6);
}
.beian a:hover{
    color: #22a2dc;
}



.menu-second-list>li.active a, .menu-second-list>li:hover a {
    color: #22a2dc;
    font-size: 19px;
}

.menu-second {
    overflow: hidden;
    width: 240px;
    box-sizing: border-box;
    /*padding: 30px 25px;*/
    padding: 0 25px;
    height: 0;
    opacity: 0;
    position: fixed;
    background: #22223a;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin-left: -50px;
    font-size:18px;
}

.btn-nav:hover .menu-second {
    /*height: 120px;*/
    height: auto;
    opacity: 1;
    padding: 5px 25px;
}

.menu-second-list {
    overflow: hidden;
    /*width: 960px;*/
    margin: 0 auto;
}

.menu-second-list>li {
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 50px;
}
.menu-second-list > li:after{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg,
    #181829 0%,
    #ffffff 45%,
    #181829 100%);
    opacity: 0.1;
}
.menu-second-list li p{
    display: inline-block;
}
.link-text{
    color: rgba(256, 256, 256, .7);
}
.link-text:hover{
    color: #22a2dc;
}


@keyframes CfadeInUp
{
    from {transform: translateY(50px);
        opacity:0;}
    to {transform: translateY(0px);
        opacity:1;}
}
@keyframes CfadeInLeft
{
    from {transform: translateX(-50px);
        opacity:0;}
    to {transform: translateY(0px);
        opacity:1;}
}
@keyframes CfadeInRight
{
    from {transform: translateX(50px);
        opacity:0;}
    to {transform: translateY(0px);
        opacity:1;}
}
.CfadeInUp{
    opacity: 0;
    animation: 1s ease  forwards  alternate;
}
