@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/font_gr3gk5802t3ayvi.eot');
    src: url('../fonts/font_gr3gk5802t3ayvi.eot') format('embedded-opentype'), url('../fonts/font_gr3gk5802t3ayvi.woff') format('woff'), url('../fonts/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('../fonts/font_gr3gk5802t3ayvi.svg#iconfont') format('svg')
}

.wrap, .w1000 {
    width: 1200px;
    margin: 0 auto;
        margin-top: 0px;
    position: relative;
}
.fl {float: left; _display:inline;}
.fr {float: right; _display:inline;}
.clear {
    zoom: 1;
}
body {
    font-size: 12px;
    font-family: arial, "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    max-width: 100%;
    border: 0
}

a {
    color: #666;
    /*-webkit-transition-duration: .3s;*/
    /*transition-duration: .3s*/
}
.fr{float: right;}
/*input {*/
    /*-webkit-appearance: none*/
/*}*/

/*textarea {*/
    /*-webkit-appearance: none*/
/*}*/

a:hover {
    color: #e20008
}

h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.iconfont {
    font-family: 'iconfont'
}

.vcenter{
    width: 100%;
    height: 270px;
}
.search {
    z-index: 9;
    padding-left: 100px;
    position: relative
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.search .search-main {
    top: 87px;
    right: 0;
    z-index: 9;
    width: 320px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #eee
}

@media (max-width: 1024px) {
    .search .search-main {
        top: 55px
    }
}

.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    padding: 5px 0
}

.search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    outline: none;
}

.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #e20008;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/pro-icon-2.png) no-repeat center center #e20008
}

#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.header {
    height: 100px;
    position: relative;
    padding-top: 14px
}

.header .logo {
    float: left
}

.header .tigs {
    float: right;
    line-height: 20px;
    margin-top: 30px
}

.header .tigs a {
    padding: 0 5px;
    margin-left: 5px;
    font-family: arial;
    display: inline-block
}

.header .tigs .active, .header .tigs a:hover {
    color: #fff;
    background-color: #e20008
}

.header .pull-right {
    display: inline-block;
    padding: 28px 30px 0 40px
}

.header .pull-right img {
    max-width: 20px
}

@media (max-width: 1024px) {
    .header {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .header .logo img {
        max-height: 50px
    }

    .header .tigs {
        display: none
    }

    .header .pull-right {
        padding: 12px 40px 0 0
    }
}
.nav-flex{
    border-top: solid 1px #2c1b77;
    width: 100%;
}
.nav {
    position: relative;
    font-family: "微软雅黑";
    width: 1200px;
    margin: 0 auto;
}
.nav .place {width:100%}
.nav li {
    float: left;
    font-size: 17px;
    padding: 0 44px;
    position: relative;
    text-align: center;
}
.subnav .active::before {
    content: "";
    top: 2px!important;
    left: 0!important;
    background-color: #4e2fad!important;
    width: 130px!important;
}
(max-width:1232px) {
    .nav li {
        max-width:100px;
        padding: 0 10px;
    }
    .nav li.active:before{
        left: 10px;
    }
    .nav li:hover:before{
        left: 10px;
    }
}

.nav li a {
    color: #2c2c2c;
    display: inline-block
}

.nav li a.a1{
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.nav li:before {
    content: "";
    top: 0;
    left: 13px;
    width: 0;
    height: 44px;
    opacity: 0;
    z-index: -1;
    display: none \9;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #c9c9c9
}

.nav li:hover:before {
    width: 130px;
    opacity: 1;
    display: block \9
}

.nav li.active:before {
    width: 130px;
    opacity: 1;
    display: block \9
}

.nav li:hover .subnav {
    display: block
}

.nav .subnav{
    left: 13px;
    top: 44px;
    width: 130px;
    z-index: 9;
    padding: 10px 0;
    display: none;
    position: absolute;
}

.nav .subnav li {
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    width: 130px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    max-width:none;
}

.nav .subnav li a {
    color: #fff;
    display: block;
    text-align: center
}

.nav .subnav li:hover {
    background-color: #4e2fad!important
}

.nav .subnav li:hover:before {
    display: none
}


.nav .subnav-two li {
    padding: 0;
}

.nav .subnav-two a {
    padding: 0;
    display: inline-block
}

@media (max-width: 1180px) {
    .nav {
        padding-left: 80px
    }

    .nav li {
        padding: 0 10px
    }
}

@media (max-width: 1024px) {
    .nav {
        display: none
    }
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 28px;
    display: none;
    color: #e20008
}

@media (max-width: 1024px) {
    .phone-nav {
        display: block
    }
}

#mmenu {
    z-index: 99
}

#mmenu .mm-title {
    color: #666;
    height: 30px;
}

.banner .slick-dots {
    bottom: 40px
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px
}

.banner .slick-dots li.slick-active button {
    background-color: #e20008
}

@media (max-width: 1024px) {
    .banner .slick-dots {
        bottom: 10px
    }
}

.footer {
    padding: 25px 0;
    font-size: 16px;
    color: #fff;
    background-color: #2e1b74
}

.footer .menuss {
    padding-bottom: 20px;
    border-bottom: solid 1px #1f1f1f
}

.footer .menuss .metit{
    display: inline-block;
    width: 10%;
    float: left;
    text-align: center;
}

.footer .menuss .mecon{
    width: 90%;
    display: inline-block;
}

.footer .menuss  .mecon a {
    /*padding: 0 5%;*/
    width: 16.6666667%;
    display: inline-block;
    text-align: center;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.footer .menuss  .mecon a:first-child {
    padding-left: 0
}


.footer a:hover {
    color: #fff
}


.footer .name {
    font-size: 20px;
    margin-bottom: 15px
}

.footer .tel {
    font-size: 28px;
    line-height: 30px;
    margin: 5px 0 25px 0
}

.footer .title {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0 40px 0 30px;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #f90009;
    position: relative
}

.footer .title:after {
    content: "";
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff
}

.footer .title:hover {
    background-color: #e20008
}

.footer .title:hover:after {
    right: 5px
}
.footer_tels{
    display: flex;
    align-items: flex-start;
}
.dk1 {
    width: 168px;
}
.dk1 dt {font-size:20px;color:#fff;line-height:50px;}
.dk1 a {color:#fff;}
.dk1 dd {line-height:31px;font-size:15px;width:140px;padding-right:10px;}

@media (max-width: 991px) {
    .footer {
        display: none
    }
}

.footer-copy {
    padding: 20px 0;
    background-color: #2e1b74;
    border-top: solid 1px #2e1b74;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.footer-copy a{color:#fff}
.footer-copy select {
    color: #616060;
    background-color: #141414;
    border: solid 1px #616060
}

@media (max-width: 991px) {
    .footer-copy {
        padding: 10px 0;
        font-size: 14px;
        line-height: 21px;
    }

    .footer-copy select {
        display: none
    }
}

.home-title {
    text-align: center
}

.home-title h3 {
    color: #1e1e1a;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal
}

.home-title p {
    margin-top: 20px;
    padding: 0 300px;
    line-height: 24px;
    /*height: 48px;*/
    overflow: hidden
}

@media (max-width: 1024px) {
    .home-title h3 {
        font-size: 20px;
        line-height: 20px
    }

    .home-title p {
        padding: 0 40px
    }
}

.home-product {
    padding: 70px 0
}

.home-product .box {
    text-align: center;
    padding: 0 10px;
    outline: none;
}

.home-product .box dt {
    position: relative
}

.home-product .box dt:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.home-product .box dd {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden
}

.home-product .box:hover dd a {
    color: #e20008;
    font-weight: bold
}

.home-product .more {
    height: 80px;
    margin-top: 70px;
    line-height: 80px;
    display: block;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #efefef
}

.home-product .more a:hover {
    font-weight: bold;
    color: #e20008
}

.home-product .slick-prev, .home-product .slick-next {
    border: 0;
    width: 0;
    height: 0;
    margin-top: 236px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent
}

.home-product .slick-prev {
    left: 20%;
    border-right: solid 7px #4b4a48
}

.home-product .slick-next {
    right: 20%;
    border-left: solid 7px #4b4a48
}

.home-product .slick-prev:hover {
    border-right: solid 7px #e20008
}

.home-product .slick-next:hover {
    right: 20%;
    border-left: solid 7px #e20008
}

@media (max-width: 1024px) {
    .home-product {
        padding: 30px 0
    }

    .home-product .more {
        height: 50px;
        margin-top: 30px;
        line-height: 50px
    }

    .home-product .more a {
        display: block
    }

    .home-product .more:hover {
        background-color: #e20008
    }

    .home-product .more:hover a {
        color: #fff
    }
}

.home-solution {
    color: #fff;
    height: 298px;
    font-size: 34px;
    padding-top: 140px;
    line-height: 40px;
    text-align: center;
    background: url(../images/home-tm.png) no-repeat top center #e20008;;
}

.home-solution p{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .home-solution {
        font-size: 20px;
        line-height: 26px;
        padding: 50px 0;
        height: auto;
        background-image: none;
        background-color: #e20008
    }
}

.home-solution-pic .container {
    padding: 0
}

.home-solution-pic li {
    margin: 50px 0 70px 0;
    position: relative
}

.home-solution-pic li:after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.home-solution-pic li img {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.home-solution-pic li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-solution-pic .more {
    color: #fff;
    display: block;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #e20008
}

.home-solution-pic .more:hover {
    background-color: #f90009
}

@media (max-width: 640px) {
    .home-solution-pic li {
        width: 50%;
        margin: 0;
        margin: 10px 0;
        padding: 0 10px
    }
}

.home-about {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 125px;
    background: url(../images/home-bg.jpg) no-repeat center bottom
}

.home-about .t1 {
    color: #e20008;
    font-size: 24px
}

.home-about .t2 {
    margin-top: 15px;
    color: #e20008;
    font-size: 34px;
    line-height: 34px
}

.home-about .t3 {
    margin: 50px 240px;
    line-height: 24px;
    /*height: 48px;*/
    overflow: hidden
}

.home-about .more {
    color: #e20008;
    font-size: 14px;
    width: 216px;
    height: 46px;
    line-height: 46px;
    border-radius: 15px;
    display: inline-block;
    border: solid 1px #ddd;
    position: relative
}

.home-about .more:after {
    content: "";
    width: 0;
    height: 0;
    right: 30px;
    top: 17px;
    position: absolute;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #e20008
}

.home-about .more:hover {
    border-color: #e20008
}

@media (max-width: 1024px) {
    .home-about {
        padding: 50px 0;
        background-image: none
    }

    .home-about .t1 {
        font-size: 16px
    }

    .home-about .t2 {
        font-size: 20px;
        margin-top: 0
    }

    .home-about .t3 {
        margin: 20px 40px
    }

    .home-about .more {
        height: 36px;
        width: 180px;
        line-height: 36px
    }

    .home-about .more:after {
        top: 13px
    }
}

.home-partner {
    color: #5e5e5e;
    padding: 70px 0 90px 0;
    background-color: #1e1e1e
}

.home-partner .home-title h3 {
    margin-top: 30px;
    color: #e20008
}

.home-partner .scroll-3 {
    padding: 0 105px;
    margin-top: 50px
}

.home-partner .items {
    width: 20%;
    padding-top: 1px;
    padding-left: 1px;
    vertical-align: top;
    display: inline-block
}

.home-partner .pic {
    position: relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.home-partner .pic:after {
    content: "";
    display: block;
    padding-bottom: 65%
}

.home-partner .pic:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.home-partner .slick-prev, .home-partner .slick-next {
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    border-radius: 100%
}

.home-partner .slick-prev {
    left: 0;
    background: url(../images/left-arrow.png) no-repeat center center #fff
}

.home-partner .slick-prev:hover {
    background: url(../images/left-arrow-h.png) no-repeat center center #e20008
}

.home-partner .slick-next {
    right: 0;
    background: url(../images/right-arrow.png) no-repeat center center #fff
}

.home-partner .slick-next:hover {
    background: url(../images/right-arrow-h.png) no-repeat center center #e20008
}

@media (max-width: 1024px) {
    .home-partner {
        padding-top: 15px;
        padding-bottom: 30px
    }

    .home-partner .scroll-3 {
        padding: 0;
        margin-top: 15px
    }

    .home-partner .slick-prev, .home-partner .slick-next {
        display: none;
        opacity: 0;
        background: none
    }
}

.home-message {
    padding-top: 70px
}

.home-message .home-title h3 {
    color: #e20008
}

.home-message .box {
    padding-left: 90px
}

.home-message .box ul {
    width: 50%;
    float: left;
    margin-top: 10px;
    padding-left: 5%
}

.home-message .box li {
    overflow: hidden;
    margin-top: 15px;
    width: 50%;
    float: left;
}

.home-message .box li.tera{
    width:100%
}

.home-message .box li.tera textarea{
    width: 100%;
    height: 100px;
    border: solid 1px #efefef;
    padding:15px;
    outline: none;
    padding-right: 30px;
}

.home-message .box li p {
    position: relative
}

.home-message .box li p span {
    top: 3px;
    right: 20px;
    position: absolute
}

.home-message .box li p em {
    color: #f30;
    right: 25px;
    top: 15px;
    position: absolute;
    font-style: normal
}

.home-message .box li p.col-xs-5 em{
    left: 168px;
}

.home-message .box li input {
    color: #999;
    font-size: 13px;
    width: 100%;
    padding: 15px;
    padding-right: 30px;
    border: solid 1px #efefef;
    outline: none;
}

.home-message .box li p.col-xs-5 input{
    padding-right: 80px;
}

/*.home-message .box li input:focus {*/
    /*border-color: #e20008*/
/*}*/

.home-message .box li input[type="button"] {
    border: 0;
    color: #fff;
    /*margin-top: 20px;*/
    font-size: 16px;
    cursor: pointer;
    background-color: #f90009
}

.home-message .box li input[type="button"]:focus {
    background-color: #e20008
}

.home-message .box li .col-xs-5 {
    width: 260px;
}

@media (max-width: 1211px) {
    .home-message {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .home-message .box {
        padding-left: 0
    }

    .home-message .box .pic {
        display: none
    }

    .home-message .box ul {
        width: 100%;
        padding-left: 0;
        margin-top: 0
    }

    .home-message .box ul li p {
        padding: 0 5px
    }
}

.home-news {
    padding: 70px 0 90px 0;
    background-color: #f4f3f5
}

.home-news .container {
    padding: 0
}

.home-news .home-title {
    padding: 0 15px
}

.home-news .scroll {
    margin-top: 50px
}

.home-news .box {
    margin: 0 15px
}

.home-news .box dt {
    position: relative
}

.home-news .box dt:after {
    content: "";
    display: block;
    padding-bottom: 53%
}

.home-news .box dt:before {
    content: "";
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    background-color: rgba(0, 0, 0, 0.5)
}

.home-news .box dd {
    color: #737272;
    text-align: center;
    padding: 20px 15px 40px 15px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.home-news .box dd h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px
}

.home-news .box dd h3 a {
    color: #555;
    display: block;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.home-news .box dd p {
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 20px
}

.home-news .box dl:hover dd {
    background-color: #fff
}

.home-news .box dl:hover dd h3{
    color: #e20008
}

.home-news .box dl:hover dt:before {
    opacity: 1
}

.home-news .slick-dots {
    bottom: -20px
}

.home-news .slick-dots li.slick-active button {
    background-color: #e20008
}

.home-news .slick-dots li button {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 100%;
    background-color: #ddd
}

@media (max-width: 1024px) {
    .home-news {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .home-news .scroll {
        margin-top: 30px
    }

    .home-news .box {
        margin: 0 5px
    }

}

@media (max-width: 390px) {
    .home-news .box {
        margin: 0 10px
    }
}

.page-banner {
    text-align: center
}

.page-current {
    padding: 15px 0;
}

.page-current p {
    height: 30px;
    overflow: hidden;
    line-height: 30px
}

.page-current p a:last-child{
    color: #e20008
}

.page-info h2 {
    color: #000;
    margin-top: 50px;
    font-size: 36px;
    line-height: 40px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: normal
}

.page-info p {
    font-size: 14px;
    color: #535353;
    font-size: 13px;
    padding: 30px 150px
}

@media (max-width: 1024px) {
    .page-info p {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .page-info h2 {
        font-size: 24px;
        margin-top: 30px
    }

    .page-info p {
        /*height: 48px;*/
        overflow: hidden;
        line-height: 24px;
        padding: 0 15px;
        margin: 20px 0
    }
}


@media (max-width: 1024px) {
    .page-content {
        margin-top: 0;
        padding-bottom: 40px
    }
}

.list-about {
    line-height: 26px;
    font-size: 13px;
    color: #4c4c4c
}

.list-about .pic {
    float: left;
    margin-right: 50px
}

.list-about .t1 {
    font-size: 40px;
    line-height: 40px;
    color: #e20008
}

.list-about .t2 {
    color: #e20008;
    font-size: 14px
}

@media (max-width: 1024px) {

    .list-about .t1 {
        font-size: 20px;
        line-height: 20px
    }
}

@media (max-width: 900px) {
    .list-about .pic{
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100%;
        height: auto!important;
    }
}

.list-news {
    margin-top: 40px;
    padding-top: 30px;
    background-color: #f9f9f9
}

.list-news dl {
    overflow: hidden;
    padding: 50px 0;
    border-bottom: solid 1px #ededed
}

.list-news dl dt {
    width: 25%;
    float: right;
    position: relative
}

.list-news dl dt:after {
    content: "";
    display: block;
    padding-bottom: 53%
}

.list-news dl dd {
    padding: 0;
    width: 70%;
    float: left
}

.list-news dl dd h3 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden
}

.list-news dl dd span {
    color: #888
}

.list-news dl dd p {
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888
}

.list-news dl dd time {
    color: #a9a9a9
}

.list-news dl dd .more {
    font-size: 14px;
    padding: 0 40px;
    line-height: 30px;
    color: #515151;
    display: inline-block;
    margin-top: 25px;
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: solid 1px #e1e1e1
}

.list-news dl:hover dd {
    border-color: #e20008
}

.list-news dl:hover dd h3 a {
    color: #e20008
}

.list-news dl:hover dd .more {
    color: #fff;
    border-color: #e20008;
    background-color: #e20008
}

@media (max-width: 767px) {
    .list-news {
        padding-top: 0;
        margin-top: 20px
    }

    .list-news dl {
        margin-top: 0;
        padding: 30px 0
    }

    .list-news dl dt {
        width: 100%;
        display: none
    }

    .list-news dl dd {
        width: 100%
    }
}

.list-solution dl dt {
    float: left
}

.list-solution dl dd {
    float: right
}

.list-related-news {
    padding: 50px 0;
    background-color: #e7e7e7
}

.list-related-news .container {
    position: relative
}

.list-related-news .title {
    top: 0;
    left: 0;
    position: absolute;
    width: 18%;
}

.list-related-news .title p {
    color: #121212;
    font-size: 30px;
    padding-bottom: 5px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list-related-news .title span {
    color: #686868;
    font-size: 14px;
    font-family: arial;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
}

@media(max-width:1024px){
    .list-related-news .title{
        width: 90%;
    }
}

.list-related-news li {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
    line-height: 40px;
    margin-left: 20%
}

.list-related-news li span {
    float: right;
    padding-left: 30px;
    display: inline-block;
    font-family: arial
}

@media (max-width: 1024px) {
    .list-related-news {
        padding: 30px 0
    }

    .list-related-news .title {
        left: 15px
    }

    .list-related-news .title p {
        font-size: 18px;
        padding-bottom: 0
    }

    .list-related-news ul {
        margin-top: 60px
    }

    .list-related-news li {
        width: 100%;
        margin-left: 0;
        height: 30px;
        line-height: 30px
    }
}

.list-news-show {
    padding-bottom: 60px;
    line-height: 28px;
    color: #494949;
    font-size: 13px
}

.list-news-show .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 22px;
}

.list-news-show .title-2 {
    font-size: 21px;
    color: #000;
    padding: 15px 15px;
    margin-top: 30px;
    font-weight: normal;
    background-color: #e7e6e6;
}

.list-news-show .info {
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
}

@media (max-width: 1024px) {
    .list-news-show {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .list-news-show .title {
        font-size: 16px
    }

    .list-news-show .info {
        margin-top: 15px
    }
}

.listps dt {
    width: 40%;
    float: left;
    position: relative
}


.listps dd {
    width: 55%;
    float: right;
    padding-top: 50px
}

.listps dd h1 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc
}

@media (max-width: 900px) {
    .listps dt, .listps dd {
        width: 100%;
        float: none
    }

    .listps dd h1 {
        font-size: 16px
    }
}

.list-pro-subnav {
    /*padding: 15px 0;*/
    margin: 0 auto;
    line-height: 50px;
    margin-top: 30px;
    background-color: #e1e1e1;
    text-align: center;
   display: flex;
align-items: center;
justify-content: center;    flex-wrap: wrap;
}

.list-pro-subnav > a {
    font-size: 15px;
    color: #121212;
    padding: 0 15px;
    display: inline-block;
    border-right: solid 1px #ccc
}

.list-pro-subnav a:hover, .list-pro-subnav .cur {
    color: #fff;
    background-color: #cd0007
}

@media (max-width: 767px) {
    .list-pro-subnav {
        line-height: 30px
    }

    .list-pro-subnav a {
        padding: 0 10px;
        margin-top: 1px;
        font-size: 12px;
        border: 0
    }
}

.list-pro-two {
    padding: 15px 30px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.list-pro-two a {
    padding: 0 20px;
    font-size: 13px;
    display: inline-block
}

.list-pro-two a.cur{
    color: #e20008;
}

@media (max-width: 1024px) {
    .list-pro-two a {
        padding: 0 10px
    }
}


.list-product .container {
    padding: 0 5px
}

.list-product .title {
    margin-top: 50px;
    font-size: 24px;
    color: #292929;
    font-family: "微软雅黑";
    padding-left: 10px;
    margin-left: 15px;
    border-left: solid 3px #e20008
}

.list-product li {
    width: 33%;
    float: left;
    margin-bottom: 19px;
    padding: 0 10px;
    position: relative;
}

.list-product li .box{
    background: #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
}

.list-product li .box:after {
    bottom: 0;
    left: 0;
    content: "+";
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 450%;
    text-align: center;
    font-size: 60px;
    opacity: 0;
    display: none \9;
    vertical-align: middle;
    position: absolute;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    background-color: #01b0f1
}

@media(max-width:1023px){
    .list-product li .box:after{
        content: "";
    }
}

.list-product li .pic {
    position: relative
}

.list-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.list-product li .tit {
    font-size: 21px;
    color: #000;
    padding: 16px 16px 8px;
    overflow: hidden;
    text-align: center;
}

.list-product li .txt {
    background: #00b0f0;
    width: 112px;
    padding: 1px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    box-shadow: 3px 3px 12px rgb(51 51 51 / 55%);
}
.list-product li:hover .box:after {
    opacity: 0.5;
    display: block \9
}

@media (max-width: 1024px) {
    .list-product {
        padding-bottom: 0
    }

    .list-product li {
        padding: 0 10px;
        margin-top: 15px
    }

    .list-product li .txt {
        font-size: 12px;
        width: 94px;
    }
}

@media (max-width: 767px) {
    .list-product li {
        width: 33.333%
    }
}

@media (max-width: 420px) {
    .list-product li {
        width: 50%
    }
}

.list-honor {
    padding: 0 0 60px 0
}

.list-honor li {
    padding: 0 10px;
    width: 20%;
    margin-bottom:30px;
    cursor:pointer;
}

.list-honor li .pic {
    cursor: pointer;
    position: relative
}

.list-honor li .pic:after {
    /*content: "";*/
    display: block;
    padding-bottom: 130%
}

.list-honor li p {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

@media (max-width: 1024px) {
    .list-honor {
        padding: 0;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .list-honor {
        padding-bottom: 30px
    }

    .list-honor li {
        width: 25%
    }
}

@media (max-width: 480px) {
    .list-honor li {
        width: 50%
    }
}

.list-pro-show {
    background-color: #f8f8f8
}

.list-pro-show .tit {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 30px;
    background-color: #585858
}


.list-message {
    margin: 60px 110px;
    margin-bottom: 250px
}

.list-message .li-1 {
    width: 100%;
}

.list-message .li-2 {
    width: 100%;
    /*border: solid 1px #e1e1e1;*/
    height:152px;
}

.list-message .li-2 textarea {
    width: 100%;
    /*font-size: 14px;*/
    /*color: #d0d0d0;*/
    /*border: 0;*/
    border: solid 1px #e1e1e1;
    height: 150px;
    padding: 5px;
    outline: none;
}

.list-message .li-3 {
    width: 250px
}

.list-message .li-3 span {
    width: 68%
}

.list-message li:first-child {
    margin-top: 0
}

.list-message li {
    margin-top: 20px
}

.list-message li img#verify{
    width:85px;
    height:40px;
    cursor: pointer;
}

.list-message li:hover {
    /*border-color: #c00008*/
}

.list-message li p {
    padding:0 10px;
    display: inline-block;
    /*border: solid 1px #e1e1e1*/
}

.list-message li.li-2 p{
    border:none;
    width:100%;
}

.list-message li.li-2 p span{
    width: 93%;
}

.person-mess li.li-2 p span{
    width: 85%;
}

.person-mess .tijiaos{
    text-align: center;
}

.list-message li p:hover {
    /*border-color: #c00008*/
}

.list-message li label {
    width: 70px;
    font-weight: normal;
    /*border-right: solid 1px #e1e1e1;*/
    float: left;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
    text-align: right;
}

.list-message li label em {
    color: #f30;
    padding-right: 5px;
    font-style: normal
}

.list-message li span {
    width: 85%;
    display: inline-block
}

.list-message li input {
    width: 100%;
    /*border: 0;*/
    padding: 0 5px;
    /*font-family: "微软雅黑";*/
    border:1px solid  #e1e1e1;
    outline: none;
    /*line-height: 20px;*/
    height: 40px;
}

.list-message li .button:first-child {
    background-color: #c00008
}

.list-message li .button {
    width: 50px;
    width: 208px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #444
}

@media (max-width: 1141px) {
    .list-message li span{
        width: 82%;
    }
    .list-message li.li-2 p span {
        width: 91%;
    }
    .list-message .li-5{
        width:100%;
    }
    .person-mess li.li-2 p span{
        width: 82%;
    }
}


@media (max-width: 1024px) {
    .list-message {
        margin-bottom: 30px
    }
}

@media (max-width: 950px) {
    .list-message-2 li {
        width: 100%
    }
}

@media (max-width: 950px) {
    .list-message li span {
        width: 85%
    }
    .list-message li.li-2 p span{
        width: 85%
    }
}

@media (max-width: 767px) {
    .list-message {
        margin: 20px
    }

    .list-message .li-1 {
        width: 100%
    }

    /*.list-message .li-3 {*/
    /*width: 158px*/
    /*}*/

    /*.list-message li span {*/
    /*width: 60%*/
    /*}*/

    .list-message li a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 560px) {
    .list-message li span {
        width: 80%
    }
    .list-message li.li-2 p span{
        width: 80%
    }
}

@media (max-width: 504px) {
    .list-message li a {
        display:none
    }
}

@media (max-width: 439px) {
    .list-message li span {
        width: 68%
    }
    .list-message li.li-2 p span{
        width: 68%
    }
}

@media (max-width: 409px) {
    .list-message li img#verify{
        margin-top: 20px;
        margin-left: 80px;
    }
}

@media (max-width: 530px) {
    .list-message li .button {
        width: 100px;
        height: 30px;
        line-height: 30px
    }
}


/*.list-message .li-1 {*/
    /*width: 430px;*/
    /*background-color: #fff*/
/*}*/

/*.list-message .li-2 {*/
    /*width: 100%;*/
    /*background-color: #fff;*/
    /*border: solid 1px #e1e1e1*/
/*}*/

/*.list-message .li-2 textarea {*/
    /*width: 100%;*/
    /*font-size: 14px;*/
    /*color: #333;*/
    /*border: 0;*/
    /*height: 150px;*/
    /*padding: 10px*/
/*}*/

/*.list-message .li-3 {*/
    /*width: 250px;*/
    /*background-color: #fff*/
/*}*/

/*.list-message .li-3 span {*/
    /*width: 30%*/
/*}*/

/*.list-message li:first-child {*/
    /*margin-top: 0*/
/*}*/

/*.list-message li {*/
    /*margin-top: 20px*/
/*}*/

/*.list-message li:hover {*/
    /*border-color: #e20008*/
/*}*/

/*.list-message li p {*/
    /*padding: 7px 10px;*/
    /*display: inline-block;*/
    /*border: solid 1px #e1e1e1*/
/*}*/

/*.list-message li p:hover {*/
    /*border-color: #e20008*/
/*}*/

/*.list-message li label {*/
    /*width: 85px;*/
    /*line-height: 20px;*/
    /*font-weight: normal;*/
    /*border-right: solid 1px #e1e1e1*/
/*}*/

/*.list-message li label em {*/
    /*color: #f30;*/
    /*padding-right: 5px;*/
    /*font-style: normal*/
/*}*/

/*.list-message li span {*/
    /*width: 70%;*/
    /*display: inline-block*/
/*}*/

/*.list-message li input {*/
    /*width: 100%;*/
    /*border: 0;*/
    /*padding: 0 5px;*/
    /*font-family: "微软雅黑";*/
    /*line-height: 20px*/
/*}*/

/*.list-message li .button:first-child {*/
    /*background-color: #e20008*/
/*}*/

/*.list-message li .button {*/
    /*width: 50px;*/
    /*width: 208px;*/
    /*height: 45px;*/
    /*font-size: 16px;*/
    /*line-height: 45px;*/
    /*margin-right: 10px;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*background-color: #444*/
/*}*/

/*@media (max-width: 1024px) {*/
    /*.list-message {*/
        /*margin-bottom: 30px*/
    /*}*/
/*}*/

/*@media (max-width: 1024px) {*/
    /*.list-message {*/
        /*margin: 20px 0*/
    /*}*/

    /*.list-message .li-1 {*/
        /*width: 100%*/
    /*}*/

    /*.list-message .li-3 {*/
        /*width: 158px*/
    /*}*/

    /*.list-message li span {*/
        /*width: 60%*/
    /*}*/

    /*.list-message li a {*/
        /*display: none*/
    /*}*/
/*}*/

@media (max-width: 540px) {
    .home-message .box li{
        width:100%;
    }
}


/*@media (max-width: 530px) {*/
    /*.list-message li .button {*/
        /*width: 100px;*/
        /*height: 30px;*/
        /*line-height: 30px*/
    /*}*/
/*}*/

.list-message-2 {
    margin: 0
}

.list-message-2 li:first-child {
    margin-top: 20px
}

.list-message-2 li {
    width: 50%;
    float: left
}

.list-message-2 .li-1 {
    width: 98%
}

.list-message-2 .li-2 {
    width: 99%
}

.list-message-2 .li-4 {
    width: 100%
}

.list-message-2 .li-4 .button {
    width: 100%;
    font-weight: bold
}

@media (max-width: 950px) {
    .list-message-2 li {
        width: 100%
    }

    .list-message-2 .li-1 {
        width: 100%
    }

    .list-message-2 .li-2 {
        width: 100%
    }
}

.list-contact {
    font-size: 14px;
    padding: 30px 0
}

.list-contact li {
    min-height: 100px;
    padding: 0 40px;
    line-height: 30px;
    border-left: solid 1px #ccc
}

.list-contact li:first-child {
    border-left: 0
}

.list-contact .title {
    color: #000;
    font-size: 16px
}

.list-contact .qq a {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background-color: #737373
}

.list-contact .qq a:hover {
    background-color: #e20008
}

@media (max-width: 767px) {
    .list-contact li {
        padding: 15px;
        min-height: auto;
        width: 100%;
        border-left: 0;
        border-bottom: solid 1px #ddd
    }
}

.list-cmessage {
    padding: 50px 0;
    background-color: #414141
}

.list-cmessage li {
    margin-top: 20px;
    overflow: hidden
}

.list-cmessage li p {
    position: relative
}

.list-cmessage li p.col-xs-4{
    width:50%;
}

@media(max-width:500px){
    .list-cmessage li p.col-xs-4{
        width:100%;
    }
    .list-cmessage li p{
        margin-top:10px;
    }
    .list-cmessage li{
        margin-top: 0;
    }
    .list-cmessage li p.verimg{
        margin-top:10px;
    }
}

.list-cmessage li p a.qing{
    color:#999;
    margin-left: 10px;
}

.list-cmessage li p a.qing:hover{
    color: #fff
}

.list-cmessage li p em {
    top: 15px;
    right: 20px;
    position: absolute;
    color: #e20008
}

.list-cmessage li input, .list-cmessage li textarea {
    border: 0;
    width: 100%;
    color: #eee;
    font-size: 13px;
    padding: 15px 10px;
    padding-right: 30px;
    background-color: #414141;
    border-bottom: solid 1px #808080;
    outline: none;
}

.list-cmessage li textarea {
    height: 100px
}

.list-cmessage li input:focus, .list-cmessage li textarea:focus {
    border-color: #fff
}

.list-cmessage li input[type="button"] {
    border: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    margin-top: 40px
}

.list-cmessage li input[type="button"]:focus {
    color: #fff;
    background-color: #e20008
}

@media (max-width: 500px) {
    .list-cmessage {
        padding-top: 0
    }

    .list-cmessage li p {
        width: 100%;
        padding: 0
    }

    .list-cmessage li input[type="button"] {
        padding: 10px;
        font-size: 14px
    }
}

.listbpx {
    padding-bottom: 60px
}

.culture-modal {
    display: none;
    z-index: 99999;
    color: #666;
    text-align: center;
    position: relative
}

.culture-modal .pic-2 {
    padding: 15px
}

.culture-modal .pic-2 img {
    border: solid 10px #fff
}

.culture-modal .close-modal {
    top: 0;
    right: 10px;
    position: absolute;
    background-color: #000
}

.culture-modal .close-modal img {
    max-width: 30px
}

.asider-page {
    text-align: center;
    position: relative;
    margin: 30px;
    margin-right: 0;
    padding: 20px 0
}

.asider-page .num-container {
    position: relative;
    display: inline-block;
    background-color: #fff
}

.asider-page span, .asider-page a {
    padding: 0 10px;
    height: 30px;
    margin: 0 2px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block
}

.asider-page span.num, .asider-page a.num {
    font-family: arial
}

.asider-page .page-cur{
    color: #fff;
    border-color: #e20008;
    background-color: #e20008
}

.asider-page span.iconfont, .asider-page a.iconfont {
    width: 50px;
    line-height: 34px
}

.asider-page a,.asider-page span {
    border: solid 1px #ccc
}

.asider-page a:hover {
    color: #fff;
    border-color: #e20008;
    background-color: #e20008
}

@media (max-width: 1024px) {
    .asider-page {
        margin: 30px 0
    }

    .asider-page .page-num {
        display: none
    }
}

.list-page-news {
    padding-top: 16px;
    overflow: hidden
}

.list-page-news li {
    width: 50%;
    float: left;
    padding-left: 20px
}

.list-page-news li p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
    border: solid 1px #dadada;
}

.list-page-news li:first-child {
    padding-left: 0
}

@media (max-width: 1024px) {
    .list-page-news {
        padding-top: 30px;
        padding-bottom: 0
    }

    .list-page-news li {
        width: 100%;
        margin-top: 5px;
        padding-left: 0
    }
}

.map {
    margin: 0 auto
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px
}

.map dl:hover {
    background: #f5f8fa
}

.map dl:hover dt a {
    color: #e0e9f3;
    font-weight: bold
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #e20008
}

.map dt:hover {
    background: #e20008
}

.map dt a {
    color: #fff;
    display: block
}

.map dt a:hover {
    color: #e0e9f3;
    font-weight: bold
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%
}

.map dd .p2 {
    padding: 0 20px 0 20px;
    clear: both
}

.map dd .p2 a {
    color: #e20008;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #e20008;
    text-decoration: underline;
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0 20px 0 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    background: #e20008;
    color: #fff
}

@media (max-width: 767px) {
    .map dl {
        margin: 20px
    }

    .map dt {
        width: 100%
    }

    .map dd{
        width: 100%
    }

    .map dd div{
        padding: 0 10px;
    }
}

/*新增--友情链接样式--begin*/
.footer-copy .flink{
    width: 80px;
    height: 20px;
    border: 1px solid #999;
    /*float: left;*/
    font-size: 14px;
    color: #747474;
    position: relative;
    /*margin-top: 10px;*/
}
/*.footer-copy .flink:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*height: 4px;*/
    /*width: 8px;*/
    /*background: url(../images/link1.png) no-repeat;*/
    /*right: 9px;*/
    /*top: 10px;*/
/*}*/
.footer-copy .flink .title{
    display: block;
    /*padding-left: 4px;*/
    width: 80px;
    height: 19px;
    line-height: 19px;
    /* margin-top: 4px; */
    /*border-right: 1px solid #e1e1df;*/
    text-align: center;
    color: #999;
    font-size: 12px;
}
.footer-copy .flink .foptn{
    width: 100%;
    bottom: 19px;
    /* left: -1px; */
    z-index: 99;
    position: absolute;
    display: none;
    background: #EFECEC;
    padding: 5px;
}
.footer-copy .flink:hover .foptn{
    display: block;
}
.footer-copy .flink .foptn dt{
    line-height: 19px;
    text-align: center;
    /*height: 30px;*/
    overflow: hidden;
    padding: 0 2px;
    font-size: 12px;
}
/*新增--友情链接样式--end*/

/*新增*/
#mmenu ul li.phoness a{display: inline-block}
@media (min-width:1025px) {
    #mmenu{
        display: none;
    }
}
#contact-form  .validate-on {
    border: 1px solid #ff0000;
    box-shadow: 0 0 1px #ff0000;
}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
a{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height: 30px!important;height: 28px!important;  padding: 0px !important;}
.pub_form_ul li .pub_radio{margin-top:-2px !important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}
.fn-suspend{margin-right:0!important;}
.BMapLib_nav{display:none;padding:10px!important;}
.BMapLib_bubble_content{padding:10px!important;}
.BMapLib_sendToPhone,.BMapLib_bubble_close{display:none;}
.BMap_cpyCtrl{display:none;}
.BMapLib_trans{margin:0!important;}
.BMap_Marker img{max-width:39px;}

.innr1{
    background: url(../picture/home2.png) center no-repeat;
    margin-top: 0px;
    text-align: center;
    background-size: cover;
    height: 283px;
    margin-top: 41px;
    position: relative;
}
.innr1 a{display:flex;align-items:center}
.innr1-1{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 248px;
}
.innr1-1 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-2{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 217px;
    left: 142px;
}
.innr1-2 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-3{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 192px;
    left: 279px;
}
.innr1-3 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-4{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 179px;
    left: 433px;
}
.innr1-4 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-5{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 176px;
    right: 549px;
}
.innr1-5 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-6{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 182px;
    right: 387px;
}
.innr1-6 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-7{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 203px;
    right: 199px;
}
.innr1-7 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr1-8{
    position: absolute;
    display: flex;
    align-items: center;
    color: #00aff2;
    font-size: 17px;
    flex-direction: column;
    top: 241px;
    right: 12px;
}
.innr1-8 span{
    border: solid 5px #08fafb;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-bottom: 6px;
    background: #fff;
}
.innr2{ background:url(../picture/home1.jpg) center no-repeat; margin-top:0px; text-align:center;}
.innr2-title{
    font-size: 23px;
    text-align: center;
    padding: 28px 0;
}
.innr2 span{
    font-size: 28px;
    color: #777;
    display: inline-block;
    padding-top: 56px;
    font-weight: bold;
}
.innr3{ margin-top:10px;height: 750px;}
.innr3 h5{font-size:13px}
.innr3z{ width:394px; }

.innr3z1 li{ float:left; width:193px; height:193px; position:relative;}
.innr3z1 li p{
    position: absolute;
    left: 0px;
    top: 158px;
    background: #01b0f1;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 17px;
}
.d1bj{position:absolute; left:0px; top:0px; background: rgba(1, 176, 241, 0.81);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFea0935,endColorstr=#BFea0935);  width:100%; height:100%; display:none; padding:20px;}
#d1:hover  .d1bj{ display:block; color:#ffffff;}
#d1:hover  .d1bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
#d1:hover  .d1bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
#d1:hover p{ display:none;}
#d2{ margin-left:8px;}
#d2:hover  .d1bj{ display:block; color:#ffffff;}
#d2:hover  .d1bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
#d2:hover  .d1bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
#d2:hover p{ display:none;}

.innr3z2{position:relative; margin-top:8px;}
.innr3z2 p{ position:absolute; left:0px; bottom:0px; background:#01b0f1; width:100%; height:35px; text-align:center; line-height:35px; color:#ffffff;font-size:17px}
.d3bj {
    position: absolute;
    bottom: 0;
    background: rgba(1, 176, 241, 0.81);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#BFea0935,endColorstr=#BFea0935);
    width: 100%;
    height: 394px;
    display: none;
    padding: 29px 26px;
    color: #fff;
}
.innr3z2:hover  .d3bj{ display:block; color:#ffffff;}
.innr3z2:hover  .d3bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
.innr3z2:hover  .d3bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
.innr3z2:hover   p{ display:none;}

.innr3y{ width:806px; position:relative;}
.innr3y1{
    position: absolute;
    left: 8px;
    top: 0px;
    width: 396px;
    height: 405px;
}
.innr3z4{ margin-top:0px;}
.innr3z4 p{ background:#01b0f1;font-size:17px}
.d4bj{position:absolute; left:0px; top:0px; background: rgba(1, 176, 241, 0.81);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFea0935,endColorstr=#BFea0935); width:100%; height:100%; display:none; padding:20px; }
.innr3y2 {
    position: absolute;
    left: 8px;
    top: 405px;
    width: 396px;
    height: 192px;
}
.innr3y2 p{ position:absolute; left:0px; bottom:0px; background:#01b0f1; width:100%; height:35px; text-align:center; line-height:35px; color:#ffffff;font-size:17px}
.innr3y3{position:absolute; right:0px; top:0px; width:394px; height:193px;}
.innr3y31{width:394px; height:193px; position:relative; margin-top:0px;}
.innr3y31 p{ position:absolute; left:0px; bottom:0px; background:#01b0f1; width:100%; height:35px; text-align:center; line-height:35px; color:#ffffff;font-size:17px}
.d5bj{position:absolute; left:0px; top:0px; background: rgba(1, 176, 241, 0.81);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFea0935,endColorstr=#BFea0935); width:100%; height:100%; display:none; padding:20px; }
.innr3y31:hover  .d5bj{ display:block; color:#ffffff;}
.innr3y31:hover  .d5bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
.innr3y31:hover  .d5bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
.innr3y31:hover p{ display:none;}

.innr3y4{
    position: absolute;
    right: 169px;
    top: 405px;
    width: 225px;
    height: 160px;
}

.innr3y2:hover  .d4bj{ display:block; color:#ffffff;}
.innr3y2:hover  .d4bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
.innr3y2:hover  .d4bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
.innr3y2:hover p{ display:none;}

.innr3y5{position:absolute; right:0px; top:203px; width:193px; height:396px;}
.innr3y5 p{ position:absolute; left:0px; bottom:0px; background:#01b0f1; width:100%; height:35px; text-align:center; line-height:35px; color:#ffffff;font-size:17px}

.innr3y5:hover  .d6bj{ display:block; color:#ffffff;}
.innr3y5:hover  .d6bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
.innr3y5:hover  .d6bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
.innr3y5:hover p{ display:none;}

.innr3y6{
    position: absolute;
    right: 204px;
    top: 203px;
    width: 190px;
    height: 160px;
}
.innr3y61 {width:193px; height:193px; position:relative; margin-top:0px;}
.innr3y61 p{ position:absolute; left:0px; bottom:0px; background:#01b0f1; width:100%; height:35px; text-align:center; line-height:35px; color:#ffffff;font-size:17px}
.d6bj{position:absolute; left:0px; top:0px;background:rgba(1, 176, 241, 0.81);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF2d1897,endColorstr=#BF2d1897);   width:100%; height:100%; display:none; padding:20px; }


.innr3y61:hover  .d6bj{ display:block; color:#ffffff;}
.innr3y61:hover  .d6bj  h2{ font-size:16px; color:#ffffff; line-height:22px;}
.innr3y61:hover  .d6bj h5{ font-weight:normal; line-height:20px; margin-top:10px;}
.innr3y61:hover p{ display:none;}
.sjzx-title{
    background: #e7e6e6;
    font-size: 27px;
    padding: 26px;
    text-align: center;
    width: 1169px;
    margin: 0 auto;
    color: #000;
}
.list-sjzx .box{
    display: flex;
    align-items: flex-start;
}
.box-img{
    position: relative;
    width: 26%;
    margin-right: 23px;
}
.list-sjzx .box img{
    width: 100%;
    height: 214px;
}
.sj-b{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}
.list-sjzx li{
    border-bottom: solid 1px #ccc;
    margin: 19px 0;
    padding-bottom: 19px;
}
.list-sjzx .clearfix li:last-child{border-bottom:none;padding-bottom: 0;}
.list-sjzx .nr{
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0;
}
.list-sjzx .tit{
    background: #00b0f0;
    color: #fff;
    font-size: 22px;
    padding: 11px 17px;
    border: solid 1px #00a0e9;
}
.list-sjzx .txt {
    background: #00b0f0;
    width: 85px;
    padding: 1px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.box-img span{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    background: #bfbfbf;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #000;
}
.list-sjzx .box li{
    margin: 19px 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 19px;
}
@media (max-width:768px) {
    .tel ,.phoness{display:none!important}
    .header {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header .logo img {
        width: 85% !important;
        height: auto !important;
    }
}
.nynav{
    width: 1200px;
    margin: 0 auto;
    background: #e7e6e6;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
}
.nynav-flex{
    flex: 1;
    padding: 20px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
}
.nynav-flex a{color:#000}
.nynav-flex .active{color: #06a0e9;}
.nynav-flex a:hover{color: #06a0e9;}
.nynav .active span{
    background: url(../picture/nynav.jpg) center no-repeat;
    position: absolute;
    bottom: -14px;
    width: 181px;
    height: 14px;
    left: 54px;
}

.page-content{padding-bottom:30px}
.home-content{display:none}
.contact{
    display: flex;
    align-items: flex-start;
}
.contact-flex{
    flex: 1;
}
.contact-flex-b{
    line-height: 19px;
}
.contact-flex-b div{
    width: 82%;
    font-size: 16px;
    line-height: 21px;
}
.contact-flex-b h1{
    font-size: 16px;padding: 10px 0;
}
@media (max-width: 768px){
    .contact {
    flex-direction: column;
}
.contact-flex {
    margin-bottom: 11px;
}
    .home-content{display:block}
    .innr1{
        background: url(../picture/home3.jpg) center no-repeat;
        width: 100%;
        height: 86px;
        background-size: cover;
    }
    .innr1-1,.innr1-2,.innr1-3,.innr1-4,.innr1-5,.innr1-6,.innr1-7,.innr1-8{display:none}
    .innr2{
        width: 100%;
    }
    .innr2-title{
        width: 100%;
        font-size: 15px;
        padding: 18px 0;
    }
    .innr3{display: none;}
    .nav-flex {
        border-top: none
    }
    .page-content img{max-width:100%;height:auto!important}
    .list-honor li .pic {
        height: 160px;
    }
    .vcenter {
        width: 100%;
        height: auto;
    }
    .nynav {
        width: 100%;
        font-size: 15px!important;
        flex-wrap: wrap;
        padding: 12px 0;margin-bottom: 0;
    }
    .nynav-flex {
        flex: 0 0 33%;
        padding: 6px 0!important;
    }
    .nynav .active span{display: none;}
    .list-product li .tit {
        font-size: 18px!important;
    }
    .home-content{
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    } 
    .home-content-flex{
        flex: 100%;
        position: relative;
        height: 300px;
        overflow: hidden;
    }
    .home-content-flex img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .home-content-flex p{
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
        background: rgb(5 165 224 / 81%);
        color: #fff;
        font-size: 15px;
        padding: 7px;
    }
    .list-sjzx .box {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .box-img {
        position: relative;
        width: 100%;
        margin-right: 0;
    }
    .list-sjzx .tit {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
    .list-sjzx .nr {
        font-size: 16px;
        line-height: 21px;
        margin: 11px 0;
    }
    .sjzx-title {
        font-size: 27px;
        padding: 22px 0;
        margin: 0 auto;
        color: #000;
        width: 100%;
        font-size: 17px;
    }
}