/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
    line-height: 1;
}
menu, ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 重置layui样式
*/
a {
    color:#333;
    text-decoration:none
}

/* 按钮点击后，产生蓝色边框停留
*/
button:focus{
    outline: 0;
} 

/* why top position
*/
body {
    line-height: normal;
}


/* 媒体查询 media
*/
@media screen and (max-width: 1201px) {
    /* 内容宽度 */
    body .con-width{
        width: 1000px;
        margin: 0 auto;
    }
    /*footer*/
    body .footer .item1{
        width: 175px;
    }
    body .footer .item2{
        width: 120px;
    }
    body .footer .item3{
        width: 360px;
    }
    body .footer .item4{
        width: 80px;
    }
    body .footer .item5{
        width: 80px;
    }
    body .footer-item{
        margin-right: 46px;
    }
}


/* 基础样式
*/
.flex-box{
    display: -ms-flexbox;
    display: flex;
}
.flex-item{
    -ms-flex: 1;
    flex: 1; 
}
.flex-item2{
    -ms-flex: 2;
    flex: 2; 
}
.flex-item3{
    -ms-flex: 3;
    flex: 3; 
}

.clearfix:after{
    content:'.';
    display:block; height:0px;
    clear:both;
    visibility:hidden;
}
.fl{
    float: left;
    display:inline;
}
.fr{
    float: right;
    display:inline;
}
.txt-center{
    text-align: center;
}
.txt-c{
    text-align: center;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.width100{
    width: 100%;
}
.ptr{
    position: relative;
}
.pta{
    position: absolute;
}
.o-hidden{
    overflow: hidden;
}
body .vertical-center-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-hide-2{
    display:-webkit-box !important;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break: break-word;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.hover-white:hover{
    background: white !important;
    color: #333 !important;
    border-color: white !important;
}


/**
*   首页 comm
*/
html body{
    font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,
    Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,
    STHeiti,SimSun,sans-serif;
    color: #333;
}

/* 内容宽度 */
.con-width{
    width: 1200px;
    margin: 0 auto;
}

/* 颜色 */
.ban-blue-bg{
    background: #218AFF;
}
.blue-bg{
    background: #0055C8;
}
.sec-last{
    background-size: cover !important;
}
.sec-last.blue-bg{
    background: #0055C8 url(/images/comm/footer-bg1.png);
    background-position: center;
}
.sec-last.orange-bg{
    background: #E65E2E url(/images/comm/footer-bg.png);
    background-position: center;
}
.sec-last.red-orange-bg{
    background: #E65E2E url(/images/comm/footer-bg3.png);
    background-position: center;
}
.sec-last.red-bg{
    background: #DB1939 url(/images/comm/footer-bg2.png);
    background-position: center;
}
.sec-last.yellow-bg{
    background: url(/images/comm/footer-bg4.png);
    background-position: center;
}
.gray-bg{
    background: #f6f6f6;
}

/* 按钮 */
.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}

.circle-btn{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}
.circle-btn:after{
    content: '';
    position: absolute;
    top: 23px;
    left: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-radius: 1px;
    transition: 0.4s;
}
.circle-btn:before{
    content: '';
    position: absolute;
    top: 29px;
    left: 22px;
    width: 15px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: 0.4s;
}
.circle-btn:hover
,.card-3-item:hover .circle-btn
,.card-item:hover .circle-btn
{
    background: #0055C8;
    border: 1px solid #0055C8;
}
.circle-btn:hover:after
,.card-3-item:hover .circle-btn:after
,.card-item:hover .circle-btn:after
{
    border-color: white;
    transform: rotate(45deg);
}
.circle-btn:hover:before
,.card-3-item:hover .circle-btn:before
,.card-item:hover .circle-btn:before
{
    top: 27px;
    background: white;
    transform: rotate(0deg);
}
.radius-btn{
    padding: 0 30px;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
}
body .radius-btn:hover{
    color: white;
    background: #0055C8;
    border: 1px solid #0055C8;
}
.radius-btn.small{
    padding: 0 20px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-color: #eee;
}
.radius-btn.white{
    color: white;
    border: 1px solid white;
}
.radius-btn.white:hover{
    color: #0055C8;
    background: white;
    border: 1px solid white;
}

/* 菜单 */
.nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    color: white;
}
.nav-logo{
    float: left;
    width: 133px;
    line-height: 80px;
    margin-right: 70px; 
}
.nav-logo a{
    display: inline-block;
    width: 100%;
    /*height: 40px;*/
    height: 80px;
    vertical-align: middle;
    background: url(/images/logo-dark@2x.png);
    background-size: 133px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-list{
    float: left;
    font-size: 14px;
}
.nav-list .nav-list__ul{
}
.nav-list .nav-list__li {
    float: left;
    margin-right: 44px;
}
.nav-list .nav-list__li:last-child{
    margin-right: 0;
}
.nav-list .nav-list__li h3{
    position: relative;
    font-weight: 500;
    line-height: 80px;
    cursor: pointer;
}
.nav-list .nav-list__li h3.sj{
    padding-right: 15px;
}
.nav-list .nav-list__li h3.sj:before{
    content: '';
    position: absolute; top: 50%; right: 1px;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border: 2px solid white;
    border-radius: 1px;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
}
.nav-list .nav-list__li h3:hover:after{
    content: '';
    position: absolute; left: 0; bottom: 4px;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
}
.nav-list .nav-list__li h3 a{
    color: white;
}
    /* 弹层
    */
.nav-sub-box{
    /*display: none;*/
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.97);
    padding-bottom: 32px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    
    visibility: hidden;
    opacity: 0;
    top: 70px;
    transition: all .3s;
}
.nav-list .nav-list__li:hover .nav-sub-box{
    visibility: visible;
    opacity: 1;
    top: 80px;
}
.nav-list .nav-list__li.pop-small{ /* 关于我们弹层 start */
    position: relative;
}
.nav-list .nav-list__li.pop-small .nav-sub-box{ 
    left: 50%;
    margin-left: -75px;
    min-width: 150px;
    padding: 14px 0px;
    border-radius: 12px;
    background: white;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.nav-list .nav-list__li.pop-small .nav-sub-box a{ /* 关于我们弹层 end */
    display: block;
    padding:10px 0;
    text-align: center;
}
.nav-sub-box ul{
    display: inline-block;
    vertical-align: top;
    width: 136px;
    margin-right: 60px;
}
.nav-sub-box ul li{}
.nav-sub-box ul li:first-child{
    padding: 32px 0 16px 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #DDD;
    margin-bottom: 8px;
    color: #333;
}
.nav-list__li.pop-small .nav-sub-box a,
.nav-sub-box ul li a{
    display: inline-block;
    padding: 8px 0;
    font-size: 12px;
    color: #666;
    transition: .2s
}
.nav-list__li.pop-small .nav-sub-box a:hover,
.nav-sub-box ul li a:hover{
    font-weight: bold;
    color: #0055C8;
}

.nav-right {
    float: right;
    color: white;
    line-height: 80px;
}
.nav-right span{
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-right: 8px;
}
.nav-right p{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
}
.nav-right button{
    padding: 0px 20px;
    line-height: 32px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid white;
    transition: .2s;
}
.nav-right button:hover{
    opacity: .8;
}
    /* 白色底
    */
.nav.white {
    color: #333;
    background: white;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.nav.white .nav-logo a{
    background: url(/images/logo-light@2x.png);
    background-size: 133px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.nav.white .nav-list .nav-list__li h3{
    font-weight: 400
}
.nav.white .nav-list .nav-list__li h3:hover{
    font-weight: 600;
}
.nav.white .nav-list .nav-list__li h3.sj:before{
    border-color: #333;
}
.nav.white .nav-list .nav-list__li h3:hover:after{
    background: #0055C8;
}
.nav.white .nav-list .nav-list__li h3 a{
    color: #333;
}
.nav.white .nav-right span{
    color: #666;
}
.nav.white .nav-right p{
    color: #0055C8;
}
.nav.white .nav-right button{
    color: white;
    background: #0055C8;
    border-color: #0055C8;
}

    /* 选项卡
    */
.layui-tab{}
.layui-tab .layui-tab-title{
    border-bottom: 1px solid #DDD;
}
.layui-tab .layui-tab-title li{
    position: relative; top:1px;
    padding-bottom: 16px;
    text-align: center;
    cursor: pointer;
}
.layui-tab .layui-tab-title li:hover,
.layui-tab .layui-tab-title li.layui-this{
    width: 100%;
    border-bottom: 3px solid #0055C8;
}
.layui-tab-content .layui-tab-item{
    display: none;
}
.layui-tab-content .layui-tab-item.layui-show{
    display: block;
}

    /* 关闭icon
    */
.close-icon{
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
}
.close-icon:after{
    content: '';
    position: absolute;
    top: 4px;
    left: -2px;
    width: 14px;
    height: 2px;
    background: #999;
    border-radius: 2px;
    transform: rotate(
-45deg
);
}
.close-icon:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -2px;
    width: 14px;
    height: 2px;
    background: #999;
    border-radius: 2px;
    transform: rotate(
45deg
);
}

/*pop form*/
.pop-wrap .pop-bg{ position:fixed; top:0; left:0; z-index:999; width:100%; height:100%; background:rgba(0,0,0,.5); }
.pop-con { position:fixed; top:0; left:0; z-index:9999; width:100%; height:100%; text-align:center; }
.pop-con .reference-one { display:inline-block; width:1px; height:100%; margin-left:-5px; vertical-align:middle; }
.pop-box { display:inline-block; vertical-align:middle; min-width:100px; min-height:100px; background:white; text-align:left;  
    width: 580px;
    padding: 40px;
    border-radius: 16px;
    position: relative;}
.pop-title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
}
.pop-form{
    margin-bottom: 50px;
}
.pop-form ul{}
.pop-form ul li{
    margin-bottom: 12px;
}
.pop-form ul li i{
    color: #C30F23;
    margin-right: 6px;
}
.pop-form ul li span{
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 105px;
    text-align: right;
    margin-right: 8px;
}
.pop-form ul li input.inp{
    width: 455px;
    height: 40px;
    font-size: 14px;
    text-indent: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
}
/*radio*/
.visibility-h { visibility:hidden; }
.radioWrap{ display:inline-block; 
    margin-right: 25px;
    margin-bottom: 15px;}
.radioWrap label{
    position:relative;
    display:inline-block;
    cursor:pointer;

    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.radioWrap label:before{
    content: '';
    position: absolute;
    left: -19px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: none;
}
.radioWrap label:after{
    content: '';
    position: absolute;
    left: -23px;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 2px solid #CCC;
    border-radius: 100%;
}
.radioWrap input[type=radio]:checked+label:before{background: #0055C8;}
.radioWrap input[type=radio]:checked+label:after{border: 2px solid #0055C8;}
input:-ms-input-placeholder{ 
    color: #CCC;
}
input::-moz-placeholder{ 
    color: #CCC;
}
input:-moz-placeholder{ 
    color: #CCC;
}
input::-webkit-input-placeholder { 
    color: #CCC;
}
.form-item-right{
    float: right;
    width: 464px;
}
.pop-btn{
    text-align: center;
}
.pop-btn button{
    min-width: 200px;
    color: white;
    background: #0055C8;
    border: 1px solid #0055C8;
}
.pop-btn button:hover{
    opacity: 0.8
}
.close-icon-box{
    position: absolute;
    top: 0px;
    right: 6px;
    padding: 20px;
    cursor: pointer;
}

/* footer weixin*/
.weixin-icon-box{
    display:inline-block;
    margin-right: 20px;
    position: relative;
}
.footer .item1 .qrcode-box{
    display: none;
    position: absolute;
    top: -60px;
    left: 40px;
    width: 172px;
    height: 160px;
    background: url(/images/subPage/case/qrcode-bg.png);
    background-size: 172px;
}
.footer .item1 .weixin-icon-box:hover .qrcode-box{
    display: block;
}
.footer .item1 .qrcode-box img{
    width: 124px;
    height: 124px;
    float: right;
    margin: 18px;
}

/*call-pop-wp*/
.call-pop-wp{ position:fixed; bottom: 150px; right:20px; z-index:999; }
.call-pop-wp ul{ text-align: center; }
.call-pop-wp ul li{ width: 72px; height: 72px; background: white; border-radius: 8px; border: 1px solid #eee; padding-top: 11px; box-sizing: border-box; margin-bottom: 4px; cursor: pointer; position: relative;}
.call-pop-wp ul li:hover{
    background: #0055C8;
    border-color: #0055C8; 
}
.call-pop-wp ul li:hover p{
    color: white;
}

.call-pop-wp ul li img{ width: 32px; height: 32px; vertical-align: top; margin-bottom: 2px; }
.call-pop-wp ul li img.hide{
    display: none;
}
.call-pop-wp ul li:hover img.hide{
    display: inline-block;
}
.call-pop-wp ul li:hover img.show{
    display: none;
}
.call-pop-wp ul li p{ font-weight: 500; color: #333; font-size: 12px; }
.call-sub-wp { 
    visibility: hidden;
    position:absolute; width: 276px; 
    bottom: -76px;
    opacity: 0;
    right: 92px; 
    transition: all .3s;
}
.call-sub-wp.call-sub-wp__phone{
    bottom: 0px;
}
.call-pop-wp ul li:hover .call-sub-wp{
    visibility: visible;
    opacity: 1;
    right: 72px;
}
.call-sub-box { width: 260px; background: white; text-align: center; padding-top:20px; padding-bottom: 40px; border-radius: 12px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 3%);
    
}
.call-sub-box:after{
    content: '';
    position: absolute;
    bottom: 88px;
    right: 13px;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(32deg) skew(-20deg);
}
.call-sub-wp__phone .call-sub-box:after{
    bottom: 16px;
}
.call-sub-box h2{ 
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    text-align: left;
    text-indent: 25px;
}
.call-sub-box h4{ 
    font-size: 16px;
    color: #666;
    margin-bottom: 36px;
    text-align: left;
    text-indent: 25px;
}
.call-sub-box h3{ 
    font-size: 29px;
    color: #333;
    text-align: left;
    text-indent: 25px;
    font-weight: bold;
    position:relative; z-index:12;
}
.call-sub-box img{ width: 180px !important; height: 180px !important; margin-bottom: 15px !important; position:relative; z-index:12;}
.call-pop-wp ul li .call-sub-box p{ 
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
