@charset "utf-8";
.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}


.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}


.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}


.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #DADADA;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #DADADA;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;

}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    -o-transition: left .4s ease, -o-transform .4s ease;
    -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    -moz-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    -moz-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
    display: block !important;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: -webkit-calc(2% + 6px);
    right: -moz-calc(2% + 6px);
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */

embed, video {
    max-width: 100%;
}



input[type="submit"], input[type="button"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: none;
}



.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* html5 */






::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

/* WebKit browsers */
:-o-placeholder {
    color: #999;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

/* Internet Explorer 10+ */
.self-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.self-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.common-vc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.common-hc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.common-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.nlazy {
    min-width: 20%;
}

/**/
.email {
    word-break: break-all;
}





[class*="-item"] .item-pic, [class*="-item"] .item-pics {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

[class*="-item"] .item-title {
    overflow: hidden;
}

[class*="-item"] .item-title a {
    display: block;
}

[class*="-item"] .item-title a:hover {
    color: #104A9C !important;
}

[class*="-item"] .item-subt {
    overflow: hidden;
}

[class*="-item"] .item-subt a {
    display: block;
}

[class*="-item"] .item-subt a:hover {
    color: #104A9C !important;
}

[class*="-item"] .item-desc {
    overflow: hidden;
    color: #666;
}

[class*="-item"] .item-desc a {
    display: block;
    color: #666;
}

[class*="-item"] .item-desc a:hover {
    color: #104A9C !important;
}

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp {
    width: 1200px;
    margin: auto;
}

@media screen and (min-width: 1220px) {
    .wp {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .wp {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .wp {
        width: 95%;
        margin: auto;
    }
}

@media screen and (min-width: 1220px) {
    .no_marginr {
        margin-right: auto !important;
    }

    .no_marginl {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .no_marginr {
        margin-right: auto !important;
    }

    .no_marginl {
        margin-left: auto !important;
    }
}

.no_margin {
    margin-left: auto !important;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.item-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.item-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.an-bd3 {
    position: relative;
}

.an-bd3 .item-backdrop {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
    .an-bd3 .item-backdrop {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@media screen and (min-width: 992px) {
    .an-bd3:hover .item-backdrop {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* .an-btn1 start */
.an-btn1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    -moz-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
}

.an-btn1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: '';
    background: #104A9C;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn1 .iconfont {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.an-btn1:hover {
    border-color: #104A9C !important;
    background-color: #104A9C \9;
    color: #fff !important;
}

.an-btn1:hover .iconfont {
    color: #fff !important;
}

.an-btn1:hover:before {
    height: 500%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    -moz-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
}

.an-btn2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: '';
    background: #fff;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn2 .iconfont {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.an-btn2:hover {
    border-color: #104A9C !important;
    background-color: #fff \9;
    color: #104A9C !important;
}

.an-btn2:hover .iconfont {
    color: #104A9C !important;
}

.an-btn2:hover:before {
    height: 500%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
@media screen and (min-width: 992px) {
    .an-bd1 .item-backdrop {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        right: 0;
        -webkit-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        transition: all 900ms ease;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }

    .an-bd1 .item-backdrop:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        background-color: #104A9C;
    }
}

@media screen and (min-width: 992px) {
    .an-bd1:hover .item-backdrop {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}

/*-------------table start-------------------------------------------------------------------*/
.table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}


.table table, .table table a {
    color: #333;
}

.table table tr td {
    padding: 5px 3px;
    border: 1px solid #ccc;
    line-height: 25px
}

@media screen and (max-width: 1000px) {
    .table {
        width: 100%;
        overflow: scroll;
    }
}

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .proslide_menubtn {
        display: block;
    }
}

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
    text-align: center;
    overflow: hidden;
}

.page a {
    display: inline-block;
    border: solid 1px #104A9C;
    background-color: #104A9C;
    color: #fff;
    min-width: 26px;
    padding: 0 2px;
    height: 26px;
    line-height: 24px;
    margin: 0 4px 10px;
}

.page a.prev, .page a.next {
    min-width: 30px;
    padding: 0 2px;
    border-color: transparent !important;
    background-color: transparent !important;
    color: #999;
}

.page a.prev:hover, .page a.next:hover {
    color: #104A9C;
}

.page a.prev .iconfont, .page a.next .iconfont {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
}

.page a:hover, .page a.page-active {
    border-color: #104A9C;
    background-color: #fff;
    color: #104A9C;
}

.page a.none:hover {
    color: #999 !important
}

@media only screen and (max-width: 767px) {
    .page a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.page .fl {
    float: none;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .page .fl {
        float: none;
    }
}

.page .add-form {
    float: none;
    display: inline-block;
    background: url(../images/af-bg.png) no-repeat right center;
    padding-right: 28px;
}

.page .add-form .add-btn {
    text-align: center;
    min-width: 148px;
    padding: 0 5px;
    height: 28px;
    line-height: 26px;
    background-color: #104A9C;
    color: #FFFFFF;
    cursor: pointer;
}

.page .add-form .add-btn:hover {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .page .add-form {
        float: none;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top {
    position: fixed;
    right: 90px;
    bottom: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    cursor: pointer;
    z-index: 998;
    width: 69px;
    height: 69px;
    background-color: #eee;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    line-height: 69px;
    text-align: center;
}

.back-top .iconfont {
    font-size: 30px;
    font-size: 3rem;
    color: #104A9C;
    position: relative;
    z-index: 998;
}

@media only screen and (max-width: 767px) {
    .back-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-top .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }
}

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
    font-size: 0;
    letter-spacing: 0;
}

.pro-share .share-title {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.pro-share .share-pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 26px;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
    padding: 40px 0 0;
    border-top: solid 1px #d2d2d2;
}

.m-oths .oths-item {
    line-height: 26px;
}

.m-oths .oths-item, .m-oths .oths-item a {
    color: #333;
}

.m-oths .oths-item .item-name {
    text-transform: uppercase;
}

.m-oths .oths-item a:hover {
    color: #104A9C;
}

.m-oths .oths-item a.none:hover {
    color: #333 !important;
}

.m-oths .oths-item-1 {
    margin-bottom: 15px;
}

.m-oths .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
    color: #333333;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .m-oths {
        padding: 20px 0 0;
    }
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 94px 0 30px;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "OpenSans-Bold", arial;
    text-align: center;
}

.bread, .bread a {
    color: #fff;
}

.bread a:hover, .bread span {
    color: #104A9C;
}

.bread .active {
    cursor: auto;
}

@media screen and (max-width: 1219px) {
    .bread {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 999px) {
    .bread {
        height: auto;
        padding: 50px 0;
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .bread {
        padding: 30px 0;
        font-size: 20px;
        font-size: 2rem;
    }
}

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

/* WebKit browsers */
.search-box :-o-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/* Internet Explorer 10+ */
.search {
    position: relative;
    margin-left: 11px;
    margin-top: 5px;
}

@media screen and (max-width: 1219px) {
    .search {
        margin: 0;
        position: absolute;
        top: 8px;
        right: 0;
    }
}

@media screen and (max-width: 999px) {
    .search {
        margin: 0;
        position: absolute;
        top: 3px;
        right: 32px;
    }
}

.search .search-icon {
    cursor: pointer;
    display: block;
    font-size: 23px;
    font-size: 2.3rem;
}

@media screen and (max-width: 1219px) {
    .search .search-icon {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.search .search-box {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999;
    width: 250px;
    height: 32px;
    border-radius: 2px;
    border: solid 1px #BFBFBF;
    background-color: #FFFFFF;
    cursor: pointer;
}

.search .search-box .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    position: absolute;
    width: 29px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: 0;
    top: 50%;
    margin-top: -8px;
    z-index: -1;
}

.search .search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 35px 0 9px;
}

.search .search-submit {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

/*-------------header start----------------------------------------------------------------*/
.header .h-top {
    padding: 3px 0 0;
}

.header .h-top .lang-box {
    float: right;
    position: relative;
    padding-left: 23px;
}

.header .h-top .lang-box .item-title {
    padding-right: 20px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}

.header .h-top .lang-box .item-title .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
}

.header .h-top .lang-box .lang-list {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    width: 130px;
    background-color: #f3f3f3;
    border: solid 1px #f1f1f1;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

.header .h-top .lang-box .lang-list p {
    padding: 0 3px;
}

.header .h-top .lang-box .lang-list a:hover {
    color: #104A9C;
}

@media screen and (max-width: 1219px) {
    .header .h-top {
        padding-right: 30px;
    }
}

@media screen and (max-width: 999px) {
    .header .h-top {
        padding-right: 60px;
        padding-top: 0;
    }

    .header .h-top .lang-box .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.header .h-select {
    float: right;
    position: relative;
}

@media screen and (max-width: 1219px) {
    .header .h-select {
        margin-top: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .header .h-select {
        display: none;
    }
}

.header .h-select .iconfont {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    color: #213B3F;
    cursor: pointer;
}

@media screen and (max-width: 1219px) {
    .header .h-select .iconfont {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.header .h-select .box-yiji {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 180px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    z-index: 99;
}

.header .h-select .box-yiji li {
    position: relative;
}

.header .h-select .box-yiji li > a {
    line-height: 30px;
    display: block;
    padding: 5px 15px;
    text-transform: capitalize;
    color: #333;
}

.header .h-select .box-yiji li > a:hover {
    background-color: #104a9c;
    color: #fff;
}

.header .h-select .box-yiji li.active > a {
    background-color: #213B3F;
    color: #fff;
}

.header .h-select .box-yiji li:hover .box-erji {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.header .h-select .box-erji {
    position: absolute;
    right: 100%;
    top: 0;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    width: 180px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}


.header .wp {
    padding-left: 320px;
}

@media screen and (max-width: 1219px) {
    .header .wp {
        padding: 0;
    }
}

.header .logo {
    display: block;
}

@media screen and (max-width: 1219px) {
    .header .logo {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        height: 110px;
    }
    .header .logo-a{
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .header .logo {
        height: 70px;
    }
}

.header .h-bot {
    padding: 10px 0 0;
}

@media screen and (max-width: 1219px) {
    .header .h-bot {
        padding: 0;
    }
}

.header .navlist {
    float: right;
    width: 793px;
    padding-bottom: 24px;
    font-size: 0;
    letter-spacing: 0;
}

.header .navlist > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}

.header .navlist > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "OpenSans-Bold", arial;
    display: inline-block;
    position: relative;
    line-height: 24px;
    border-radius: 17px;
    padding: 5px 17px;
}

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
    color: #fff;
    background-color: #104A9C;
}

@media screen and (max-width: 1219px) {
    .header .navlist {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
    }

    .header .navlist > li {
        width: 14.28% \9;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .header .navlist > li > a {
        padding: 3px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
    }
}

@media screen and (max-width: 850px) {
    .header .navlist > li > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 999px) {
    .header .navlist {
        display: none;
    }
}

.header .navlist li:hover .yiji {
    top: 100%;
}

.header .yiji {
    z-index: 9999;
    position: absolute;
    top: -9999px;
    width: 237px;
    left: 0;
}

.header .yiji li {
    position: relative;
    text-align: left;
}

.header .yiji li > a {
    display: block;
    line-height: 24px;
    padding: 8px 18px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
}

.header .yiji li:hover > a {
    background-color: #104A9C;
    color: #fff;
}

.header .yiji li:hover .erji {
    left: 100%;
}

@media screen and (max-width: 980px) {
    .header .yiji {
        display: none;
    }
}

.header .erji li:hover .sanji {
    left: 100%;
}

.header .erji, .header .sanji {
    position: absolute;
    left: -9999px;
    top: 0;
    border-left: solid 4px transparent;
    width: 237px;
}

/* 767 navlist1 */
.navlist1 {
    display: none;
    width: 100%;
}

.navlist1 > li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 5px;
}

.navlist1 > li > a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 30px;
    border-bottom: solid 2px transparent;
}

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a {
    color: #104A9C;
    border-bottom-color: #104A9C;
}

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

/* WebKit browsers */
.footer :-o-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/* Internet Explorer 10+ */
.footer {
    overflow: hidden;
    background-color: #1D1D1D;
}

.footer, .footer a {
    color: #fff;
}

.footer a:hover {
    color: #104A9C;
}

.footer .f-top {
    padding: 74px 0 80px;
    line-height: 26px;
}

.footer .f-top .footer-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.footer .f-top .flist1 {
    width: 330px;
    padding-right: 15px;
}

.footer .f-top .flist2 {
    width: 475px;
    padding-right: 15px;
}

.footer .f-top .flist2 li {
    line-height: 30px;
}

.footer .f-top .flist3 {
    width: 326px;
}

.footer .f-top .f-follow {
    font-size: 0;
    letter-spacing: 0;
    padding-top: 8px;
    padding-bottom: 18px;
}

.footer .f-top .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.footer .f-top .f-follow a:first-child {
    margin-left: 0;
}

.footer .f-top .f-follow a:hover {
    margin-top: -5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.footer .f-top .f-follow a .iconfont {
    display: block;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
}

.footer .f-top .copyright img {
    margin-left: 8px;
}

@media screen and (max-width: 1219px) {
    .footer .f-top .flist1 {
        width: 220px;
    }

    .footer .f-top .flist2 {
        width: 400px;
    }
}

@media screen and (max-width: 999px) {
    .footer .f-top {
        padding: 50px 0;
    }

    .footer .f-top .flist1 {
        width: 25%;
    }

    .footer .f-top .flist2 {
        width: 37%;
    }

    .footer .f-top .flist3 {
        width: 38%;
    }
}

@media screen and (max-width: 767px) {
    .footer .f-top {
        padding: 15px 0 60px;
    }

    .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title {
        display: none;
    }

    .footer .f-top .flist3 {
        width: 100%;
    }

    .footer .f-top .f-follow {
        padding: 0 0 10px;
    }
}

.footer .f-bot {
    border-top: solid 1px #4C4C4C;
    line-height: 30px;
    padding: 26px 0 23px;
}

@media screen and (max-width: 767px) {
    .footer .f-bot {
        display: none;
    }
}

.footer .f-bot p a {
    display: inline-block;
    position: relative;
}

.footer .f-bot p a:first-child:before {
    display: none;
}

.footer .f-bot p a:before {
    content: '|';
    margin: 0 3px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-item start */
.index-item .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 44px;
    font-size: 4.4rem;
    text-transform: uppercase;
    text-align: center;
}

.index-item .item-title a:hover {
    color: #104A9C;
}

@media screen and (max-width: 1219px) {
    .index-item .item-title {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 999px) {
    .index-item .item-title {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .index-item .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.index-item .item-desc {
    margin-top: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    text-align: center;
}

.index-item .item-desc, .index-item .item-desc a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .index-item .item-desc {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* index-item end */
/* index-about start */
.index-about {
    padding: 87px 0 78px; /* .item-videobox start */ /* .item-videobox end */
}

@media screen and (max-width: 1219px) {
    .index-about {
        padding: 70px 0;
    }
}

@media screen and (max-width: 999px) {
    .index-about {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-about {
        padding: 30px 0;
    }
}

.index-about .list-item {
    margin-top: 60px;
}

@media screen and (max-width: 999px) {
    .index-about .list-item {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .list-item {
        margin-top: 30px;
    }
}

.index-about .item-videobox, .index-about .item-pic {
    overflow: hidden;
    float: right;
    padding: 0 31px 27px 0;
    width: 55.16667%;
    margin-left: 3.16667%;
    background: url(../images/bg2.png) no-repeat right bottom;
    background-size: 31.11782%;
}

.index-about .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.87797%;
    height: 0;
}

.index-about .item-videobox .item-video iframe, .index-about .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.index-about .item-videobox .item-video iframe body {
    margin: 0px !important;
}

@media screen and (max-width: 999px) {
    .index-about .item-videobox, .index-about .item-pic {
        padding: 0 15px 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-videobox, .index-about .item-pic {
        float: none;
        width: 100%;
        max-width: 646px;
        margin: 0 auto;
    }
}

.index-about .item-body .item-desc {
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
}

.index-about .item-body .item-desc p {
    min-height: 26px;
}

.index-about .item-body .item-desc, .index-about .item-body .item-desc a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .index-about .item-body .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .index-about .item-body .item-desc p {
        min-height: 24px;
    }
}

.index-about .item-body .item-btn {
    display: inline-block;
    min-width: 137px;
    line-height: 24px;
    padding: 8px;
    border-radius: 20px;
    background-color: #104A9C;
    color: #fff;
    text-align: center;
    margin-top: 34px;
    font-size: 16px;
    font-size: 1.6rem;
}

.index-about .item-body .item-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .index-about .item-body .item-btn {
        margin-top: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 8px;
    }
}

/* index-about end */
/* index-hotpro start */
.index-hotpro {
    padding-bottom: 102px;
}

@media screen and (max-width: 1219px) {
    .index-hotpro {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 999px) {
    .index-hotpro {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro {
        padding-bottom: 30px;
    }
}

.index-hotpro .box-list {
    margin-top: 48px;
}

.index-hotpro .box-list .left-item {
    width: 49.66667%;
    margin-right: 0.83333%;
    float: left;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .left-item {
        width: 50%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }
}

.index-hotpro .box-list .right-list {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.index-hotpro .box-list .right-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 49.15825%;
    margin-left: 1.6835%;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .right-list .list-item {
        width: 48%;
        margin: 0 1% 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .index-hotpro .box-list .right-list .list-item {
        width: 48%;
    }
}

@media screen and (max-width: 400px) {
    .index-hotpro .box-list .right-list .list-item {
        width: 98%;
    }
}

.index-hotpro .box-list .right-list .left-item {
    display: none;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .right-list .left-item {
        display: inline-block;
    }
}

.index-hotpro .box-list .left-item:hover .item-backdrop, .index-hotpro .box-list .list-item:hover .item-backdrop {
    right: 0;
}

.index-hotpro .box-list .left-item:hover .item-body, .index-hotpro .box-list .list-item:hover .item-body {
    left: 0;
}

.index-hotpro .box-list .item-pic {
    border: solid 1px #B5B5B5;
}

.index-hotpro .box-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 596px;
    width: 100%;
}

.index-hotpro .box-list .item-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 999px;
    bottom: 0;
    background-color: #104A9C;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-backdrop {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

.index-hotpro .box-list .item-body {
    text-align: center;
    position: absolute;
    left: 999px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -122px \0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

@media screen and (max-width: 1219px) {
    .index-hotpro .box-list .item-body {
        margin-top: -90px;
    }
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-body {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 0;
    }
}

.index-hotpro .box-list .item-info {
    margin: 0 auto;
    max-width: 390px;
    width: 100%;
    padding: 0 5px;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-info {
        max-width: 100%;
        padding: 15px 10px;
    }
}

.index-hotpro .box-list .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 30px;
    font-size: 3rem;
}

.index-hotpro .box-list .item-title, .index-hotpro .box-list .item-title a {
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .index-hotpro .box-list .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-hotpro .box-list .item-desc {
    margin-top: 29px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    height: 88px;
}

.index-hotpro .box-list .item-desc, .index-hotpro .box-list .item-desc a {
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .index-hotpro .box-list .item-desc {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-desc {
        line-height: 20px;
        height: 80px;
    }
}

.index-hotpro .box-list .item-btn {
    margin: 0 auto;
    display: inline-block;
    min-width: 153px;
    line-height: 26px;
    padding: 11px;
    border-radius: 24px;
    background-color: #104A9C;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "OpenSans-Bold", arial;
    margin-top: 39px;
}

.index-hotpro .box-list .item-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 1219px) {
    .index-hotpro .box-list .item-btn {
        margin-top: 15px;
        line-height: 24px;
        padding: 5px 10px;
        border-radius: 17px;
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 140px;
    }
}

:root .index-hotpro .box-list .item-body {
    margin-top: 0;
}

/* index-hotpro end */
/* index-app start */
.index-app {
    background: #ECECEC url(../images/bg1.jpg) no-repeat top center;
    background-size: contain;
    padding: 108px 0 125px;
}

@media screen and (max-width: 1219px) {
    .index-app {
        padding: 70px 0;
    }
}

@media screen and (max-width: 999px) {
    .index-app {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-app {
        padding: 30px 0;
    }
}

.index-app .box-list {
    font-size: 0;
    letter-spacing: 0;
}

.index-app .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 19.53125%;
    margin-left: 0.58594%;
    margin-top: 86px;
}

@media screen and (max-width: 1219px) {
    .index-app .box-list .list-item {
        margin-top: 50px;
    }
}

@media screen and (max-width: 999px) {
    .index-app .box-list .list-item {
        width: 31.33%;
        margin: 30px 1% 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .index-app .box-list .list-item {
        width: 98%;
        float: none;
        clear: both
    }
}

.index-app .box-list .item-pic img {
    display: block;
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
}

.index-app .box-list .item-body {
    padding: 0 20px;
}

@media screen and (max-width: 1619px) {
    .index-app .box-list .item-body {
        padding: 0 5px;
    }
}

@media screen and (max-width: 999px) {
    .index-app .box-list .item-body {
        padding: 0;
    }
}

.index-app .box-list .item-title {
    margin-top: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "OpenSans-Bold", arial;
    text-align: center;
    line-height: 26px;
}

@media screen and (max-width: 1219px) {
    .index-app .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-app .box-list .item-title {
        margin-top: 10px;
    }
}

.index-app .box-list .item-desc {
    margin-top: 11px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 72px;
    text-align: center;
}

.index-app .box-list .item-desc, .index-app .box-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 1219px) {
    .index-app .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .index-app .box-list .item-desc {
        margin-top: 5px;
        line-height: 20px;
        height: 60px;
    }
}

/* index-app end */
/* index-lnews start */
.index-lnews {
    padding: 78px 0 107px;
}

@media screen and (max-width: 1219px) {
    .index-lnews {
        padding: 70px 0;
    }
}

@media screen and (max-width: 999px) {
    .index-lnews {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-lnews {
        padding: 30px 0;
    }
}

.index-lnews .box-list {
    font-size: 0;
    letter-spacing: 0;
}

.index-lnews .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 31.66667%;
    margin-left: 2.5%;
    margin-top: 64px;
}

@media screen and (max-width: 1219px) {
    .index-lnews .box-list .list-item {
        margin-top: 50px;
    }
}

@media screen and (max-width: 999px) {
    .index-lnews .box-list .list-item {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .index-lnews .box-list .list-item {
        width: 48%;
    }
}

.index-lnews .box-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
}

.index-lnews .box-list .item-title {
    margin-top: 22px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "OpenSans-Bold", arial;
    line-height: 26px;
}

@media screen and (max-width: 999px) {
    .index-lnews .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-lnews .box-list .item-title {
        margin-top: 10px;
    }
}

.index-lnews .box-list .item-desc {
    margin-top: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 84px;
}

.index-lnews .box-list .item-desc, .index-lnews .box-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 999px) {
    .index-lnews .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 72px;
    }
}

@media screen and (max-width: 767px) {
    .index-lnews .box-list .item-desc {
        margin-top: 5px;
        line-height: 20px;
        height: 60px;
    }
}

.index-lnews .box-list .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 25px;
}

.index-lnews .box-list .item-btn:hover {
    color: #104A9C;
}

@media screen and (max-width: 767px) {
    .index-lnews .box-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

/* index-lnews end */

.index-down .index-item, .index-cer .index-item, .index-faq .index-item {
    margin-bottom: 30px;
}

.index-cer {
    margin-bottom: 30px;
}

.index-cer .cer-scroll {
    position: relative;
    overflow: hidden;
}

.index-cer .cer-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 28px;
    font-size: 2.8rem;
    color: #213B3F;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover {
    color: #000;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.index-cer .cer-scroll .scroll-btns .prev {
    margin-right: 20px;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-btns .prev {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-btns .prev {
        margin-right: 10px;
    }
}

.index-cer .cer-scroll .scroll-list-box {
    width: 100%;
    overflow: hidden;
}

.index-cer .cer-scroll .scroll-list {
    width: 10000%;
}

.index-cer .cer-scroll .scroll-list .list-item {
    float: left;
    width: 0.23083%;
    margin-right: 0.02556%;
}

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.235%;
        margin-right: 0.02%;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.32%;
    }
}

@media screen and (max-width: 480px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.49%;
    }
}

.index-cer .cer-scroll .scroll-list .item-pics {
    position: relative;
    padding-bottom: 100%;
    border: solid 1px #DCDCDC;
}

.index-cer .cer-scroll .scroll-list .item-pics img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.index-cer .cer-scroll .scroll-list .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.index-cer .cer-scroll .scroll-list .item-backdrop:before {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-list .item-backdrop {
        display: none;
    }
}

.index-cer .cer-scroll .scroll-list .item-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
}

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

.index-video {
    margin-bottom: 50px;
}

.index-video .index-item {
    margin-bottom: 45px;
}

@media screen and (max-width: 1219px) {
    .index-video .index-item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .index-video .index-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .index-item {
        margin-bottom: 20px;
    }
}

.index-video .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.index-video .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 40.16667%;
    height: 0;
}

.index-video .item-videobox .item-video iframe, .index-video .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.index-video .item-videobox .item-video iframe body {
    margin: 0px !important;
}

/*-------------index end-------------------------------------------------------------------*/
.page_wrap {
    padding: 55px 0 100px;
}

@media screen and (max-width: 1219px) {
    .page_wrap {
        padding: 55px 0 70px;
    }
}

@media screen and (max-width: 999px) {
    .page_wrap {
        padding: 50px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .page_wrap {
        padding: 30px 0 30px;
    }
}

/*-------------1-1-products start----------------------------------------------------------*/
/* proslide start */
.proslide {
    width: 317px;
    float: left;
}

@media screen and (max-width: 1219px) {
    .proslide {
        width: 280px;
    }
}

@media screen and (max-width: 999px) {
    .proslide {
        width: 100%;
        margin: 30px auto 0;
    }
}

/* slidenav-title */
.slidenav-title, .slidenav-title1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "OpenSans-Bold", arial;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 20px;
    background-color: #104A9C;
    text-align: center;
    position: relative;
}

.slidenav-title a, .slidenav-title > span, .slidenav-title1 a, .slidenav-title1 > span {
    color: #FFFFFF;
    display: block;
    padding: 7px 10px 8px;
}

.slidenav-title a:hover, .slidenav-title1 a:hover {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .slidenav-title, .slidenav-title1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

    .slidenav-title a, .slidenav-title1 a {
        padding: 8px;
    }
}

@media screen and (max-width: 767px) {
    .slidenav-title1 {
        display: none;
    }
}

.slidenav-title2 {
    display: none;
}

@media screen and (max-width: 767px) {
    .slidenav-title2 {
        display: block;
    }
}

.attnav-box {
    margin-top: 30px;
}

/* slidenav-list */
.slidenav-list > li {
    margin-bottom: 8px;
    border: solid 1px #D2D2D2;
}

.slidenav-list > li > a, .slidenav-list > li > p {
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 10px 10px 63px;
    background: #EEEEEE url(../images/slide1.png) no-repeat 14px center;
    position: relative;
}

.slidenav-list > li > a:after, .slidenav-list > li > p:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 39px;
    width: 1px;
    background-color: #D2D2D2;
}

.slidenav-list .active > a, .slidenav-list > li > a:hover, .slidenav-list .active > p, .slidenav-list li > p:hover {
    background: #104A9C url(../images/slide1_1.png) no-repeat 14px center !important;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .slidenav-list {
        display: none;
    }
}

.slidenav-yiji {
    padding: 5px 0;
    border-top: solid 1px #d2d2d2;
    display: none
}

.slidenav-yiji.active {
    display: block
}

.slidenav-yiji > li:hover > a, .slidenav-yiji .active > a {
    color: #104A9C;
}

.slidenav-yiji > li:hover > a, .slidenav-yiji .slidenav-active1 > a {
    color: #104A9C;
}

.slidenav-yiji > li {
    padding-left: 44px;
}

.slidenav-yiji > li > a, .slidenav-yiji > li > label {
    position: relative;
    padding: 12px 10px 12px 23px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

.slidenav-yiji > li > a:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 24px;
    background: url(../images/slide2.png) no-repeat left center;
    left: 0;
    top: 12px;
}

@media screen and (max-width: 999px) {
    .slidenav-yiji > li > a, .slidenav-yiji > li > p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 4px 10px 4px 23px;
    }

    .slidenav-yiji > li > a:before, .slidenav-yiji > li > p:before {
        top: 4px;
    }
}

.slidenav-erji {
    padding: 0 0 13px;
    display: none
}

.slidenav-erji > li:hover > a, .slidenav-erji .slidenav-active2 > a {
    color: #104A9C;
}

.slidenav-erji li > a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 5px 10px 5px 58px;
    line-height: 24px;
    color: #333;
}

@media screen and (max-width: 999px) {
    .slidenav-erji li > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* slide-tags start*/
.slide-tags {
    margin-top: 24px;
}

.slide-tags .box-list {
    margin-top: -5px;
}

.slide-tags .box-list a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
}

.slide-tags .box-list a:before {
    content: '|';
    margin: 0 3px;
}

.slide-tags .box-list a:first-child:before {
    display: none;
}

.slide-tags .box-list a:hover {
    color: #104A9C;
}

@media screen and (max-width: 767px) {
    .slide-tags .box-list a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
    }
}

/* slide-tags end*/
/* proslide end */
.pro-main {
    width: 860px;
    float: right;
}

@media screen and (max-width: 1219px) {
    .pro-main {
        width: 680px;
    }
}

@media screen and (max-width: 999px) {
    .pro-main {
        width: 100%;
    }
}

/*pro2-list start*/
.pro1-list {
    padding-bottom: 45px;
}

@media screen and (max-width: 999px) {
    .pro1-list {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-list {
        padding-bottom: 10px;
    }
}

.pro1-list .list-item {
    float: left;
    width: 31.74419%;
    margin-left: 1.51163%;
    margin-bottom: 48px;
}

@media screen and (max-width: 999px) {
    .pro1-list .list-item {
        width: 31.33%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 600px) {
    .pro1-list .list-item {
        width: 48%;
    }
}

.pro1-list .item-pic {
    width: 100%;
    border: solid 1px #DCDCDC;
    position: relative;
}

.pro1-list .item-pic img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.pro1-list .item-pic:hover {
    border-color: #104A9C;
}

.pro1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
    line-height: 26px;
    text-align: center;
}

.pro1-list .item-btnbox {
    margin-top: 25px;
    text-align: center;
}

.pro1-list .item-btnbox input {
    margin-right: 15px;
    vertical-align: middle;
}

@media screen and (max-width: 1219px) {
    .pro1-list .item-btnbox input {
        margin-right: 10px;
    }
}

@media screen and (max-width: 999px) {
    .pro1-list .item-btnbox {
        margin-top: 10px;
    }

    .pro1-list .item-btnbox input {
        margin-right: 5px;
    }
}

.pro1-list .item-btn {
    display: inline-block;
    padding: 0 10px;
    min-width: 130px;
    line-height: 24px;
    padding: 4px 10px;
    text-align: center;
    border: solid 1px #DCDCDC;
}

.pro1-list .item-btn:hover {
    border: solid 1px #104A9C;
    background-color: #104A9C;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .pro1-list .item-btn {
        min-width: 100px;
    }
}

/*pro2-list end*/
.pro1-top {
    margin-bottom: 20px;
}

.pro1-top .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: solid 1px #ccc;
    color: #104A9C;
    line-height: 30px;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.pro1-top .item-desc {
    line-height: 30px;
    padding: 10px 0 0px 0px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .pro1-top .item-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

    .pro1-top .item-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-box {
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .pro2-box {
        margin-bottom: 25px;
    }
}

.pro2-box .m-propic {
    margin: 0 auto;
    width: 631px;
    float: left;
}

.pro2-box .m-propic .provideo-box {
    border: 1px solid #EBEBEB;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.pro2-box .m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.pro2-box .m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pro2-box .m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.pro2-box .m-propic .pic-big {
    position: relative;
    float: right;
    width: 476px;
}

.pro2-box .m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border-radius: 0;
    border: 1px solid #DADADA;
}

.pro2-box .m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.pro2-box .m-propic .big-img .zoomPad img {
    border-radius: 0;
}

.pro2-box .m-propic .zoomWrapperImage img {
    max-width: 1200px;
}

.pro2-box .m-propic .pic-small {
    position: relative;
    float: left;
    width: 151px;
    padding: 18px 0;
    overflow: hidden;
}

.pro2-box .m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 8px;
    display: block;
    cursor: pointer;
    height: 6px;
    border-radius: 3px;
    background-color: #999;
}

.pro2-box .m-propic .pic-btn.prev {
    top: 0;
    background: #999 url(../images/up.png) no-repeat center;
}

.pro2-box .m-propic .pic-btn.next {
    bottom: 0;
    background: #999 url(../images/down.png) no-repeat center;
}

.pro2-box .m-propic .pic-btn:hover {
    background-color: #104A9C;
}

.pro2-box .m-propic .pic-list {
    height: 439px;
    overflow: hidden;
}

.pro2-box .m-propic .pic-list ul {
    height: 2000px;
}

.pro2-box .m-propic .pic-list .list-item {
    margin-bottom: 5px;
    padding-right: 8px;
    overflow: visible;
}

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video {
    display: block;
    border-radius: 0;
    border: 1px solid #DADADA;
    position: relative;
    overflow: visible;
}

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
}

.pro2-box .m-propic .pic-list .item-pics:before, .pro2-box .m-propic .pic-list .item-video:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    background: url(../images/bg3.png) no-repeat right center;
    right: -8px;
    top: 50%;
    margin-top: -7px;
    display: none;
}

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.zoomThumbActive,
.pro2-box .m-propic .item-video:hover, .pro2-box .m-propic .item-video.zoomThumbActive {
    border-color: #104A9C;
}

.pro2-box .m-propic .item-pics:hover:before, .pro2-box .m-propic .item-pics.zoomThumbActive:before,
.pro2-box .m-propic .item-video:hover:before, .pro2-box .m-propic .item-video.zoomThumbActive:before {
    display: block;
}

.pro2-box .m-propic2 {
    display: none;
}

@media screen and (max-width: 1219px) {
    .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */
    }

    .pro2-box .zoomPad {
        cursor: default !important;
    }

    .pro2-box .zoomPup {
        display: none !important;
    }

    .pro2-box .zoomWindow {
        display: none !important;
    }

    .pro2-box .zoomPreload {
        display: none !important;
    }

    .pro2-box .m-propic {
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }

    .pro2-box .m-propic .pic-big {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .pro2-box .m-propic1 {
        display: none;
    }

    .pro2-box .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pro2-box .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 24px;
        height: 24px;
    }

    .pro2-box .m-propic2 .box-btn .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
        color: #A2A2A2;
    }

    .pro2-box .m-propic2 .box-btn .iconfont:hover {
        color: #104A9C;
    }

    .pro2-box .m-propic2 .box-btn.prev {
        left: 0;
    }

    .pro2-box .m-propic2 .box-btn.next {
        right: 0;
    }

    .pro2-box .m-propic2 .box-list {
        overflow: hidden;
    }

    .pro2-box .m-propic2 .box-list ul {
        width: 1000%;
    }

    .pro2-box .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
        border-radius: 0;
        border: 1px solid #DADADA;
        overflow: hidden;
    }

    .pro2-box .m-propic2 .list-item img {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .pro2-box .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }
}

@media only screen and (max-width: 480px) {
    .pro2-box .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

.pro2-info {
    float: right;
    width: 530px;
}

@media only screen and (max-width: 1219px) {
    .pro2-info {
        float: none;
        width: 100%;
    }
}

.pro2-info .item-title {
    margin-top: 40px;
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "OpenSans-Bold", arial;
}

@media only screen and (max-width: 999px) {
    .pro2-info .item-title {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pro2-info .item-title {
        line-height: 26px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.pro2-info .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    min-height: 222px;
    padding: 15px 0 20px;
}

.pro2-info .item-desc, .pro2-info .item-desc a {
    color: #666;
}

@media only screen and (max-width: 1219px) {
    .pro2-info .item-desc {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .pro2-info .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 15px 0 20px;
    }
}

.pro2-info .item-btns {
    padding-top: 16px;
    font-size: 0;
    letter-spacing: 0;
}

.pro2-info .item-btns .item-btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    line-height: 24px;
    padding: 6px 10px;
    border: solid 1px #363A3A;
    color: #363A3A;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    min-width: 142px;
}

.pro2-info .item-btns .item-btn {
    margin-right: 43px;
}

.pro2-info .item-btns .item-btn:hover {
    background-color: #104A9C;
    border-color: #104A9C;
    color: #fff;
}

.pro2-info .item-btns .none:hover {
    background-color: #fff !important;
    border-color: #363A3A !important;
    color: #363A3A !important;
}

@media only screen and (max-width: 767px) {
    .pro2-info .item-btns .item-btn:first-child {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .pro2-info .item-btns .item-btn {
        width: 100%;
        margin: 10px 0 0 !important;
    }
}

.pro2-info .down-row {
    font-size: 0;
    letter-spacing: 0;
}

.pro2-info .pro-share {
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
    margin-bottom: 10px;
}

.pro2-info .pro-share .share-title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.pro2-info .down-btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #363A3A;
}

.pro2-info .down-btn .iconfont {
    font-size: 21px;
    font-size: 2.1rem;
    margin-left: 10px;
}

.pro2-info .down-btn:hover {
    color: #104A9C;
}

.pro2-spec .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: solid 1px #B1B1B1;
    padding-bottom: 8px;
    position: relative;
}

.pro2-spec .item-title:before {
    position: absolute;
    content: '';
    width: 146px;
    height: 3px;
    background-color: #104A9C;
    left: 0;
    bottom: -2px;
}

@media screen and (max-width: 999px) {
    .pro2-spec .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .pro2-spec .item-title:before {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-spec .item-title {
        font-size: 20px;
        font-size: 2rem;
    }
}

.pro2-spec .item-body {
    padding: 25px 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.pro2-spec .item-body p {
    line-height: 30px;
}

.pro2-spec .item-body img, .pro2-spec .item-body iframe {
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    .pro2-spec .item-body {
        line-height: 26px;
    }

    .pro2-spec .item-body p {
        min-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-spec .item-body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .pro2-spec .item-body p {
        min-height: 24px;
    }
}

.pro2-tags {
    padding-top: 16px;
    line-height: 30px;
    margin-bottom: 57px;
}

@media screen and (max-width: 999px) {
    .pro2-tags {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-tags {
        margin-bottom: 30px;
    }
}

.pro2-tags strong {
    font-family: "OpenSans-Bold", arial;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin-right: 5px;
}

.pro2-tags a {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
}

.pro2-tags a:after {
    content: '|';
    margin: 0 3px;
}

.pro2-tags a:last-child:after {
    display: none;
}

.pro2-tags a:hover {
    color: #104A9C;
}

@media screen and (max-width: 767px) {
    .pro2-tags {
        line-height: 26px;
    }

    .pro2-tags strong {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pro2-tags a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.related-box {
    margin-top: 30px;
}

.related-box .box-title {
    text-align: center;
    font-family: "OpenSans-Bold", arial;
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: solid 1px #B1B1B1;
    padding-bottom: 20px;
    position: relative;
}

.related-box .box-title a:hover {
    color: #104A9C;
}

.related-box .box-title:before {
    position: absolute;
    content: '';
    width: 146px;
    height: 3px;
    background-color: #104A9C;
    left: 50%;
    margin-left: -73px;
    bottom: -2px;
}

@media screen and (max-width: 999px) {
    .related-box .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .related-box .box-title:before {
        width: 100px;
        margin-left: -50px;
    }
}

@media screen and (max-width: 767px) {
    .related-box .box-title {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 8px;
    }
}

.related-box .box-list .list-item {
    float: left;
    width: 21.41667%;
    margin-left: 4.77778%;
    margin-top: 38px;
}

@media screen and (max-width: 999px) {
    .related-box .box-list .list-item {
        width: 23%;
        margin: 30px 1% 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .related-box .box-list .list-item {
        width: 48%;
    }
}

.related-box .box-list .item-pic {
    border: solid 1px #DCDCDC;
}

.related-box .box-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.related-box .box-list .item-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .related-box .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-about start--------------------------------------------------------------*/
.ac-top {
    padding-bottom: 63px;
}

@media screen and (max-width: 999px) {
    .ac-top {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .ac-top {
        padding-bottom: 30px;
    }
}

.about-top {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
}

.about-top p, .contact-top p {
    line-height: 28px
}

.about-top strong {
    font-weight: normal;
    font-family: "OpenSans-Bold", arial;
}

.about-top img, .about-top iframe {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .about-top {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .about-top p {
        min-height: 24px;
    }
}

.contact-box .item-form {
    padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
    .contact-box .item-form {
        padding-bottom: 20px;
    }
}

.contact-box .item-form .star {
    background: url(../images/star.png) no-repeat 7px center;
}

.contact-box .item-form .item-input {
    float: left;
    width: 49%;
    padding-left: 22px;
    margin-bottom: 14px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    box-sizing: border-box;
}

.contact-box .item-form .item-input1 {
    padding-left: 22px;
    margin-bottom: 14px;
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    box-sizing: border-box;
}

.contact-box .item-form .item-input1.star {
    background-position-y: 18px;
}

.contact-box .item-form input, .contact-box .item-form textarea {
    display: block;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #999;
    border: solid 1px #CCCCCC;
    font-size: 16px;
    font-size: 1.6rem;
}

.contact-box .item-form input {
    height: 43px;
    line-height: 42px;
    padding: 0 13px;
}

.contact-box .item-form textarea {
    height: 170px;
    padding: 10px 13px;
    line-height: 24px;
}

.contact-box .item-form .item-code {
    width: 502px;
    margin-right: 73px;
}

.contact-box .item-form .item-img img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    max-height: 41px;
}

.contact-box .item-form .item-btn {
    width: 412px;
    padding: 0;
    float: right;
}

.contact-box .item-form .item-btn input {
    font-size: 18px;
    font-size: 1.8rem;
    border-color: #104A9C;
    background-color: #104A9C;
    color: #fff;
    text-transform: uppercase;
}

.contact-box .item-form .item-btn input:hover {
    border-color: #000;
    background-color: #000;
}

@media screen and (max-width: 1219px) {
    .contact-box .item-form .item-code {
        width: 350px;
        margin-right: 20px;
    }

    .contact-box .item-form .item-btn {
        width: 350px;
    }
}

@media screen and (max-width: 999px) {
    .contact-box .item-form .item-code {
        width: 250px;
        margin-right: 15px;
    }

    .contact-box .item-form .item-btn {
        width: 250px;
        margin-left: 15px;
        float: left;
    }

    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .contact-box .item-form input {
        height: 36px;
        line-height: 34px;
    }

    .contact-box .item-form .input1 {
        padding-right: 0;
    }

    .contact-box .item-form .item-code {
        width: -moz-calc(100% - 130px) !important;
        width: calc(100% - 130px) !important;
        margin-right: 0;
    }

    .contact-box .item-form .item-img {
        margin-left: 0;
        float: right;
    }

    .contact-box .item-form .item-img img {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        max-height: 36px;
    }

    .contact-box .item-form .item-img img {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        max-height: 36px;
    }

    .contact-box .item-form .item-btn {
        margin-left: 0;
        width: 100%;
        padding-left: 22px;
    }

    .contact-box .item-form .item-btn input {
        font-size: 16px;
        font-size: 1.6rem;
    }
}


.contact-box .item-form .attachment {
    float: left;
    width: 99%;
    margin-left: 0.5%;
    box-sizing: border-box;
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
}

.contact-box .item-form .attachment span {
    float: left;
}

.contact-box .item-form .attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-box .item-form .attachment .file-group {
    float: left;
    width: 228px;
    height: 34px;
    line-height: 34px;
    background-color: #104A9C;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .contact-box .item-form .attachment .file-group {
        width: 100%;
    }
}

.contact-box .item-form .attachment .file-group .file-btn {
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #104A9C;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    line-height: 34px;
}

.contact-box .item-form .attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.contact-box .item-form .attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.contact-box .item-form .attachment .file-group .file-name-p {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-box .item-form .attachment .file-group .file-name-p i {
    cursor: pointer;
}

.contact-box .item-form .attachment .file-group .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
    .contact-box .item-form .item-input {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%
    }

    .contact-box .item-form .item-input1, .contact-box .item-form .attachment {
        margin-left: 0%;
        margin-left: 0%;
    }

}

.map img {
    display: block;
    margin: 0 auto;
}

/*-------------2-1-about end----------------------------------------------------------------*/
/*-------------2-2-about start--------------------------------------------------------------*/
.faq-list {
    padding-bottom: 30px;
}

@media screen and (max-width: 1219px) {
    .faq-list {
        padding-bottom: 10px;
    }
}

.faq-list .list-item {
    margin-bottom: 67px;
}

@media screen and (max-width: 1219px) {
    .faq-list .list-item {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 999px) {
    .faq-list .list-item {
        margin-bottom: 30px;
    }
}

.faq-list .item-title {
    font-size: 18px;
    white-space: pre-wrap;
    font-size: 1.8rem;
    line-height: 26px;
    font-family: "OpenSans-Bold", arial;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .faq-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.faq-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 30px;
}

.faq-list .item-desc p {
    white-space: pre-wrap;
}

.faq-list .item-desc img, .faq-list .item-desc iframe {
    max-width: 26px;
}

.faq-list .item-desc strong {
    font-family: "OpenSans-Bold", arial;
    font-weight: normal;
}

.faq-list .item-desc, .faq-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .faq-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .faq-list .item-desc p {
        min-height: 24px;
    }
}

/*-------------2-2-about end----------------------------------------------------------------*/
/*-------------3-1-app start---------------------------------------------------------------*/
.app1-list {
    padding-bottom: 65px;
}

@media screen and (max-width: 1219px) {
    .app1-list {
        padding-bottom: 10px;
    }
}

.app1-list .list-item {
    margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
    .app1-list .list-item {
        margin-bottom: 30px;
    }
}

.app1-list .item-pic {
    width: 400px;
    margin-right: 3.33333%;
}

.app1-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

@media screen and (max-width: 999px) {
    .app1-list .item-pic {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-pic {
        width: 240px;
    }
}

@media screen and (max-width: 500px) {
    .app1-list .item-pic {
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto 20px !important;
    }
}

.app1-list .item-body {
    overflow: hidden;
}

.app1-list .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 35px;
}

@media screen and (max-width: 999px) {
    .app1-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }
}

.app1-list .item-desc {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 104px;
}

.app1-list .item-desc, .app1-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 999px) {
    .app1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 96px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-desc {
        margin-top: 5px;
        line-height: 20px;
        height: 80px;
    }
}

.app1-list .item-btn {
    margin-top: 33px;
    display: inline-block;
    min-width: 125px;
    border: solid 1px #A1A1A1;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    padding: 7px 10px;
    border-radius: 20px;
}

.app1-list .item-btn:hover {
    background-color: #104A9C;
    border-color: #104A9C;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .app1-list .item-btn {
        margin-top: 20px;
        padding: 4px 10px;
        border-radius: 16px;
    }
}

/*-------------3-1-app end-----------------------------------------------------------------*/
/*-------------3-2-app start---------------------------------------------------------------*/
/*-------------3-2-app end-----------------------------------------------------------------*/
/*-------------4-download start------------------------------------------------------------*/
.download-list {
    padding-bottom: 30px;
}

.download-list a {
    cursor: pointer;
}

@media screen and (max-width: 999px) {
    .download-list {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .download-list {
        padding-bottom: 10px;
    }
}

.download-list .list-item {
    text-align: center;
    background: url(../images/down_bg.png) repeat-x bottom;
    position: relative;
    padding-right: 230px;
    padding-bottom: 41px;
    margin-bottom: 44px;
}

.download-list .list-item a {
    cursor: pointer
}

@media screen and (max-width: 1219px) {
    .download-list .list-item {
        padding-right: 180px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .list-item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .download-list .list-item {
        padding-right: 0;
    }
}

.download-list .item-btn {
    text-align: center;
    display: inline-block;
    min-width: 142px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #F4F4F4;
    color: #333;
    line-height: 24px;
    padding: 8px 10px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer
}

.download-list .item-btn .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
    margin-right: 13px;
    margin-left: 2px;
}

.download-list .item-btn:hover {
    background-color: #104A9C;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .download-list .item-btn {
        min-width: 130px;
        padding: 6px 10px;
    }

    .download-list .item-btn .iconfont {
        font-size: 20px;
        font-size: 2rem;
        margin-right: 3px;
    }
}

@media screen and (max-width: 640px) {
    .download-list .item-btn {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
    }
}

.download-list .item-title {
    text-align: left;
    font-family: "OpenSans-Bold", arial;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    min-height: 30px;
}

@media screen and (max-width: 767px) {
    .download-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        min-height: 24px;
    }
}

.download-list .item-desc {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 4px;
    min-height: 30px;
}

.download-list .item-desc, .download-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .download-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .download-list .item-desc p {
        min-height: 24px;
    }
}

/*-------------4-download end--------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list {
    padding-bottom: 43px;
}

@media screen and (max-width: 1219px) {
    .news1-list {
        padding-bottom: 10px;
    }
}

.news1-list .list-item {
    margin-bottom: 67px;
}

@media screen and (max-width: 999px) {
    .news1-list .list-item {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .list-item {
        margin-bottom: 30px;
    }
}

.news1-list .item-pic {
    width: 380px;
}

.news1-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
}

.news1-list .item-pic.pull-right {
    margin-left: 2.5%;
}

.news1-list .item-pic.pull-left {
    margin-right: 2.5%;
}

@media screen and (max-width: 999px) {
    .news1-list .item-pic {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-pic {
        width: 240px;
    }
}

@media screen and (max-width: 500px) {
    .news1-list .item-pic {
        width: 100%;
        max-width: 380px;
        float: none;
        margin: 0 auto !important;
    }
}

.news1-list .item-body {
    overflow: hidden;
}

.news1-list .item-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 38px;
}

@media screen and (max-width: 767px) {
    .news1-list .item-title {
        margin-top: 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }
}

.news1-list .item-date {
    margin-top: 17px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}

@media screen and (max-width: 767px) {
    .news1-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

.news1-list .item-desc {
    margin-top: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 90px;
}

.news1-list .item-desc, .news1-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .news1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 72px;
        margin-top: 15px;
    }
}

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
    font-size: 20px;
    font-size: 2.0rem;
    font-family: "OpenSans-Bold", arial;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .news2-main > .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
    }
}

.news2-main .item-date {
    margin-top: 8px;
}

.news2-main .item-date > span {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 20px;
    line-height: 26px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .news2-main .item-date > span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.news2-main .pro-share {
    display: inline-block;
}

.news2-main .pro-share .share-title {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.news2-main .item-kind {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
}

.news2-main .item-kind > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .news2-main .item-kind {
        margin-top: 15px;
    }

    .news2-main .item-kind > * {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .news2-main .item-kind {
        margin-top: 10px;
    }

    .news2-main .item-kind > * {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.news2-main .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 23px 0 75px;
}

.news2-main .item-desc p {
    min-height: 26px;
}

.news2-main .item-desc img, .news2-main .item-desc iframe {
    max-width: 100%;
}

.news2-main .item-desc strong {
    font-family: "OpenSans-Bold", arial;
    font-weight: normal;
}

@media screen and (max-width: 999px) {
    .news2-main .item-desc {
        padding: 23px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .news2-main .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 20px 0;
    }

    .news2-main .item-desc p {
        min-height: 24px;
    }
}

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-top .box-title {
    font-family: "OpenSans-Bold", arial;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-top .box-list {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.contact-top .box-list a:hover {
    color: #104A9C;
}

.contact-top .box-list .iconfont {
    float: left;
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 17px;
}

.contact-top .box-list .list-item {
    margin-bottom: 14px;
}

.contact-top .box-list .item-body {
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .contact-top .box-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-top .box-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contact-top .box-list {
        line-height: 26px;
    }

    .contact-top .box-list .list-item {
        margin-bottom: 10px;
    }

    .contact-top .box-list .iconfont {
        font-size: 20px;
        font-size: 2rem;
        margin-right: 10px;
    }
}

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

/*.phone-nav*/
.phone-nav {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}

.phone-nav .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}

.phone-nav .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
}

.phone-nav .nav form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}

.phone-nav .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    z-index: 1;
    position: relative;
}

.phone-nav .nav form .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #104A9C;
    z-index: 0;
    background-color: #fff;
}

.phone-nav .nav > ul {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: 45px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.phone-nav .nav > ul > li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
    position: relative;
}

.phone-nav .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("../fonts/shizi.png") no-repeat center center;
}

.phone-nav .addition.active {
    background-image: url("../fonts/yizi.png");
}

.phone-nav .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}

.phone-nav .nav > ul > li > a {
    margin-right: 40px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

.phone-nav .nav > ul > li > a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.phone-nav .nav > ul > li .c-show {
    display: none;
    width: 100%;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 {
    position: relative;
    padding-left: 15px;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > a {
    position: relative;
    margin-right: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
    position: relative;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
    position: relative;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
    margin-right: 40px;
    padding-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
    position: relative;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    margin-right: 40px;
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.phone-nav .nav > ul > dl {
    padding: 20px;
}

.phone-nav .nav > ul > dl dd {
    float: left;
    margin: 0 2px;
}

.phone-nav .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.phone-nav .menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #104A9C;
}

.phone-nav .menubtn span.menu-color {
    background-color: #104A9C !important;
}

@media screen and (min-width: 1000px) {
    .phone-nav, .menubtn {
        display: none;
    }
}

/*# sourceMappingURL=4nav.css.map */

.slideshow {
    position: relative; margin-top:60px
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
    text-align: center;
    line-height: 0;
    font-size: 0;
    letter-spacing: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    margin: 0 1px;
    border: none;
    outline: none;
    width: 22px;
    height: 22px;
    background: url(../images/dot.png) no-repeat center;
    background-size: contain;
}

.slick-dots li.slick-active button {
    background: url(../images/dot1.png) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 999px) {
    .slick-dots {
        bottom: 15px;
    }

    .slick-dots li button {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }

    .slick-dots li button {
        margin: 0 3px;
        width: 12px;
        height: 12px;
    }
}

.slick-prev, .slick-next {
    display: none !important;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 999;
    margin-top: -30px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 75px;
    height: 75px;
    border: solid 1px #fff \9;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    outline: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.slick-prev:hover, .slick-next:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media screen and (max-width: 999px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}

.slick-prev {
    left: 75px;
}

.slick-next {
    right: 75px;
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {
    .slideshow:hover .slick-prev, .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*# sourceMappingURL=5slide8.css.map */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/




