@charset "utf-8";
/*公共样式*/
*,::before,::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';*/
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #f0f2f5;
    color: rgba(0, 0, 0, 0.65);
}
a{
    background: transparent;
    text-decoration: none;
    outline: none;
    color: rgba(0, 0, 0, 0.65);
}
ul,ol {list-style: none}
.fl {float: left}
.fr {float: right}
.clearFix::before,
.clearFix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {zoom: 1}
.wBg{
    background-color: white;
}
.wColor {
    color: white!important;
}
#nprogress .bar {
    background: #F56C6C !important; //自定义颜色
}
#nprogress .spinner-icon {
    border-top-color: #F56C6C !important;
    border-left-color: #F56C6C !important;
}
.jl-btn {
    margin: 30px 0 30px 0;
    box-shadow: 0 8px 16px #0a52ab;
    background: linear-gradient(to right, #379af0, #2c6ceb);
    border: none;
    transition: background 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 132px;
    line-height: 42px;
    height: 42px;
    border-radius: 42px;
    z-index: 1;
    color: #FFFFFF;
    outline:none;
    cursor: pointer;
}

html,
body {
    position: relative;
    height: 100%;
}
textarea, input:focus {
    outline-style: none ;
    border: 1px solid #1890ff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 2px rgba(102,175,233,.6);
}

/*header*/
header {
    /*background: #2f54eb;*/
    background: #FFFFFF;
    width: 100%;
    /*z-index: 999;*/
    /*box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);*/
    /*position: fixed;*/
    /*top: 0;*/
    display: inline-block;
}
header .header{
    padding: 0 24px;
    max-width: 1200px;
    position: relative;
    margin: auto;
    will-change: transform;
    height: 80px;
    line-height: 80px;
}
header .logo {
    transform: translate(0px, 0px);
    width: 200px;
    line-height: 55px;
}
header .logo img {
    width: 40px;
    vertical-align: middle;
    margin-top: -5px;
    /*width: 100%;
    height: 100%;*/
}
header .logo-text {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-left: 8px;
}
header .menu {
    color: #FFFFFF;
}
header .menu li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

header .menu .active {
    color: #333333;
    font-weight: bold;
    /*border-bottom: 2px solid #1890ff;*/
}
/*header .menu .active a {
    color: #1890ff;
}*/
header .menu li:hover {
    color: #1890ff;
    /*border-bottom: 2px solid #1890ff;*/
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .menu a:hover {
    color: #1890ff;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-mobile-menu {
    display: initial;
}
/*header end*/

/* footer */
footer {
    background: #031d6a;
    overflow: hidden;
    position: relative;
    color: #999;
}
footer .main {
    max-width: 1200px;
    margin: auto;
}
footer .main .footer {
    padding: 85px 10px 50px 80px;
    position: relative;
    margin: auto;
    will-change: transform;
    color: #ffffff;
}
footer .main .footer .row {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 25%;
    float: left;
    text-align: center;
}
footer .main .footer .row h2 {
    margin-bottom: 24px;
    color: #ffffff;
}
footer .main .footer .logo {
    max-width: 180px;
}
footer .main .footer .logo img {
    width: 100%;
}
footer .main .footer .row .text {
    line-height: 35px;
}
footer .main .footer .row .text a {
    color: #ffffff;
}
footer .main .copyright {
    padding: 0 24px;
    overflow: hidden;
    transform: translate(0px, 0px);
    opacity: 1;
    width: 100%;
    border-top: 1px solid rgba(233, 233, 233, 0.1);
    max-width: 1200px;
    position: relative;
    margin: auto;
    will-change: transform;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
/* footer end */

.tel-text {
    position: fixed;
    color: #2f54eb;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    cursor: pointer;
    z-index: 5;
    right: 26px;
    bottom: 180px;
    font-size: 22px;
    font-weight: bold;
}
.tel-fixed {
    position: fixed;
    background-color: #2f54eb;
    /*color: #2f54eb;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    cursor: pointer;
    z-index: 5;
    right: 20px;
    bottom: 120px;
}
.tel-fixed img {
    width: 30px;
}
