﻿
/*头部*/

.m_top-wrap{
    width: 100%;
    background: url(../images/top_01.jpg) repeat-x center center;
}
.m_top{
    height:32px;
    line-height: 28px; 
}
.m_top-l,
.m_top-r ul,
.m_top-r ul li a{
    font-size: 12px;
    color: #0d2141;
}
.m_top-r ul li{
    position: relative;
}
.m_top-r #wx_btn{
    display: inline-block;
    width: 19px;
    height: 14px;
    cursor: pointer;
}
.m_top-wx{
    position: absolute;
    background: #aaa;
    padding: 5px;
    top: 40px;
    display: none;
    right: -60px;
    z-index: 100000;
}
.m_top-wb{
    position: absolute;
    background: #aaa;
    padding: 5px;
    top: 40px;
    display: none;
    right: 0;
    z-index: 100000;
    width: 129px;
}
.m_top-r ul li .m_top-wx img{
    width: 130px;
    height: 130px;
    max-width: 130px;
}
.m_top-r ul li .m_top-wx em{
    width:0px;
    height:0px;
    border-left:8px solid transparent;  /* left arrow slant */
    border-right:8px solid transparent; /* right arrow slant */
    border-bottom:8px solid #aaa; /* bottom, add background color here */
    font-size:0px;
    line-height:0px;
    position: absolute;
    top: -8px;
    left: 42%;
}
.m_logo-wrap{
    margin-top: 18px;
    margin-bottom: 18px;
}
.m_logo{
    float: left;
}
.m_logo img{
    width: 204px;
    height: 64px;
    margin: 0 auto;
}
.m_search-r h3{
    color: #0d2141;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}
.m_search-list{
    display: block;

}
.m_search-list{
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_search-list li a{
    color: #777;
}
.m_search-input{
    background: url(../images/search.jpg) no-repeat 97% center;
    width: 200px;
    height: 26px;
    border: solid 1px #000;
    border-radius: 3px;
    padding: 0 34px 0 10px;
    line-height: 26px;
}

/*导航*/
.m_nav-wrap{
    width: 100%;
    background: #0d2141 url(../images/nav_bj.jpg) repeat-x top center;
    z-index: 1000;
}
.m_nav{
    padding-top: 7px;
    min-height: 45px;
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_nav-list{text-align: center;}
.m_nav-list a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.m_nav-list a:hover,
.m_nav .on a{background: #e00012;color: #fff;}


/*首页banner*/

.m_banner-wrap {
    width: 100%;
    height: 540px;  
    
}
.m_banner-wrap .swiper-slide a{
    width:100%; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; 
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.m_banner-pagination .swiper-pagination-bullet{
    opacity: 1;
    background: #0d2141;
}
.m_banner-pagination .swiper-pagination-bullet-active{
    background: #e00012;
}
.m_banner-pagination{
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
}

.m_banner-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.m_banner-pagination  .swiper-active-switch {
    background: #fff;
}
/*栏目一*/
.m_columna-wrap{

}
.m_columna-list{
    margin-left: 19px;
    margin-right: 19px;
    text-align: center;
}
.m_columna-list a{
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    color: #0d2141;
    text-align: center;
    text-decoration: none;
}
.m_columna-list a img{
    width: 100%;
//    height: 100%;
    max-width: 100%;
//    max-height: 100%;
    padding: 5px;
    border: solid 3px #ccc;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0;
    transition:box-shadow 1s;
    -webkit-transition:box-shadow 1s;
    -o-transition:box-shadow 1s;
    -moz-transition:box-shadow 1s;
    -ms-transition:box-shadow 1s;
    border-top-left:999px;
    border-top-right:999px;
    border-bottom-left:999px;
    border-bottom-right:999px;
    border-radius: 999px;
}
.m_columna-list a h3{
    display: block;
    line-height: 30px;
    margin-top: 10px;
}
.m_columna-list a:hover{
    color: #e00012;
}
.m_columna-list a:hover img{
    box-shadow: 0 0 10px rgba(46,104,191,.75);
}

/*栏目二*/
.slideTxtBox{ width:100%;}
.slideTxtBox .hd{position:relative;height: 34px;margin-bottom: 20px; }
.slideTxtBox .hd ul{position:absolute; left:15px; top:0px;}
.slideTxtBox .hd ul li{ float:left; cursor:pointer; margin-right: 10px; }
.m_news-img{
    height: 305px;
    overflow: hidden;
    text-align: center;
}
.m_news-img img{height: 100%;padding-left: 15px;}
.m_news-wrap{position: relative;}
.m_news-info{height: 310px; overflow: hidden;}
.m_news-info .m_news-text{
    display: block;
}
.m_news-info .swiper-slide{height:104px;}
.m_news-info .m_news-list{
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: left;

}
.m_news-info .m_news-list a{
    display: block;
    text-decoration: none;
    border: solid 1px #ccc;
    padding: 10px 20px;
    width: 99%;
    overflow: hidden;
    height: 97px;
    text-align: left;
}
.m_news-info .m_news-list a:hover h4{color: #e00012;}
.m_news-info .m_news-list a:hover span,
.m_news-info .m_news-list a:hover p{color: #333;}
.m_news-list h4{
    color: #0d2141;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 30px;
}
.m_news-list span{
    display: block;
    color: #666;
    font-size: 12px;
    width: 100%;
}
.m_news-list p{
    font-size: 12px;
    color: #666;
    width: 100%;
    display: block;
    line-height: 28px;
}
.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox .arrow .m_news-listbtn{
    position: absolute;
    top: 8px;
    background: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    right: 30px;
    cursor: pointer;
}
.slideTxtBox .arrow .m_news-listbtn:hover{background: #e00012;}
.slideTxtBox .arrow .m_news-listbtn img{
    width: 5px;
    height: 10px;
}
.slideTxtBox .arrow .next{right: 5px;}
.m_columnr-wrap{
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_columnr-list{
    width: 100%;
    display: block;
    padding-top: 32px;

}
.m_columnr-list li{
    display: block;
    text-align: center;
    margin-top: 25px;
}
.m_columnr-list li img{
    padding-left: 30px;
    margin: 0 auto;
    width: 100%;
}
.m_columnl-wrap{padding-left: 0px;padding-right: 0px;}


/*栏目三*/
.m_columnc-wrap{
    width: 100%;
    background: url(../images/columnc_bj.jpg) repeat-y top center;
}
.m_columnc-list{margin-left: 60px;}
.m_columnc-list dt{font-size: 18px;color: #0d2141;line-height: 30px;margin-bottom: 15px;}
.m_columnc-list dd a{color: #666;font-size: 14px;line-height: 30px;}



/*栏目四*/
.m_columnd-wrap{}
.m_columnd-l{
    text-align: center;
}
.m_columnd-l img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.m_columnd-r{
    background: url(../images/ly.jpg) no-repeat top right;
    height: 663px;
    position: relative;
}
.m_columnd-ly{
    /*width: 409px;
    position: absolute;
    right: 25px;
    top: 0px;*/
}
.m_columnd-ly h3{
    font-size: 24px;
    color: #0d2141;
    text-align: center;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.m_columnd-ly .m_yzm{float: left;width: 30%;margin-right: 15px;}
.m_columnd-ly .yzm-img{
    float: left;
    /*width: 80px;*/
    height: 30px;
}
.m_columnd-ly .m_label-text{text-align: right;}




/*底部*/
.m_footer-wrap{
    width: 100%;
    background: url(../images/footer-bj.jpg) repeat;
    padding-top: 50px;
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_footer-top{
    border-bottom: dashed 1px #727793;
    padding-bottom: 20px;
}
.m_ewm-wrap{
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_ewm-wrap img{
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
}
.m_ewm-wrap span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
}
.m_lxdz{
    
}
.m_lxdz dl{color: #fff;font-size: 14px;}
.m_lxdz dl a{color:#fff;}
.m_lxdz dl dt{font-size: 16px; font-weight: 600;line-height: 30px;margin-bottom: 10px;}
.m_lxdz dl dd{
    line-height: 30px;
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_yxdt{
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_yxdt span{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.m_yxdt img{
    width: 100%;
}
.m_footer-link{width: 100%;display: block;}
.m_footer-link dl{color: #ccc;font-size: 14px;padding: 10px 0px;}
.m_footer-link dl dt{float: left;width: auto;}
.m_footer-link dl dd{float: left;margin-left: 30px;margin-bottom: 10px;}
.m_footer-link dl dd a{color: #ccc;}
.m_x{height: 1px;width: 100%;background: #bbb;margin-top: 10px;}
.m_footer-bot{height: 40px;line-height: 40px;font-size: 12px;text-align: center;color: #fff;}


/*内页banner*/
.m_pagebanner-wrap{
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.m_crumb-wrap{
    border-bottom: solid 1px #d6d6d6;
}
.m_crumb{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0d2141;
}
.m_crumb ul li{padding: 0px;}
.m_crumb ul li a{color: #0d2141;}
.m_pagesub-botnav,
.m_pagesub-botnav ul{
    width: 100%;
    display: block;
}
.m_pagesub-botnav ul li{
    float: left;
    margin-right: 10px;
    min-width: 140px;

}
.m_pagesub-botnav ul li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.m_pagesub-botnav ul li a:hover,
.m_pagesub-botnav ul li a:visited,
.m_pagesub-botnav ul li a:active{color: #fff;}

/*四列列表*/
.m_fourlist-wrap{
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.fourlist-title{
    font-size: 18px;
    color: #e00012;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-left: 15px;
}
.m_fourlist-list li{
    float: left;
    overflow: hidden;
}
.m_fourlist-list li a{
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.fourlist_img-bor{
    width: 100%;
    height: 262px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 248px;
    overflow: hidden;
    padding: 5px;
}
.fourlist_img-bor img{
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    max-height: 100%;
    transition-delay:30ms;
    transition-duration:1s;
    animation-timing-function:linear;
}
.m_fourlist-list li h3{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 10px auto;
}
.m_fourlist-list li a:hover{
    color: #e00012;
}
.m_fourlist-list li a:hover .fourlist_img-bor img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.m_fourlist-list li a:hover .fourlist_img-bor{
    border-color: #aaa;
}

/*分页*/
.m_paging{width: 100%;display: block;text-align: center;}
.m_paging .pagination li a{color: #0d2141;}
.m_paging .pagination li.active a{background: #e00012;color: #fff;border-color:#e00012; }


/*产品详情*/
.m_proinfo-wrap{
    width: 100%;
}
.m_proinfo-wrap h4{font-size: 16px;width: 100%;margin-bottom: 30px;font-weight: 600;}
.m_proinfo-img{
    border: solid 1px #ccc;
}
.m_proinfo-img .swiper-container{height: 350px;overflow: hidden;}
.m_proinfo-img .swiper-slide{
    height: 348px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 318px;
    text-align: center;
    overflow: hidden;
    float: left;
}
.m_proinfo-img .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.m_proinfo-img .swiper-button-prev{left: 0px;}
.m_proinfo-img .swiper-button-next{right: 0px;}
.m_proinfo-text{padding-left: 30px; line-height: 30px;color: #666;}
.m_proinfo-btn{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.m_proinfo-btn ul li{float: left;margin-right:35px; }
.m_proinfo-btn ul li a{display: inline-block;text-decoration: none;}
.m_proinfo-btn ul li em{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #0d2141;
    border-radius: 5px;
}
.m_proinfo-btn ul li a img{
    max-width: 100%;
    margin: auto;
}
.m_proinfo-btn ul li span{font-size: 14px;color: #666;margin-left: 10px;}
.m_proinfo-btn ul li a:hover span{color: #e00012;}
.m_proinfo-det{
    margin-top: 20px;
}
.m_proinfo-det h4{font-size: 16px;font-weight: 600;color: #0d2141;margin-bottom: 15px;}
.m_proinfo-det p{line-height: 30px;}
.m_otherpro{width: 100%;display: block;margin-top: 50px;}
.m_otherpro h4{font-size: 18px;line-height: 30px;margin-bottom: 20px;}


/*新闻资讯*/
.m_information-wrap{
    border: solid 1px #dcdcdc;
}
.m_information-title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #f5f5f5;
    display: block;
    padding-left: 15px;
}
.m_information-trade{padding: 20px 15px 0 15px;position: relative;}
.m_information-trade ul li{
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.m-trade-date{
    text-align: center;
    width: 120px;
}
.m-trade-date p{
    background: #e2e2e2;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 1px;
}
.m-trade-date span{
    display: block;
    background: #c7c7c7;
    font-size: 40px;
    padding: 5px 0px;
}
.m_information-info a{text-decoration: none;}
.m_information-info a:hover{color: #e00012;}
.m_information-info h4{
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}
.m_information-info p{
    font-size: 12px;
    overflow: hidden;
    line-height: 22px;
    color: #666;
    height: 45px;
}
.m-trade-img{
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    text-align: center;
}
.m-trade-img img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.m_newinfo-wrap{
    width: 100%;
    display: block;
}
.m_newinfo-title{
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.m_newinfo-title h1{
    color: #e00012;
    font-size: 18px;
    text-align: center;
}
.m_newinfo-title p{
    font-size: 12px;
    color: #666;
    line-height: 30px;
}
.m_newinfo-text,
.m_container-info{
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}
.m_container-info p img{
    max-width: 100%;
    margin: 0 auto;
}



/* 客户服务*/
.m_service-wrap,
.m_skill-wrap{
    border: none;
}
.m_service-wrap .m_information-trade
.m_skill-wrap .m_information-trade{padding-left: 0px;padding-right: 0px;}
.m_service-btn{
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.m_service-btn a{ 
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    background: #e4e4e4;
    display: block;
    text-decoration: none;
}
.m_service-btn a:hover{
    color: #e00012;
}


/*视频中心*/
.m_video-wrap{width: 100%;display: block;}
.m_video-wrap a{text-decoration: none;}
.m_video-wrap a:hover{color: #e00012;}
.m_video-img{
    text-align: center;
    overflow: hidden;
}
.m_video-a{margin-bottom: 28px;}
.m_video-a .m_video-img{
    width:100%;
    height: 430px;
    overflow: hidden;
}
.m_video-img img{
    width: 100%;
    height: 100%;
}
.m_video-title{font-size: 16px;line-height: 30px;margin-top: 5px;}
.m_video-date{font-size: 12px;color: #666;}
.m_video-b{margin-bottom:28px;overflow: hidden; }
.m_video-b .m_video-img{
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.m_newinfo-text video{width: 100%;min-height: 240px;}



.m_leave-wrap{
    width: 100%;
    margin: 0 auto;
}
.m_leave-wrap .m_columnd-r{
    position: inherit;
    margin: 0 auto;
    float: none;
}


/*关于中图仪器*/
.m_pagesub-topnav{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.m_pagesub-topnav ul{margin-left: 5px;}
.m_pagesub-topnav ul li{padding: 0px;}
.m_pagesub-topnav ul li a{
    display: inline-block;
    width:145px; 
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #0d2141;
    text-decoration: none;
    margin-left: -5px;
}
.m_pagesub-topnav .curre a{
    background: #e00012;
    color: #fff;
}
.m_pagesub-topnav ul li a:hover,
.m_pagesub-topnav ul li a:active,
.m_pagesub-topnav ul li a:visited{
    color: #fff;
}

/*运营团队*/
.m_threelist-list{
    width: 100%;
    display: block;
}
.m_threelist-img{
    width: 100%;
    height: 360px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 356px;
    overflow: hidden;
}
.m_threelist-img img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: hidden;
    transition-delay: 30ms;
    transition-duration: 1s;
    animation-timing-function: linear;
}
.m_threelist-list li{margin-bottom: 10px;}
.m_threelist-list li:hover .m_threelist-img img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.m_threelist-list li p{
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}


/*成功案例*/
.m_sixlist-list{

}
.m_sixlist-list .tit{
overflow: hidden; /*white-space: nowrap; text-overflow: ellipsis;width:100%*/height:36px;
}
.m_sixlist_img{
    width: 100%;
    height: 162px;
    line-height: 158px;
    border: solid 1px #ccc;
    text-align: center;
    overflow: hidden;
}
.m_sixlist_img img{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
}
.m_sixlist-list li{margin-bottom: 10px;}
.m_sixlist-list li p{
    text-align: center;
    line-height: 18px;
    margin: 10px 0px;
}


/*营销网络*/
.m_marketing-wrap{}
.m_marketing-title{
    text-align: center;
    width: 100%;
}
.m_marketing-title h3{font-size: 24px;margin-bottom: 30px;}
.m_marketing-search{width: 100%;display: block;margin-top: 30px;margin-bottom: 20px;}
.m_marketing-search .form-control{
    display: inline-block;
    width: 185px;
    float: left;
}
.m_marketing-search input{float: left; display: inline-block;padding-left: 20px;padding-right: 20px;margin-left: 10px;}


/*人才招聘*/
.m_job-wrap{
    width: 100%;
    display: block;
}
.m_job-wrap tbody td a{text-decoration: underline;color: #0d2141;}
.m_job-wrap tbody td a:hover{color: #e00012;}
.m_container-info .m_lxdz dl {
    color: #333;
}


/*网站地图*/
.m_map-wrap ul,
.m_map-wrap ul li dl{width: 100%;display: block;}
.m_map-wrap ul li{
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.m_map-wrap ul li dl dt{font-size: 16px;color: #e00012; font-weight: 600;border-bottom: dashed 1px #ddd;padding-bottom: 10px;margin-bottom: 15px;}
.m_map-wrap ul li dl dd{display: block;padding: 0 10px;margin-bottom: 15px;}
.m_map-wrap ul li dl .m_submap-title{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.m_map-wrap ul li dl a{color: #999;text-decoration: none;margin-right: 10px;}
.m_map-wrap ul li dl a:hover{color: #e00012;}







/*新增*/
.m_header-wrap{width: 100%;display: block;}
.m_fixed{
    position: fixed;
    top: 0px;
}
.m_cpzs-wrap .fourlist_img-bor{height: 370px;line-height: 356px;}
.m_search-r .m_search-list{text-align: right;}
.m_search-r em{
    height: 25px;
    display: block;
    width: 100%;
    text-align: right;
    font-style:normal;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.m_search-r em img{max-width: 100%;height: auto;display: inline-block;margin-right: 7px;}






#youkuplayer{width:480px;height:400px;margin:0px auto;}



/*全局媒体查询*/
@media (max-width: 767px) {
    .fixed{display: none;}
    .mr_tb50{margin-top: 20px;margin-bottom: 20px;}
    .pd_tb50{padding-top: 20px;padding-bottom: 20px;}
    .m_logo{text-align: center;padding: 0px;}
    .m_logo img{max-width: 100%;max-height:100%;width: auto;height: auto;}
    .m_search-r h3 {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .m_search-r{padding-right: 0px;}

    #youkuplayer{width:90%;height:200px;}

    .m_nav{padding-left: 0px;padding-right: 0px;}
    .m_nav-list a{font-size: 14px;}
    .m_banner-wrap{height:180px;}
    .m_banner-wrap .swiper-slide a{background-size: 160% 100%;}
    .m_columna-list a{font-size: 12px;}
    .m_columna-list a img{
            padding: 3px;
            border: solid 1px #ccc;
            border-radius: 50%;
            max-width: 100%;
//            max-height: 120px;
        }
    .m_columna-list{margin-left: 0px;margin-right: 0;padding-left: 8px;padding-right: 8px;}
    .m_columna-wrap .m_columna-lista{margin-bottom: 10px;}
    .m_columna-wrap .m_columna-lista a{width: 100%;margin: 0 auto;display: block;}
    .m_columna-list a{max-width: 100%;margin: 0 auto;display: block;}
    .m_columna-list a h3{line-height: 28px;margin-top: 0px;}
    .m_news-img{margin-bottom: 10px;height: auto;max-height: 305px;}
    .m_news-img img{width: 100%;padding-left: 15px;padding-right: 15px;}


    .slideTxtBox .hd ul{left: 15px;}
    .m_columnr-list{padding-top: 0px;}
    .m_columnr-list li{margin-top: 10px;}
    .m_columnr-list li img, .m_columnl-wrap{padding-right: 0px;padding-left: 0px;}
    .m_columnc-list{margin-left: 0;margin-bottom: 15px;}
    .m_columnc-list dt{font-size: 16px;line-height: 30px;margin-bottom: 0px;cursor:pointer;}
    .m_columnc-list dd a{font-size: 14px;line-height: 28px;}
    .m_columnd-ly .m_label-text{font-size:13px;font-weight: 300;line-height: 30px;}
    .m_columnd-ly .m_yzm{width: 48%;margin-right: 5px;}
    .m_columnd-ly .m_tab-btn{min-width: auto;padding: 0 20px;}
    .m_columnd-r{background-position: top center;background-size: 100% 100%;height: 590px;}
    .m_footer-wrap{padding-top: 20px;}
    .m_yxdt{margin-top: 20px;}


    .m_crumb, .m_crumb ul li a{font-size: 12px;}
    .m_pagesub-botnav ul li{min-width: 135px;margin-bottom: 5px;}
    .m_pagesub-botnav ul li a{font-size: 12px;}
    .fourlist_img-bor{height: 155px;line-height: 142px;padding: 5px;}
    .m_fourlist-list li a{font-size: 12px;}
    .fourlist-title{ font-size: 18px;margin-bottom: 15px;}
    .m_proinfo-img .swiper-slide{height: 270px;line-height: 240px;}
    .m_proinfo-text{padding-left: 0px;padding-right: 0px; line-height: 26px;margin-top: 10px;}
    .m_proinfo-wrap h4{margin-bottom: 15px;}
    .m_proinfo-btn ul li{margin-right: 20px;}
    .m_proinfo-det p{line-height: 24px;}
    /*.m-trade-date{margin: 0 auto;float: none;}*/
    .m-trade-date{width:60px; padding: 0px;}
    .m-trade-date p{font-size: 10px}
    .m-trade-date span{font-size: 20px;}
    .m_information-info{padding: 0 0 0 10px;}
    .m_information-info h4{line-height: 20px;font-size: 12px;margin-bottom: 3px;}
    .m_information-info p{line-height: 18px;height: 35px;}
    .m_service-wrap .m_information-info p{line-height: 18px;height: 20px;}
    .m-trade-img{height: 60px;line-height: 60px;}
    .m_newinfo-title h3{font-size: 14px;}
    .m_newinfo-text{font-size: 12px;line-height: 26px;}
    .m_service-btn{right: 5px;bottom: 5px;}
    .m_video-a .m_video-img{height: 225px;}
    .m_video-b .m_video-img{width: 100%;height: 90px;}
    .m_threelist-img{height:auto;min-height: 155px;line-height: 151px;}
    .m_threelist-list li p{font-size: 14px;}
    .m_sixlist_img{height: 75px;line-height: 71px;}
    .m_sixlist-list li p{font-size: 12px;line-height: 16px;}

    .m_news-info{height: 104px;overflow: hidden;}
    .m_news-info .m_news-text{height: 104px;}
    .m_news-info .m_news-list a{width: 100%;}

   

    .m_cpzs-wrap .fourlist_img-bor{height: 190px;line-height: 176px;}
    .m_columnc-wrap .m_columnc-list{
        transition: all 1s;
        -webkit-transition: all 1s; /* Safari */
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
    }
    .m_columnc-wrap .m_columnc-list .xs{
        display: block !important;
    }
    .m_columnc-wrap .m_columnc-list .yc{display: none !important;}
    .m_columnc-list dt em{ float:right; display:block; width:40px; height:32px;   background:url(../images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
    .m_columnc-list dt.on em{ background-position:16px -57px; }


    .m_laster-pagebn{background-size: 250% 100%;}

    .m_columnd-ly .yzm-img{
        /*width: 69px;*/
    }
    .m_columnd-ly{padding: 0px;}


















}






@media (min-width: 768px) and (max-width: 1023px) {
    .mr_tb50{margin-top: 30px;margin-bottom: 30px;}

    .m_banner-wrap{height:370px;}
    .m_banner-wrap .swiper-slide a{background-size: 160% 100%;}
    .m_columna-list a img{
            padding: 3px;
            border: solid 1px #ccc;
            border-radius: 50%;
            max-width: 90px;
            max-height: 90px;
        }
    .m_columna-list{margin-left: 11px;margin-right: 12px;}
    .m_columnr-list li{display: inline-block;margin-top: 0px;}
    .m_columnr-list li img{padding-right: 0px;padding-left: 0px;width: 100%;}
    .m_columnc-list{margin-left: 30px;}
    .m_columnd-r{background-position: top center;margin-top: 10px;}
    .m_columnd-ly{}
    .fourlist_img-bor{height: 155px;line-height: 142px;padding: 5px;}
    .m_proinfo-img .swiper-slide{height: 280px;line-height: 250px;}
    .m_proinfo-text{padding-left: 15px; line-height: 26px;}
    .m_proinfo-wrap h4{margin-bottom: 15px;}
    .m_pagesub-botnav ul li{margin-bottom: 5px;}
    .m_information-info p{height: 45px;}
    .m_service-wrap .m_information-info p{height: 26px;}
    .m_video-b{margin-bottom:16px; }
    .m_video-a .m_video-img{width: 100%;max-width: 100%;}
    .m_video-b .m_video-img{width: 100%;height: 105px;}
    .m_threelist-img{height: 220px;line-height: 216px;}
    .m_sixlist_img{height: 95px;line-height: 91px;}
    .m_sixlist-list li p{font-size: 12px;line-height: 16px;}



    .m_cpzs-wrap .fourlist_img-bor{height: 220px;line-height: 206px;}













}






@media (min-width: 1024px) and (max-width: 1199px) {
	.m_news-img img{width:310px;height:305px;}
    .m_banner-wrap{height:470px;}
    .m_banner-wrap .swiper-slide a{background-size: 160% 100%;}
    .m_columna-list{margin-left: 14px;margin-right: 15px;}

    .m_columnr-list{padding-top: 30px;}
    .m_columnr-list li{margin-top: 40px;}
    .m_columnr-list li img{width: 100%;}
    .fourlist_img-bor{height: 212px;line-height: 200px;}
    .m_proinfo-img .swiper-slide{height: 280px;line-height: 250px;}
    .m_threelist-img{height: 290px;line-height: 286px;}
    .m_sixlist_img{height: 125px;line-height: 121px;}




    .m_cpzs-wrap .fourlist_img-bor{height: 295px;line-height: 280px;}
    .m_columna-list a img{max-width: 126px;max-height: 126px;}
    





}






/*悬浮*/
.fixed{
    position: fixed;
    right: 0px;
    top: 200px;
    width: auto;
    z-index: 999;
}

.fixed ul li{
    display: block;
    position: relative;
}
.fixed-img{
    width: 61px;
    height: 61px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    line-height: 58px;
    float: right;
    position: relative;
    z-index: 1001;
    background: #fff;
}
.fixed-img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: auto;
    padding: 12px;
}
.fixed ul li span{
    float: right;
    color: #000;
    font-size: 18px;
    height: 61px;
    line-height: 61px;
    padding: 0px 30px;
    display: none;
}
.fixed ul li:hover .fixed-img{background: #0d2141;}
.fixed ul li:hover span{display: inline-block;background: #0d2141;color: #fff;}
.fixed ul li span.ewm{
    width: 132px;
    height: 183px;
    background: #0d2141;
    position: absolute;
    top: -122px;
    z-index: 1000;
    padding: 0px 15px;
    text-align: center;
    line-height: 180px;
    left: -130px;
}









 

