@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')
}

body {
    font-size: 12px;
    font-family: arial, "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    max-width: 100%;
    border: 0;
display: inherit;
margin: 0 auto;
}

a {
    color: #666;
    /*-webkit-transition-duration: .3s;*/
    /*transition-duration: .3s*/
}

/*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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    vertical-align: middle
}

.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;
	width: 100%;
    position: relative;
    padding-top: 14px
}

.header .logo {
    float: left
}

.header .tigs {
    float: right;
    line-height: 40px;
    margin-top: 20px
}

.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 {
    padding-left: 120px;
    position: relative;
    float: right;
    font-family: "微软雅黑"
}

.nav li {
    float: left;
    font-size: 17px;
    padding: 0 25px;
    position: relative;
    line-height: 86px;
    max-width:128px;
    text-align: center;
}

@media (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:86px;
    line-height: 86px;
    overflow: hidden;
}

.nav li:before {
    content: "";
    top: 10px;
    left: 30px;
    width: 0;
    height: 3px;
    opacity: 0;
    display: none \9;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #e20008
}

.nav li:hover:before {
    width: 25px;
    opacity: 1;
    display: block \9
}

.nav li.active:before {
    width: 55px;
    opacity: 1;
    display: block \9
}

.nav li:hover .subnav {
    display: block
}

.nav .subnav {
    left: -15px;
    top: 86px;
    width: 150px;
    z-index: 9;
    padding: 10px 0;
    display: none;
    position: absolute;
    background-color: #e20008
}

.nav .subnav li {
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    width: 150px;
    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: #cd0007
}

.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: 21px;
    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: 40px 0;
    font-size: 13px;
    color: #868686;
    background-color: #141414
}

.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 {
    color: #868686
}

.footer a:hover {
    color: #fff
}

.footer .contact {
    padding-top: 70px
}

.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
}

@media (max-width: 991px) {
    .footer {
        display: none
    }
}

.footer-copy {
    padding: 20px 0;
    background-color: #141414;
    border-top: solid 1px #1f1f1f
}

.footer-copy select {
    color: #616060;
    background-color: #141414;
    border: solid 1px #616060
}

@media (max-width: 991px) {
    .footer-copy {
        padding: 10px 0
    }

    .footer-copy select {
        display: none
    }
}

.home-title {
    text-align: center
}

.home-title h3 {
    color: #1e1e1a;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.home-title p {
    margin-top: 20px;
    padding: 0 50px;
    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: 25px;
    line-height: 30px;
    overflow: hidden;
	font-weight: bold;
}

.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;
	margin-bottom: 30px;
    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: 30px 0 0px 0;
    position: relative
}

.home-solution-pic li:after {
    content: "";
    display: block;
    padding-bottom: 0%
}

.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;
	margin-top: 10px;
    background-color: #e20008
}

.home-solution-pic .more:hover {
    background-color: #f90009
}

@media (max-width: 640px) {
    .home-solution-pic li {
        width: 50%;
        margin: 0;
        margin: 20px 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: 40px 40px;
    line-height: 24px;
	font-size: 16px;
    /*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: linear-gradient(135deg, #d7d7d7 25%, #f5f5f5 50%, #b3b3b3 75%);
}

.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;
    border-bottom: solid 1px #ddd
}

.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
    }
}

.page-content {
    margin-top: 50px;
    padding-bottom: 70px
}

@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 .pic {*/
        /*display: none*/
    /*}*/

    .list-about .t1 {
        font-size: 20px;
        line-height: 20px
    }
}

@media (max-width: 900px) {
    .list-about .pic{
        display: block;
        float: none;
        margin: 0 auto;
    }
}

.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-top: 60px;
    padding-bottom: 60px;
    line-height: 28px;
    color: #494949;
    font-size: 13px
}

.list-news-show .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.list-news-show .title-2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
    font-weight: normal;
    background-color: #585858
}

.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 dt:after {
    content: "";
    display: block;
    padding-bottom: 60%
}

.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: 1px;
    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: 40px
    }

    .list-pro-subnav a {
        padding: 0 10px;
        margin-top: 1px;
        font-size: 12px;
        border: 0;
        width: 50%;
    }
}

.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 {
    padding-bottom: 70px
}

.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: 25%;
    float: left;
    margin-top: 40px;
    padding: 0 10px
}

.list-product li .box {
    padding: 15px;
    border: solid 1px #ccc;
    position: relative
}

.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: #e20008
}

@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: 25px;
    font-weight: bold;
    height: 30px;
    color: #292929;
    line-height: 30px;
    overflow: hidden
}

.list-product li .txt {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
	font-size: 16px;
  margin-top: 5px;
}

.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 {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .list-product li {
        width: 33.333%
    }
}

@media (max-width: 420px) {
    .list-product li {
        width: 100%
    }
}

.list-honor {
    background-color: #fff;
    padding: 30px 0 60px 0
}

.list-honor li {
    padding: 0 10px;
    width: 25%;
    margin-top: 30px;
    cursor:pointer;
}

.list-honor li .pic {
    cursor: pointer;
    position: relative;
	border: solid 1px #ccc;
}

.list-honor li .pic:after {
    content: "";
    display: block;
    padding-bottom: 90%
}

.list-honor li p {
    color: #000;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
	font-weight: bold;
}

@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-message-2 {*/
    /*margin: 0;*/
    /*padding: 20px 15px 50px 15px;*/
    /*background-color: #f8f8f8*/
/*}*/

/*.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: 767px) {*/
    /*.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;
	font-size: 18px;
    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: 60px 40px;
    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: 50px;
    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;
    background-color: #f0f0f0
}

.list-page-news li:hover p {
    color: #fff;
    background-color: #e20008
}

.list-page-news li:hover p a {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.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;}









    .sp-1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .item {
        flex: 0 0 32.5%; /* 23%宽度以便在同一行显示四个项目 */
		position: relative;
        display: inline-block;
		border: solid 1px #ccc;
        margin-top: 20px;

    }
    .item img {
        width: 100%;
        height: auto;
		transition: transform 0.3s ease;
    }

  @media screen and (max-width: 600px) {
        .item {
            flex: 0 0 49%; /* 在大屏幕上将宽度设置为48%，使两列显示 */
			margin-bottom: auto;
			margin-top: 4px;
        }
    }



.abo-1 {
    display: flex;
    align-items: center;
    text-align: justify;
	font-size: 14px;
    padding: 20px;
	line-height: 2;
}

.abo-1 img {
    width: 100%;

    height: auto;
    margin-bottom: 20px;
}

.abo-1 .content {
    width: 100%;
	padding: 15px;
}

/* 在移动端设置内容宽度为90%，使其在小屏幕上更宽些 */
@media screen and (max-width: 600px) {
    .abo-1 {
        flex-direction: column; /* 在小屏幕上将布局改为垂直排列 */
    }

    .abo-1 img {
        order: 2; /* 在小屏幕上图片在下 */
    }

    .abo-1 .content {
        order: 1; /* 在小屏幕上文字在上 */
        width: 100%; /* 设置内容宽度为90% */
    }
}


    .shouhou-1-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shouhou-1-col {
        width: calc(100% / 3 - 10px); /* 一行三列，减去间距 */
        margin-bottom: 20px;
        padding: 10px;
        box-sizing: border-box;
        background: linear-gradient(135deg, #d7d7d7 25%, #f5f5f5 50%, #b3b3b3 75%);
		text-align: left;
        line-height: 2;
        font-size: 16px;
		color: #000;
    }
    @media screen and (max-width: 600px) {
        .shouhou-1-col {
            width: 100%; /* 手机端每列占据整行 */
        }
    }



    .youshi-1-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
		margin-bottom: 50px;
    }
    .youshi-1-col {
        width: calc(25% - 10px); /* 一行四列，减去间距 */
        margin-bottom: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .youshi-1-img {
        width: 100%;
        height: auto;
    }
    .youshi-1-text {
        margin-top: 12px;
		font-size: 18px;
    }
    @media screen and (max-width: 600px) {
        .youshi-1-col {
            width: 100%; /* 手机端每列占据整行 */
        }
    }





     .module-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .module-col {
        width: calc(50% - 10px); /* 一行两列，减去间距 */
        margin-bottom: 20px;
        padding: 10px;
        box-sizing: border-box;
        background-color: #f2f2f2;
    }
    .module-content {
        margin-top: 10px;
		font-size: 16px;
        line-height: 2.5;
    }
    @media screen and (max-width: 600px) {
        .module-col {
            width: 100%; /* 手机端每列占据整行 */
        }
    }








    .jiejuefangan-1-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jiejuefangan-1-col {
        width: calc(16.666% - 10px); /* 一行六列，减去间距 */
        margin-bottom: 20px;
        padding: 10px;
        box-sizing: border-box;
        background-color: #f2f2f2;
        transition: background-color 0.3s; /* 设置颜色过渡效果 */
		font-size: 16px;
        line-height: 2;
        text-align: center;
    }
    .jiejuefangan-1-col:hover {
        background-color: #ccc; /* 鼠标滑过时改变背景颜色 */
    }
    @media screen and (max-width: 600px) {
        .jiejuefangan-1-col {
            width: 100%; /* 手机端每列占据整行 */
        }
    }
	


.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(64, 64, 64, 0.7);
    padding: 10px 20px;
    opacity: 0;
    transition: opacity 1.3s ease;
}

.item:hover .title {
    opacity: 1;
	width: 100%;
    height: 100%;
	font-size: 24px;
  color: #fff;
  align-items: center;
  display: flex;
  text-decoration: underline;
}








 .gywm-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.image-container {
  width: 50%;
}

.image-container img {
  width: 100%;
  height: auto;
}

.text-container {
  width: 50%;
  font-size: 16px;
  padding: 10px;
}

.text-container h2 {
  margin-bottom: 10px;
}

.text-container p {
  line-height: 1.5;
}

.button1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
	font-size: 18px;
	margin-top: 20px;
}

.button1:hover {
  background-color: #0056b3;
  color: #fff;
}

@media (max-width: 768px) {
  .gywm-1 {
    flex-direction: column;
  }

  .image-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-container {
    text-align: center;
	font-size: 16px;
	 width: 100%;
    margin: 15px;
  }
}