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;
}

/*底部响应下拉*/
@media (min-width: 900px) {
    .collapse_block{
        display: block;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
.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: #076aff;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;
}
.text_ccc{
    color: #ccc;
}
.text_666{
    color: #666;
}

.bg_white{
    background: #fff;
}
.bg_f9f9f9{
	background: #f9f9f9;
}
.bg_000{
    background: #000;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pm58{
    padding-bottom: 58px;
}
.pm88{
    padding-bottom: 88px;
}

.no_margin{
    margin: 0px;
}
.mt88{
    margin-top: 88px;
}
.mm88{
    margin-bottom: 88px;
}
.mm48{
    margin-bottom: 48px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_top li{
    padding: 12px 0px 12px 32px;
    display: inline-block;
}
.nav_top .active{
    position: relative;
    padding-left: 20px;
}
.nav_top .active:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../img/nav_top_dianhua.png) center no-repeat;
}
.nav_style{
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background: #fff;
    min-height: 108px;
}
.navbar-brand{
    height: 108px;
    padding: 20px 15px 20px 15px;
}
.nav_zhuti li .a{
    padding: 44px 0px;
    font-size: 16px;
    margin: 0px 24px;
    position: relative;
}
.nav_style .navbar-nav>li>a{
    color: #333;
}
.nav_style .navbar-nav>li>a:hover{
    color: #076aff;
}
.nav_zhuti li .a:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #076aff; 
    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: #076aff;
}
.nav_zhuti{
    margin-right: -39px;
}

/* 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: 40px;
    margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #1f2c55;
}

/*banner*/
.banner{
    height: 600px;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.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(7,106,255,1);
}

.banner .swiper-pagination-bullet{
    width: 98px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet-active{
    width: 98px;
    height: 2px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 0px;
}

.banner_nr{
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.banner_nr h2{
    margin-bottom: 28px;
}
.banner_nr p{
    line-height: 30px;
    margin-bottom: 38px;
}
.index_ckgd{
    display: inline-block;
    padding: 15px 52px;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    transition: background 0.5s,border 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border 0.5s,color 0.5s; /* Safari */
}
.index_ckgd:hover{
    background: #076aff;
    border: 3px solid #076aff;
    color: #fff;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out;
}

.about{
    margin-top: 68px;
    display: block;
}
.about:hover .fangda img{
    transform:scale(1.1);
}
.about_right{
    position: relative;
}
.about_right .sanjiao{
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
}
.recruit_left{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.recruit_left h4{
    margin: 0px 0px 36px 0px;
}
.recruit_left p{
    display: inline-block;
    font-size: 16px;
    border: 1px solid #999;
    padding: 10px 38px;
    border-radius: 50px;
    color: #999;
    transition: background 0.5s,border 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border 0.5s,color 0.5s; /* Safari */
}
.recruit_left p:hover{
    background: #076aff;
    border: 1px solid #076aff;
    color: #fff;
}
.about_left{
    height: 250px;
    padding: 0px 30px;
    position: relative;
}
.about_left:before{
    content: "";
    position: absolute;
    top: 44px;
    left: 0px;
    width: 3px;
    height: 24px;
    background: #076aff;
}
.about_left h4{
    margin: 0px;
    padding: 44px 0px 24px 0px;
}
.about_left p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.bt{
    margin: 0px 0px 48px 0px;
    padding: 88px 0px 30px 0px;
    position: relative;
}
.bt:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -24px;
    width: 48px;
    height: 3px;
    background: #076aff;
}

.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: 30px;
    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;
}

.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_media{
    display: block;
    border-top: 1px solid #f5f5f5;
    margin: 0px;
    padding: 16px 0px;
}
.news_media .media-left{
    background: #fafafa;
    padding: 0px;
    color: #999;
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_media .media-left p{
    line-height: 14px;
    margin-top: 6px;
}
.news_media .media-body{
    padding-left: 24px;
}
.news_media .media-body h4{
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_media .media-body p{
    color: #999;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.news_media:hover .media-left{
    background: #076aff;
    color: #fff;
}
.news_media_bottom{
    border-bottom: 1px solid #f5f5f5;
}

/*bottom*/
.bottom_bg{
    background: #031421;
    color: #fff;
    padding-top: 68px;
}
.bottom_ul{
    padding-bottom: 68px;
}
.bottom_ul .well{
    background: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.bottom_ul .well span{
    margin-right: 15px;
}
.bottom_ul h4{
    padding-bottom: 14px;
}
.bottom_ul li{
    line-height: 30px;
}
.bottom_ul li a{
    color: #fff;
    line-height: 30px;
    display: block;
}
.bottom_ul li a:hover{
    color: #076aff;
}
.bottom_jszc{
    border-top: 1px solid #333;
    padding: 28px 0px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.banner_ny{
    height: 240px;
    background: url(../img/banner_ny.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_p p{
    margin-bottom: 24px;
}

/* ----------------------------------------------------------------
    产品详情
----------------------------------------------------------------- */
.news_nav{
    padding: 28px 0px;
}
.news_nav li a{
    color: #999;
}
.news_nav li a:hover{
    color: #1f2c55;
}
.news_nav .active a{
    color: #000;
}

.details_swiper1 .fangda{
    text-align: center;
    padding: 88px 30px;
    background: #fff;
}

.details_swiper2{
    margin: 30px 0px 88px 0px;
}
.details_swiper2 .swiper-wrapper .swiper-slide{
    background: #f9f9f9;
    opacity: 0.6;
    text-align: center;
    cursor: pointer;
}
.details_swiper2 .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
}
.details_right{
    padding: 38px 30px;
    margin-bottom: 88px;
}
.details_right h3{
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0px 0px 30px 0px;
}
.details_right ul{
    margin: 50px 0px;
}
.details_right ul li{
    border-bottom: 1px solid #eee;
    padding: 24px 0px;
    position: relative;
    padding-left: 108px;
}
.details_right ul li span{
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 92px;
    word-break: break-all;
}
.details_right p{
    line-height: 30px;
}
.bg4{
    padding: 0px 0px 32px 0px;
    margin: 68px 0px 32px 0px;
    border-bottom: 1px solid #eee;
    color: #076aff;
    position: relative;
}
.bg4:before{
    content: "";
    position: absolute;
    bottom: -1px;
    width: 72px;
    height: 3px;
    background: #076aff;
}
.about_ie_p h4{
    line-height: 30px;
    margin-bottom: 24px;
}
.about_ie_p h3{
    margin: 48px 0px 28px 0px;
}

/* ----------------------------------------------------------------
    行业动态
----------------------------------------------------------------- */
.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 h3{
    margin: 88px 0px 0px 0px;
    padding-bottom: 30px;
    position: relative;
}
.news_left_style h3:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 48px;
    height: 3px;
    background: #076aff;
}
.news_left_style2{
    border-top: 1px solid #eee;
}
.news_left_style2 h4{
    margin: 32px 0px 24px 0px;
}

.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: #076aff;
}

/* ----------------------------------------------------------------
    行业动态详情页
----------------------------------------------------------------- */
.news_nav2{
    padding: 28px 0px;
}
.news_nav2 li a{
    color: #fff;
}
.news_nav2 li a:hover{
    color: #168ecc;
}
.news_nav2 .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;
}

/* ----------------------------------------------------------------
    人才招聘
----------------------------------------------------------------- */
.recruit_xiala:after{
    content: '-';
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 35px;
    font-size: 24px;
    text-align: center; 
    background: #076aff;
    color: #fff;
}
.collapsed .recruit_xiala:after{
    content: '+';
    display: inline-block;
}
.recruit_style{
    background: #fff;
    cursor: pointer;
    padding: 28px 80px 28px 30px;
    position: relative;
}
.recruit_style h4{
    margin: 0px 0px 16px 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recruit_style p span{
    color: #999;
    margin-right: 14px;
}
.recruit_style .recruit_xiala{
    position: absolute;
    top: 40px;
    right: 30px;
}
.recruit{
    margin-bottom: 30px;
}
.recruit .well{
    border: none;
    border-radius: 0px;
    border: 1px solid #f9f9f9;
    box-shadow: none;
    background: #fff;
    padding: 1px 48px 48px 48px;
}
.recruit .well h4{
    margin: 48px 0px 28px 0px;
}
.recruit .well ul li{
    line-height: 24px;
}
.recruit_contact{
    margin-top: 48px;
}
.recruit_contact h3{
    margin: 12px 0px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.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: #076aff;
    color: #fff;
    padding: 20px 68px;
    font-size: 18px;
    margin-top: 48px;
}
.contact_form .anniu:hover{
    color: #fff;
    background: #5598fe;
}
.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;
    
    background: url(../img/erweima2.png) center no-repeat;
}
.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;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    
}

@media (max-width: 1200px){
    .nav_zhuti{
        margin: 0px;
    }
    .nav_zhuti li .a{
        padding: 24px 0px;
        margin: 0px;
    }
}

@media (max-width: 900px){
    .bottom_ul h4{
        margin: 0px;
        padding: 24px 0px;
    }
    .bottom_ul{
        padding-bottom: 24px;
    }
    .bottom_bg{
        padding-top: 24px;
    }
    .news_lb_style_height .fangda{
        height: auto;
    }
}

@media (max-width: 750px){
    .pm88 {
        padding-bottom: 58px;
    }
    .mm88{
        margin-bottom: 58px;
    }
    .mt88 {
        margin-top: 58px;
    }
    .nav_style{
        min-height: 78px;
    }
    .navbar-brand{
        height: 78px;
        padding: 14px 15px;
    }
    .navbar-brand img{
        width: 240px;
    }
    .navbar-toggle {
        margin-top: 22px;
    }
    .banner_ny{
        height: 160px;
    }
    .banner{
        height: 500px;
    }
    .banner_nr{
        height: 500px;
    }

    .recruit .well{
        padding: 1px 30px 30px 30px;
    }
    .bt {
        margin: 0px 0px 28px 0px;
        padding: 58px 0px 30px 0px;
        position: relative;
        font-size: 24px;
    }
    .pagination {
        margin: 0px 0px 58px 0px;
    }
    .details_swiper2 {
        margin: 30px 0px 58px 0px;
    }
    .details_right{
        margin-bottom: 58px;
    }
    .bg4{
        margin-top: 44px;
    }
    .news_ds_bt h3{
        margin-top: 58px;
    }
    .news_left_style h3{
        margin-top: 58px;
    }
    .contact_form{
        margin-bottom: 58px;
    }
}