*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.sec-tit {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}
.main{
    max-width: 1000px;
    margin: 0 auto;
}

.news_list p{
    max-width: 760px;
    margin: 0 auto;
    padding: 4px 0;
    font-size: 0;
    text-align: left;
}
.news_list p{
    position: relative;
}
.news_list p .more{
    font-size: 14px;
    font-weight: bold;
    color: #1b2664;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.news_list p a{
    display: block;
}
.news_list p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.news_list p span.left{
    width: 20%;
    text-align: center;
}
.news_list p span.left span{
    display: block;
    color: #1b2664;
    font-weight: bold;
}
.news_list p span.left b{
    margin-bottom: 8px;
    color: #1b2664;
}
.news_list p span.right{
    width: 80%;
}
.news_list p span.right strong{
    color: #1b2664;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.news_list p span.right span{
    margin-top: 16px;
    color: #1b2664;
}
@media screen and (max-width: 1000px) {

    .sec-tit {
        width: 90%;
        margin: 0 auto 8px;
        overflow: hidden;
    }
}

.sec-tit h2 {
    font-size: 30px;
    padding: 20px 0;
    line-height: 38px;
}

@media screen and (max-width: 860px) {

    .sec-tit h2 {
        font-size: 22px;
        padding: 14px 0;
        line-height: 32px;
    }
}

.sec-tit b {
    font-size: 30px;
    color: #014099;
    text-transform: uppercase;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 860px) {

    .sec-tit b {
        font-size: 22px;
        line-height: 32px;
    }
}

.sec-tit p {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
}
.news_list p{
    font-size: 0;
}
.sec-tit .sec-tit-line-l,
.sec-tit .sec-tit-line-r {
    position: absolute;
    top: 39px;
    width: 20%;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 860px) {

    .sec-tit .sec-tit-line-l,
    .sec-tit .sec-tit-line-r {
        top: 29px;
    }
}

.sec-tit .sec-tit-line-l {
    margin-right: 280px;
    right: 50%;
}

.sec-tit .sec-tit-line-r {
    margin-left: 280px;
    left: 50%;
}

.section-2,
.section-4 {
    background: url("../images/bg_1.jpg") repeat;
}

.section-3,
.section-5 {
    background: url("../images/bg_4.jpg") center center no-repeat;
    background-size: cover;
}

.flexslider {
    border: none;
}

.flex-direction-nav {
    position: absolute;
}

.flexslider .slides > li {
    position: relative;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.fp-tableCell {
    padding-top: 90px;
}

.mobileS1BG {
    background: center top;
    background-size: cover;
    display: none;
}

@media screen and (max-width: 768px) {

    .flexslider .slides > li {
        position: relative;
    }

    .flexslider .slides > li .main {
        z-index: 50;
        position: absolute;
        top: -16%;
    }

    .fp-tableCell {
        padding-top: 50px;
    }

    .mobileS1BG {
        background: center top no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
   
    .news_list p span.right{
        width: 65%;
    }

}
@media screen and (max-width: 1000px) {

    .ft {
        height: 229px;
        background-color: #014099;
    }
}

@media screen and (max-width: 1000px) {

    .ft .main {
        padding: 0 12px;
    }
}

@media screen and (max-width: 540px) {

    .ft .main {
        padding: 0 4px;
    }
    .news_list p span.right span{
        /*max-height: 28px;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.ft-mid {
    padding: 32px 0 80px;
    border-top: 3px solid #014099;
}

@media screen and (max-width: 1000px) {

    .ft-mid {
        background: #014099;
        color: #fff;
        position: relative;
        padding: 20px 0 0 0;
    }
}

.ft-nav {
    float: left;
}

.ft-nav dl {
    float: left;
    margin-right: 62px;
}

@media screen and (max-width: 1000px) {

    .ft-nav dl {
        margin-right: 6px;
    }
}

@media screen and (min-width: 541px) {

    .ft-nav dl {
        min-width: 80px;
    }
}

.ft-nav dt {
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and (max-width: 540px) {

    .ft-nav dt {
        font-size: 12px;
    }
}

.ft-nav dt a {
    color: #414141;
}

@media screen and (max-width: 1000px) {

    .ft-nav dt a {
        color: #fff;
    }
}

.ft-nav dd {
    line-height: 24px;
    display: block;
}

@media screen and (max-width: 1000px) {

    .ft-nav dd {
        display: none;
    }
}

.ft-nav dd a {
    color: #999;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.ft-nav dd a:hover {
    color: #014099;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.ft-qr {
    width: 162px;
    height: 162px;
    display: block;
}

@media screen and (max-width: 1000px) {

    .ft-qr {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 540px) {

    .ft-qr {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 360px) {

    .ft-qr {
        float: right;
    }
}

.ft-tel {
    font-size: 16px;
    float: right;
}

@media screen and (max-width: 1000px) {

    .ft-tel {
        position: absolute;
        right: 12px;
        top: 20px;
    }
}

@media screen and (max-width: 540px) {

    .ft-tel {
        top: 70px;
        right: 4px;
        font-size: 12px;
    }
}

.ft-tel b {
    font-size: 24px;
    color: #014099;
    font-style: italic;
    margin: 10px 0;
    display: inline-block;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {

    .ft-tel b {
        color: #fff;
        font-size: 18px;
        margin: 6px 0;
    }
}

@media screen and (max-width: 540px) {

    .ft-tel b {
        font-size: 14px;
        margin: 6px 0;
    }
}

.ft-bt {
    background-color: #014099;
    color: #fff;
    padding: 25px 0;
    line-height: 20px;
}

@media screen and (max-width: 1000px) {

    .ft-bt {
        padding: 0;
    }
}

.ft-bt a {
    color: #fff;
}

.ft-bt-l {
    float: left;
}

@media screen and (max-width: 1000px) {

    .ft-bt-l {
        border-top: 1px solid #2182c0;
        padding: 14px 0 14px 2px;
        width: 390px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 540px) {

    .ft-bt-l {
        width: 300px;
    }
}

.ft-bt-l span {
    margin: 0 1px 0 4px;
    position: relative;
    top: -1px;
}

.ft-bt-r {
    float: right;
}

@media screen and (max-width: 1000px) {

    .ft-bt-r {
        float: left;
        clear: both;
        border-top: 1px solid #2182c0;
        padding: 18px 0 40px 2px;
        width: 390px;
    }
}

@media screen and (max-width: 540px) {

    .ft-bt-r {
        width: 300px;
    }
}

.ft-bt-r p {
    float: left;
    margin: 0 2px;
}

@media screen and (max-width: 1000px) {

    .ft-bt-r p {
        float: none;
    }
}

.ft-fsp {
    margin: 0 3px;
}

.head-plh {
    height: 90px;
}

@media screen and (max-width: 768px) {

    .head-plh {
        height: 50px;
    }
}

.banner {
    position: relative;
    width: 100%;
    height: 277px;
    overflow: hidden;
    background: center center no-repeat;
}

@media screen and (max-width: 1000px) {

    .banner {
        height: 265px;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {

    .banner {
        height: 180px;
    }
}

.banner-pic {
    width: 1920px;
    height: 277px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1000px) {

    .banner-pic {
        display: none;
    }
}

.banner-txt {
    position: absolute;
    color: #fff;
    font-size: 48px;
    bottom: 5%;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (min-width: 1001px) {

    .banner-txt {
        left: 50%;
        margin-left: -500px;
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) {

    .banner-txt {
        width: 90%;
        left: 5%;
        font-size: 36px;
    }
}

@media screen and (max-width: 640px) {

    .banner-txt {
        font-size: 30px;
    }
}

.container {
    border-top: 5px solid #7fb4d9;
}

.nav-hori {
    background-color: #f4f4f4;
}

.soll-item {
    width: 33.333%;
    padding-right: 2%;
    float: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {

    .soll-item {
        padding: 0 1%;
    }
}

@media screen and (max-width: 768px) {

    .soll-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {

    .soll-item {
        width: 100%;
        padding: 0 3%;
    }
}

.soll-item h5 {
    font-size: 20px;
    padding: 14px 0 14px 3px;
}

.soll-item img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    display: block;
}

.soll-item-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.soll-item-wrap:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.soll-item-msk,
.soll-item-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.soll-item-msk {
    background: url("../images/bg_2.png") repeat;
    z-index: 8;
}

.soll-item-txt {
    color: #fff;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.soll-item-txt dl {
    margin-top: 45%;
}

.soll-item-txt dt {
    font-size: 22px;
    padding: 8px 0;
}

.soll-item-txt dd {
    font-size: 12px;
    line-height: 1.5;
}

.hdl-hori {
    background-color: #f4f4f4;
    text-align: center;
    position: relative;
}

.hdl-hori h1 {
    font-size: 30px;
    color: #666;
    padding: 2% 0;
}

@media screen and (max-width: 768px) {

    .hdl-hori h1 {
        font-size: 24px;
        padding: 3% 0;
    }
}

@media screen and (max-width: 640px) {

    .hdl-hori h1 {
        font-size: 18px;
        padding: 4% 0;
    }
}

.hdl-hori-back {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 1.5%;
    padding: 8px;
    width: 44px;
    height: 44px;
    background: transparent url("../images/arr_2.png") 8px center no-repeat;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.hdl-hori-back:hover {
    background-position: -30px center;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.col-wrap {
    padding-bottom: 20px;
}

.col-r {
    float: right;
    width: 750px;
    padding: 20px 0 0 10px;
}

@media screen and (max-width: 1000px) {

    .col-r {
        width: 100%;
        float: none;
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 640px) {

    .col-r {
        padding-top: 12px;
    }
}

.col-l {
    float: left;
    width: 243px;
    padding: 20px 13px 20px 0;
    -moz-box-shadow: 5px 0 12px 0 #f4f4f4;
    -webkit-box-shadow: 5px 0 12px 0 #f4f4f4;
    box-shadow: 5px 0 12px 0 #f4f4f4;
}

@media screen and (max-width: 1000px) {

    .col-l {
        display: none;
    }
}
.tab-1 {
    clear: both;
}

.tab-1 .hd {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {

    .tab-1 .hd {
        text-align: center;
    }
}

.tab-1 .hd li {
    float: left;
    line-height: 38px;
    color: #fff;
    background-color: #b2b2b2;
    width: 146px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1000px) {

    .tab-1 .hd li {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {

    .tab-1 .hd li {
        font-size: 14px;
        width: 100px;
    }
}

@media screen and (max-width: 430px) {

    .tab-1 .hd li {
        width: 23%;
    }
}

.tab-1 .hd li.on {
    background-color: #7fb4d9;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1000px) {

    .txt {
        padding: 0 10px;
    }
}

.cont {
    min-height: 300px;
}

.rpro-item {
    width: 33.333%;
    padding: 0 1.5% 3%;
    float: left;
}

@media screen and (max-width: 480px) {

    .rpro-item {
        width: 50%;
    }
}

.rpro-item a {
    padding: 4%;
    background-color: #f9f9f9;
    -moz-box-shadow: 5px 5px 0 0 #ececec;
    -webkit-box-shadow: 5px 5px 0 0 #ececec;
    box-shadow: 5px 5px 0 0 #ececec;
    display: block;
}

.rpro-item h5 {
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #014099;
}

@media screen and (max-width: 640px) {

    .rpro-item h5 {
        font-size: 14px;
    }
}

.rpro-item-pic {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.txt-lh {
    line-height: 2;
}

.pro-zoom {
    float: left;
    width: 432px;
}

@media screen and (max-width: 767px) {

    .pro-zoom {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 432px) {

    .pro-zoom {
        width: 100%;
    }
}

.spec-preview {
    float: left;
    width: 432px;
}

@media screen and (max-width: 432px) {

    .spec-preview {
        width: 100%;
    }
}

@media screen and (max-width: 432px) {

    .jqzoom {
        width: 100%;
    }
}

.jqzoom img {
    width: 428px;
}

@media screen and (max-width: 432px) {

    .jqzoom img {
        width: 100%;
    }
}
.pro-inro {
    float: right;
    width: 294px;
    color: #666;
}

@media screen and (max-width: 767px) {

    .pro-inro {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
}

.pro-inro ul li {
    border-bottom: 1px dotted #cfcfcf;
}

.pro-inro-price span {
    font-size: 14px;
    color: #014099;
    display: block;
    padding: 16px 0;
}

.pro-inro-price span b {
    font-size: 22px;
    color: #dd1223;
    margin-right: 6px;
}

.pro-inro-prop {
    line-height: 22px;
    padding: 8px 0;
}

.pro-inro-pher {
    padding: 8px 0;
}

.pro-inro-pher-sele {
    height: 36px;
    width: 210px;
}

@media screen and (max-width: 360px) {

    .pro-inro-pher-sele {
        width: 68%;
    }
}

.pro-inro-pher-label {
    font-size: 16px;
    color: #dd1223;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

    .pro-wrap {
        width: 756px;
        margin: 0 auto;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {

    .pro-wrap {
        padding-bottom: 12px;
    }
}

.serv-cont {
    padding: 60px 0;
}

@media screen and (max-width: 1000px) {

    .serv-cont {
        padding: 20px 0;
    }
}

.serv-list {
    width: 1012px;
}

@media screen and (max-width: 1000px) {

    .serv-list {
        width: 100%;
    }
}

.serv-item {
    float: left;
    text-align: center;
    padding-right: 11px;
}

@media screen and (max-width: 1000px) {

    .serv-item {
        width: 20%;
        padding: 0 4px 8px;
    }
}

@media screen and (max-width: 768px) {

    .serv-item {
        width: 50%;
        padding: 0 8px 12px;
    }

    .serv-item:last-child {
        width: 100%
    }
}

@media screen and (max-width: 540px) {

    .serv-item {
        padding: 0 4px 6px;
    }
}

.serv-item a {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s; /*width: 242px; */
    width: 190px;
    display: block;
    background-color: #f4f4f4;
    padding: 58px 0 40px;
}

@media screen and (max-width: 1000px) {

    .serv-item a {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {

    .serv-item a {
        padding: 22px 0 12px;
    }

}

.serv-item i {
    width: 64px;
    height: 64px;
    display: inline-block;
    margin-bottom: 35px;
}

@media screen and (max-width: 540px) {

    .serv-item i {
        margin-bottom: 12px;
        width: 36px;
        height: 36px;
        background-size: cover;
    }
}

.serv-item h6 {
    font-size: 20px;
}

@media screen and (max-width: 540px) {

    .serv-item h6 {
        font-size: 16px;
    }
}

.serv-item a:hover {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    background-color: #0075c1;
}

.serv-item a:hover .serv-item-txt,
.serv-item a:hover h6,
.serv-item a:hover .serv-item-en {
    color: #fff;
}

.serv-item a:hover .serv-item-line {
    background-color: #fff;
}

.serv-item-en {
    padding: 17px 0;
    text-transform: uppercase;
    color: #b9b9b9;
}

@media screen and (max-width: 540px) {

    .serv-item-en {
        padding: 10px 0;
    }
}

.serv-item-txt {
    line-height: 18px;
    padding: 12px 0;
    color: #666;
    width: 110px;
    margin: 0 auto;
}

@media screen and (max-width: 540px) {

    .serv-item-txt {
        padding: 8px 0;
    }
}

.serv-item-line {
    display: block;
    height: 3px;
    background-color: #000;
    width: 74px;
    margin: 0 auto;
}

.serv-item-1 i {
    background-image: url("../images/ico_1.png");
}

.serv-item-2 i {
    background-image: url("../images/ico_2.png");
}

.serv-item-3 i {
    background-image: url("../images/ico_3.png");
}

.serv-item-4 i {
    background-image: url("../images/ico_4.png");
}

.serv-item-5 i {
    background-image: url("../images/ico_5.png");
}

.serv-item-1 a:hover i {
    background-image: url("../images/ico_1_w.png");
}

.serv-item-2 a:hover i {
    background-image: url("../images/ico_2_w.png");
}

.serv-item-3 a:hover i {
    background-image: url("../images/ico_3_w.png");
}

.serv-item-4 a:hover i {
    background-image: url("../images/ico_4_w.png");
}

.serv-item-5 a:hover i {
    background-image: url("../images/ico_5_w.png");
}

.tit {
    padding: 28px 0 30px;
    font-size: 24px;
    text-indent: 14px;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {

    .tit {
        padding: 18px 0 22px;
        font-size: 20px;
    }
}

.filt {
    padding: 14px 0;
}

@media screen and (max-width: 1000px) {

    .filt {
        padding: 14px 6px;
    }
}

.filt select {
    float: left;
    border: 1px solid #e5e5e5;
    height: 38px;
    width: 200px;
    margin: 0 10px 10px 0;
}

.filt-sele {
    float: left;
    width: 232px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    padding-left: 12px;
}

@media screen and (max-width: 1000px) {

    .filt-sele {
        margin-bottom: 10px;
    }
}

.filt-search {
    float: left;
    height: 38px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding-right: 90px;
    width: 267px;
    margin: 0 10px 10px 0;
}

.filt-search-btn {
    height: 38px;
    width: 90px;
    font-size: 14px;
    position: absolute;
    top: -1px;
    right: 0;
}

.filt-search-ipt {
    padding: 0 12px;
    height: 36px;
    border: none;
    font-size: 14px;
    color: #666;
}

.btn {
    background-color: #014099;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
}

.blist-wrap {
    padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {

    .blist-wrap {
        padding: 0 6px 20px;
    }
}

.blist-item {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    background-color: #696c77;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 0 90px 0 100px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 8px;
    display: block;
}

@media screen and (max-width: 640px) {

    .blist-item {
        font-size: 12px;
        padding: 0 44px 0 50px;
    }
}

.blist-item-hd {
    position: absolute;
    width: 100px;
    height: 65px;
    border-right: 1px solid #fff;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
}

@media screen and (max-width: 640px) {

    .blist-item-hd {
        height: 48px;
        width: 50px;
        line-height: 16px;
    }
}

.blist-item-hd b {
    font-size: 32px;
    margin: 14px 0 3px;
    display: inline-block;
}

@media screen and (max-width: 640px) {

    .blist-item-hd b {
        font-size: 20px;
        margin: 8px 0 0;
    }
}

.blist-item-bd {
    line-height: 65px;
    height: 65px;
}

@media screen and (max-width: 640px) {

    .blist-item-bd {
        height: 48px;
        line-height: 48px;
    }
}

.blist-item-bd > i {
    width: 22px;
    height: 28px;
    background: 0 0 no-repeat;
    float: left;
    margin: 17px 18px 0;
}

@media screen and (max-width: 640px) {

    .blist-item-bd > i {
        margin: 10px 10px 0;
    }
}
.blist-slide {
    padding: 4px 20px 20px;
    display: none;
}

@media screen and (max-width: 640px) {

    .blist-slide {
        padding: 2px 4px 20px;
    }
}

.blist-slide-txt {
    font-size: 14px;
}

@media screen and (max-width: 640px) {

    .blist-slide-txt {
        font-size: 12px;
    }
}

.blist-slide-btn {
    width: 97px;
    height: 35px;
    text-align: center;
    float: right;
    line-height: 35px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.bdsharebuttonbox {
    float: right;
}

@media screen and (max-width: 640px) {

    .bdsharebuttonbox {
        display: none;
    }
}

.news-list {
    width: 1050px;
}

@media screen and (max-width: 1000px) {

    .news-list {
        width: 100%;
    }
}

.news-item {
    float: left;
    width: 350px;
    padding: 0 50px 32px 0;
}

@media screen and (max-width: 1000px) {

    .news-item {
        width: 33.3333%;
        padding: 0 5px 20px;
    }
}

@media screen and (max-width: 640px) {

    .news-item {
        width: 50%;
    }
}

@media screen and (max-width: 460px) {

    .news-item {
        width: 100%;
    }
}

.news-item a {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    width: 300px;
    padding: 18px 19px;
    display: block;
    border: 1px solid #dbdbdb;
}

@media screen and (max-width: 1000px) {

    .news-item a {
        width: 100%;
        padding: 10px;
    }
}

.news-item h5 {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    clear: right;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-item .news-item-time {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    color: #c3c3c3;
    padding: 8px 0;
}

.news-item .news-item-img img {
    display: block;
    width: 100%;
}

.news-item .news-item-txt {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    color: #c3c3c3;
    line-height: 22px;
    padding: 24px 0 20px;
}

.news-item .news-item-more {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    float: left;
    width: 68px;
    height: 21px;
    background-color: #c3c3c3;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

.news-item a:hover {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    background-color: #80abde;
}

.news-item a:hover .news-item-txt,
.news-item a:hover .news-item-time,
.news-item a:hover h5 {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.news-item a:hover .news-item-more {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #80abde;
}

.news-cont {
    padding: 30px 0;
}

.frame-news-txt {
    font-size: 14px;
    color: #666;
}

.frame-job-cont {
    font-size: 14px;
    color: #666;
    padding-left: 40px;
}

@media screen and (max-width: 640px) {

    .frame-job-cont {
        padding-left: 0;
    }
}

.frame-job-cont dt {
    font-size: 16px;
    padding: 6px 0;
}

.frame-job-cont dd,
.frame-job-cont dt {
    line-height: 24px;
}

.frame-job-cont dl {
    margin-bottom: 40px;
}

.contact-cont > .main {
    padding: 30px 0;
}

@media screen and (max-width: 1000px) {

    .contact-cont > .main {
        padding: 30px 1%;
    }
}

@media screen and (max-width: 640px) {

    .contact-cont > .main {
        padding: 30px 2%;
    }
}

.contact-info {
    width: 49%;
    margin-right: 1%;
    float: left;
    background-color: #014099;
    color: #fff;
    padding: 0 0 0 3%;
}

@media screen and (max-width: 640px) {

    .contact-info {
        float: none;
        width: 100%;
        padding: 0 5px 14px 3%;
        margin: 0 0 10px 0;
    }
}

.contact-info dt {
    font-size: 30px;
    line-height: 64px;
    border-bottom: 2px solid #fff;
    height: 68px;
    margin: 3% 0;
    float: left;
    padding-right: 10px;
}

@media screen and (max-width: 810px) {

    .contact-info dt {
        font-size: 24px;
        line-height: 46px;
        height: 46px;
    }
}

@media screen and (max-width: 460px) {

    .contact-info dt {
        font-size: 20px;
    }
}

.contact-info dd {
    line-height: 30px;
    font-size: 16px;
    clear: both;
}

@media screen and (max-width: 720px) {

    .contact-info dd {
        line-height: 24px;
    }
}

.contact-map {
    width: 49%;
    margin-left: 1%;
    float: right;
}

@media screen and (max-width: 640px) {

    .contact-map {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.contact-map img {
    width: 100%;
}

.prol-list {
    width: 1040px;
}

@media screen and (max-width: 1000px) {

    .prol-list {
        width: 100%;
    }
}

.prol-item {
    float: left;
    padding: 0 40px 26px 0;
}

@media screen and (max-width: 1000px) {

    .prol-item {
        width: 50%;
        padding: 0 10px 26px;
    }
}

@media screen and (max-width: 480px) {

    .prol-item {
        width: 100%;
    }
}

.prol-item a {
    display: block;
    width: 480px;
    background-color: #f9f9f9;
    -moz-box-shadow: 4px 4px 0 0 #ececec;
    -webkit-box-shadow: 4px 4px 0 0 #ececec;
    box-shadow: 4px 4px 0 0 #ececec;
    padding: 20px 10px;
    height: 197px;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {

    .prol-item a {
        width: 100%;
        height: auto;
    }
}

.prol-item dt {
    color: #014099;
    font-size: 18px;
    padding-bottom: 10px;
}

.prol-item dd {
    line-height: 22px;
    color: #666;
    font-size: 12px;
    margin: 0;
}

.prol-item-img {
    float: left;
    width: 210px;
    display: block;
    padding-top: 35%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
dd,dl{
    margin: 0;
}
@media screen and (max-width: 1000px) {

    .prol-item-img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.prol-item-info {
    float: right;
    width: 236px;
}

@media screen and (max-width: 1000px) {

    .prol-item-info {
        width: 100%;
        float: none;
    }
}

.prol-cont {
    padding: 30px 0;
}

@media screen and (max-width: 1000px) {

    .prol-cont .main {
        width: 100%;
    }
}

.solu-item {
    padding: 0 10px;
}

@media screen and (max-width: 460px) {

    .solu-item {
        padding: 0 3px;
    }
}

.prol-item-wrap {
    display: none;
}

.solu-item a {
    display: block;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.solu-item a:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.solu-item a:hover .solu-item-tit {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    color: #014099;
}

.solu-item-tit {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.solu-item-img {
    overflow: hidden;
}

.solu-item-img .img {
    padding-top: 120%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease 0s;
}

@media screen and (max-width: 1000px) {

    .comp,
    .auth {
        padding: 0 10px;
    }
}

.comp h2,
.auth h2,
.horn h2 {
    padding: 28px 0;
    font-size: 24px;
}

@media screen and (max-width: 640px) {

    .comp h2,
    .auth h2,
    .horn h2 {
        font-size: 20px;
        padding: 20px 0;
    }
}

.comp-txt,
.auth-txt {
    line-height: 28px;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}

.comp-txt img {
    float: right;
    margin: 0 0 28px 28px;
}

@media screen and (max-width: 1000px) {

    .comp-txt img {
        width: 40%;
    }
}

@media screen and (max-width: 460px) {

    .comp-txt img {
        width: 100%;
    }
}

.auth {
    background-color: #eaeff4;
}

.auth-txt dl {
    margin-bottom: 10px;
}

.auth-txt dt {
    color: #014099;
    font-size: 18px;
}

.auth-pic {
    cursor: pointer;
}

.auth-pic img {
    display: block;
}

.auth-pic span {
    display: block;
    color: #014099;
    text-align: center;
}

.auth-pic-1 {
    float: right;
    margin: 0 0 40px 20px;
}

.auth-pic-2 {
    float: left;
    margin: 0 20px 40px 0;
}

.horn {
    position: relative;
    padding: 20px 0;
    height: auto;
    overflow: hidden;
}

.horn > img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1023px) {

    .horn > img {
        display: none;
    }
}

@media screen and (min-width: 1024px) {

    .horn .main {
        position: relative;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -500px;
    }
}

@media screen and (max-width: 1023px) {

    .horn h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9;
}


.bx-viewport {
    height: 47px !important;
}

.bdsharebuttonbox-2 {
    width: 186px;
    margin: 0 auto;
    float: none;
}

.sec-us-txt {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    float: left;
    width: 580px;
    padding: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {

    .sec-us-txt {
        width: auto;
        float: none;
        line-height: 22px;
    }
}

.sec-us-txt a {
    float: right;
    color: #014099;
    margin-top: 30px;
}

.sec-us-img {
    float: right;
    width: 400px;
}

@media screen and (max-width: 1000px) {

    .sec-us-img {
        width: 40%;
        margin: 0 0 10px 10px;
    }
}

@media screen and (max-width: 640px) {

    .sec-us-img {
        width: 60%;
        margin: 0 auto 20px;
        float: none;
        display: block;
    }
}

.sec-us {
    padding-top: 60px;
}

@media screen and (max-width: 1000px) {

    .sec-us {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 640px) {

    .sec-us {
        padding: 0 10px;
    }
}

.solu-item-tit {
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0 10px;
}

.solu-item-tag {
    line-height: 24px;
    color: #dfdfdf;
}

.solu-item-tag span {
    margin: 0 6px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background: #fff center center no-repeat;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    margin-top: -25px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -80px;
    background-image: url("../images/arr_5_l.png");
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -80px;
    background-image: url("../images/arr_5_r.png");
}

.case-item {
    padding: 0 10px;
}

@media screen and (max-width: 460px) {

    .case-item {
        padding: 0 3px;
    }
}

.case-item a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.case-item a:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.case-item-img {
    overflow: hidden;
}

.case-item-img .img {
    padding-top: 80%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease 0s;
}

.case-item-txt {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background-color: #014099;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    left: 0;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    bottom: 0;
}

@media screen and (max-width: 1000px) {

    .case-item-txt {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.case-item-txt h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 2px 0;
    bottom: -90px;
    box-sizing: border-box;
}

.case-item-txt span {
    color: #dfdfdf;
    line-height: 24px;
    text-transform: uppercase;
}

.case-item a:hover .case-item-txt {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1000px) {

    #owl-prol .prol-item {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    #owl-prol .prol-item-img {
        float: left;
        width: 30%;
    }
}

@media screen and (max-width: 640px) {

    #owl-prol .prol-item-info {
        float: none;
    }
}

.slide-1 .main {
    padding-top: 30px;
}

@media screen and (max-width: 1000px) {

    .slide-1 .main {
        padding: 30px 10%;
    }
}

@media screen and (max-width: 768px) {

    .slide-1 .main {
        padding: 30% 8%;
    }
}

.slide-1 p {
    color: #fff;
}

@media screen and (max-width: 768px) {

    .slide-1 p {
        text-align: center;
    }
}

.slide-1 p.slide-1-1,
.slide-1 p.slide-2-1,
.slide-1 p.slide-3-1 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-size: 40px;
    line-height: 1.5em;
    padding: 20px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    font-weight: bold;
}

@media screen and (max-width: 640px) {

    .slide-1 p.slide-1-1,
    .slide-1 p.slide-2-1,
    .slide-1 p.slide-3-1 {
        font-size: 30px;
        line-height: 1.5em;
    }
}

.slide-1 p.slide-1-2,
.slide-1 p.slide-2-2,
.slide-1 p.slide-3-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-size: 18px;
    line-height: 1.5em;
    padding: 6px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

@media screen and (max-width: 640px) {

    .slide-1 p.slide-1-2,
    .slide-1 p.slide-2-2,
    .slide-1 p.slide-3-2 {
        font-size: 18px;
        line-height: 50px;
    }
}

.slide-1 .slide-1-3,
.slide-1 .slide-2-3,
.slide-1 .slide-3-3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-size: 14px;
    text-align: center;
    width: 90px;
    height: 36px;
    background-color: #014099;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    float: left;
    margin-top: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.slide-1 p.slide-1-1, .slide-1 p.slide-2-2 {
    line-height: 30px;
    padding: 0;
    padding-top: 20px;
}

.slide-1 p.slide-2-1,
.slide-1 p.slide-2-2 {
    color: #1952a2;
    text-shadow: 1px 1px 0 #fff;
    line-height: 30px;
    padding: 0;
    padding-top: 20px;
}

.slide-1 p.slide-1-1, .slide-1 p.slide-2-1 {
    padding-top: 50px;
}

@media screen and (max-width: 768px) {

    .slide-1 .slide-1-3,
    .slide-1 .slide-2-3,
    .slide-1 .slide-3-3 {
        margin: 30px auto 0;
        float: none;
    }
}

@media screen and (max-width: 640px) {

    .slide-1 .slide-1-3,
    .slide-1 .slide-2-3,
    .slide-1 .slide-3-3 {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        width: 100px;
    }

    .slide-1 p.slide-1-1, .slide-1 p.slide-2-2 {
        line-height: 20px;
        padding: 0;
        padding-top: 10px;
    }

    .slide-1 p.slide-2-1,
    .slide-1 p.slide-2-2 {
        color: #1952a2;
        text-shadow: 1px 1px 0 #fff;
        line-height: 20px;
        padding: 0;
        padding-top: 10px;
    }

    .slide-1 p.slide-1-1, .slide-1 p.slide-2-1 {
        padding-top: 50px;
    }
}

.nav-item-pro-slide dl,
.nav-item-plan-slide dl {
    width: 14.2%;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    float: left;
}

.nav-item-pro-slide dt,
.nav-item-plan-slide dt {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.nav-item-pro-slide dt h5,
.nav-item-plan-slide dt h5 {
    margin-bottom: 8px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.nav-item-pro-slide dt img,
.nav-item-plan-slide dt img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.nav-item-pro-slide dt a:hover h5,
.nav-item-plan-slide dt a:hover h5 {
    color: #0069b3;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.nav-item-pro-slide dd,
.nav-item-plan-slide dd {
    line-height: 24px;
}

.nav-item-pro-slide dd a,
.nav-item-plan-slide dd a {
    color: #666;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

.nav-item-pro-slide dd a:hover,
.nav-item-plan-slide dd a:hover {
    color: #0069b3;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
}

#fp-nav ul li a span {
    background-color: #014099;
}

.owl-theme .owl-controls .owl-page span {
    width: 54px;
    height: 5px;
    background-color: #c5c5c5;
    border-radius: 0;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #014099;
}

.owl-pagination {
    padding: 50px 0;
}

#fp-nav ul li {
    width: 12px;
    height: 12px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 16px 7px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #fff;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    margin: 0;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 0 1px 4px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 1px 4px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1px 4px rgba(255, 255, 255, 0.8);
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 100%;
    height: 100%;
    margin: 0;
}

#fp-nav.right {
    right: 26px;
}

.ico-mouse {
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 73px;
    z-index: 99;
    text-align: center;
    padding-top: 42px;
}

.ico-mouse i {
    background: url("../images/ico_mouse.png") 0 0 no-repeat;
    width: 16px;
    height: 26px;
    display: block;
    margin: 0 auto;
    -moz-animation: mouse 1.6s ease 0s infinite;
    -webkit-animation: mouse 1.6s ease 0s infinite;
    animation: mouse 1.6s ease 0s infinite;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
}

.flex-active-slide .slide-1-1,
.flex-active-slide .slide-2-1,
.flex-active-slide .slide-3-1 {
    -moz-animation: slide-1-1 0.8s ease 0.5s both;
    -webkit-animation: slide-1-1 0.8s ease 0.5s both;
    animation: slide-1-1 0.8s ease 0.5s both;
}

.flex-active-slide .slide-1-2,
.flex-active-slide .slide-2-2,
.flex-active-slide .slide-3-2 {
    -moz-animation: slide-1-1 0.8s ease 0.8s both;
    -webkit-animation: slide-1-1 0.8s ease 0.8s both;
    animation: slide-1-1 0.8s ease 0.8s both;
}

.flex-active-slide .slide-1-3,
.flex-active-slide .slide-2-3,
.flex-active-slide .slide-3-3 {
    -moz-animation: slide-1-3 0.8s ease 1.1s both;
    -webkit-animation: slide-1-3 0.8s ease 1.1s both;
    animation: slide-1-3 0.8s ease 1.1s both;
}

@-moz-keyframes mouse {
    0% {
        top: 0;
    }
    100% {
        top: 12px;
    }
}

@-webkit-keyframes mouse {
    0% {
        top: 0;
    }
    100% {
        top: 12px;
    }
}

@keyframes mouse {
    0% {
        top: 0;
    }
    100% {
        top: 12px;
    }
}

@-moz-keyframes slide-1-1 {
    0% {
        -moz-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-1-1 {
    0% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slide-1-1 {
    0% {
        -moz-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slide-1-3 {
    0% {
        -moz-transform: translate(20%, 0);
        transform: translate(20%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@-webkit-keyframes slide-1-3 {
    0% {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes slide-1-3 {
    0% {
        -moz-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

.section-3 .prol-item ,.map{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.section-3.active .prol-item,.map {
    -moz-animation: prol-item 0.8s ease both;
    -webkit-animation: prol-item 0.8s ease both;
    animation: prol-item 0.8s ease both;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.section-3.active .prol-item:nth-of-type(1),.map {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.section-3.active .prol-item:nth-of-type(2) {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.section-2 .owl-item {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.section-2.active .owl-item {
    -moz-animation: owl-item 0.8s ease both;
    -webkit-animation: owl-item 0.8s ease both;
    animation: owl-item 0.8s ease both;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.section-2.active .owl-item:nth-of-type(1) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.section-2.active .owl-item:nth-of-type(2) {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.section-2.active .owl-item:nth-of-type(3) {
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.section-2.active .owl-item:nth-of-type(4) {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-moz-keyframes prol-item {
    0% {
        -moz-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes prol-item {
    0% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes prol-item {
    0% {
        -moz-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes owl-item {
    0% {
        -moz-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes owl-item {
    0% {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes owl-item {
    0% {
        -moz-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

.agent {
    *zoom: 1;
    padding: 10px;
    display: none;
    border-bottom: 1px solid #e0edf6;
}

.agent:after {
    content: "";
    display: table;
    clear: both;
}

.agent-list {
    float: left;
}

@media screen and (max-width: 767px) {

    .agent-list {
        float: none;
    }
}

.agent-list li {
    line-height: 28px;
}

.agent-list span {
    font-weight: bold;
}

.agent-list a {
    color: #014099;
}

.agent-loca {
    float: right;
}

@media screen and (max-width: 767px) {

    .agent-loca {
        float: none;
    }
}

@media screen and (max-width: 460px) {

    .agent-loca {
        width: 100%;
    }
}

.tab-1 .pro-inro-pher-sele {
    margin: 0 10px 10px;
}

.agent-tab-wrap {
    margin: 0 10px;
    border: 1px solid #e0edf6;
    border-bottom: none;
}

.agent-tab {
    width: 100%;
}

.agent-th {
    background-color: #f2f7fb;
}

.agent-th,
.agent-td {
    *zoom: 1;
    border-bottom: 1px solid #e0edf6;
}

.agent-th:after,
.agent-td:after {
    content: "";
    display: table;
    clear: both;
}

.agent-th li,
.agent-td li {
    border-right: 1px solid #e0edf6;
    line-height: 36px;
    float: left;
}

.agent-th li {
    background-color: #f2f7fb;
    line-height: 38px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.agent-td li {
    padding-left: 1%;
    color: #666;
}

.agent-item-name {
    width: 30%;
}

@media screen and (max-width: 520px) {

    .agent-item-name {
        width: 60%;
    }
}

.agent-item-city {
    width: 20%;
}

@media screen and (max-width: 520px) {

    .agent-item-city {
        width: 30%;
    }
}

.agent-item-add {
    width: 42%;
}

@media screen and (max-width: 520px) {

    .agent-item-add {
        display: none;
    }
}

.agent-td li.agent-item-more,
.agent-th li.agent-item-more {
    width: 8%;
    text-align: center;
    border-right: 0;
    cursor: pointer;
}

@media screen and (max-width: 520px) {

    .agent-td li.agent-item-more,
    .agent-th li.agent-item-more {
        width: 10%;
    }
}

.agent-td li.agent-item-more a,
.agent-th li.agent-item-more a {
    color: #014099;
}

.ovw .nav {
    position: fixed;
}

.ovw .nav-toggle {
    position: fixed;
}

#owl-case.owl-theme {
    padding-bottom: 50px;
}

.news-item-img {
    width: 260px;
    height: 200px;
    overflow: hidden;
}

.fb-cont .tit {
    margin-bottom: 20px;
}

.fb-cont h5 {
    padding: 30px 1%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.fb-form {
    *zoom: 1;
    line-height: 20px;
    width: 800px;
    margin: 0 auto;
}

.fb-form:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 800px) {

    .fb-form {
        width: 98%;
        padding: 0 1%;
    }
}

.fb-form b {
    color: #c6142c;
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.fb-item,
.fb-item--ta,
.fb-item--btn {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 120px;
    min-height: 44px;
}

@media screen and (max-width: 520px) {

    .fb-item,
    .fb-item--ta,
    .fb-item--btn {
        padding-left: 80px;
    }
}

@media screen and (max-width: 400px) {

    .fb-item,
    .fb-item--ta,
    .fb-item--btn {
        width: 100%;
    }
}

.fb-item-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    text-align: right;
}

@media screen and (max-width: 520px) {

    .fb-item-label {
        width: 80px;
    }
}

.fb-item-ipt {
    height: 20px;
    float: left;
    width: 135px;
    padding: 0 4px;
}

@media screen and (max-width: 520px) {

    .fb-item-ipt {
        width: 100%;
    }
}

.fb-item--ta {
    width: 100%;
}

.fb-item--btn {
    padding-top: 6px;
}

.fb-item-ta {
    height: 80px;
    width: 80%;
    padding: 4px;
}

@media screen and (max-width: 400px) {

    .fb-item-ta {
        width: 100%;
    }
}

@media screen and (min-width: 720px) {

    .video-frame {
        height: 480px;
    }
}

.video-player {
    width: 100%;
}

.jwlogo {
    display: none;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1c71bf;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    align-items: center;
    justify-content: center;
    z-index: 500;
}

.loadingtext {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 20px;
    margin: 5px -100px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.ball-spin-fade-loader {
    position: relative;
}

.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
    animation: ball-spin-fade-loader 1s 0s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
    animation: ball-spin-fade-loader 1s 0.12s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
    animation: ball-spin-fade-loader 1s 0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
    animation: ball-spin-fade-loader 1s 0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0.48s infinite linear;
    animation: ball-spin-fade-loader 1s 0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
    animation: ball-spin-fade-loader 1s 0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
    animation: ball-spin-fade-loader 1s 0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
    animation: ball-spin-fade-loader 1s 0.84s infinite linear;
}

.ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
}


.float-expand, .float-qq, .float-wechat{
    width: 160px!important;
}