@charset "utf8";
body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #44403f;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
textarea {
    padding: 0;
    margin: 0;
    list-style: none;
}
table,
td,
tr,
th {
    vertical-align: top;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4 {
    font-weight: 400;
}
textarea {
    -webkit-appearance: textarea;
    background-color: #fff;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
p {
    color: #707070;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
*html .clearfix {
    height: 1%;
}
* + html .clearfix {
    height: 1%;
}
img {
    max-width: 100%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

h2 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #377bee;
}
h2 a {
    font-size: 18px;
    color: #377bee;
}
h2 a:hover {
    color: #fc7600;
}
.d_pad30 {
    padding: 30px 0;
}
.d_pad40 {
    padding: 40px 0;
}
.d_padbt40 {
    margin-bottom: 40px;
}
.d_padt30 {
    padding-top: 30px;
}
.d_padbt30 {
    padding-bottom: 30px;
}
.d_padt50 {
    padding-top: 50px;
}
.d_mart20 {
    margin-top: 20px;
}
.d_mart30 {
    margin-top: 30px;
}
.d_mart40 {
    margin-top: 40px;
}
.d_marbt20 {
    margin-bottom: 20px;
}
.d_marbt30 {
    margin-bottom: 30px;
}
.bradius10{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ohidden{
    overflow: hidden;
}
.blue {
    background: #00f;
}
a {
    color: #3e3a39;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #47a6ff;
}
a:active {
    color: #ffd722;
}
.abtn_more {
    background-color: #f0f0f0;
}
.abtn_more:hover {
    color: #fff;
    background-color: #47a6ff;
}
.abtn_info {
    color: #377bee;
    background-color: #fff;
}
.block{
    display: block;
}
.block-center{
    margin: 0 auto;
}
.wh100{
    width: 100%;
    height: 100%;
}
.abtn {
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
body {
    background: #f4f6f8;
}
.pop_header {
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    height: 75px;
    position: relative;
    z-index: 2;
}
.pop_header_box{
    height: 75px;
}
.header_logos{
    line-height: 65px;
}
.header_logos>a, .header_logos>img{
    display: inline-block;
}
.header_logos>a{
    width: 50%;
}
.header_logos>img{
    width: 40%;
}
.boder_left_gray {
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}
.pop_header a {
    color: #666666;
}
.pop_header a:hover {
    text-decoration: none;
}
.header_tool {
    margin-top: 8px;
}
.drop_header {
    border: 1px solid #384296;
    border-radius: 16px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
i {
    font-size: 18px;
}
.pop_header .form-control,
.pop_header .btn {
    border-radius: 16px;
}
.pop_nav {
    position: relative;
    z-index: 1;
}
.navbar-nav .nav {
    height: 64px;
    border: 0;
    padding: 0;
}
.navbar-nav > li > a {
    width: 120px;
    height: 71px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}
.navbar-nav > li > a:hover {
    color: #ff4200;
}
.navbar-nav > li > a > i {
    margin-left: 5px;
}
.navbar-nav li.active {
    border-bottom: 4px solid #ff4200;
}
.navbar-nav li.active > a {
    color: #ff4200;
}
.navbar-nav .dropdown_p1 {
    width: 1030px;
    left: -100px;
    padding: 0 15px;
    border-bottom: 2px solid #ff4200;
}
.navbar-nav .dropdown_pa {
    border-bottom: 2px solid #ff4200;
}
.dropdown_pa > li > a {
    padding: 8px 20px;
}
.navbar-nav .dropdown_p1 li {
    display: inline-block;
    vertical-align: top;
}
.dropdown_p1 li {
    width: 100px;
    text-align: center;
    margin: 5px;
}
.dropdown_p1 li > a {
    border-radius: 5px;
    border: 1px solid #fff;
}
.dropdown_p1 li > a:hover {
    border: 1px solid #ff4200;
    background: #fff1e9;
}
.ae {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}
.ae_pro01 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -30px 0;
}
.ae_pro02 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -125px 0;
}
.ae_pro03 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -225px 0;
}
.ae_pro04 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -325px 0;
}
.ae_pro05 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -425px 0;
}
.ae_pro06 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -525px 0;
}
.ae_pro07 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -625px 0;
}
.ae_pro08 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -725px 0;
}
.ae_pro09 {
    background: url(/images/icons/dropdown_prog.png) no-repeat;
    background-position: -825px 0;
}
#top_banner {
    position: relative;
}
#top_banner .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
    height: 100%!important;
}
#top_banner .bx-wrapper ul,#top_banner .bx-wrapper li{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#top_banner .bx-wrapper li a{
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#top_banner .bx-controls {
    width: 100%;
    bottom: 50%;
    margin: -25px auto 0;
    position: static;
}
#top_banner .bx-controls-direction {
    height: 100%;
}
#top_banner .bx-wrapper {
    margin-bottom: 0;
    height: 100%;
}
#top_banner .bx-wrapper .bx-pager {
    bottom: 42px;
}
#top_banner .bx-wrapper .bx-pager a {
    display: block;
    margin: 0 5px;
    padding: 2px;
}
#bx-pager {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
#top_banner .bx-pager a {
    padding: 3px;
    background: #fff;
    display: inline-block;
    margin-left: 5px;
}
#top_banner .bx-pager a:hover,
#top_banner .bx-pager a.active {
    background: #1392d6;
}
.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 60px;
}
.bx-wrapper .bx-prev {
    background-position: 0 -60px;
    opacity: 0.5;
}
.bx-wrapper .bx-next {
    background-position: -40px -60px;
    opacity: 0.5;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -40px 0;
}
.wechat_link span {
    position: absolute;
    z-index: 10;
    top: -175px;
    left: -110px;
    display: block;
    width: auto;
    height: auto;
    display: none;
}
.wechat_link a:hover + span {
    display: block;
}
.ellip_single li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellip_single li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellip_paragraph p {
    position: relative;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
}
.dots{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.ek {
    position: relative;
    display: block;
    overflow: hidden;
}
.ek:focus {
    text-decoration: none;
}
.ek img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.ek:hover img {
    transform-origin: center;
    transform: scale(1.2);
    transition: all 2s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
@media (min-width: 1201px) and (max-width: 1920px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #LXB_CONTAINER,
    #LRdiv0,
    #LRdiv1,
    #LRfloater0 {
        display: none !important;
    }
    .container {
        width: 1000px;
    }
    .drop_header {
        width: 80px;
    }
    .navbar-nav .dropdown_p1 {
        width: 1024px;
        left: -130px;
    }
    .dropdown_p1 li {
        width: 100px;
        text-align: center;
        margin: 2px;
    }
    .divider {
        display: none;
    }
}
@media (max-width: 768px) {
    #LXB_CONTAINER,
    #LRdiv0,
    #LRdiv1,
    #LRfloater0 {
        display: none !important;
    }
    .divider {
        display: none;
    }
    .d_padt50 {
        padding-top: 20px;
    }
    .d_pad30 {
        padding: 15px 0;
    }
    .d_pad40 {
        padding: 20px 0;
    }
    .d_padbt40 {
        margin-bottom: 20px;
    }
    .d_padt30 {
        padding-top: 15px;
    }
    .d_padbt30 {
        padding-bottom: 15px;
    }
    .d_mart20 {
        margin-top: 15px;
    }
    .d_mart30 {
        margin-top: 15px;
    }
    .d_mart40 {
        margin-top: 20px;
    }
    .d_marbt20 {
        margin-bottom: 10px;
    }
    .d_marbt30 {
        margin-bottom: 15px;
    }
    .container {
        width: auto;
    }
    .pop_header {
        height: 52px;
        padding-top: 2px;
        text-align: center;
    }
    .copy_bottom p {
        font-size: smaller;
    }
    .m_navbar {
        margin: 0;
        width: 100%;
        background: #377bee;
        max-width: 100%;
        overflow: hidden;
    }
    .m_navbar .dropdown-menu > li > a {
        color: #333;
    }
    .m_navbar .navbar-brand {
        padding: 3px 5px;
    }
    .navbar-header .navbar-brand > img {
        padding-top: 2px;
    }
    .m_navbar .navbar-header{
        padding: 0 10px;
    }
    .m_navbar .navbar-header i {
        color: #fff;
        font-size: 22px;
    }
    .m_navbar .navbar-toggle {
        border: 1px solid #fff;
        padding: 6px 8px;
        margin-right: 15px;
    }
    .m_navbar .navbar-nav .nav {
        height: 34px;
        border: 0;
        padding: 0;
    }
    .m_navbar .navbar-nav {
        margin-bottom: 0;
    }
    .m_navbar .nav > li {
        clear: both;
    }
    .m_navbar .navbar-nav .open .dropdown-menu {
        background: #eee;
        padding-bottom: 0;
    }
    .m_navbar .dropdown_pa li {
        border-bottom: 1px solid #e5e5e5;
    }
    .m_navbar .navbar-nav > li > a {
        width: 100%;
        font-size: 16px;
        text-align: left;
        height: auto;
        line-height: 30px;
        color: #fff;
    }
    .m_navbar .navbar-nav .nav > li > a {
        display: inline-block;
    }
    .m_navbar .navbar-nav > li > a:hover {
        color: #ff4200;
    }
    .m_navbar .navbar-nav li.active > a {
        color: #fff;
    }
    .m_navbar .navbar-nav li.active {
        border: 0;
    }
    .m_navbar .navbar-nav .open .dropdown-menu .dropdown-header,
    .m_navbar .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 12px 50px;
    }
    .m_navbar .dropdown_p1 {
        clear: both;
        padding-bottom: 20px;
        height: auto;
    }
    .m_navbar .dropdown_p1 > li {
        width: 29.5%;
        padding: 0;
    }
    .m_navbar .navbar-nav .open .dropdown_p1 > li > a {
        padding: 8px;
    }
    #top_banner .bx-pager {
        display: none;
    }
    .m_toolbar {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #377bee;
        border-top: 1px solid #4a8cfc;
        font-size: 12px;
        z-index: 999;
    }
    .m_toolbar > div,
    .m_toolbar > div > div {
        padding: 0;
        text-align: center;
    }
    .m_toolbar a {
        color: #fff;
        padding: 10px 0;
        display: block;
        border-left: 1px solid #4a8cfc;
    }
    .m_toolbar .col-xs-4:first-child a {
        border: 0;
    }
    .m_toolbar i {
        margin-bottom: 4px;
        font-size: 24px;
    }
    .m_toobar_tipR {
        position: relative;
    }
    .m_toobar_tip {
        position: absolute;
        right: 2px;
        top: 2px;
        min-width: 20px;
        height: 20px;
        background: red;
        box-sizing: border-box;
        color: #fff;
        font-size: 10px;
        text-align: center;
        line-height: 20px;
        padding: 0 5px;
        border-radius: 10px;
        display: inline-block;
    }
    .index_tel {
        background: #fff;
        color: #377bee;
        text-align: center;
        height: 45px;
        width: 45px;
        padding-top: 0.6rem;
        position: fixed;
        right: 1rem;
        bottom: 5rem;
        font-size: 2.8rem;
        opacity: 0.9;
        z-index: 999;
    }
    .box_shadow {
        -webkit-box-shadow: 1px 1px 1px #e6e5e5;
        -moz-box-shadow: 1px 1px 1px #e6e5e5;
        box-shadow: 1px 1px 1px #e6e5e5;
    }
    .col-xs-1-5 {
        width: 20%;
        float: left;
    }
    .xs_blue {
        background: #125bd8;
    }
}
