body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

/*返回顶部*/
.totop{
	width: 58px;
	height: 58px;
	border-radius: 10px;
	line-height: 68px;
	text-align: center; 
	background: #fff; 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: fixed;
	bottom: 80px; 
	right: 30px; 
	cursor: pointer;
	display: none;
	color:#999;
	z-index: 1000;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	color: #fff;
	background-color: #168ecc;
}

/* ----------------------------------------------------------------
    网站地图
-----------------------------------------------------------------*/
.wzdt_bar{
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    border-radius: 1px;
}
.wzdt_bar .icon-bar{
    width: 32px;
    height: 3px;
    background: #333;
    display: block;
    margin-bottom: 6px;
    transition: transform 0.5s,opacity 0.5s;
    -webkit-transition: transform 0.5s,opacity 0.5s; 
}
/* ANIMATED X */
.wzdt_bar:hover .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}

.wzdt_bar:hover .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; 
}

.wzdt_bar:hover .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* ANIMATED X COLLAPSED */
.wzdt_bar .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

}

.wzdt_bar .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wzdt_bar .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/

.rzpp{
    border: none;
    border-radius: 10px;
    margin-bottom: 0px;
    margin: 20px 0px;
}
.rzpp .rzpp_logo{
    height: 200px;
}
.rzpp .rzpp_logo img{
    width: 100%;
    height: 150%;
    object-fit: contain;
    padding: 15px;
}






.col-2{
    float: left;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.media-left{
	float: left;
}

button:focus{outline:0;}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #168ecc;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 20px;
    word-break: break-all;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;    margin-left: 15px;
}
.text_ccc{
    color: #ccc;
}
.text-primary{
    color: #168ecc;
}
.text_666{
    color: #fff;
}

.bg_white{
    background: #fff;
}
.bg_f9f9f9{
	background: #f9f9f900;
}
.bg_000{
    background: #000;
}
.bg-primary{
    background: #67a9d7;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.img-rounded{
    border-radius: 5px;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pm30{
    padding-bottom: 30px;
}
.pm88{
    padding-bottom: 8px;
    padding-top: 50px;
}
.pg8{
    padding-left: 8px;
    padding-right: 8px;
}

.no_margin{
    margin: 0px;
}
.mb88{
    margin-bottom: 88px; margin-top: 50px;
}
.mt48{
    margin-top: 48px;
}
.mt88{
    margin-top: 88px;
}
.mn8{
    margin-left: -8px;
    margin-right: -8px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_style{
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background: #fff;
    min-height: 88px;
}
.navbar-brand{
    height: 88px;
    padding: 24px 48px 24px 48px;
}
.nav_zhuti li .a{
    padding: 34px 0px;
    font-size: 16px;
    margin: 0px 38px;
    position: relative;
}
.nav_style .navbar-nav>li>a{
    color: #333;
}
.nav_style .navbar-nav>li>a:hover{
    color: #168ecc;
}
.nav_zhuti li .a:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #168ecc; 
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav_zhuti li a:hover:before,.fa,.nav_zhuti .active a:before{
    left: 0%;
    right: 0%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    color: #168ecc;
}

.top_xiala .menu{
    width: 180px;
    display: none;
    position: absolute;
    background: #242424;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 15px 10px 15px 10px;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.top_xiala .menu li{
    list-style: none;
}
.top_xiala .menu li a:before{
    display: none;
}
.top_xiala .menu li a{
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav_style .top_xiala .menu>li>a{
    color: #ccc;
}
.nav_style .top_xiala .menu>li>a:hover{
    color: #fff;
}
.top_xiala:hover .menu{
    display: block;
    transition: all .5s;
}

.nav_fu li a{
    padding: 34px 0px;
    font-size: 16px;
    margin: 0px 24px;
}
.nav_style .nav_fu>li>a{
    color: #999;
}
.nav_style .nav_fu>li>a:hover{
    color: #168ecc;
}
.nav_style .nav_fu>.active>a{
    color: #168ecc;
}
.nav_fu2{
    border-left: 1px solid #f5f5f5;
    padding: 16px 15px 15px 15px;
}

@media (min-width: 1200px) {
    .nav_style {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .nav_style.fixTop {
        position: fixed;
        z-index: 1001;
        left: 0;
        top: -88px;
        width: 100%;
    }

    .nav_style.fixTop.fixDown {
        top: 0;
        box-shadow: 0px 6px 11px 0px rgba(204, 204, 204, 0.17);
    }
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-default .navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}
.navbar-toggle{
    margin-top: 28px;
    margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #1f2c55;
}

.home_modal{
    padding-right: 0px!important;
}

.gailan_collapse{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1050;
    height: 100vh;
}
.gailan_well{
    border: none;
    border-radius: 0px;
    height: 100vh;
    background: #fff;
    background: url(../img/gailan_well_bg.jpg) #fff center;
    background-size: 100% auto ;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; 
}
.gailan_well_cw{
    position: absolute;
    right: 30px;
    top: 30px;
    color: #999;
}
.well_h1{
    margin: 50px 0px 24px 0px;
}
.well_yuyan li a{
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #f5f5f5; 
    border-radius: 50px;
    transition: background 0.5s,border 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border 0.5s,color 0.5s; /* Safari */
}
.well_yuyan li a:hover{
    background: #168ecc;
    border: 2px solid #168ecc;
    color: #fff;
}
.well_yuyan li{
    padding: 0px 0px 0px 24px;
}
.well_ul{
    margin-top: 50px;
    border-right: 1px solid #f5f5f5;
    padding-bottom: 32px;
    padding-right: 20px;
}
.well_ul h4{
    margin-bottom: 24px;
}
.well_ul li a{
    line-height: 30px;
    color: #999;
}
.well_ul li a:hover{
    color: #168ecc;
}

/*banner*/
.nav_height{
    height: 88px;
}
.banner{
	height: 600px;
}
.banner .swiper-wrapper .swiper-slide{
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.banner_nr{
	margin-top: 260px;
}
.banner_nr h2{
	margin: 0px;
    line-height: 48px;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 98px; 
    background: rgba(0,0,0,0.5);
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.banner .swiper-button-prev{
	left: 0px;
	opacity: 0;
	transition: left 0.5s,opacity 0.5s;
    -webkit-transition: left 0.5s,opacity 0.5s; /* Safari */
    margin-top: -38px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    transition: right 0.5s,opacity 0.5s;
    -webkit-transition: right 0.5s,opacity 0.5s; /* Safari */
    margin-top: -38px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 48px;
}
.banner:hover .swiper-button-next{
	opacity: 1;
	right: 48px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
	color: #fff;
	font-size: 18px;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(22,142,204,1);
}

.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: none;
    opacity: 1;
    position: relative;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}
.banner .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active:before{
    content: none;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px;
}

/*zhuti*/
.fangda{
   
    text-align: center;
}
.fangda img{
    transition:all 0.5s ease-out;
    width: 500px;
    margin: 0 auto;
}

.bt{
    padding-top: 24px;
    margin: 88px 0px 52px 0px;
    position: relative;
}
.bt:before{
    content: "";
    position: absolute;
    top: 0px;
    width: 38px;
    height: 2px;
    background: #168ecc;
}
.news_style:hover .fangda img{
    transform:scale(1.1);
}
.news_style{
    display: block;
    position: relative;
}
.news_style_nr{
    position: absolute;
    bottom: 0px;
    height: auto;
    padding: 38px;
}
.news_style_nr h3{
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_ul{
    padding-right: 45px;
}
.news_ul li:nth-of-type(1){
    border-top: 1px solid #f5f5f5;
}
.news_ul li a{
    display: block;
    padding: 23px 0px 22px 0px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_ul li a p{
    margin-top: 23px;
}

.jrsbh_style{
    display: block;
    margin-top: 0px;
    position: relative;
}
.jrsbh_style:hover .fangda img{
    transform:scale(1.1);
}
.jrsbh_style_nr{
    position: absolute;
    bottom: 0px;
    padding: 38px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.jrsbh_style:hover .jrsbh_style_nr{
    background: rgba(0,0,0,0.5);
}
.jrsbh_style_nr p{
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: bottom 0.5s,opacity 0.5s;
    -webkit-transition: bottom 0.5s,opacity 0.5s; /* Safari */
}
.jrsbh_style:hover .jrsbh_style_nr p{
    bottom: 38px;
    opacity: 1;
}
.jrsbh_style_nr h3{
    transition: margin-bottom 0.3s;
    -webkit-transition: margin-bottom 0.3s; /* Safari */
}
.jrsbh_style:hover .jrsbh_style_nr h3{
    margin-bottom: 32px;
}

.about{
    padding: 88px 0px 88px 0px;
}
.about .swiper-slide {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background: #fff;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
}
.about .swiper-slide-active{
    opacity: 1;
}

.about .swiper-button-next,.about .swiper-button-prev{
    width: 25px;
    height: 98px; 
    background: rgba(255,255,255,1);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    margin-top: -3px;
}
.about .swiper-button-prev:after,.about .swiper-button-next:after{
    color: #168ecc;
    font-size: 24px;
}

.about .swiper-button-prev{
    left: 0px;
}
.about .swiper-button-next{
    right: 0px;
}
.about .swiper-button-next:hover,.about .swiper-button-prev:hover{
    background: rgba(221,221,221,1);
}


.about .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    position: relative;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.about>.swiper-pagination-bullets{
    bottom: 60px;
}
.about .swiper-pagination-bullet-active{
    width: 64px;
    height: 6px;
    background: #fff;
    opacity: 1;
}
.about>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px;
}

.about_left{
    padding: 38px 25px;
}
.about_left h4{
    margin: 20px 0px 30px 0px;
}
.about_left p{
    margin-top: 24px;
}

.about_left_ckgd{
    display: inline-block;
    padding: 14px 24px;
    border: 2px solid #f5f5f5;
    margin-top: 24px;
    transition: background 0.5s,border 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border 0.5s,color 0.5s;
}
.about_left_ckgd i{
    transition:  margin-left 0.5s;
    -webkit-transition:  margin-left 0.5s;
}
.about_left_ckgd:hover{
    background: #168ecc;
    border: 2px solid #168ecc;
    color: #fff;
}
.about_left_ckgd:hover i{
    margin-left: 20px;
}

/*bottom*/
.bottom_nav{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background: #168ecc
}
.bottom_nav .active{
    float: right;
}
.bottom_nav_ul{
    padding: 32px 0px;
    position: relative;
    margin: 0px;
}
.bottom_nav_ul:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 28px;
    height: 3px;
    background: #168ecc;
}
.bottom_nav_ul li{
    padding: 0px;
    margin-right: 24px;
}
.bottom_nav_ul li a{
    line-height: 24px;
}
.bottom_nav_ul .active{
    margin-right: 0px;
    position: relative;
    padding-left: 30px;
}
.bottom_nav_ul .active:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    
}
.bottom_bqsy{
    padding-top: 34px;
    padding-bottom: 34px;
}

/* ----------------------------------------------------------------
    关于我们_走进高德
----------------------------------------------------------------- */
.banner_about{
    background: url(../img/banner_about.jpg) center;
}
.banner_ny{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_ny{
    padding: 138px 0px;
}
.banner_ny h2{
    margin: 0px;
}

.nav_list{
    border-bottom: 1px solid #f5f5f5; 
}
.nav_list ul li a{
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding: 26px 0px;
    position: relative;
}
.nav_list ul{
    margin-left: -34px;
}
.nav_list ul li{
    padding: 0px 34px;
}
.nav_list ul li a:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #168ecc; 
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav_list ul li a:hover:before,.nav_list ul .active a:before{
    left: 0%;
    right: 0%;
}
.nav_list ul .active a,.nav_list ul li a:hover{
    color: #168ecc;
}
.about_media{
    background: #f9f9f9;
    margin: 48px 0px 88px 0px;
    padding: 38px;
}
.about_media:first-child{
    margin-top: 48px;
}
.about_media .media-left{
    padding-right: 38px;
}
.about_media .media-body ul{
    margin-top: 18px;
    line-height: 24px;
}
.nr_bt{
    margin: 10px 0px 1px 0px;
}
.nr_p p{
    line-height: 24px;
    margin-bottom: 24px;
}

/* ----------------------------------------------------------------
    关于我们_世博汇项目
----------------------------------------------------------------- */
.project_style_yy{
    box-shadow: 0px 15px 30px rgba(153,153,153,0.1);
}
.project_style{
    /*padding: 48px;*/
}
.project_style p{
    line-height: 24px;
}
.project_style h3{
    margin-bottom: 24px;
}

.plan_swiper2{
    background: #f5f5f5;
    padding: 18px 0px;
    margin-bottom: 15px;
}
.plan_swiper2 .swiper-wrapper .swiper-slide{
    cursor: pointer;
    padding: 18px 32px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
}
.plan_swiper2 .swiper-wrapper .swiper-slide-thumb-active{
    color: #168ecc;
}
.plan_swiper2 .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 3px;
    height: 24px;
    background: #168ecc;
}

.brand_style{
    padding: 0px 24px;
    background: #fff;
    height: 98px;
    line-height: 98px;
    margin-bottom: 48px;
    text-align: center;
}

/* ----------------------------------------------------------------
    关于我们_经营理念
----------------------------------------------------------------- */
.idea_video_bg video{
    background: #000;
    margin-top: 68px;
}
.idea_media{
    background: #f9f9f9;
    margin: 0px 0px 48px 0px;
    padding: 38px;
}
.idea_media .media-left{
    padding-right: 38px;
}
.idea_media .media-body ul{
    margin-top: 18px;
    line-height: 24px;
}
.idea_media .media-body p{
    margin-top: 18px;
}

/* ----------------------------------------------------------------
    关于我们_企业荣誉
----------------------------------------------------------------- */
.hvr-float {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);transform:translateY(-8px)
}
.product_style{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(204,204,204,0.1);
    margin-bottom: 58px;
    overflow: hidden;
}
.product_style:hover{
    box-shadow: 0px 10px 30px rgba(204,204,204,0.2)
}
.product_style_nr{
    padding: 28px 30px;
}
.product_style_nr h4{
    margin: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product_style_nr p{
    margin-top: 16px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pagination{
    margin: 0px 0px 88px 0px;
}
.pagination>li>a, .pagination>li>span{
    background: #f5f5f5;
    color: #000;
    margin: 0px 12px;
    padding: 16px 22px;
    border: none;
}
.pagination>li>a:hover{
    color: #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #168ecc;
}

/* ----------------------------------------------------------------
    新闻中心
----------------------------------------------------------------- */
.search .form-control{
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    height: 48px;
    padding: 12px 20px;
    border-right: none;
    border-color: #eee;
}
.search .search_anniu,.search .search_anniu:focus{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-color: #eee;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
}
.search .search_anniu:before{
    content: "";
    position: absolute;
    top: 12px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: url(../img/sousuo.png) no-repeat;
}

.news_lb_style{
    margin-bottom: 38px;
    display: block;
}
.news_lb_style .news_text h4{
    margin: 32px 0px 14px 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_lb_style:hover .fangda img{
    transform:scale(1.1);
}
.news_lb_style .news_text p span{
    display: inline-block;
    margin-right: 8px;
    padding: 1px 6px;
    background: #999;
    color: #fff;
    border-radius: 3px;
}
.news_lb_style_height .fangda{
    height: 350px;
}

.news_left_style h4{
    margin: 88px 0px 24px 0px;
}
.news_left_style ul li a{
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.news_left_style ul li a:hover{
    background: #168ecc;
    color: #fff;
}
.news_left_style2{
    border-top: 1px solid #eee;
    margin-top: 14px;
}
.news_left_style2 h4{
    margin: 34px 0px 24px 0px;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.news_nav{
    padding: 28px 0px;
}
.news_nav li a{
    color: #fff;
}
.news_nav li a:hover{
    color: #168ecc;
}
.news_nav .active a{
    color: #fff;
}
.news_next{
    border-top: 1px solid #f5f5f5;
    padding: 22px 0px 78px 0px;
    margin-top: 48px;
}
.news_next li{
    line-height: 28px;
}
.news_ds_bt{
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 68px;
}
.news_ds_bt h3{
    margin: 88px 0px 24px 0px;
}
.news_ds_bt p{
    padding-bottom: 48px;
}
.news_ds_bt p span{
    display: inline-block;
    margin-right: 8px;
    padding: 1px 6px;
    background: #999;
    color: #fff;
    border-radius: 3px;
}
.news_ds_p p{
    margin-bottom: 24px;
}

/* ----------------------------------------------------------------
    加入世博汇
----------------------------------------------------------------- */
.join_form{
    margin-bottom: 88px;
}
.join_form .form-control{
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #fff;
    padding: 20px 24px;
    font-size: 16px;
}
.join_form .control_1{
    height: 68px;
    line-height: 68px;
}
.join_form .form-group{
    margin-bottom: 30px;
}
.join_form .anniu{
    display: inline-block;
    background: #168ecc;
    color: #fff;
    padding: 20px 68px;
    font-size: 18px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;  /* Firefox 4 */
}
.join_form .anniu:hover{
    opacity: 0.6;
}
.join_left{
    margin-top: 88px;
    padding-top: 2px;
    padding-bottom: 62px;
}
.join_left_icon{
    padding-bottom: 38px;
}
.join_left_icon h4{
    margin: 28px 0px 10px 0px;
}
.join_left_icon p{
    line-height: 24px;
}

/* ----------------------------------------------------------------
    社会招聘
----------------------------------------------------------------- */
.recruit_style{
    display: block;
    background: #fff;
    padding: 28px 80px 28px 30px;
    margin-bottom: 30px;
    transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;   /* Firefox 4 */
    position: relative;
    width: 100%;
}
.recruit_style:hover{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.recruit_style .fa{
    background: #f5f5f5;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    text-align: center;
    color: #999;
    transition: color 0.5s,background 0.5s;
}
.recruit_style:hover .fa{
    color: #fff;
    background: #168ecc;
}
.recruit_style div{
    position: absolute;
    top: 40px;
    right: 30px;
}
.recruit_style h3{
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* ----------------------------------------------------------------
    社会招聘详情
----------------------------------------------------------------- */
.wytjl{
    display: block;
    color: #fff;
    background: #67a9d7;
    padding: 28px 10px;
    font-size: 18px;
    text-align: center;
    margin-top: 88px;
    margin-bottom: 38px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;  /* Firefox 4 */
}
.wytjl:hover,.wytjl:focus{
    opacity: 0.6;
    color: #fff;
}
.nkngxqdzw{
    background: #fff;
    padding: 30px;
}
.nkngxqdzw li a{
    display: block;
    border-bottom: 1px solid #eee;
    padding: 14px 0px;
}
.nkngxqdzw li a p{
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nkngxqdzw h3{
    margin-top: 14px;
}
.rt_ds_top{
    border-bottom: 1px solid #eee;
    padding: 52px 0px 24px 0px;
    margin-top: 88px;
}
.rt_ds_top h2{
    margin: 0px 0px 18px 0px;
}
.rt_ds_nr h3{
    margin: 48px 0px 20px 0px;
}
.rt_ds_nr ul{
    line-height: 30px;
}
.recruit_ds_style{
    padding: 0px 32px 60px 32px;
}
.recruit_modal_forms{
    padding: 24px;
}
.recruit_modal_forms .form-control{
    border-radius: 0px;
    box-shadow: none;
    border-color: #eee;
    height: 48px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_form{
    background: #fff;
    margin-bottom: 88px;
}
.contact_form .form-control{
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
    padding: 20px 24px;
    font-size: 16px;
    border: 1px solid #eee;
}
.contact_form .control_1{
    height: 68px;
    line-height: 68px;
}
.contact_form .form-group{
    margin-bottom: 18px;
}
.contact_form .anniu{
    display: inline-block;
    background: #168ecc;
    color: #fff;
    padding: 20px 68px;
    font-size: 18px;
    margin-top: 48px;
}
.contact_form .anniu:hover{
    color: #fff;
    background: #0098f0;
}
.contact_span{
    background: none;
    border-color: #eee;
    border-radius: 0px;
    position: relative;
    padding: 15px;
}
.contact_span:after{
    content: "";
    display: block;
    position: relative;
    bottom: 0px;
    width: 100px;

}
.contact_style{
    background: #f9f9f9;
    height: 310px;
    padding: 24px;
    padding-top: 62px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.contact_style img{
    margin-bottom: 24px;
}
.contact_style h4{
    margin-bottom: 24px;
}
.contact_nr_text{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;  /* Firefox 4 */
}
.contact_style .contact_nr_text img{
    margin-bottom: 0px;
}
.contact_style:hover .contact_nr_text{
    opacity: 1;
}

.shouji {display:none;}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .nav_zhuti li .a{
        margin: 0px 24px;
    }
}

@media (max-width: 1200px){
    .nav_list ul li {
        padding: 0px 20px;
    }
    .nav_list ul {
        margin-left: -20px;
    }
    .navbar-brand {
        padding: 24px 30px 24px 30px;
    }
    .nav_fu2{
        display: none;
        text-align: right;
    }
    .nav_fu li{
        display: inline-block;
    }
    .nav_fu li a{
        background: #f5f5f5;
        padding: 14px 34px;
        margin: 0px 12px 0px 0px;
        border-radius: 5px;
    }
    .nav_style .nav_fu>.active>a{
        background: #168ecc;
        color: #fff;
    }
    .top_xiala .menu{
        position: static;
        box-shadow: none;
        display: block;
        width: 100%;
        padding: 5px 10px;
    }
    .top_xiala .menu li{
        display: inline-block;
    }
    .nav_zhuti li .a{
        margin: 0px;
    }
    .pg8 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mn8 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 900px){
    .banner{
        height: 300px;
    }
    .banner .swiper-button-prev{

    }
    .about{
        padding-left: 15px;
        padding-right: 15px;
    }
    .about .swiper-slide{
        width: 100%;
    }
    
    .about {
  padding: 8px 0px 88px 0px;
    padding-right: 0px;
    padding-left: 0px;
    display: none;
}
    .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    }
    
    
    .text-center {
  text-align: center;
  padding-top: 20px;
 

    text-align: center!important;
    line-height: 25px;

}

.rzpp {
  border: none;
  border-radius: 10px;
  margin-bottom: 0px;
  margin: 0px 0px;
}
    
}

@media (max-width: 750px){
    .banner_ny {
        padding: 98px 0px;
    }
    .banner_ny h2{
        font-size: 24px;
    }
    .nav_list ul li {
        padding: 0px 15px;
    }
    .nav_list ul{
        margin-left: -15px;
    }
    .brand_style{
        margin-bottom: 30px;
    }
    .nr_bt {
        margin: 68px 0px 38px 0px;
    }
    .pm88{
        padding-bottom: 28px; padding-top: 0px;
    }
    .nav_style{
        min-height: 68px;
    }
    .navbar-brand {
        height: 68px;
        padding: 14px 15px 14px 15px;
    }
    .nav_height{
        height: 68px;
    }
    .navbar-toggle{
        margin-top: 18px;
    }
    .nav_zhuti{
        padding: 15px;
    }
    .nav_fu{
        padding: 15px;
    }
    .pagination{
        margin: 0px 0px 68px 0px;
    }
    .idea_video_bg video{
        height: 400px;
    }
    .project_style{
        padding: 30px;
    }
    .about_media:first-child{
        margin-top: 15px;
    }
    .about_media{
        margin: 0px 0px 15px 0px;
    }
    .jrsbh_style{
        margin-top: 30px;
    }
    .news_ul{
        padding-right: 0px;
    }
    .join_form .control_1{
        margin-top: 15px;
    }
    .news_next{
        padding-bottom: 58px;
    }
    .news_ds_bt h3{
        margin-top: 68px;
    }
    .news_left_style h4{
        margin-top: 68px;
    }
    .mt88{
        margin-top: 68px;
    }
    .mb88{
       margin-bottom: 1px;
    margin-top: 0px;
    }
    
    .shouji {display:block;}
.shouji ul {width:100%;}
.shouji ul li {width:47%;list-style-type: none;margin-left: -15px;
    margin-right: 20px;
    margin-bottom: 20px;    float: left;}
    
}













/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.topliving.cn/style/common.css?v=1.2.2 */
div,span,a,img,p{border:none;margin:0;padding:0;outline:0;}
img{border:0;max-width:100%;}
a{color:#2b2b2b;text-decoration:none;outline:none;transition:color .5s;-webkit-transition:color .5s;-moz-transition:color .5s;}
a:hover{color:#28373e;outline:none;}
.clear{clear:both;overflow:hidden;height:0;}
.wrap{margin:0 auto;width:1200px;height:100%;position:relative;}

.market_inner{position:relative;width:100%;margin-top:70px;margin-bottom:50px;}
.market_inner .blak{height:24px;margin-bottom:10px;}
.market_inner .blak a{float:right;color:#454545;}
.mInner_left{position:relative;width:430px;float:left;margin-left:16px;}
.mInner_logo{position:relative;width:100%;text-align:center;}
.mInner_logo img{    margin: 0 auto;
    width: 60%;}
.mInner_title{position:relative;width:100%;margin-top:6px;}
.mInner_title span{display:block;text-align:center;font-size:18px;line-height:26px;}
.mInner_tel{position:relative;width:100%;margin:14px 0;text-align:center;}
.mInner_tel span{font-size:18px;background:url(http://www.topliving.cn/images/n7.png) no-repeat left center;padding-left:45px;line-height:24px;}
.mInner_txt{position:relative;width:100%;text-align:justify;}
.mInner_right{position:relative;width:700px;float:right;}
.mInner_swiper{position:relative;width:100%;height:538px;overflow:hidden;}
.mInner_swiper .swiper-container{width:100%;height:518px;}
.mInner_swiper .pagination{position:absolute;left:0;bottom:0;}
.mInner_swiper .pagination span{width:10px;height:10px;background:#bfbfbf;display:block;border-radius:15px;float:left;margin-right:4px;cursor:pointer;}
.mInner_swiper .pagination span.swiper-active-switch{background:#898989;}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.topliving.cn/Scripts/idangerous.swiper.css */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;direction:ltr;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.swiper-slide{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.topliving.cn/Scripts/jquery.mCustomScrollbar.css */
.mCSB_container{width:auto;margin-right:20px;overflow:hidden;}
.mCustomScrollBox>.mCSB_scrollTools{width:6px;height:100%;top:0;right:0;}
.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;}
.mCSB_scrollTools .mCSB_draggerRail{width:6px;height:100%;margin:0 auto;}
.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;height:100%;margin:0 auto;text-align:center;}
.mCustomScrollBox{-ms-touch-action:none;}
.mCSB_scrollTools .mCSB_draggerRail{background:#e2e4e6;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#9c7e3e;}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background:rgba(255,255,255,1);}















/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.smzltech.com/template/news/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
nav{display:block;}
h6{margin-top:0;margin-bottom:.5rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h6{font-size:1rem;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-lg-12,.col-lg-4,.col-lg-9{position:relative;width:100%;padding-right:15px;padding-left:15px;}
@media (min-width:992px){
    
    
   
.col-lg-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-9{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;}
.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem;}
.card-title{margin-bottom:.75rem;}
.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%;}
.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);}
.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;}
.page-link{position:relative;display:block;padding:.5rem .75rem;    margin-left: 15px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6;}
.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}
.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}
.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff;}
.border-0{border:0!important;}
.rounded-lg{border-radius:.5rem!important;}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important;}
.h-100{height:100%!important;}
.mb-4{margin-bottom:1.5rem!important; padding-bottom: 15px;}
.text-center{text-align:center!important; line-height: 65px;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.smzltech.com/template/news/css/font-awesome.min.css */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.smzltech.com/template/news/css/swiper-bundle.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.smzltech.com/template/news/css/reset.css */
::-webkit-scrollbar{width:5px;z-index:10000;}
::-webkit-scrollbar-thumb{background-color:#ccc;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#fff;}
a{color:#000;}
a,a:hover,a:focus{text-decoration:none;}
a:hover,a:focus{color:#08a0ea;}
ul{margin-bottom:0px;}
.hvr-float{display:block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.hvr-float:hover,.hvr-float:focus,.hvr-float:active{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
.solutions_style{overflow:hidden;}
.solutions_style .card-body{padding:30px;}
.solutions_style .card-title{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 16px;}
.pagination{margin:0px 0px 0px 0px;}
.page-link{background:none;color:#000;margin:0px 8px;padding:18px 22px;border:none;}
.page-link:hover,.page-item.active .page-link{background:#40a0f0;color:#fff;}
.page-item:first-child .page-link{border-radius:0px;}
.page-item:last-child .page-link{border-radius:0px;}
/*! CSS Used fontfaces */
@font-face{font-family:'FontAwesome';src:url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('http://www.smzltech.com/template/news/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}









@media screen and (min-width: 982px) and (max-width: 1025px){
.wrap{margin:0 auto;width:980px;}
}
@media screen and (max-width: 981px){
.wrap{margin:0 auto;width:95%;max-width: 95%;}
.mInner_logo img{    margin: 0 auto;
    width: 100%;}
.mInner_right {
  position: relative;
width: 430px;
float: left;
margin-left: 16px;
height: 388px;
display: none;
}
.text_666 {
    color: #fff;
}
.mInner_left {
    position: relative;
    width: 100%;
    float: left;
    margin-left: 16px;
}
.swiper-slide-active img {width:40%}
.market_inner .blak {
    height: 24px;
    margin-bottom: 10px;
    
    display: none;
}

}


.news_text {text-align: center;}





















/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.hcaspace.com/template/huace/css/bootstrap.min.css */

.pull-left {width:30%;
}
.col-md-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px;width: 100%;}

@media (min-width:992px){
.col-md-12{float:left;width:100%;}

}
.media{margin-top:15px;}
.media:first-child{margin-top:0;}
.media,.media-body{overflow:hidden;zoom:1;}
.media>.pull-left{padding-right:10px;}
.media-heading{margin-top:0;margin-bottom:5px;}
.pull-left{float:left!important;}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.hcaspace.com/template/huace/css/font-awesome.min.css */
.pull-left{float:left;}
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.hcaspace.com/template/huace/css/swiper.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: http://www.hcaspace.com/template/huace/css/reset.css */
img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
a{color:#161a2b;}
a,a:hover,a:focus{text-decoration:none;}
a:hover{color:#bf1a20;}
p{margin-bottom:0px;line-height:24px;}
.news_style{padding-top:68px;padding-bottom:68px;}
.news_style .media{display:block;padding-bottom:68px;}
.news_style .media .pull-left{padding-right:24px;}
.news_style .media .media-body h4{background:#d4d5d6;padding:8px 18px;font-size:20px;overflow:hidden;text-overflow:ellipsis;line-height:35px;}
.news_style .media .media-body p{font-size:16px;line-height:32px;margin-top:16px;}
@media (max-width: 750px){
.news_style .media .pull-left{padding:0px;width:100%;float:none;}
.news_style .media .pull-left img{width:100%;}
.news_style .media .media-body{overflow:visible;}
}