﻿.met-index-body {
    padding: 70px 0;
    background: #fff;
}
.met-index-body:nth-of-type(odd) {
    background: #f3f3f4;
}
.met-index-service {
    text-align: center;
}
.met-index-body h3 {
    font-size: 36px;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
}
.met-index-body p.desc {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    color: #5e7387;
    margin: 0 auto;
}
.met-index-service .blocks {
    width: 100%;
    margin: 0;
}
.met-index-service .blocks li {
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 25%;
}
.met-index-service .blocks li i {
/*    color: #d61519;*/
    display: block;
    font-style: normal;
    font-size: 50px;
    width: 120px;
    height: 120px;
    color: #d61519;
    border: solid 1px #bdc3c7;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    margin:0 auto;
    transition: all .6s ease-out;
    position: relative;
}
.met-index-service .blocks li h4 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #2a333c;
}
.met-index-service .blocks li p {
    width: 90%;
    margin: 0 auto;
    color: #5e7387;
}
.met-index-service .blocks li:hover i{
    background:#d61519;
    border-color: #d61519;
    color: #fff;
    /*top:-10px;*/
    transition: all 0.6s;
}

@media(max-width:1600px){
    .met-index-body{
        padding:60px 0;
    }
    .met-index-service .blocks li h4{
        font-size:18px;
    }
}
@media(max-width:1440px){
    .met-index-service .blocks li i {
        font-size: 42px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
@media(max-width:1259px){
    .met-index-body{
        padding:50px 0;
    }

}
@media(max-width:992px){
    .met-index-service .blocks li h4{
        font-size:16px;
    }
}
@media(max-width:768px){
    .met-index-body{
        padding:40px 0;
    }
    .met-index-service .blocks li{
        margin-top: 30px;
    }
}
@media(max-width:640px){
    .met-index-body{
        padding:30px 0;
    }
    .met-index-service .blocks li{
        width:50%;
        margin-top: 20px;
    }

}






.met-index-product .nav-tabs {
    border-bottom: none;
    margin: 30px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.met-index-product .nav-tabs li {
    white-space: nowrap;
    float: left;
    position: relative;
    display: block;
    margin-right: 2px;
    margin-bottom: 2px;
}
.met-index-product .nav-tabs li a {
    background: #fff;
    padding: 8px 30px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    display: block;
}
.met-index-product .nav-tabs li:hover a{
    background: #d61519;
    color: #fff;
    padding: 8px 30px;
    border: none;
}
.met-index-product .nav-tabs li.active a {
    background: #d61519;
    color: #fff;
    padding: 8px 30px;
    border: none;
}

#indexprolist{
    display: flex;
    flex-wrap: wrap;
}
#indexprolist li{
    width: 25%;
}
#indexprolist li a{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}
#indexprolist li .img-holder {
    position: relative;
    overflow: hidden;
}
#indexprolist li .img-holder img {
    width: 100%;
}
#indexprolist li  .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    /*display: table;*/
    overflow: hidden;
    vertical-align: middle;
}
#indexprolist li .img-holder .overlay .liner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
#indexprolist li .img-holder .overlay .liner:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(255,255,255,.5);
}
#indexprolist li  .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 30px;
    background:rgba(48,93,195,.5);
    color: #fff;
    text-align:center;
}
#indexprolist li  .content-holder {
    border-top: 2px solid #d61519;
    text-align: center;
    background: #fff;
    display: block;
    margin-top: 0;
    padding: 12px 20px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
#indexprolist li  .content-holder:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #d61519;
    transition: all .6s ease-out;
}
#indexprolist li  .content-holder h4 {
    color: #d61519;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 700;

    overflow: hidden;
}
#indexprolist li:hover .img-holder .overlay{
    opacity: 1;
}
#indexprolist li:hover  .content-holder:before {
    height: 100%;
    transition: all .6s;
}
#indexprolist li:hover  .content-holder h4{
    color: #fff;
}


@media(max-width:1600px){
    #indexprolist li .content-holder h4{
        font-size:16px;
    }
}
@media(max-width:1440px){

}
@media(max-width:1259px){
    .met-index-product .nav-tabs {
        margin: 25px auto;
    }
}
@media(max-width:992px){

}
@media(max-width:768px){
    #indexprolist li{
        width:32%;
        margin-right:2%;
    }
    #indexprolist li:nth-child(3n){
        margin-right:0;
    }
    #indexprolist li a {
        margin-bottom: 15px;
    }
    #indexprolist li .content-holder h4{
        font-size:16px;
    }
}
@media(max-width:640px){
    .met-index-product .nav-tabs {
        margin: 20px auto;
    }
    .met-index-product .nav-tabs li a {
        padding: 2px 15px;
    }
    .met-index-product .nav-tabs li.active a{
        padding: 2px 15px;
    }
    #indexprolist li {
        width: 49%;
    }
    #indexprolist li:nth-child(3n){
        margin-right:2%;
    }
    #indexprolist li:nth-child(2n){
        margin-right:0;
    }
    #indexprolist li .content-holder{
        padding: 5px 0px;
        line-height:1.6em;
    }
    #indexprolist li .content-holder h4 {
        font-size: 15px;
    }
}







.index_news_cont{
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
}
.index_news_cont dl{
    width: 32%;
    margin-right: 2%;
}
.index_news_cont dl:last-child{
    margin-right: 0;
}
.index_news_cont dl dt{

}
.index_news_cont dl dt p{
    position: relative;
    overflow: hidden;
}
.index_news_cont dl dt p:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(48,93,195,.5);
    opacity: 0;
}
.index_news_cont dl dt p:hover:before{
    opacity: 1;
}
.index_news_cont dl dt h4{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height:1.2em;
    padding:12px 0;
}
.index_news_cont dl dd{

}
.index_news_cont ul li a{
    display: flex;
    flex-wrap: wrap;
    padding: 2px 2px;
}
.index_news_cont ul li span{
    width: 76%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    color: #444;
    font-size: 16px;
}
.index_news_cont ul li em{
    width: 24%;
    text-align:right;
}
a.btn-reply{
    padding: 6px 12px;
    margin-top: 15px;
    font-size: 14px;
    color:#fff;
    display: inline-block;
    background-color: #d61519;
    border-radius: 5px;
    font-weight: bold;
}
a.btn-reply:hover{
    text-decoration:underline;
}


@media(max-width:1600px){
    .index_news_cont dl dt h4{
        font-size:22px;
    }
    .index_news_cont ul li span{
        font-size:15px;
    }
}
@media(max-width:1440px){
    a.btn-reply{
        font-size:12px;
    }
}
@media(max-width:1259px){
    .index_news_cont ul li span{
        width:100%;
        float:none;
    }
    .index_news_cont ul li em{
        width:100%;
        float:none;
        text-align:left;
    }
}
@media(max-width:992px){
    .index_news_cont ul li em{
        display:none;
    }
}
@media(max-width:768px){

}
@media(max-width:640px){
    .index_news_cont dl{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
}




.met-index-about{

}
.met-index-about .h-underline {
    padding-bottom: 12px;
    margin-bottom: 28px;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,.07);
    text-align: left;
}
.met-index-body h3 {
    font-size: 36px;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
}
.index_about_video{
    width: 50%;
    float: left;
}
.index_about_video iframe{
    width: 100%;
    height: 441px;
}
.index_about_video video{
    display: block;
    width: 100%;
    max-width: 100%;
}
.index_about_cont{
    width: 47%;
    float: right;
}
.index_about_text{

}
.index_about_text p:nth-child(2){
    line-height:1.6em;
    margin:10px 0 0;
}
.index_about_text p:nth-child(3){
    line-height:1.6em;
    margin: 0 0 5px;
}

.index_about_cont a {
    text-decoration: none;
    border: 1px solid #d61519;
    border-radius: 4px;
    padding: 6px 12px;
    color: #d61519;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.index_about_cont a:hover {
    background: #d61519;
    color: #fff;
    transform: translate3d(0,-5px,0);
}


@media(max-width:1600px){
    .met-index-body h3{
        font-size:32px;
    }
    .met-index-body p.desc{
        font-size:15px;
        width: 90%;
    }
}
@media(max-width:1440px){
    .met-index-body h3{
        font-size:28px;
    }
}
@media(max-width:1259px){
    .met-index-body h3{
        font-size:26px;
    }
    .met-index-body p.desc{
        font-size:14px;
        width: 96%;
        line-height: 1.6em;
    }
}
@media(max-width:992px){

}
@media(max-width:768px){
    .met-index-body h3{
        font-size:24px;
    }
    .met-index-about .h-underline {
        padding-bottom: 0px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .index_about_video{
        width:100%;
        float:none;
    }
    .index_about_video iframe{
        height: 400px;
    }
    .index_about_cont {
        width:100%;
        float:none;
        margin-top:15px;
    }
}
@media(max-width:640px){
    .met-index-body h3{
        font-size:20px;
    }
    .index_about_video iframe{
        height: 260px;
    }
}



.owl-case {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
   overflow: hidden;
}
.owl-case a.item {
    display: block;
    margin: 15px;
}
.owl-case a.item .img{
    display: block;
    width: 165px;
    height: 165px;
    margin:0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #d61519;
    position: relative;
    z-index: 9;
}
.owl-case a.item .img img{

}
.owl-case a.item .text{
    text-align: center;
    padding: 0 22px;
    background: #f3f3f4;
    padding-top: 82.5px;
    padding-bottom: 40px;
    display: block;
    border: 1px solid #e2e2e2;
    margin-top: -80px;
    position: relative;
    z-index: 5;
    width: 100%;
}
.owl-case a.item .text:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    top: 0;
    left: 0;
    background: #d61519;
/*    -webkit-transform: scaleY(0);
    transform: scaleY(0);*/
    transition: all 0.6s ease-out;
}
.owl-case a.item .text h2{
    color: #d61519;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-top: 24px;
    transition: all .3s ease;
}
.owl-case a.item .text p {
    color: #555;
    font-size: 14px;
    margin-top: 11px;
    transition: all .3s ease;
}
.owl-case .owl-controls{
    display: none!important;
}
.owl-case a.item:hover .text:before{
    height: 100%;
    transition: all 0.6s;
}
.owl-case a.item:hover .text h2{
    color: #fff;
}
.owl-case a.item:hover .text p{
    color: #fff;
}

@media(max-width:1600px){

}
@media(max-width:1440px){

}
@media(max-width:1259px){

}
@media(max-width:992px){

}
@media(max-width:768px){

}
@media(max-width:640px){

}


.met-index-contact {
    background: #d61519;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 15px;
    padding-left: 15px;
}
.met-index-contact  .container{
    text-align:center;
}
.met-index-contact p {
    font-size: 1.75em;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    line-height: 30px;
    padding-right: 50px;
    position: relative;
    top: 5px;
}
.met-index-contact a {
    font-family: 'Microsoft YaHei',Tahoma,Verdana,Simsun;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #282d32;
    position: relative;
    line-height: 40px;
    padding-left: 27px;
    border-radius: 3px;
    padding-right: 9px;
    margin: 10px 0;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.met-index-contact a i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}

@media(max-width:1600px){
    .met-index-contact p{
        font-size:1.6em;
    }
}
@media(max-width:1440px){

}
@media(max-width:1259px){

}
@media(max-width:992px){
    .met-index-contact {
        padding: 20px 15px;
    }
    .met-index-contact p{
        padding-right:0;
        width:100%;
    }
}
@media(max-width:768px){
    .met-index-contact p {
        font-size: 1.4em;
    }
}
@media(max-width:640px){

}


/*页面底部*/

#footer {
    background: #32373c;
    padding: 40px 0;
}

#footer a {
    color: #E4F1FE;
}

#footer a:hover {
    color: #d61519;
    text-decoration: none;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_nav li{
    width: 16%;
    text-align:center;
    padding:0 10px;
    margin-bottom:15px;
}
.f_nav li:last-child{
    width: 36%;
}
.f_nav li h3{
    color: #dadada;
    font-size: 18px;
}
.f_nav li a{
    display: block;
}
.f_nav li em a{
    font-size: 26px;
}
.f_nav li p {
    color: #dadada;
}
.f_nav_a2{
    display: flex;
    justify-content: center;
    position: relative;
}
.f_nav_a2 a{
    margin: 0 8px;
    position: relative;
    color: #dadada;
}
.f_nav li i {
    font-size: 26px;
    cursor: pointer;
}
.f_nav li a#met-weixin i{
    color: #83b944!important;
}
#met-weixin-content{
    position: absolute;
    top: 45px;
    left: 0;
    width: 120px;
    /* margin-left: -80px; */
    display: none;
    background: #fff;
    border: 5px solid #fff;
}
.f_nav li a#met-weixin:hover #met-weixin-content{
    display: block;
}

.foot{
    text-align: center;
    padding: 20px 0;
    color: #fff;
    height: auto;
    line-height: 1.8;
    background: #282d32;
}
.foot a{
    color: #fff;
}
.f_link {
    margin-bottom: 20px;
    line-height: 30px;
}
.copyright {

    line-height: 24px;
}


@media(max-width:1600px){

}
@media(max-width:1440px){

}
@media(max-width:1259px){
    #footer{
        padding:30px 0;
    }
}
@media(max-width:992px){

}
@media(max-width:768px){

}
@media(max-width:640px){
    #footer {
        padding: 15px 0 5px;
    }
    .f_nav li{
        display:none;
    }
    .f_nav li:last-child{
        width:100%;
        display:block;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}








/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #f0f2f5;
}
.sort li{

}
.sort li a{
    display: block;
    padding: 14px;
    font-size: 16px;
    color: #90939b;
}
.sort li a:hover{
    color: #d61519;
}
.sort li a.on{
    color: #d61519;
}
.container.n_container{
    padding:50px 0;
}

.right{
    width: 75%;
    float: left;
}
.right .content{
    font-size: 15px;
}
.left{
    width: 22%;
    float: right;
}
.left .box{
    margin-bottom: 30px;
}
.left h2{
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #fff;
    background: #d61519;
    border-radius: 5px;
}
.news_list2{

}
.news_list2 li{

}
.news_list2 li a{
    display: block;
    line-height:1.4em;
    background:url(../images/jt1.png) no-repeat left 12px;
    padding:10px 0 10px 20px;
    border-bottom: 1px solid #ccc;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 li{
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
}
.product_list2 li:nth-child(2n){
    margin-right: 0;
}
.product_list2 li a{
    display: block;
    overflow: hidden;
}
.product_list2 li a img{
    transition: all 0.6s ease-out;
}
.product_list2 li h3 a{
    text-align:center;
    font-size: 14px;
    color:#333;
    font-weight: normal;
}
.product_list2 li:hover a img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
/*    background: url(../images/home.png) no-repeat 0% 100%;*/
    display: none;
}

.sitemp .site {
    line-height: 30px;
}
@media(max-width:1600px){
    .sort li a{
        padding:10px 12px;
    }
}
@media(max-width:1440px){

}
@media(max-width:1259px){
    .container.n_container {
        padding: 40px 3%;
    }
    .right{
        width:100%;
        float:none;
    }
    .left{
        display:none;
    }
}
@media(max-width:992px){

}
@media(max-width:768px){
    .container.n_container {
        padding: 30px 3%;
    }
    .sort li a{
        padding:5px 10px;
        font-size:15px;
    }
}
@media(max-width:640px){
    .container.n_container {
        padding: 20px 3%;
    }
    .sort li a{
        padding:5px 5px;
        font-size:15px;
    }
}




/*news*/
.news_list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news_list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.news_list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.news_list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.news_list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.news_list li .more {
    margin-top: 15px;
}

.news_list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news_list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.news_list li:hover .tit h3 {
    color: #d61519;
}

.news_list li:hover .more span {
    color: #fff;
    background-color: #d61519;
}
.news_detail iframe{
    max-width: 100%;
    display: block;
}
.news_detail video{
    max-width: 100%;
    display: block;
}
@media(max-width:1600px){
    .news_list li{
        padding:20px;
    }
}
@media (max-width: 990px) {
    .news_list li .tit {
        border-bottom: none;
    }

    .news_list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .news_list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}
@media(max-width:1600px){
    .news_list li{
        padding:10px;
    }
    .news_list li .tit h3{
        font-size:16px;
    }
    .news_list li .more span{
        width:110px;
    }
}



/*product*/

.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    text-align:center;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.product_list li:nth-child(4n){
    margin-right:0;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
}
.product_list li a.img img{
    transition: all 0.6s;
}
.product_list li h3 a{
    background:#fff;
    font-size: 16px;
    color: #333;
    padding:10px 5px;
    display: block;
}
.product_list li:hover a.img img{
    transition: all 0.6s ease-out;
    transform: scale(1.1);
}
.product_list li:hover h3 a{
    color: #d61519;
}

@media(max-width:1600px){

}
@media(max-width:1440px){

}
@media(max-width:1259px){

}
@media(max-width:992px){
    .product_list li{
        width: 32%;
    }
    .product_list li:nth-child(4n){
        margin-right:2%;
    }
    .product_list li:nth-child(3n){
        margin-right:0;
    }
    .product_list li h3 a{
        font-size:15px;
    }
}
@media(max-width:768px){

}
@media(max-width:640px){
    .product_list li{
        width: 49%;
        margin-bottom:10px;
    }
    .product_list li:nth-child(3n){
        margin-right:2%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
    .product_list li h3 a{
        font-size:14px;
        padding: 5px 5px;
    }
}


.pd1{

}
.product_detail_scroll{
  width: 45%;
  float: left;
}
.product_detail_scroll .swiper-slide{
    text-align:center;
}
.pd_scroll_img{
    position: relative;
    padding:0 50px;
    margin-top:30px;
}
.pd_scroll_img .gallery-thumbs .swiper-slide{
/*    padding:20px 0 15px;*/
}
.pd_scroll_img .gallery-thumbs .swiper-slide-thumb-active {
    border:2px solid #d61519;

}
.pd_scroll_img .swiper-prev3{
    position: absolute;
    left:0;
    top:50%;
    width: 32px;
    height: 46px;
    margin-top:-23px;
    cursor: pointer;
    outline: none;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat #d61519;
/*    background-size: 15px 20px;*/
    border-radius: 5px;
}
.pd_scroll_img .swiper-next3{
    position: absolute;
    right:0;
    top:50%;
    width: 32px;
    height: 46px;
    margin-top:-23px;
    cursor: pointer;
    outline: none;
    background: url(../images/slider-arrow.png) 8px 5px no-repeat #d61519;
    border-radius: 5px;
}
.pd_text1{
    width: 55%;
    float: right;
    padding-left: 30px;
}
.pd_text1 h3{
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.pd_text1_1{
    margin-bottom: 10px;
}
.pd_text1_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:15px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.pd_text1_2 p{
    width: 55%;
    margin-right: 2%;
}
.pd_text1_2 p:nth-child(2n){
    margin-right: 0%;
    width: 43%
}
.pd2{
    padding:50px 0 20px;
}
.pd2 .title{
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.pd2 .title:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background:#ccc;
}
.pd2 .title:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 60px;
    height: 3px;
    background:#d61519;
}
.pd2 .title strong{
    color: #d61519;
    font-weight: normal;
}
@media(max-width:1600px){

}
@media(max-width:1440px){

}
@media(max-width:1259px){
    .pd2 {
        padding: 30px 0 20px;
    }
}
@media(max-width:992px){
    .pd_text1 h3{
        font-size:22px;
    }
    .pd_text1_2 p{
        width: 100%;
        margin-right: 0%;
    }
    .pd_text1_2 p:nth-child(2n){
        margin-right: 0%;
        width: 100%
    }
}
@media(max-width:768px){
    .pd2 {
        padding: 20px 0 ;
    }
}
@media(max-width:640px){

    .product_detail_scroll {
        width: 100%;
        float: none;
    }
    .pd_text1 {
        width: 100%;
        float: none;
        padding-left: 0px;
        margin-top:10px;
    }
    .pd_text1 h3{
        font-size:20px;
    }
}



/*case*/
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 25%;
}
.case_list li a{
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.case_list li a img{
    transition: all 0.6s ease-out;
}
.case_list li a .text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_list li a .text span{

}
.case_list li a .text h3{
    font-size: 24px;
    font-weight: normal;
    line-height:1.2em;
    padding:15px 0;
    position: relative;
    margin-top:5px;
}
.case_list li a .text h3:before{
    content:'';
    position: absolute;
    width: 20px;
    height: 3px;
    background:#fff;
    left:50%;
    margin-left: -10px;
    top:0;
}
.case_list li a .text em{
    display: block;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 70px;
    margin:0 auto;
}
.case_list li a:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.case_list li a:hover .text em{
    background:#fff;
    color: #d61519;
    border-color: #;
}
.case_detail{

}
.case_detail h1{
    font-size: 32px;
    color:#333;
}
.case_detail .img{
    margin:15px 0;
}
@media(max-width:1600px){
    .case_list li a .text h3{
        font-size:22px;
    }
    .case_detail h1 {
        font-size: 28px;
    }
}
@media(max-width:1440px){

}
@media(max-width:1259px){
    .aspg-detail-pn {
        margin-top: 20px;
    }
    .case_list li a .text h3{
        font-size:18px;
    }
    .case_detail h1 {
        font-size: 24px;
    }
}
@media(max-width:992px){
    .case_list li{
        width: 33.33333%;
    }
}
@media(max-width:768px){
    .case_list li a .text h3{
        font-size:16px;
    }
    .case_detail h1 {
        font-size: 20px;
    }
}
@media(max-width:640px){
    .aspg-detail-pn {
        margin-top: 15px;
    }
    .case_list li{
        width: 50%;
    }
}





.aspg-detail-pn {
    margin-top: 30px;
}

.aspg-detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
}

.aspg-detail-pn div b {
    font-size: 16px;
    color: #333333;
    float: left;
    font-weight: normal;
}

.aspg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #565656;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aspg-detail-pn div a:hover {
    color: #d61519;
}

@media (max-width: 768px) {
    .aspg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 640px) {
    .aspg-detail-pn div a {
        width: 50%;
    }
}




/*服务*/
/*n_message*/
.message{
/*    padding:70px 0;*/
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #d61519;
    margin-top:50px;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .message h3{
        font-size: 26px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
/*    .message{
        padding:30px 1%;
    }*/
}
@media(max-width: 640px){
/*    .message {
        padding: 20px 1%;
    }*/
    .message h3{
        font-size: 20px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}




h1.title{
    font-size: 24px;
    color: #d61519;
    padding-top: 4px;
    padding-bottom: 18px;
    line-height:1.4em;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #999;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;
    margin-top:10px;
}
.page a{
    font-size: 14px;
    color: #666;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    h1.title{
        font-size: 16px;
        padding-bottom: 10px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid;
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#d61519;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #d61519;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #d61519;
    vertical-align: middle;
    border: 1px solid #d61519;
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


.download_list{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    max-width: 800px;
    margin:0 auto;
    width: 100%;
}
.download_list li{
    /*width: 32%;*/
    /*margin-right: 2%;*/
    padding:10px 0;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.download_list li:nth-child(3n){
    margin-right: 0;
}
.download_list li a{
    display: block;
    width: 100%;
    line-height: 32px;
}
.download_list li a span{
    display: block;
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border:1px solid #e5e5e5;
    float: right;
    border-radius: 5px;
}
.download_list li a span:hover{
    background: #d61519;
    border:1px solid #d61519;
    color: #fff;
}



/*服务*/
/*n_message*/
.message{
/*    padding:70px 0;*/
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #d61519;
    margin-top:50px;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .message h3{
        font-size: 26px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
/*    .message{
        padding:30px 1%;
    }*/
}
@media(max-width: 640px){
/*    .message {
        padding: 20px 1%;
    }*/
    .message h3{
        font-size: 20px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}
