/* ================Start setting main page=============== */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/*-----------------------grid system---------------------*/
.page {
    width: 100%;
    background-color: #506780;
    margin: 0 auto;
    position: relative;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ssm-1,
.col-ssm-2,
.col-ssm-3,
.col-ssm-4,
.col-ssm-5,
.col-ssm-6,
.col-ssm-7,
.col-ssm-8,
.col-ssm-9,
.col-ssm-10,
.col-ssm-11,
.col-ssm-12,
.col-ssmm-1,
.col-ssmm-2,
.col-ssmm-3,
.col-ssmm-4,
.col-ssmm-5,
.col-ssmm-6,
.col-ssmm-7,
.col-ssmm-8,
.col-ssmm-9,
.col-ssmm-10,
.col-ssmm-11,
.col-ssmm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (max-width: 479px) {
    .col-ssmm-1,
    .col-ssmm-2,
    .col-ssmm-3,
    .col-ssmm-4,
    .col-ssmm-5,
    .col-ssmm-6,
    .col-ssmm-7,
    .col-ssmm-8,
    .col-ssmm-9,
    .col-ssmm-10,
    .col-ssmm-11,
    .col-ssmm-12 {
        float: left;
    }

    .col-ssmm-12 {
        width: 100%;
    }

    .col-ssmm-11 {
        width: 91.66666667%;
    }

    .col-ssmm-10 {
        width: 83.33333333%;
    }

    .col-ssmm-9 {
        width: 75%;
    }

    .col-ssmm-8 {
        width: 66.66666667%;
    }

    .col-ssmm-7 {
        width: 58.33333333%;
    }

    .col-ssmm-6 {
        width: 50%;
    }

    .col-ssmm-5 {
        width: 41.66666667%;
    }

    .col-ssmm-4 {
        width: 33.33333333%;
    }

    .col-ssmm-3 {
        width: 25%;
    }

    .col-ssmm-2 {
        width: 16.66666667%;
    }

    .col-ssmm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 480px) {
    .col-ssm-1,
    .col-ssm-2,
    .col-ssm-3,
    .col-ssm-4,
    .col-ssm-5,
    .col-ssm-6,
    .col-ssm-7,
    .col-ssm-8,
    .col-ssm-9,
    .col-ssm-10,
    .col-ssm-11,
    .col-ssm-12 {
        float: left;
    }

    .col-ssm-12 {
        width: 100%;
    }

    .col-ssm-11 {
        width: 91.66666667%;
    }

    .col-ssm-10 {
        width: 83.33333333%;
    }

    .col-ssm-9 {
        width: 75%;
    }

    .col-ssm-8 {
        width: 66.66666667%;
    }

    .col-ssm-7 {
        width: 58.33333333%;
    }

    .col-ssm-6 {
        width: 50%;
    }

    .col-ssm-5 {
        width: 41.66666667%;
    }

    .col-ssm-4 {
        width: 33.33333333%;
    }

    .col-ssm-3 {
        width: 25%;
    }

    .col-ssm-2 {
        width: 16.66666667%;
    }

    .col-ssm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/*-----------------------end grid system---------------------*/
/* Begin header */
.header * {
    box-sizing: border-box;
}

.header {
    position: relative;
    background: #FFFFFF;
}

.header .megamenu-boxwr {
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 #666;
}

.header .container {
    z-index: 199;
}

.header .header-bar {
    display: block;
}

.header .header-bar .logo {
    padding-top: 2px;
}

.header .header-bar .logo a {
    line-height: 0;
}

.header .mega-menu {
    margin-top: 27px;
    float: right;
}

.header .mega-menu > li {
    float: left;
    position: relative;
    text-align: center;
    padding-bottom: 9px;
    background: rgba(255, 255, 255, 0);
}

.header .mega-menu > li .sub-menu {
    display: block;
    margin-top: 7px;
    opacity: 0;
    transition: all .35s ease-out;
    visibility: hidden;
}

.header .mega-menu > li:hover .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.header .mega-menu > li:hover > a {
    color: #0096DB;
}

.header .mega-menu > li:hover > a:before {
    background: url(//dl.cfxz123.com/source/www/template/dropdown-hover.png) no-repeat;
}

.header .mega-menu > li > a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    height: 30px;
    margin-right: 39px;
    line-height: 28px;
    position: relative;
}

.header .mega-menu > li > a:before {
    content: "";
    width: 6px;
    height: 4px;
    display: block;
    position: absolute;
    right: -13px;
    top: 12px;
    background: url(//dl.cfxz123.com/source/www/template/dropdown-grey.png) no-repeat;
}

.header .mega-menu .cre-bt {
    padding-bottom: 0;
}

.header .mega-menu .cre-bt a {
    width: 102px;
    border: 1px solid #035B83;
    margin-right: 20px;
    transition: all .1s ease-in;
    color: #035B83;
}

.header .mega-menu .cre-bt a:before {
    content: none;
}

.header .mega-menu .cre-bt a:hover {
    background: #03425f;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.header .mega-menu .bt-log {
    padding-bottom: 0;
}

.header .mega-menu .bt-log > a {
    color: #FFFFFF;
    border: 1px solid #0288d1;
    background: #0096dc;
    width: 102px;
    margin-right: 0;
    transition: all .1s ease-in;
    border: 1px solid #0288d1;
}

.header .mega-menu .bt-log > a:before {
    content: none;
}

.header .mega-menu .bt-log > a:hover {
    background: #035B83;
    color: #FFFFFF;
    border: 1px solid #035B83;
}

.header .mega-menu .bt-log > .sub-menu {
    width: 100%;
    left: 0;
}

.header .mega-menu .sub-menu {
    position: absolute;
    width: 102%;
    top: 116%;
    left: -21px;
    text-align: left;
    background: #FFFFFF;
    border-top: 3px solid #0288d1;
    padding: 5px 0 10px;
}

.header .mega-menu .sub-menu li a {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    opacity: 0.9;
}

.header .mega-menu .sub-menu li a:hover {
    color: #0288d1;
}

.header .pcst-megamenu {
    position: fixed;
    display: block;
    margin: -66px auto 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 64px;
    background: url(//dl.cfxz123.com/source/www/template/bg-mmg.png) repeat-x scroll;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
}

.header .pcst-megamenu .header-bar {
    display: block;
}

.header .pcst-megamenu .header-bar .logo {
    padding-top: 2px;
}

.header .pcst-megamenu .header-bar .logo img {
    padding: 4px 0;
}

.header .pcst-megamenu .header-bar .mega-menu {
    margin-top: 20px;
}

.header .pcst-megamenu .bt-log {
    margin-right: 20px;
}

.header .pcst-megamenu .mega-menu > li {
    padding-bottom: 14px;
}

.header .pcst-megamenu .mega-menu > li:hover > a {
    color: #1689e5;
}

.header .pcst-megamenu .mega-menu > li:hover > a:before {
    background: url(//dl.cfxz123.com/source/www/template/dropdown-hover.png) no-repeat;
}

.header .pcst-megamenu .mega-menu > li > a {
    color: #333;
    transition: all .2s ease-in-out;
}

.header .pcst-megamenu .mega-menu > li > a:before {
    background: url(//dl.cfxz123.com/source/www/template/dropdown-grey.png) no-repeat;
}

.header .pcst-megamenu .mega-menu > li > a:hover {
    color: #1689e5;
}

.header .pcst-megamenu .mega-menu .bt-hel {
    padding-bottom: 0;
}

.header .pcst-megamenu .mega-menu .sub-menu {
    top: 92%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.header .pcst-megamenu .mega-menu .bt-hel a {
    width: 102px;
    border: 1px solid #0096DB;
    margin-right: 0;
    transition: all .1s ease-in;
    color: #FFFFFF;
    background: #0096DB;
}

.header .pcst-megamenu .mega-menu .bt-hel a:before {
    content: none;
}

.header .pcst-megamenu .mega-menu .bt-hel a:hover {
    background: #035B83;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.header .pcst-megamenu .mega-menu .bt-log a,
.header .pcst-megamenu .mega-menu .cre-bt a {
    background: none;
    border: 1px solid #0096DB;
    color: #0096DB;
    transition: all .1s ease-in;
}

.header .pcst-megamenu .mega-menu .bt-log a:hover,
.header .pcst-megamenu .mega-menu .cre-bt a:hover {
    background: #035B83;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.header .pcst-megamenu.active {
    margin-top: 0;
    opacity: 1;
    display: block;
    visibility: visible;
}

.header .mobilest-megamenu {
    z-index: 100;
    position: relative;
    background: url(//dl.cfxz123.com/source/www/template/bg-mmg.png) repeat-x scroll;
    position: fixed;
    display: none;
    margin: -60px auto 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 64px;
    opacity: 0;
    transition: all .25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
}

.header .mobilest-megamenu .logo {
    padding-top: 2px;
}

.header .par-menu {
    float: right;
    padding-top: 12px;
    display: none;
}

.header .par-menu > li {
    float: left;
    position: relative;
    height: 34px;
}

.header .par-menu > li > a {
    display: block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #0096DB;
    border: 1px solid #0096DB;
    margin-right: 18px;
    text-align: center;
}

.header .par-menu > li > a:hover {
    color: #FFFFFF;
    background: #035B83;
    border: transparent;
}

.header .par-menu .bt-hel a {
    background: #0096DB;
    color: #FFFFFF;
    border: none;
}

.header .par-menu .child1-wrapper {
    min-width: 640px;
    padding-top: 16px;
    position: absolute;
    right: -48%;
    display: none;
}

.header .par-menu .ic-menu {
    margin-right: 0;
    width: 32px;
    height: 42px;
}

.header .par-menu .ic-menu i {
    width: 20px;
    margin-bottom: 4px;
    background: #808080;
    height: 2px;
    display: block;
}

.header .par-menu .ic-menu:hover .cookie-wrapper {
    border: 1px solid #035B83;
}

.header .par-menu .ic-menu:hover i {
    background: #035B83;
}

.header .par-menu .ic-menu:hover .child1-wrapper {
    display: block;
}

.header .par-menu .cookie-wrapper {
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 8px 5px;
    border: 1px solid #808080;
}

.header .par-menu .sub-child1 {
    top: 100%;
    z-index: 999;
    min-width: 640px;
    border: 1px solid #ccc;
    border-top: 3px solid #0288d1;
    padding: 30px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
}

.header .par-menu .sub-child1 > li {
    display: block;
    float: left;
    width: 16.6666%;
}

.header .par-menu .sub-child1 > li > a {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 37px;
    display: block;
}

.header .par-menu .sub-child1 > li > a:hover {
    color: #035B83;
}

.header .par-menu .sub-child1:before {
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: visible;
}

.header .par-menu .sub-child2 {
    text-align: left;
    padding-left: 15px;
}

.header .par-menu .sub-child2 li {
    padding-bottom: 16px;
}

.header .par-menu .sub-child2 li a {
    font-size: 16px;
    color: #808080;
    text-align: left;
}

.header .par-menu .sub-child2 li a:hover {
    color: #035B83;
}

.header .par-menu.stick {
    padding-top: 22px;
}

.header .par-menu.stick > li > a {
    color: #0096DB;
    border: 1px solid #0096DB;
}

.header .par-menu.stick > li > a:hover {
    color: #FFFFFF;
    border: 1px solid transparent;
}

.header .par-menu.stick .bt-hel > a {
    color: #FFFFFF;
    border: 1px solid transparent;
}

.header .par-menu.stick .cookie-wrapper {
    border: 1px solid #808080;
}

.header .par-menu.stick .ic-menu i {
    background: #808080;
}

.header .par-menu.stick .ic-menu:hover i {
    background: #035B83;
}

.header .mobilest-megamenu.active {
    display: none;
    margin-top: 0;
    opacity: 1;
    display: none;
}

.header .mobilest-megamenu.active .par-menu {
    display: block;
}

/* End header */
/* Begin footer */
/* .footer {
    background: #03425f;
    height: 520px;
    padding: 35px 0 78px 0;
    .contact-us {
        width: 100%;
        float: right;
        ul {
            width: 100%;
            li {
                float: right;
                padding-left: 16px;
                text-align: right;
                margin-left: 7px;
            }
            li.mail {
                background: url(//dl.cfxz123.com/source/www/template/mail-ic.png) 1% center no-repeat;
            }
            li.phone {
                background: url(//dl.cfxz123.com/source/www/template/phone-ic.png) 6% center no-repeat;
            }
            li.support {
                background: url(//dl.cfxz123.com/source/www/template/support-ic.png) 9% center no-repeat;
            }
            li.qq-contact {
                background: url(//dl.cfxz123.com/source/www/template/qq-ic.png) 16% center no-repeat;
            }
            li.we-chat {
                background: url(//dl.cfxz123.com/source/www/template/wechat.png) 7% center no-repeat;
            }
            a {
                height: 22px;
                line-height: 22px;
                color: $whit;
                font-size: 16px;
                padding-left: 22px;
                display: block;
                text-align: right;
            }
        }
    }
    .about-us {
        padding-top: 62px;
        font-size: 14px;
        color: $whit;
        opacity: 0.7;
        p:first-child {
            padding-bottom: 12px;
        }
    }
    .services {
        margin-top: 65px;
        margin-bottom: 55px;
        text-align: center;
        a {
            display: inline-block;
            width: 124px;
            height: 49px;
            text-align: center;
        }
        a.offical {
            padding-right: 40px;
        }
    }
    .policy {
        text-align: center;
        li {
            display: inline-block;
            a {
                display: inline-block;
                font-size: 14px;
                color: $whit;
                opacity: 0.7;
                padding: 0 9px;
                &:before {
                    content: "";
                    display: inline-block;
                    height: 14px;
                    width: 1px;
                    background: #a4b1ba;
                    position: relative;
                    top: 2px;
                    left: -9px;
                }
            }
            &:first-child {
                a:before {
                    content: none;
                }
            }
        }
    }
    .copy-right {
        text-align: center;
        font-size: 16px;
        color: $whit;
        margin-top: 17px;
        .cp-2016 {
            margin-bottom: 12px;
        }
    }
}
 */
/* End footer*/
/* Start right sidebar */
.sidebar-box * {
    box-sizing: border-box;
}

.sidebar-box {
    position: fixed;
    right: -1px;
    top: 50%;
    margin-top: -236px;
    height: auto;
    z-index: 100;
}

.sidebar-box li {
    position: relative;
    width: 56px;
    height: 60px;
    transition: width .25s ease-out;
}

.sidebar-box li:hover a.hover {
    margin-left: -80px;
    border-right: none;
}

.sidebar-box li:hover a.hover .sb-icon {
    margin-left: 0;
}

.sidebar-box li:hover span {
    padding-right: 12px;
}

.sidebar-box li:hover span.qr-code {
    left: -177px;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
}

.sidebar-box li:hover .bar-ic0 span {
    margin-right: 5px;
}

.sidebar-box li:hover .bar-ic1 span {
    padding-right: 15px;
}

.sidebar-box li:hover .bar-ic2 span {
    padding-right: 20px;
}

.sidebar-box li:hover .bar-ic3 .sb-icon {
    left: 11%;
}

.sidebar-box li:hover .bar-ic3 span {
    padding-right: 15px;
}

.sidebar-box li:hover .bar-ic4 .sb-icon {
    left: 11%;
}

.sidebar-box li:hover .bar-ic4 span {
    padding-right: 15px;
}

.sidebar-box li:hover .bar-ic5 .sb-icon {
    left: 11%;
}

.sidebar-box li:hover .bar-ic5 span {
    padding-right: 15px;
}

.sidebar-box li:hover .bar-ic7 img {
    top: 25%;
}

.sidebar-box li a {
    border: solid #035A82 1px;
    position: absolute;
    z-index: 98;
    display: block;
    width: 135px;
    height: 100%;
    color: #035A82;
    line-height: 60px;
    font-size: 16px;
    text-align: right;
    transition: all .25s ease-out;
    background: #fff;
}

.sidebar-box li a span {
    display: inline-block;
    padding-right: 7px;
}

.sidebar-box li a.bar-ic0 {
    margin-top: -1px;
}

.sidebar-box li a.bar-ic1 {
    margin-top: -2px;
}

.sidebar-box li a.bar-ic2 {
    margin-top: -3px;
}

.sidebar-box li a.bar-ic3 {
    margin-top: -4px;
}

.sidebar-box li a.bar-ic4 {
    margin-top: -5px;
}

.sidebar-box li a.bar-ic5 {
    margin-top: -6px;
}

.sidebar-box li a.bar-ic6 {
    margin-top: -7px;
}

.sidebar-box li a.bar-ic7 {
    margin-top: -8px;
}

.sidebar-box li.last-line {
    border-bottom: none;
}

.sidebar-box span.qr-code {
    height: 178px;
    width: 178px;
    position: absolute;
    z-index: 85;
    background: #fff;
    border: 1px solid #035A82;
    left: 0;
    bottom: 7px;
    visibility: hidden;
    opacity: 0;
    transition: left .25s ease-out;
}

.sidebar-box span.qr-code img {
    position: absolute;
    height: auto;
}

.sidebar-box .bar-ic0 img {
    max-width: 100%;
    height: auto;
    left: 13.5%;
    top: 30%;
}

.sidebar-box .bar-ic0 .bell {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #C80000;
    top: 11px;
    left: 30px;
    font-size: 0.7em;
    color: #fff;
    line-height: 13px;
    z-index: 89;
    text-align: center;
}

.sidebar-box .bar-ic0 .bell i {
    position: absolute;
    left: 32%;
    top: 8.8%;
    font-style: normal;
}

.sidebar-box .bar-ic1 img {
    max-width: 100%;
    height: auto;
    left: 11%;
    top: 26%;
}

.sidebar-box .bar-ic2 img {
    max-width: 100%;
    height: auto;
    left: 13%;
    top: 30%;
}

.sidebar-box .bar-ic3 img {
    max-width: 100%;
    height: auto;
    left: 10%;
    top: 24%;
}

.sidebar-box .bar-ic4 img {
    max-width: 100%;
    height: auto;
    left: 10%;
    top: 24%;
}

.sidebar-box .bar-ic5 img {
    max-width: 100%;
    height: auto;
    left: 10%;
    top: 24%;
}

.sidebar-box .bar-ic6 img {
    max-width: 100%;
    height: auto;
    left: 10%;
    top: 32%;
}

.sidebar-box .bar-ic7 img {
    max-width: 100%;
    height: auto;
    left: 14%;
    top: 40%;
    transition: top .25s ease-out;
}

.sidebar-box .sb-icon {
    position: absolute;
    top: 28%;
    left: 12%;
    display: inline-block;
    z-index: 89;
}

/* End right sidebar */
/* Start media screen */
@media (max-width: 479px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 90.5%;
    }
}

@media (min-width: 480px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 93.5%;
    }

    .header .pcst-megamenu.active {
        display: none;
    }

    .header .mobilest-megamenu.active {
        display: block;
    }

    .header #megamenu-show .mega-menu {
        display: none;
    }

    .header #megamenu-show .par-menu {
        display: block;
    }

    .sidebar-box {
        display: none;
    }
}

@media (min-width: 768px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 96%;
    }
}

@media (min-width: 992px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 96.5%;
    }
}

@media (min-width: 1024px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 96.5%;
    }
}

@media (min-width: 1100px) {
    .header #megamenu-show .mega-menu {
        display: block;
    }

    .header #megamenu-show .par-menu {
        display: none;
    }

    .sidebar-box {
        display: block;
    }
}

@media (min-width: 1218px) {
    .page {
        width: 100%;
    }

    .container {
        width: 1000px;
    }

    .header .container {
        width: 1160px;
    }
}

@media (min-width: 1220px) {
    .header .pcst-megamenu.active {
        display: block;
    }

    .header .mobilest-megamenu.active {
        display: none;
    }
}

@media (min-width: 1367px) {
    .page {
        width: 100%;
    }

    .container {
        width: 1160px;
    }

    .header .container {
        width: 1160px;
    }
}

@media (min-width: 1440px) {
    .page {
        width: 100%;
    }

    .container {
        width: 1160px;
    }
}

@media (min-width: 1600px) {
    .page {
        width: 100%;
    }

    .container {
        width: 1160px;
    }
}

@media (min-width: 1900px) {
    .page {
        width: 100%;
    }

    .container {
        width: 1160px;
    }
}

/* End media screen */
/* ANIMATIONS ================ */
@-webkit-keyframes flip360 {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        opacity: 1;
    }
}

@keyframes flip360 {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        opacity: 1;
    }
}

.flip360 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flip360 3s linear infinite;
    animation: flip360 3s linear infinite;
}

.header .mega-menu .sub-menu .text-light-fon, .header .par-menu .sub-child2 .text-light-fon {
    -webkit-animation: guangWid linear 1.5s infinite;
    -moz-animation: guangWid linear 1.5s infinite;
    animation: guangWid linear 1.5s infinite;
    opacity: 0;
    opacity: 1 \0;
}

@keyframes guangWid {
    0% {
        color: #333;
        opacity: 0.5;
    }
    50% {
        color: rgba(226, 127, 22, 0.9);
        opacity: 1;
    }
    100% {
        color: #333;
        opacity: .5;
    }
}

/*右边侧导航*/
#nav-right {
/ / overflow: hidden;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -300px;
    z-index: 9999;
}

#nav-right .first-icon {
    overflow: hidden;
    width: 93px;
    height: 130px;
    background: url("//dl.cfxz123.com/source/www/nav-right/icon-bg01.png") no-repeat;
}

#nav-right .first-icon img {
    overflow: hidden;
    display: block;
    margin: 74px auto 0 auto;
}

#nav-right .first-icon span {
    overflow: hidden;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}

#nav-right .first-icon span.size {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin-top: 3px;
}

#nav-right ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-right ul li {
    overflow: hidden;
    display: block;
    list-style: none;
    background: #fff;
    border: solid 1px #80a4bb;
    width: 91px;
    height: 68px;
    cursor: pointer;
}

#nav-right ul li:hover {
    background: #0e4061
}

#nav-right ul li a {
    overflow: hidden;
    display: block;
    color: #0e4061;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}

#nav-right ul li:hover a {
    color: #fff
}

#nav-right ul li span {
    overflow: hidden;
    display: block;
    text-align: center;
    color: #0e4061;
    margin: 2px auto 0 auto;
}

#nav-right ul li:hover span {
    color: #fff
}

#nav-right ul li span.icon {
    width: 40px;
    height: 40px;
    background: url("//dl.cfxz123.com/source/www/nav-right/icon.png") no-repeat;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#nav-right ul li span.icon-bg01 {
    background-position: 2px 5px;
}

#nav-right ul li:hover span.icon-bg01 {
    background-position: -53px 5px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg02 {
    background-position: 2px -63px;
}

#nav-right ul li:hover span.icon-bg02 {
    background-position: -53px -63px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg03 {
    background-position: 2px -130px;
}

#nav-right ul li:hover span.icon-bg03 {
    background-position: -53px -130px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg04 {
    background-position: 2px -200px;
}

#nav-right ul li:hover span.icon-bg04 {
    background-position: -53px -200px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg05 {
    background-position: 2px -267px;
}

#nav-right ul li:hover span.icon-bg05 {
    background-position: -53px -267px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg06 {
    background-position: 2px -334px;
}

#nav-right ul li:hover span.icon-bg06 {
    background-position: -53px -334px;
    transition: background-position .25s ease-in-out;
}

#nav-right ul li span.icon-bg07 {
    background-position: 2px -397px;
}

#nav-right ul li:hover span.icon-bg07 {
    background-position: -53px -397px;
    transition: background-position .25s ease-in-out;
}

#nav-right .we-code {
    overflow: hidden;
    position: fixed;
    right: -200px;
    top: 50%;
    margin-top: 61px;
    z-index: -1;
    border: solid 1px #80a4bb;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#nav-right .show {
    right: 93px;
    transition: right .25s ease-in-out;
}

/*右边侧导航 end*/

/*# sourceMappingURL=old-template.css.map */
