@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Microsoft YaHei", "微软雅黑";
}

body {
    position: relative;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    content: " ";
    height: 0;
    visibility: hidden;
    clear: both;
}

.callb {
    font-size: 14px;
}

.callb p.scallb {
    display: none;
    width: 200px;
    height: 90px;
    background: url(../images/float_l.png) right center no-repeat;
    font-size: 22px;
    color: #FFF;
    line-height: 90px;
    text-indent: 20px;
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 998;
}

.callb .fcallb {
    height: 100px;
    background-color: #387dee;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.callb .fcallb .width {
    width: 1200px;
    height: 100px;
    line-height: 78px;
    margin: 0 auto;
    position: relative;
}

.callb input {
    display: block;
    float: left;
}

.callb #Callb_qq {
    float: left;
    width: 130px;
    height: 35px;
    cursor: pointer;
    margin-left: 140px;
    display: block;
    margin-right: 42px;
}

.callb #telInput {
    width: 330px;
    height: 36px;
    border: none;
    line-height: 36px;
    text-indent: 10px;
    font-size: 16px;
    margin-left: 42px;
}

.callb #callBtn {
    width: 89px;
    height: 35px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: #f04a22;
    font-size: 18px;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    margin-top: 1px;
    cursor: pointer;
}

.callb .fcallb .width .fcall_c {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #0863e0;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 0;
}

.callb .fcallb .width .fcall_c em {
    position: relative;
    color: #FFF;
    font-size: 12px;
}

.callb .fcallb .width .info {
    height: auto;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}

.callb .fcallb .width .info span {
    display: block;
    float: left;
    font-size: 23px;
    color: #fffefe;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

.callb .fcallb .width .info a {
    float: right;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    color: #0d0d0d;
    font-weight: bold;
    margin: 25px 30px 0 0;
    text-align: left !important;
}

.callb .fcallb .width .info a i {
    display: block;
    float: left;
    margin: 16px 8px 0 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url(../images/bot_ico.png);
    background-size: 133px;
    background-position: -113px 0;
}

.left_fly {
    width: 80px;
    position: fixed;
    right: 30px;
    top: 20%;
    border-radius: 6px;
    text-align: center;
    z-index: 9;
}

.left_fly .t {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 1px solid #3a92ff;
    margin: 0 auto 14px;
}

.left_fly .t i {
    display: block;
    transform-origin: center;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 1px solid #3a92ff;
    position: absolute;
    animation: breathe 1s infinite linear;
    top: 0;
}

@keyframes breathe {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    25% {
        transform: scale(1.1, 1.1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.3, 1.3);
        opacity: 0.1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.left_fly .t img {
    display: block;
    margin: 0 auto;
    position: relative;
    animation: mymove 1.5s infinite;
    -webkit-animation: mymove 1.5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 1.5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

@keyframes mymove {
    0% {
        transform: scale(0.8);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(0.8);
    }

    75% {
        transform: scale(1);
    }
}

.left_fly .fly_c {
    width: 80px;
    margin: 0 auto;
}

.left_fly .fly_c a {
    display: block;
    width: 78px;
    height: 78px;
    border: 1px solid #3a92ff;
    text-align: center;
    font-size: 14px;
    color: #271312;
    font-weight: bold;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 8px;
}

.left_fly .fly_c a:last-child {
    border: 1px solid #ff1907;
    color: #ff1907;
}

.left_fly .fly_c a i {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background-image: url(../images/bot_ico.png);
    background-size: 133px;
    background-position: 0 0;
    margin: 12px auto 10px;
}

.left_fly .fly_c a:nth-child(1) i {
    width: 30px;
}

.left_fly .fly_c a:nth-child(2) i {
    background-position: -42px 0;
}

.left_fly .fly_c a:nth-child(3) i {
    background-position: -76px 0;
    width: 28px;
}

.penDialog_bg {
    position: fixed;
    z-index: 999;
    text-align: center;
    font-family: "Microsoft YaHei";
    width: 310px;
}

.penDialog_bg img.t_img {
    display: block;
    width: 69px;
    margin: 0 auto;
}

.penDialog_bg .penDialog_box {
    margin-top: -23px;
    background: #fff;
    border-radius: 6px;
    width: 310px;
    overflow: hidden;
}

.penDialog_bg .penDialog_box .title_top {
    text-align: center;
    padding: 45px 0 20px;
}

.penDialog_bg .penDialog_box .title_top span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.penDialog_bg .penDialog_box .title_top p {
    font-size: 14px;
    color: #747474;
    padding-top: 10px;
}

.penDialog_bg .penDialog_box img.ewm {
    display: block;
    margin: 0 auto 30px;
    width: 137px;
}

.penDialog_bg .penDialog_box ul {
    padding: 0 10px;
}

.penDialog_bg .penDialog_box ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #2a66ed;
}

.penDialog_bg .penDialog_box ul li i {
    display: block;
    margin: 0 auto 6px;
    height: 20px;
    width: 20px;
    overflow: hidden;
    background-image: url(../images/bot_ico.png);
    background-size: 133px;
    background-position: 0 -37px;
}

.penDialog_bg .penDialog_box ul li:nth-child(2) i {
    background-position: -23px -37px;
}

.penDialog_bg .penDialog_box ul li:nth-child(3) i {
    background-position: -48px -37px;
}

.penDialog_bg .penDialog_box ul li:nth-child(4) i {
    background-position: -73px -37px;
}

.penDialog_bg .penDialog_box .bot {
    background: #f6f9ff;
    height: 55px;
    line-height: 55px;
    margin-top: 24px;
}

.penDialog_bg .penDialog_box .bot span {
    display: block;
    font-size: 12px;
    color: #1d3366;
    text-align: left;
}

.penDialog_bg .penDialog_box .bot span b {
    font-weight: bold;
    color: #1d3366;
}

.penDialog_bg .penDialog_box .bot span i {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin: 22px 10px 0 70px;
    background-image: url(../images/bot_ico.png);
    background-size: 133px;
    background-position: -98px -37px;
}

.penDialog_bg .Dialogclose {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 50px;
    font-size: 20px;
    color: #7c7c7c;
}

#Dialog_over {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

@media only screen and (max-width:641px) {
    .callb {
        display: none;
    }

    .left_fly {
        display: none;
    }
}