abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

li {
    list-style-type: none;
}

a {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none
}

a {
    outline: 0;
    text-decoration: none;
    color: #333;
}

a:active, a:hover {
    outline: 0
}
a:hover {
    text-decoration: none;
    color: #EF2129;
}
* {
    -webkit-box-sizing: border-box;
    -mouum-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -mouum-box-sizing: border-box;
    box-sizing: border-box
}
h3 {
    font-weight: 500;
    font-size: 14px;
}
body {
    color: #626262;
    line-height: 22px;
    font-family: "微软雅黑",Arial;
    background-color: #fff;
}
/*********************************************
*                head top
**********************************************/
.head-top {
    display: flex;
    padding: 10px;
    max-width: 1350px;
    margin: 0 auto;
}
.head-top .logo {
    width: 75%;
}
.head-top .tle {
    display: flex;
    width: 25%;
    padding-top: 18px;
}
.head-top .tle img {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}
.head-top .tle .tel {
    margin: 0px;
    color: #ed5759;
    font-size: 22px;
}
.app-banner {
    width: 100%;
}
.app-banner img {
    width: 100%;
}
@media (max-width:850px) {
    .head-top .tle {
        display: none;
    }
}
/*********************************************
*                 菜单
**********************************************/
.logo1 img {
    height: 60px;
}
.app-header {
    height: 60px;
    background: #3eadce;
    top: 0px;
    width: 100%;
    z-index: 1024;
}

.app-header .app-header-container {
    display: -ms-flexbox;
    display: flex
}

.app-header .app-logo {
    padding: 0;
    margin-top: 4px;
}

.app-header .app-logo img {
    height: 50px;
    margin-left: 30px;
}

.app-nva-h1 {
    position: absolute;
    margin: 19px 0 0 0;
}

.app-nva-h1-a {
    display: inline;
    float: left;
    height: 16px;
    color: #666;
    padding: 0px !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: normal;
}

.app-nva-span {
    display: inline;
    float: right;
    height: 20px;
    margin: 3px 0 0 3px;
}

.app-header .app-nav {
    margin-left: 130px;
    line-height: 60px;
}

.app-header .app-nav > ul > li {
    display: block;
    float: left;
    position: relative;
}
.app-header .app-nav > ul > li:hover {
    background: #0592bb;
}
.dropdown {
    margin-top: 0px;
}

.app-header .app-nav > ul > li:hover:after {
    width: 100%;
}

.app-header a {
    text-decoration: none;
    color: #ffffff;
    padding: 0 20px;
    font-weight: 500;
    -webkit-transition: transform .5s;
    -moz-transition: .5s transform;
    transition: transform .5s;
}

.app-header .app-nav li.dropdown:hover .dropdown-menu {
    display: block;
    background: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.app-header ul.dropdown-menu {
    display: none;
    position: absolute;
    left: -32%;
    top: 118%;
    z-index: 100;
    padding: 15px 0;
    background: #fff;
    border-radius: 6px;
    min-width: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-animation: nav 0.6s;
    -o-animation: nav 0.6s;
    -moz-animation: nav 0.6s;
    animation: nav 0.6s;
}

@keyframes nav {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(0px);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

.app-header ul.dropdown-menu > li > a {
    color: #666;
    display: block;
    padding: 8px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
    transition: all .3s;
}

.app-header ul.dropdown-menu > li > a:hover {
    color: #409eff;
    margin-left: 6px;
}


.app-mobile-sidebar-open #app-close {
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px)
}

#app-close, .menu-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#app-close {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 1.4em;
    color: #313131;
    padding: 10px;
    height: 100%;
    right: 0;
    background: transparent;
    z-index: 1026;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0)
}

#app-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 1
}

.app-mobile-header {
    height: 55px;
    display: none;
    background: #ffffff;
    top: 0px;
    width: 100%;
    z-index: 1026;
    background-color: #0592bb;
}

.app-mobile-header .app-logo {
    display: inherit;
    text-align: center;
    background-color: #0592bb;
}

.app-mobile-header .app-logo img {
    height: 50px;
    margin-top: 5px;
}

.app-mobile-sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1026;
    overflow-y: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.app-mobile-sidebar::-webkit-scrollbar {
    width: 6px;
    background: #848484
}

.app-mobile-sidebar::-webkit-scrollbar-thumb {
    background-color: #313131;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.app-mobile-sidebar::-webkit-scrollbar-corner {
    background-color: #ececec
}

.app-mobile-sidebar .app-mobile-sidebar-header {
    text-align: center;
    background-size: 100%;
    padding: 10px;
}
.app-mobile-sidebar .app-mobile-sidebar-header img {
    max-width: 100%;
}
.app-mobile-sidebar .app-logo img {
    margin-top: 42px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.app-mobile-sidebar .app-menu {
    margin-top: 20px;
    margin-left: 100px;
}

.app-mobile-sidebar ul li {
    display: block;
}

.app-mobile-sidebar .app-mobile-nav ul li a {
    display: block;
    color: #686868;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.app-mobile-sidebar .app-mobile-nav ul.dropdown-menu > li > a {
    margin-left: 15px;
    padding: 8px 0;
}

.app-mobile-sidebar ul li a:hover, .app-menu-hbg ul li a:hover, .app-mobile-sidebar ul li.li-open > a {
    color: #409eff
}

.app-mobile-sidebar-open .app-mobile-sidebar {
    transform: translateX(0);
    cursor: pointer;
    z-index: 99999;
}

.app-mobile-sidebar .app-mobile-nav > ul > li.dropdown > ul.dropdown-menu {
    display: none;
}

.app-nav .dropdown-toggle img {
    width: 16px;
    vertical-align: middle;
}

.app-mobile-sidebar .dropdown-toggle img {
    float: right;
    width: 16px;
    margin-right: 60px;
    vertical-align: middle;
}

.menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 55px;
    text-align: center;
    color: #737088;
    font-size: 24px;
    cursor: pointer;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    padding: 0 10px;
    width: 55px;
    height: 55px;
    z-index: 10;
    background: transparent;
    border: 0
}

@media screen and (max-width: 996px) {
    .app-header {
        display: none
    }

    .app-mobile-header {
        display: block
    }
}

.app-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 1230px;
}

.app-container:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width: 996px) {
    .app-header {
        display: none
    }

    .app-mobile-header {
        display: block;
        height: 48px;
    }
}
.app-mobile-header-container {
    position: relative;
}
/*********************************************
*                首页关于
**********************************************/
.app-about {
    background: url(../img/about_bg.jpg);
    padding: 22px 0;
    text-align: center;
}
.app-about .head {
    max-width: 1150px;
    margin: 0 auto;
}
.app-about .title .p1 {
    text-align: center;
    color: #888;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 4px;
}
.app-about .title .p2 {
    padding: 3px 0px;
    margin-bottom: 15px;
    background: url(../img/title_line.png) center center no-repeat;
}
.app-about .title h3 {
    text-align: center;
    font-size: 23px;
    color: #363534;
    margin: 10px 0px;
}
.app-about .data {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
}
.app-about .data .info > p {
    padding: 10px;
    line-height: 40px;
}
.app-about .data .info a p {
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    color: #575656;
    padding: 7px 0px;
    background: transparent;
    border: 1px solid #575656;
    margin-top: 25px;
}
.app-about .data .info a p:hover {
    color: #fff;
    background: #575656;
    text-decoration: none;
}
@media (max-width:996px) {
    .app-about .data {
        display: block;
    }
}
/*********************************************
*                 首页产品
**********************************************/
.app-product {
    padding: 22px 0;
}
.app-product .head {
    max-width: 1150px;
    margin: 0 auto;
}
.app-product .title .p1 {
    text-align: center;
    color: #888;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 4px;
}
.app-product .title .p2 {
    padding: 3px 0px;
    margin-bottom: 15px;
    background: url(../img/title_line.png) center center no-repeat;
}
.app-product .title h3 {
    text-align: center;
    font-size: 23px;
    color: #363534;
    margin: 10px 0px;
}
.app-product .data {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.app-product .data .item {
    margin: 10px;
    width: calc(25% - 20px);
}
.app-product .data .item img {
    width: 100%;
    height: 250px;
    transition: all 0.3s ease;
}
.app-product .data .item img:hover {
    opacity: 0.7;
}
.app-product .data .item > p {
    text-align: center;
}
@media (max-width:996px) {
    .app-product .data .item {
        width: calc(33.3333% - 20px);
    }
}
@media (max-width:650px) {
    .app-product .data .item {
        width: calc(50% - 20px);
    }
}
@media (max-width:480px) {
    .app-product .data .item {
        width: 100%;
    }
}
/*********************************************
*                 新闻中心
**********************************************/
.app-nwes {
    padding: 22px 0;
    background-color: #F9F9F9;
}
.app-nwes .head {
    max-width: 1150px;
    margin: 0 auto;
}
.app-nwes .title .p1 {
    text-align: center;
    color: #888;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 4px;
}
.app-nwes .title .p2 {
    padding: 3px 0px;
    margin-bottom: 15px;
    background: url(../img/title_line.png) center center no-repeat;
}
.app-nwes .title h3 {
    text-align: center;
    font-size: 23px;
    color: #363534;
    margin: 10px 0px;
}
.app-nwes .data {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.app-nwes .data .item {
    margin: 16px;
    width: calc(25% - 32px);
}
.app-nwes .data .item span {
    display: block;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    color: #666666;
    font-family: Arial;
    padding-bottom: 8px;
}
.app-nwes .data .item h3 {
    margin: 5px 0px 8px 0px;
}
.app-nwes .data .item h3 a {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    font-family: "宋体";
}
.app-nwes .data .item h3 a:hover {
    text-decoration: none;
    color: #EF2129;
}
.app-nwes .data .item p {
    color: #999999;
    font-size: 13px;
    font-family: "宋体";
    margin-bottom: 12px;
}
.app-nwes .data .item a.new_btn {
    display: block;
    width: 80px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #999;
    padding: 7px 0px;
    font-family: "宋体";
}
.app-nwes .data .item a.new_btn:hover {
    text-decoration: none;
    background-color: #666;
}
@media (max-width:996px) {
    .app-nwes .data .item {
        width: calc(33.3333% - 32px);
    }
}
@media (max-width:650px) {
    .app-nwes .data .item {
        width: calc(50% - 32px);
    }
}
@media (max-width:480px) {
    .app-nwes .data .item {
        width: 100%;
    }
}
/*********************************************
*                  footer
**********************************************/
.app-links {
    display: flex;
    background-color: #4A4A4A;
    padding: 10px 0px;
    text-align: center;
    color: #E9E9EA;
    font-size: 13px;
}
.app-links .data {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.app-links a {
    margin: 0 10px;
    color: #fff;
}
.app-links a:hover {
    text-decoration: none;
    color: #EF2129;
}
footer .info {
    text-align: center;
    background-color: #1F1F1F;
    color: #fff;
    padding: 30px 0px 20px 0px;
    font-size: 12px
}
/*********************************************
*               列表页
**********************************************/
.app-list {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
}
.app-list .lf {
    width: 30%;
}
.app-list .lf h2 {
    background: url(../img/title_line.jpg) left bottom no-repeat;
    font-size: 21px;
    display: block;
    margin-top: 25px;
    padding: 0px 0px 8px 2px;
    color: #363534;
}
.app-list .lf .box ul {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.app-list .lf .box ul li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../img/li.png) no-repeat left 17px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 16px;
}
.app-list .lf .box ul li a {
    font-size: 14px;
    color: #2F2F2F;
}
.app-list .lf .box ul li a:hover {
    text-decoration: none;
    color: #42a6c4;
}
.app-list .lf .box .p3 {
    padding: 6px 10px;
    font-size: 14px;
}

.app-list .content {
    width: calc(70% - 12px);
    margin-left: 12px;
}
.app-list .content h2 {
    background: url(../img/title_line.jpg) left bottom no-repeat;
    font-size: 21px;
    display: block;
    margin-top: 25px;
    padding: 0px 0px 8px 2px;
    color: #363534;
}

.app-list .data {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.app-list .data .item {
    margin: 10px;
    width: calc(33.3333% - 20px);
}
.app-list .data .item img {
    width: 100%;
    height: 250px;
    transition: all 0.3s ease;
}
.app-list .data .item img:hover {
    opacity: 0.7;
}
.app-list .data .item > p {
    text-align: center;
}
@media (max-width:996px) {
    .app-list .lf {
        display: none;
    }
    .app-list .content {
        width: calc(100% - 12px);
        margin-left: 12px;
    }
    .app-list .data .item {
        width: calc(33.3333% - 20px);
    }
}
@media (max-width:650px) {
    .app-list .data .item {
        width: calc(50% - 20px);
    }
}
@media (max-width:480px) {
    .app-list .data .item {
        width: 100%;
    }
}
#content {
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
}
#content h1 {
    text-align: center;
    padding: 10px;
}
#content img {
    max-width: 100%;
}

/*********************************************
*               分页
**********************************************/
.pages .pagination {
    display: flex;
}
.pages .pagination li {
    padding: 4px 14px;
    margin: 10px 0;
}
.pages .pagination li.active {
    color: #fff;
    border-radius: 4px;
    background-color: #3eadce
}