﻿/*头部*/

.header{
    position: relative;
    margin-top: 108px;
}
.header .header_top{
    height: 30px;
    background-color: #1c62b0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2000;
}
.header .header_top .left, .header_bottom .left {
    /*width: 53%;*/
    width: 54%;
    float: left;
    text-align: left;
    /* padding-left: 100px; */
}
.header .header_top .right, .header_bottom .right {
    /*width: 47%;*/
    width: 46%;
    float: right;
    text-align: right;
    /* padding-right: 100px; */
}
.header .header_top .text i{
    font-family: 'Arial Regular', serif;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.header .header_top .text{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #b2d3f7;
    /* display: inline-block; */
}
.header_bottom{
    background-color: #fff;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 5;
}
.header_bottom .title{
    font-size: 18px;
    color: #555555;
    height: 78px;
    line-height: 78px;
    /*display: inline-block;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.left-logo{
    max-width: 140px;
    max-height: 54px;
    position: relative;
    /* margin: 5px; */
    /* left: -13px; */
    box-sizing: border-box;
    margin-right: 10px;
    margin-left:5px;
}
.left-certification{
    width: 35px;
    height: 51px;
    margin-bottom: 5px;
}
.nav li {
    float: left;
    text-align: center;
    margin-left:15px;
    position: relative;
    text-align: right;   /*添加的样式*/
}
.nav li > a {
    height: 78px;
    line-height: 78px;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    display: inline-block;
    text-align: center;
     position: relative;
}
.nav li >a:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 3px #1c62b0 solid;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav li:hover > a,
.nav li.cur > a {
  color: #1c62b0;
}
.nav li:hover > a:after,
.nav li.cur > a:after {
  width: 100%;
}
/*移动端会员按钮、导航按钮*/
.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none;
    background-color: #1c62b0;
}
.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 20px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
    transform: rotate(0);
    transition: width .5s ease;
}
.navPhoneBtn span:last-child {
    margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
    opacity: 1;
    transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0;
}
@media (max-width: 1170px) {
    .add-titl span{
        font-size: 16px !important;
    }
    .header_bottom .left-certification {
        display: none;
    }
}
@media (max-width: 1097px) {
    .header_bottom .title{
        /*display: none;*/
    }


}

@media (max-width: 650px) {
    .header_bottom .title{
        /*display: none;*/
    }
    /*.header .header_top .left,*/ .header_bottom .left{
        /*padding-left: 30px;*/
        padding-left: 10px;
    }
    .header .header_top .right, .header_bottom .right{
        /* padding-right: 30px; */
        padding-right: 18px;
    }
    .header .header_top .left{
        /* padding-left: 28px; */
       padding-left: 18px;
    }
     .header_bottom .left img{
        /*width: 50%;*/
        width: 20%;
        height:40px;   /*添加的样式*/
        margin-right:0px;
    }
}

@media (max-width: 510px) {
  /*  .header_bottom .title{
        display: none;
    }*/
    .header .header_top .left, .header_bottom .left{
        /*padding-left: 5px;*/
        padding-left: 0px;
    }
    .header .header_top .right, .header_bottom .right{
        /*padding-right: 5px;*/
        padding-right: 2px;
    }
}

@media (max-width: 455px) {
  /*  .header_bottom .title{
        display: none;
    }*/
    /*.navPhoneBtn {
        top: 8px;
    }*/
    .header .header_top .left{
       /*width: 60%;*/
       width: 61%;
    }
    .header .header_top .right{
        /*width: 40%;*/
        width: 39%;
    }
    .header .header_top .text i{
        font-size: 12px;
    }
    .publtitle {
        font-size: 14px;
    }
}
@media (max-width: 407px) {
/*.header .header_top .left{
    display: none;
}*/
.header .header_top .right{
    width: 100%;
}
}
@media (max-width: 400px) {
 /*   .header_bottom .title{
        display: none;
    }*/
   /* .navPhoneBtn {
        top: 8px;
    }*/
    /* .header .header_top .left{
        width: 60%;
    }
    .header .header_top .right{
        width: 40%;
    } */
    .header .header_top .text i{
        font-size: 12px;
    }
    /* .header .header_top .text{
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    } */
  /*  .header_top .house{
        margin-bottom: 20px;
    }*/
    /* .header_top .tel{
        margin-bottom: 20px;
    } */
}
@media (max-width: 1279px) {
    .nav {
        font-size: 12px;
    }
}
@media(max-width:829px){       
     .add-titl span{
         font-size: 18px !important;
     }
}

@media (max-width: 1033px) {
     .add-img{
        margin-right: 8px !important;
        width: 46% !important;
    }
    .add-titl .shao{
        padding: 10px 0px !important;
    }
    .nav {
        display: none;
    }
    .navPhoneBtn {
        display: block;
    }
}

/*移动端导航*/
.phoneMenu {
    display: none;
    position: fixed;
    top: 88px;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-bottom: 100px;
    background: #e5e5e5;
    overflow: auto;
}
.phoneMenu dl a {
    display: inline-block;
    height: 100%;
    color: #1c62b0;
}
.phoneMenu .level-01 {
    display: block;
    font-size: 14px;
    color: #1c62b0;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border-bottom: #1c62b0 1px solid;
    position: relative;
}
.phoneMenu .level-01.active > .menu-ctrl {
    display: block;
}
.phoneMenu .menu-ctrl {
    display: none;
}
.phoneMenu .child a {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    height: 45px;
    color: #1c62b0;
    line-height: 45px;
    padding-left: 20px;
    position: relative;
    background-color: #fff;
    display: block;
}
.phoneMenu .level-01 {
    position: relative;
}
.phoneMenu .level-01:after {
    content: '';
    border: 2px solid #1c62b0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    right: 20px;
}
.phoneMenu .level-01.active:after {
    top: 20px;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #1c62b0;
    border-top: 2px solid #1c62b0;
}
.phoneMenu .noneArrow:after {
    display: none;
}
.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
    filter: alpha(opacity=80);
    opacity: 80;
}
.prompt span {
    position: absolute;
    font-size: 16px;
    font-family: 'Microsoft YaHei', serif;
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #000;
}
.prompt span a {
    text-decoration: underline;
}
.prompt_close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}
.prompt_close:hover {
    background: #ff0000;
    color: #fff;
}
/* 关于我们*/
.contact_us .content{
    font-family: '微软雅黑 Regular', serif;
}
.contact_us .content .title{
    height: 120px;
    line-height: 55px;
    font-size: 30px;
    color: #2491e2;
    text-align: center;
    padding-top: 31px;
    border-bottom: 1px solid #e1e1e1;
}
.contact_us .content .com_info{
    background-color: #fafafa;
    padding: 17px 20px;
    margin: 5px 0;
}
.com_info_left{
    width: 85%;
    background-color: #fafafa;
    display: inline-block;
}
.com_info_left .info a:hover{
text-decoration: underline;
color: #477fbd;
}
.com_info_right{
    width: 15%;
    float: right;
    background-color: #fafafa;
}
.content .com_info .info{
    height: 35px;
    color: #323232;
    font-size: 14px;
    line-height: 36px;
    width: 100%;
}
.content .com_info .info span{
    display: inline-block;
    text-align: left;
    width: 50%;
    float: left;

    text-align: left;
    /*width: 100%;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    
}
.map_baidu{
    width:100%;
    height:332px;
    border-top:#e1e1e1 solid 1px;
}

@media (max-width: 956px) {
    .content .com_info .info span{
        width: 100%;
    }
    .com_info_right{
        width: 30%;
        float: right;
    }
    .com_info_left{
        width: 100%;
    }
}

@media (max-width: 700px) {
    .content .com_info .info span{
        width: 100%;
    }
    .com_info_right{
        display: none;
    }
    /*.com_info_left{
        width: 70%;
    }*/
    .contact_us .content .title{
        font-size: 28px;
    }
}

@media (max-width: 450px) {
    .content .com_info .info span{
        width: 100%;
    }
    .com_info_right{
        display: none;
    }
    /*.com_info_left{
        width: 70%;
    }*/
}
@media (max-width: 414px) {
    .cimg img{
        width: 80% !important;
    }
    .footer-right .weixin{
        max-width: 22% !important;
        padding-top: 10px !important;
    }
    .content .com_info .info span{
        width: 100%;
        font-size: 12px;
    }
    .com_info_right{
        width: 20%;
        float: right;
    }
    /*.com_info_left{
        width: 80%;
    }*/
    .contact_us .content .title{
        font-size: 20px;
        height: 60px;
        margin: 0;
        padding: 0;
    }
    .com_info_right{
        display: none;
    }
}

@media (max-width: 320px) {
    .content .com_info .info span{
        width: 100%;
        font-size: 12px;
    }
    .com_info_right{
        width: 20%;
        float: right;
    }
    /*.com_info_left{
        width: 80%;
    }*/
    .contact_us .content .title{
        font-size: 16px;
        height: 60px;
        margin: 0;
        padding: 0;
    }
    .com_info_right{
        display: none;
    }
    .detail-infor .page_list .liw{
        padding-right: 0px;
    }
    .detail-infor .page_list .li1{
        padding-left: 8px;
    }
}


/*底部样式*/
.contanier{
    width:1180px;
    margin:0 auto;
}
.footer {
    background: #2a2a2a;
    color: #b6b6b6;
    font-size: 14px;
    margin-top: 40px;
}

.footer-nav{
    /* width:33%; */
    width: 100%;
    float:left;
}
.footer-contact{ 
    width:35%;
    float:left;
}
.footer-nav a{
    float:left;
    /* width:33.3%; */
    width: 16.6666%;
    color:#b6b6b6;
    padding:5px 0; 
    border-left: 1px solid #3b3b3b;
}
.footer-nav a:nth-of-type(6){
    border-right:1px solid #3b3b3b;
}
.foot_nav .nav_1:nth-of-type(7){
border-right:1px solid #3b3b3b;
}

.footer-inner{
    overflow:hidden;
    padding:45px 0;
}
.footer-contact .contact-left{
    width:83px;
    height:83px;
    float:left;
}
.other-contact{
    width: 34%;
    font-size: 16px;
   position: relative;
    top: -15px;
}
.footer-contact .contact-right{
    float:right;
    width:78%;
}
.footer-contact .contact-right p{
    margin:7px 0;
}
.footer-contact .contact-left img{
    width:100%;
    height:83px;
}
.footer-bottom{
    border-top: 1px solid #323232;
    text-align: center;
    padding: 30px 0;
}
/*.footer-bottom-two{
    text-align:center;
    background:#191919;
    height:38px;
    line-height:38px;
}*/
.footer-bottom.titlecolor{
    margin-top:15px;
    color:#555;
}
.footer-bottom-two .mesg{
    color:#666;
}
.footer-bottom-two  .map_1{
    float:right;
}
@media screen and (max-width: 1201px) {
  .contanier{
    width:96%;
    margin:0 auto;
}
.footer-contact{
    width:50%;
}
}

/*关于我们*/
.about{
    background: #fff;
    overflow: hidden;
    margin-top:35px;
}
.pr-lf{
    width:23%;
    float:left;
}
.pr-rt{
    width:75%;
    float: right;
}
.us-top{
    width:100%;
    height:48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #2491e2;
    font-size: 18px;
}
/*.inner{
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    padding: 10px 15px;
    border-bottom: 1px solid #E9E9E9;
}*/
.ercode{
    width:100%;
    height:165px;
    background: #2491e2;
    position: relative;
}
.erbg{
    width:42%;
    background: #fff;
    position: absolute;
    left: 25px;
    top: 25px;
}
.erbg img{
    width: 100%;
    height:42%;
}
.ertitle{
    width: 40%;
    position: absolute;
    right: 5px;
    top: 50px;
}
.ertitle p{
    font-size: 18px;
    color:#fff;
    margin-bottom: 10px;
}
/*.inner p{
    padding-bottom: 10px;
}*/
.public{
    width:100%;
    border:1px solid #d9d9d9;
    min-height: 286px;
}
.mt22{
    margin-bottom: 22px;
}
.pro-top{
    height:46px;
    line-height: 46px;
    border-bottom: 2px solid #2491e2;
    background: #f8f8f8;
}
.pt15{
    padding: 0 15px;
}
.msg{
    font-size: 18px;
    color:#2491e2;
    padding-left: 10px;
}
.infor{
    float: left;
    position: relative;
    width: 4px;
    height: 14px;
    background: #2491e2;
    top: 16px;
    border-radius: 5px;
}
.more{
    float: right;
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    position: relative;
    top: 12px;
    color: #ccc;
}
.pro-img{
    width:48%;
    height:87px;
    border:1px solid #ccc;
    padding: 2px;
    float: left;
    position: relative; 
}
.pro-img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.pro-list{
    margin: 10px 15px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding-bottom: 10px;
}
.pro-list:hover img{
  transform: scale(0.8);
}
.pro-msg{
    float: right;
    width: 47%;
}
.pro-msg p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail{
    color: #2491e2;
    border-bottom: 1px solid #2491e2;
    font-size: 12px;
    position: relative;
    bottom: -22px;
}
.me-list{
    padding: 10px 15px 15px 15px;
}
.me-list i{
    display: block;
    width: 5px;
    height: 5px;
    position: relative;
    top: 13px;
    left: -15px;
    background: url(../images/nav.png);
}
.foot_nav .nav_1:nth-of-type(7){
    border-right:1px solid #3b3b3b;
}


.me-list li{
    padding: 5px 0px 5px 15px;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
}
.me-list li a{
    color:#333;
}
.me-list li:hover a{
    color:#2491e2;
    border-bottom: 1px solid #2491e2
}
.about-top{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    overflow: hidden;
}
.publtitle{
    font-size: 24px;
    color: #323232;
    padding-left: 5px;
    position: relative;
    top: 5px;
}
.Highcolu{
    font-size: 12px;
    color: #999;
    float: right;
    position: relative;
    top:12px;
}
.Highcolu a{
    font-size: 12px;
    color: #999;
}
.infor-title{
    font-size: 30px;
    color: #2491e2;
    margin-top: 70px;
    margin-bottom: 10px;
}
.re-title{
    font-size: 14px;
    color: #666;
}
.img{
    width: 97%;
    height: 80%;
    margin: 42px 0px;
}
.img img{
    width:100%;
    height:80%;
}
.list{
    margin-bottom: 30px;
    line-height: 25px;
    color: #666;
    text-indent: 35px;

}

/*企业商机*/
.busins-top{
    width:100%;
    padding: 35px;
    border:1px solid #eae8e8;
}
.mt40{
    margin-top: 20px;
}
.buss-title{
    font-size: 20px;
    color: #111;
    margin-left: 5px;
}
.b-img{
    float: right;
    position: relative;
    top: 8px;
}
.img-left{
    position: relative;
    top: -2px;
}
.f-c{
    color: #888888;
    font-size: 12px;
    margin-right: 27px;
    position: relative;
    top: 1px;
}
.bu-title{
    font-size: 14px;
    color:#777;
    line-height: 25px;
    margin: 25px 0;
}
.news-list li{
    padding: 0px 25px 0px 35px;
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #eae8e8;
}
.show{
    background: #2491e2;
}
.show span{
    color: #fff !important;
}
.show i{
     background: url(../images/hnotice.png) !important;
}
.news-list li span{
    font-size: 14px;
    color: #777;
    padding-left: 11px;
}
.news-list li  i{
    float: left;
    width: 20px;
    background: url(../images/notice.png);
    height: 18px;
    position: relative;
    top: 15px;
}
.click{
    float: right;
    color: #2491e2;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.contal{
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*产品中心*/
.product-list{
border-top:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
padding:5px 0;
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.recomd-list{
    overflow: hidden;
}
.recomd-list li{
    float: left;
    width: 30.6%;
    border:1px solid #dedede;
    margin-right:4%;
    position: relative;
    margin-bottom: 35px;
}
.recomd-list li:nth-child(3n+3){
    margin-right:0;
}
.recomd-list .swiper-slide .probg img{
    width:73%;
}
.recomd-list .swiper-slide{
    float: left;
    width: 30.6%;
    border:1px solid #dedede;
    margin-right:4%;
    position: relative;
    margin-bottom: 35px;
}
.recomd-list .swiper-slide:nth-child(3n+3){
    margin-right:0;
}
.probg{
    background: #f2f2f2;
    margin:5px;
    height: 200px;
    position: relative;
}
.probg img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.6s;
}
.pro-recom{
    margin-bottom: 27px;
    position: relative;
}
.recomd-title{
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 4px;
    color: #000;    
}
/* .pro-hover li:hover img{
  transform: scale(1.2);
} */
.pro-title{
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #eaeaea;
}
.check{
    /* float: right; */
    cursor: pointer;
    position: absolute;
    right: 24px;
    margin-top: 10px;
}
.right-btn,.left-btn{
     font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    background-color: #b9b9b9;
    text-align: center;
}
.rest-btn{
    background: #2491e2 !important;
}
.left-btn{
    /* right: 200px;
    left: 80px; */
    position: absolute;
    right:29px;
    top:0px;
    padding-top:2px;
}
.right-btn{
    position: relative;
    padding-top:2px;
}
.left-btn::before,.right-btn::before{
    font-family: simsun;
    font-weight: 900;
}
.left-btn::before{
 content: "<";
}
.right-btn::before{
    content: ">";
}

.proimg{
    /*width:85%;*/
    width:100%;
     margin: 0 auto;
}
@media screen and (max-width: 861px) {
.footer-nav,.footer-contact{
    width:100%;
    overflow: hidden;
    /* margin-bottom:10px; */
}
/* .footer-nav a{
    width:16%;
} */
.other-contact{
    display:none;
}
.footer-inner{
    padding-bottom:20px;
}
.ercode{
    height:115px;
}
.erbg{
    left:15px;
}
.ertitle{
    top:37px;
}
.ertitle p{
    font-size: 14px;
}
}
@media screen and (max-width: 751px) {
.pr-lf{
    width:100%;
    float: right;
}
.pr-rt{
    width:100%;
    float: left;
}
.inner{
    border-bottom: 1px solid #E9E9E9;
}
.public{
    width:49%;
    float: left;
}
.mt10{
    margin-right:10px;
}
.ercode,.b-img{
    display: none;
}
.busins-top{
    padding: 0;
    
}
.busins-top .busins-li-top .b_t{
    font-size: 24px !important;
}
}
@media screen and (max-width: 650px) {
.infor-title{
    font-size: 24px;
}
}
@media screen and (max-width: 551px) {
  .recomd-list li{
  width:45.6%;
  }
  .recomd-list li:nth-child(even){
    margin-right: 0;
  }
  .recomd-list li:nth-child(3n+3){
    margin-right: 4%;
  }
.footer p,.footer span,.footer a{
    font-size:12px;
}
.public{
    width:48%;
    float: left;
}
.Highcolu{
    width: 100%;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 421px) {
  .public{
    width:100%;
}
.contact-left{
    display:none;
}
.contact-right{
    float:left !important;
    width:100% !important;
}
.publtitle{
    font-size:18px;
}
.news-list li i {
display: none;
}
.news-list li span {
    padding-left: 0px;
}
}
@media screen and (max-width: 380px) {

.swiper-container .swiper-wrapper .swiper-slide{
    width:100%;
}
}

body{
    color: #777777;
}
a{
    text-decoration: none;
}
*{
    margin: 0px;
    padding:0px;
}
/*img{
max-width: 100%;
    max-height: 100%;
}*/
ul{
    text-decoration: none;
}
ul li{
    list-style: none;
}
h2,.left_1 .our{
    font-size: 36px;
    font-weight: 500;
    /* height: 80px; */
}
.clear{
    clear: both;
}
.container{
    width: 100%;
    height: auto;
}
.container img{
    /* width:100%; */
    height: auto;
} 

.wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.home-more {
   text-align: center;
   margin-top:45px;
}
.home-more a {
    display: inline-block;
    min-width: 240px;
    line-height: 39px;
    text-align: center;
    border: 1px #c5c4c4 solid;
    font-weight: 700;
    color: #c5c4c4
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

/* content_about样式 */
.content_a{
    width: 100%;
    height: auto;
   background:url('../img/bg1.jpg');
}
.content_about,.content_product .center,.new,.content_friend .center,.footer .footer-list{
    max-width: 1180px;
    height: auto;
    margin:auto;
    /* padding:54px 360px; */
    padding:54px 0px;
    /* width: 60%; */
    margin-left: auto;
    margin-right: auto;
}
.footer .ft{
    border-top: 1px solid #323232;
    width: 100%;
}
.footer .ft .footer-bottom{
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;

} .content_about .left_1{ /* width: 52%; */ width: 58%; float: left;
padding-right: 50px; } .content_about .our a{ color:#015ab4; height: 75px;
line-height: 75px; display: inline-block; position: relative;} .content_about
p{ width: 85%; line-height: 32px; height: 100px;overflow:hidden;} .content_about .left_1
.a_u{ font-size: 24px; color: #888888; } .content_about .left_1 .a_bt{
margin-top:23px; } .content_about .left_1 .a_bt a{ display: inline-block; /*
width: 105px; */ padding:0px 24px; border: 1px solid #2491e2; margin-right:
5px; height: 35px; line-height: 35px; color: #2491e2; } .content_about .left_1
.a_bt a:hover,.content_about .left_1 .a_bt .active{ background: #2491e2;
color: #fff; } .content_about .right_1{ width: 42%; float: left;padding-top: 20px; }
.content_about img{ /*width: 100%;*/ box-sizing: border-box; }
.content_product{ width: 100%; background-image: url('../images/bg2.jpg');
background-repeat: repeat-y; text-align: center; } .content_product .home-more
a { border-color: #fff; color: #fff; } .content_product .home-more a:hover {
background: #fff; color: #1c62b0 } .content_product .center h2{ color: #fff; }
.content_product .center .line,.content .content_new .line_h,.left_1 .line_h{
width: 50px; height: 2px; display: inline-block; } .content_product .center
.line{ background: #fff; } .content_product .center p{ padding: 5px; color:
#98c0e7; } .p_list .list_1
{ 
       width: 24%;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    float: left;
    margin-right: 1.3%;
}
.content_product .p_list .list_1:nth-child(4){
    margin-right:0px;
}
 .p_list
.list_1:hover .p_t{ color: #2491e2; } .p_list .list_1 .pro-list-img{ height:
205px; position: relative;margin:8px } .pro-list-img img{ max-width: 100%; max-height:
100%; transition: all 0.6s; } .p_list{ margin-top: 45px; text-align: center; }
.p_list .list_1 .p_t{ background: #eaeaea; color:#333333; font-size: 18px;
height: 60px; line-height: 60px; overflow:hidden; text-overflow:ellipsis;
white-space:nowrap } .p_list .list_1 a:hover{ color: #2491e2; } .lay img{
width:35px; height: 35px; } 
.re-lay img{
  position: relative;
  left:40%;
}
.lay{ 
    background: rgba(78,195,184,0.8);
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 0;
    opacity: 0;
    margin: 10px;
    padding: 21px 34px 10px 34px;
    transition: all 0.5s ease-in-out;
    height: 200px;
    bottom: 0;
    right: 0;
    left: 0;
} .re-lay{ margin: 5px !important; background:
rgba(77,164,229,0.8) !important; } .re-lay a{ position: relative;
left:40%; } .lay .h_l{color:#fff;display:block; font-size: 18px; text-align: center;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .lay p{
padding:4px 0px 0px 0px; /* padding:0px; */ display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
margin-bottom:24px; text-align: center; color: #fff !important; }
.list_1 .lay .lin{
display: block; width: 40px; height: 2px; background: #fff; text-align:
center; position: relative; left: 40%; margin: 8px 0; } .center .more_c{
border: 1px solid white; } .center .more_c,.content_new .new .more_c{
display:inline-block; margin-top: 45px; height: 13px; line-height: 13px;
padding: 12px 56px 25px 56px; } .content_new .new .more_c{ border: 1px solid
#c5c4c4; font-weight: 600; } .content_new .new .more_c a{ color: #c5c4c4; }
.center .more_c a{ color: #98c0e7; } .content .content_new .new .new_h{
font-size: 36px; color: #035da9; text-align: center; display: block; }
.content .content_new{ background: #fff; text-align: center; } .content
.content_new .new .new_center{ margin-top: 55px; } .content .content_new .new
.line_h,.left_1 .line_h{ background:  #035da9; } .content_new .home-more
a:hover { border-color: #1c62b0; background: #1c62b0; color: #fff } .left_1
.line_h{ display: block; margin-bottom: 19px; margin-top:4px; } .ul_list{
float: left; width:100%; text-align: left; /* margin-right: 13px; */ } .ul_list
.circ span{ display: block; } .ul_list li{ width:100%;margin-bottom:23px; background:
#f8f8f8; height: auto; padding: 18px 12px 30px 12px; position: relative; margin-left: 14px;}
.ul_list .circ{ border: 1px solid #9c9c9c; border-radius: 50%; width: 86px;
height: 86px; text-align: center; float: left; margin-right: 17px; } .ul_list
.circ .s_t{ margin-top:20px; } .ul_list .circ .s_b{ margin-top:0px; font-size:
18px; } .content_new .new .ul_right{ float: right; } .ul_list .circ .circ_lin{
/* display:block;  */ height: 1px; width: 50px; background:#9c9c9c; /*
margin-left:15px; */ margin: 0px auto; } .content_new .ul_list .arrow{ width:
24px; height: 24px; background: #2491e2; position: absolute; right: -10px;
bottom: -5px; text-align: center; line-height: 24px; } .ul_list a{ color:
#777777; } .ul_list a .title{ color: #202020; display: block; font-size: 16px;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:
600; } .ul_list a .descri{ display: -webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; overflow: hidden; font-size: 12px; line-height: 20px;
height: 40px; } .ul_list li:hover{ background: #2491e2; } .ul_list li:hover
.title{ color: #fff } .ul_list li:hover .descri{ color:#e6f2fe; } .ul_list
li:hover .arrow{ background:#22b4a6; } .ul_list li:hover .circ{ background:
#ffffff; color: #2491e2; } .ul_list li:hover .circ .circ_lin{
background:#2491e2; } .content_friend span{ color: #1c62b0; font-size: 24px;
display: block; float: left; } .content_friend img{ margin-left: 10px;
margin-bottom: 4px; } .content_friend .center ul li{ float: left;
padding-right: 10px; line-height: 30px; } .content_friend .center ul{
margin-top:10px; } .content_friend .center ul li a{ color: #777777; }
.content_friend{ background: url('../img/bg3.jpg'); /* margin-bottom: 28px;
*/ padding-bottom: 28px; height:auto; } .content_friend .fri{
padding-top:30px; } .footer .footer-list{ padding:0px; }
.content_about .right_1 img{
    width: 100%;
}
.fri .bg_co{
width: 91%;
    float: left;
    position: relative;
    top: 10px;
    height: 50px;
}
.content_friend span{
    /* width: 11%; */
    position: relative;
}
.fri .bg_co img{
    width: 100%;
}
.f_t{
    margin-top:0px;
}
@media (max-width: 1128px){
  .fri .bg_co{
      display: none;
  }
.content_friend span{
    width: 100%;
}
}

/* footer样式 */
.footer-inner .foot_nav{
    float: left;
    height: auto;
    /* width: 70%; */
    /* width: 69%; */
    width: 68%;
}
.footer-inner .foot_nav .nav_1{
    width: 16.6666%;
    float: left;
    border-left: 1px solid #3b3b3b;
    /*padding: 0px 30px;*/

}
.footer-inner .foot_nav .nav_1 a{
    /* width: 155px; */
    display: block;
    overflow: hidden;
}
.foot_nav .footer-nav a:hover, .foot_nav .nav_1 a:hover,.content .content_friend .fri li a:hover{
    color: #1c62b0;
}

.footer-inner .foot_nav{
text-align: center;
}
.footer-inner .foot_nav a{
    color: #666666;
    /*font-size: 14px;*/
    height: 30px;
    line-height: 25px;
}
.footer-inner .footer-right{
    float: right;
    text-align: right;
    line-height: 28px;
    width: 32%;
}
.footer-list .f_in{
    padding-bottom:25px;
}
.footer-bottom .f_color{
    color: #555555;
}


/* 商业详细页面的样式 */
.busins-top .busins-li-top .b_t{
font-size: 30px;
color: #000000;
}
.busins-li-inner{
    /*padding-top: 2px;*/
    padding-top: 8px;
}
.mt40 .busins-top{
 padding-bottom: 20px;
 padding-top: 0px;
 text-align: center;
}
.mt40 .busins-top{
    border-bottom: 1px dotted #eae8e8;
    border-right: none;
    border-left: none;
    border-top: none;
}
.detail-infor{
    padding-top:30px;
    font-size: 14px;
    line-height: 2;
}
.pr-rt .mt40 .detail-infor .img_1{
margin: 0 auto;
background: #f5f5f5;
margin-bottom: 36px;
width: 640px;
/* height: 320px; */
}
.pr-rt .mt40 .detail-infor .img_1 img{
    width: 100%;
}

.pr-rt .mt40 .detail-infor .list_t{
    display: block;
     padding-bottom: 8px;
     font-weight: 600;
}
.company .company_l{
    float: left;
     width: 100%;
    max-width: 100%;
    padding: 23px 0px;

}
.company_l p a:hover{
 text-decoration: underline #477fbd;
 color: #477fbd;
}
.company .company_l img{
    margin-right: 15px;
}
.company .company_l p{
    /*height: 31px;*/
    line-height: 31px;
    border-bottom: 1px dotted #eae8e8;
    padding-left: 34px;
    width: 95%;
    margin: 0px 15px;
    color: #777777;
    font-size: 14px;
}
.company .company_r p{
    font-size: 18px;
    font-weight: 500;
    padding:20px 0px 31px 0px;
}
.company_r{
    text-align: center;
    width: 32%;
    float: left;
    border-left: 1px solid #2491e2;
    padding: 23px 0px;
    padding-bottom: 0px;
}
.company{
    border: 1px solid #2491e2;
    width: 100%;
    margin-top:10px;
    /*border: 1px solid #2491e2;
    width: 100%;*/
}
.company .up{
    font-size: 20px;
    padding-left: 22px;
    text-align: left;
    height: 48px;
    background: #2491e2;
    color: #ffffff;
    padding-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mt_re .recommend{
 background: #f8f8f8;
 padding:25px 0px;
}
.mt_re{
    border:none;
}
.pt_re{
    border-bottom:none;
    background:none;
    overflow: hidden;
}
.msg img{
    margin-right: 10px;
}
.mt40 .mt_re .pt_re .ms_re{
    /* font-size: 18px; */
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}
.recommend .recom span{
    /* float: right;
    padding-right: 5px; */
    position:absolute;
    top:12px;
    right: 8px;
}
.recommend .recom{
    width: 50%;
    float: left;
    padding: 0px 15px 0px 15px;
}
.recommend .recom li{
padding: 0px 0px 5px 15px;
position: relative;
}
.recommend .recom li a{
     max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    height:25px;
    line-height: 25px;
}
.recom_1{
    border-right: 1px solid #dadada;
}
.page_list span a{
    color: #ffffff;
    width: 80%;
    overflow: hidden; 
}
.page_list{
 margin: 30px 0px 21px 0px;
 overflow: hidden;
}
.page_list span{
    /* padding: 17px 70px 17px 18px; */
    height: 48px;
    line-height: 48px;
    display:inline-block;
    margin: 0px;
    padding: 0px;
}
.page_list .li1{
    background: #84ba35;
    width: 43.4%;
    padding-left: 15px;
    float: left;
}
.page_list .li2{
 background: #2491e2;
 width: 14%;
 text-align: center;
 float: left;
}
.page_list .liw{
    width: 42.3%;
    padding-right: 5px;
    text-align: right;
}
.page_list .liw img{
  /*  margin-left: 10px;
    float: right;
    margin-top: 15px;*/
    /*margin-left: 6px;*/
    margin-left: 11px;
    float: right;
    margin-top: 14px;
    margin-right: 7px;
}
.page_list .li_cen{
margin: 0px 1px;
}
.page_list img{
    /*margin-right: 10px;*/
}
/* 新闻中心 */
.new_lis{
    width: 100%;
}
.new_lis li{
border-bottom: 1px dotted #eae8e8;
background:none;
padding: 35px 17px 41px 17px;
}
.pr-rt .new_mt{
    padding-top: 0px;
    margin-top: 0px;
}
.new_lis .new_ti{
    padding-bottom: 20px;
}
.new_mt .new_lis p .new_de{
    font-size: 13px;
    height: 56px;
    line-height: 25px;
}
.new_lis li .look_der{
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    position: relative;
    top: 12px;
    color: #ccc;
    margin-left: 116px;
}
.new_lis .new_cir{
    margin-right: 28px;
}
.new_lis li:hover{
    background: #f9f9f9;
}
.new_lis li:hover .new_ti{
    color: #2491e2;
}
.new_lis li:hover .new_de{
    color: #777777;
}
.new_lis li:hover .look_der{
    background: #2491e2;
    color: #ffffff;
    border: none;
    /*background: #2491e2;
    color: #ffffff;*/
}
.new_lis li:hover .new_cir{
    background: #2491e2;
    color: #ffffff;
    border: none;
  /*  background: #2491e2;
    color: #ffffff;*/
}
.new_lis li:hover .new_cir .circ_lin{
    background:  #ffffff;
}
.page a{
    width: auto;
  border: 1px solid #666666;
  padding: 7px 15px;
}
.page{
    text-align: center;
    margin: 50px 0px;
    font-size: 12px;
}
.inner p:first-child{
  padding-top:10px;

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

    .content_product .center,.content_about,.content_friend .center, .footer .footer-list{
            width: 96%;
    margin: 0 auto;
    }
    .content_about,.content_new .new{
        margin:0px 8px;
    }
    .content_about .left_1{
            padding-right: 25px;
    }
    .footer .footer-bottom{
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media (max-width: 1500px){
.content_friend{
        padding-bottom: 28px;
}
}
@media (max-width: 1155px){
.footer-inner .foot_nav .nav_1{
        /* padding-bottom: 28px; */
       width: 16.6666%;
       padding:0px;
}
.footer-inner .foot_nav .nav_1 a{
overflow: hidden;
}

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

    /*.footer-inner .foot_nav{
        width: 63%;
    }
    .footer-inner .footer-right{
        width: 32%;
    }*/
    .content_new .new .ul_list{
        margin-right: 3px;
    }
}
@media(max-width:1069px){
  .footer-inner .footer-right{
        width: 100% !important;
        text-align: center !important;
        float: none;
        margin: 0 auto;
    }
    .footer-inner .foot_nav{
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }
    .weixin{
        max-width: 16% !important;
        float: none !important;
        margin:0 auto;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .home-ad{
       width: 100% !important;
       text-align: unset !important;
       margin-top: 10px;
    }

    .add-weixin{
        padding: 10px !important;  
    }
}
/* ipad pro */
@media (max-width: 1024px){
    .content_new .new .ul_list{
        margin-right: 3px;
    }
    .content_about{
        margin:0px 8px;
    }

}
@media (max-width: 1034px){
.recommend .recom{
   width: 98%;
}
.recommend .recom span{
    /* position: relative; */
    top:8px;
}
.recommend .recom_1{
    border-right: none;
}
}

@media (max-width: 1012px){

.page_list .li1,.page_list .liw{
    /*width: 48.9%;*/
     width: 49.8%;
}
.page_list .li1{
    margin-right: 1px;
}
.page_list .li_cen{
    display: none;
}

.page_list span{
    margin-bottom: 10px;
}
}
@media (max-width: 751px){
.mt_re{
   width: 100%;
}
.recommend .recom_1{
    border-right: none;
}

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

    .footer-inner .foot_nav,.footer-inner .footer-right{
        width: 98%;
    }
    .footer-inner .footer-right{
        float: left;
        text-align: center;
    }
    .footer-inner .foot_nav{
        margin-bottom: 10px;
    }
}
@media (max-width: 900px){

    .content_new .new .ul_list{
        width: 97%;
    }
    .content_new .new .ul_right{
        float: left;
    }
    .content_about .left_1{
        width: 98%;
    }
    .content_about .right_1{
        float: left;
    }
}
/* ipad min */
@media (max-width: 768px){
    .content_about .left_1,.content_about .right_1{
        width: 100%;
        margin-bottom: 5px;
        padding:0px 5%;
    }

}
@media (max-width: 650px){
    .p_list .list_1{
        width:48.7%;
    }
    .p_list .list_1:nth-child(even){
        margin-right: 0px;
    }

    
}

@media (max-width: 433px){
    .header .header_top .left{
      width: 100%;
  } 
   .header .header_top .right{
      display:none;
  }
}
@media (max-width: 421px){
   .page a{
       display: none;
   }
   .page .first,.page .prev,.page .next,.page .last{
       display: inline-block;
   }

}

/* 手机 */
@media (max-width: 414px){
     .content_new .new .ul_right{
        float: left;
    }
    .content_new .new .ul_list{
        width: 95%;
    }

}
@media (max-width: 380px){
    .p_list {
    width: 96%;
    margin: 0 auto;
}
.sou_lay{
padding: 21px 10px 10px 10px;

}
.sou_lay P{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}

/*    .p_list .list_1{
        width:100%;
    }*/
     .content_new .new .ul_right{
        float: left;
    }
    .content_new .new .ul_list{
        width: 95%;
    }
}

.inner a{
    color: #477fbd;
}
.inner a:hover{
    text-decoration: underline;
}
.recomd-list li:hover{
    border: 1px solid #2491e2;
}
.recomd-list .swiper-slide:hover{
    border: 1px solid #2491e2;
}
.recomd-list .swiper-slide:hover .pro-title{
    background: #2491e2;
    color: #ffffff;
}
.recomd-list li:hover .pro-title{
    background: #2491e2;
    color: #ffffff;
}
.map_new{
   text-align: right;
   margin-bottom:15px;
}
.map_new a{
    background: #239CE7;
    border-radius: 4px;
    color: #fff;
    margin-right: 20px;
    padding:5px 10px;
}
.mt_re .pt_re,.mt_re .ms_re{
 padding-left: 0px;
}
.map_1{
    position: absolute;
    right: 360px;
    }
    .f_t{
        position: relative;
    }
    @media (max-width:1410px){
        .map_1{
            position: relative;
            text-align: center;
            right: 0px;
            background: #000000;
        }
        .kindedtior_frame img{
            width: 100% !important;
        }
    }
    .page a:hover{
        background: #2491e2;
        color: #ffffff;
    }
    .page strong {
        width: auto;
        border: 1px solid #2491e2;
        padding: 7px 15px;
        background-color: #2491e2;
        color: #fff;
        font-size: 12px;
}
.inr p{
    overflow: hidden;
    height: 31px;
    line-height: 31px;
}
.pr-rt .d_f{
        padding-top: 0px;
    }
    .pr-rt .i_f{
        margin-top: 60px;
        text-align: center; 
    }
    @media (max-width:441px){
       .company .company_l .com_t span{    
        font-size: 15px !important;
      }
      .pr-rt .i_f{
          margin-top: 30px;
      }
      .company .company_l p{
             padding-left: 0px; 
      }
      .company .up{
            /* line-height: 23px; */
            font-size: 15px;
            padding-left:6px;
        }

    }
    .page_list .liw a{
        display:inline-block;
    }

    .pt15 .more:hover{
        background: #2491e2;
        color: #ffffff;
        border: none;
    }
    .page_list .liw a {
        display: inline-block;
    }
    .page_list .li1 img,.page_list .li_cen img{
         /*margin-right: 10px;*/
         margin-right: 8px;
    }
    .pr-rt .mt40 .detail-infor .proimg img{
        margin: 0 auto;
        background: #f5f5f5;
        margin-bottom: 36px;
        /*width:100%;*/
        max-width: 640px;
    }
    @media (max-width:996px){
      .swiper-container-horizontal>.swiper-pagination-bullets{
          bottom: 6%;
      }
    }
   /*.detail-infor .list img{
        width: 100%;
    }*/
    .xinxi{
        background: #000000;
        text-align: center;
    }
    .pr-rt .mt40 .detail-infor .proimg img{
        margin: 0 auto;
        background: #f5f5f5;
        margin-bottom: 36px;
        width: 100%;
        height: 98%;
    }
    .proimg,.detail-infor .list{
        /*width: 70%;*/
        width: 98%;
        margin: 0 auto;
  
    }
    .list table td{
        width:25%;
        /*text-align: center;*/
         text-indent: initial;
    }






.pro-title {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #eaeaea;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.inner p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
@media (max-width: 415px){
    .header{
        margin-top: 85px;
    }
    .xinxi{
        background: #000000;
        text-align: center;
        margin-bottom: 80px;
        position: relative;
        top: -45px;
        z-index: 1;
    }
    .footer{
     position: relative;
    top: -45px;
    }
    /*.inner p{
        margin-bottom: 0px;
    }*/
    .new_lis li{
      padding: 18px 12px 30px 12px;
    }
    .page{
        margin: 20px 0px;
    }
    .list-mt20{
        margin-bottom: 20px !important;
    }
   .header_bottom{
    border-bottom: 1px solid #888888;
    }
   .header_bottom .left{
       width: 85%;
       float: left;
   }
   .header_bottom .left img {
  /*  width: 30%;
    height: 40px;*/
    float: left;
    margin: 5px;
    max-width: 20% !important;
   }
   .header_bottom .title {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    left: 5px;
    font-size: 14px;
    /*font-weight: 600;*/
    color: #555555;
    height: 40px;
    line-height: 22px;
    display: inline-block;
    top: 15px;
}
    h2, .left_1 .our,.content .content_new .new .new_h{
  font-size:26px;
     }  
     .content_about .left_1
 .a_u {
       font-size: 20px;
       color: #888888;
    }
    .content
 .content_new .new .new_center {
    margin-top: 30px;
    }
    .home-more{
  margin-top: 5px;
    }
    .content_about,.content_product .center {
     padding: 20px 0px;    
    }
    .content_about .left_1
 .a_u {
    font-size: 20px;
   }
.p_list .list_1 .pro-list-img{
    height:135px;
   }
   .p_list .list_1 .p_t{
        height: 40px;
    line-height: 30px;
  }
  .ul_list li{
    margin-bottom:15px;
  }
.content_about .left_1{
    margin-bottom: 10px;
}
.right_1{
 display:none;

}
.footer-bottom{
    padding: 15px 0
}
.footer-inner{
    padding: 30px 0;
}
.header .header_top .right{
   display:none;
}
.header_top .house{
  position:relative;
  top:-2px;
}
.header .header_top .left{
    width:100%;
}
.lay{
  margin:5px;
}
.sou_lay{
  height:140px !important;
}
 .lay p {
  margin-bottom:5px;
}
}


@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1556245325287'); /* IE9 */
  src: url('iconfont.eot?t=1556245325287#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('iconfont.woff?t=1556245325287') format('woff'),
  url('iconfont.ttf?t=1556245325287') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1556245325287#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
  content: "\e691";
}

.icon-dianhua-1:before {
  content: "\e60e";
}

.icon-weixin:before {
  content: "\e733";
}

.icon-guanwang:before {
  content: "\e619";
}
.share{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 80px;
    background: #f3f3f3;
    z-index: 999;  
    display: flex;justify-content: space-around;
}
.icon-square{
    width: 50%;
    height:60%;
    border: 1px solid #ddd;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
     vertical-align:middle;
}
.icon-title{
    position: absolute;
    top: 70%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.share li{
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}
.icon-pub{
    position: absolute;
    top:10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.footer-ercode img{
    width: 150px;
    height: 185px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 82%;
    display: block;
    margin: auto;
    vertical-align: middle;
}
.footer-share-code{
    background: #fff;
    padding: 15px;
}
.q-ercode{
    margin:200px 50px 0 50px;
}
.hide{
    display: block !important;
}
.code-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 999;
    background: rgba(0,0,0,.5);
}
.footer-share-code p{
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}
@media (min-width: 415px) {
    .share{
        display: none;
    }
}
@media (max-width: 321px) {
    .icon-square{
        width:55%;
    }
    .q-ercode{
        margin:150px 45px 0px 45px;
    }
}
.swiper-container{
    z-index: 0 !important;
}
.new-mt{
    margin-bottom: 45px;
}
.inner .p_t a{
    color:#666666;
    text-decoration:none;
}
.content .com_info .info .adr{
    width: 100%;
}

@media (max-width: 816px){
.header_bottom .left{
  width:65%;
}
}
@media (max-width: 660px){
.header_bottom .left{
  width:89%;
}
.header_bottom .img{
    width:21%;
}
}
@media (max-width: 436px){
.header_bottom .left{
  width:93%;
}
.header_bottom .img{
    width:20%;
}
/*.header_bottom a .title{
    width: 15%;
}*/
}
@media (max-width: 768px){
.detail-infor{
    padding-top:0px;
}
.mt40{
    margin-top: 10px;
}
}
/*.middle_img_frame {
    width: 100%;
}
.middle_img_frame img {
    width: 100%;
    height: 100%;
    display: none;
}*/
.middle_img_frame{
    display: block;
    height: 400px !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}
@media(max-width:1446px){
    .middle_img_frame{
            width: 100% !important;
            height: auto !important;
            position: relative;
            padding-bottom: 25% !important;
            background-position:50% !important;
            background-size:auto 100% !important;
        }
}
.add-weixin {
    padding: 25px 5px 25px 8%;
    background: #2491e2;
    box-sizing: border-box;

}

.add-img {
    background: #ffffff;
    padding: 8px;
    float: left;
    margin-right: 14px;
    max-width: 116px;
}

.add-img img {
    width: 100%;
}

.add-titl {
    float: left;
}

.add-titl span {
    font-size: 20px;
    color: #eaeaea;
    display: block;
}

.add-titl .shao {
    padding: 20px 0px 15px 0px;
}

.mtlf {
    padding: 0px;
    border: none;
}

.mt-top {
    /* padding: 20px 15px 16px; */
    padding: 10px 15px;
    border: 1px solid #dddddd;
}

.kindedtior_frame img{
    max-width: 640px;
    display: block;
    margin: 5px auto;
}
.company .company_l p:nth-of-type(7) {
    border-bottom:none;
}
@media（max-width:868px）{
    .header_bottom .left{
        width:56%;
    }
}
@media(max-width:544px){
.header .header_top .right{
   width:42%;
}
.header .header_top .left{
    width:56%;
  }
}
@media(max-width: 455px){
.header .header_top .right {
    width: 39% !important;
}

.header .header_top .left {
    width: 61% !important;
  }
}
@media(max-width: 433px){
.header .header_top .left{
    width: 100% !important;
 }
}
.home-ad p a{
    color:#b6b6b6;
}

