﻿* {
    margin: 0;
    padding: 0;
}
p{
    margin-bottom: 10px;
}
html,body{
    font-family:"PingFang";
    height: auto;
}
body,button,input,select,textarea{ font-family:"微软雅黑", "PingFang SC","Microsoft YaHei", "Heiti SC",Helvetica, Tahoma, Arial,  "Hiragino Sans GB", "WenQuanYi Micro Hei";;}
ol,ul,li{
    list-style: none;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
#index_toper .container {
    width: 1440px !important;
    padding: 0;
}
.fixedindex{
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
    width: 50px;
    cursor: pointer;
    display: none;
    text-align: center;
    color: #ccc;
    font-size: 33px;
}
.fixedindex li{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #036eb8;
    line-height: 50px;
    margin-top: 10px;
}
.fixedindex_left>ul{
    width: 106px;
    left: 25px;
    top: 116px;
    position: absolute;
    background-image: url(../images/sides.png);
    border-radius: 3px;
}
.fixedindex_left li{
    width: 106px;
}
.fixedindex li div{
    position: absolute;
    left: -182px;
    top: -43px;
    width: 150px;
    opacity: 0;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    display: none;
}
.fixedindex li:last-child div{
    top: 73px;
    background-color: #f5f5f5;
}
.fixedindex li div span{
    display: block;
    width: 0;
    height: 0;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    top: 0;
    right: -25px;;
}
.fixedindex li:nth-last-of-type(2)  div span{
    top: 51px;
}
.fixedindex_left{
    position: fixed;
    left: 5px;
    bottom: 52.5%;
    z-index: 999;
    width: 130px;
    cursor: pointer;
    display: none;
}
.fixedindex_left .fixedindex_left_imgz{
    position: absolute;
    left: 14px;
    top: 0;
    width: 130px;
    height: 123.2px;
}
.fixedindex_left li{
    left: 25px;
    margin: 10px 0;
    padding: 0 6px;
}
.fixedindex_left ul li:hover{
    background-color:#036eb8;
}
.fixedindex_left ul li:last-child{
    color: #ccc;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    width: 94px;
    margin: 24px auto;
}
nav.navbar{
    margin-bottom: 0;
}
nav.navbar-fixed-top{
    border: 0;
    background: rgba(256, 256, 256, 0.5);
    color: #000;
}
#navbar_toper.navbar-fixed-top li a{
    color: #333;
}
#height_c_s{
    width: 1440px;
    margin: 0 auto;
}
#new_index_box{
    /* margin-top: 300px; */
    width: 1260px;
    height: 412px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 20px;
}

#new_index_box .index_list {
    width: 1280px;
    height: 412px;
    /* overflow: hidden; */
    position: absolute;
    left: 50%;
    margin-left: -640px;
}

#new_index_box .btn {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 88px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
}

#new_index_box .next {
    right: -106px;
}
#new_index_box .prev{
    left: -77px;
}

#new_index_box li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 20px;
}

#new_index_box img {
    width: 952px;
    height: 412px;
    border: none;
    float: left;
}

#new_index_box .p1 {
    transform: translate3d(-178px, 0, 0) scale(0.81);
}

#new_index_box .p2 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
}

#new_index_box .p3 {
    transform: translate3d(178px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
}

#new_index_box .p4 {
    transform: translate3d(356px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
}

#new_index_box .p5 {
    transform: translate3d(534px, 0, 0) scale(0.81);
}

#new_index_box .p6 {
    transform: translate3d(712px, 0, 0) scale(0.81);
}

#new_index_box .p7 {
    transform: translate3d(890px, 0, 0) scale(0.81);
}

#new_index_box .buttons {
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: -25px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

#new_index_box .buttons a {
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
    margin: 0 3px;
}

#new_index_box span {
    display: block;
    width: 35px;
    height: 1px;
    background: #ccc;
}

#new_index_box .blue {
    background: blue;
}

/* 首页样式 */
body{
    color: #000;
}
#index_toper{
    background: #091139;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}
#index_toper img{

    margin-top: -10px;
}
#index_toper .location .dropdown{
    display: inline-block;
}
#index_toper .location .dropdown button{
    display: inline-block;
    background: #091139;
    border: none;
    color: #fff;
    padding: 0;
}
#index_toper .location i{
    color: #fff;
}
#index_toper a{
    color: #000;
}
#index_toper span{
    margin-right: 11px;
}
#height_c_s li img{
    width: 100px;
    margin: 10px;
    margin-left: 17px;
}
#height_c_s li a{
    font-size: 20px;
    color: #000;
}

.toper {
    /* width: 650px; */
    /* margin: 20px auto; */
    cursor: pointer;
}

.carousel-control {
    font-size: 77px;
    width: 5%;
    line-height: 614px;
}

.carousel-indicators .active {
    margin: 0;
    width: 25%;
    height: 30px;
    border-radius: 0;
    background-color: rgba(9,17,57,0.8);
    color: #fff;
    text-indent: 0;
}

.carousel-indicators li {
    margin: 0;
    width: 20%;
    height: 30px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    overflow: hidden;
    text-align: center;
    transition: height .5s ease-in-out;
    border: 0;
    border-right: 1px solid #fff;
    float: left;
    color: #fff;
    text-indent: 0;
}

.carousel-indicators li h4,
.carousel-indicators li p {
    margin: 0;
    line-height: 30px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}

ol {
    margin: 0;
}

.toper:hover .carousel-indicators li {
    height: 60px;
}
/* 栅格调整 */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 5px;
    padding-right: 5px;
}
/* 主体 */
.baomingfirst{
    width: 1440px;
    margin: 50px auto;
    overflow: hidden;
}
.baomingfirst li{
    height: 290px;
    background-color: #f2f2f2;
    /* padding: 0; */
    border: 5px solid #fff;
}
.baomingfirst li:nth-child(1){
    background-color: #3f51b5;
}
.baomingfirst li:hover{
    background-color: #036eb8;
}
.baomingfirst img{
        /* height: 100%; */
        position: absolute;
        left: 0;
        right: 0;
        top: 28px;
        /* bottom: 0; */
        margin: auto;
}
.baomingfirst li .innder_word{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22px;
    color: #757575;
}
.baomingfirst li:hover .innder_word{
    color: #fff;
}
.baomingfirst h3{
    margin-top: 45px;
    color: #fff;
}
.form_innerp{
    width: 87%;
    margin:0 auto;
}
.form_innerp.phonefirst input{
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    padding: 5px 0;
    padding-left: 10px;
}
.baomingfirst>li:nth-child(1){
    background-color: #036eb8;
}
.ohlist{
    margin-top: 10px;
}
.ohlist_h1{
    margin-top: -30px;
}
.ohlist_clone h1{
    margin-top: 4%;
    margin-bottom: 20px;
    color: #fff;
}
.ohlist h1{
    font-size: 48px;
}
.ohlist img{
    margin:5px auto 36px auto;
}
.firstflex{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.firstfloat{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}
.firstfloat li a{
    font-weight: 600;
}
.firstcase{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.firstcase>div{
    margin: 5px 0;
}
.firstcase img{
    /*height: 100%;*/
}
.firstfloat li{
    float: left;
    width: 80px;
    /* height: 20px; */
    line-height: 20px;
    border-right: 2px solid #757575;
    font-size: 18px;
    color: #303f9f;
    text-align: center;
}
.firstfloat li:last-child{
    border: 0;
}
.firstfloat li a{
    text-decoration: none;
    display: inline-block;
    /* padding-bottom: 5px; */
    border-bottom: 2px solid transparent;
    
}
.firstfloat li a:hover{
    border-bottom: 2px solid #303f9f;
}
.firstflex_clone_white li a{
    color: #fff;
    /* border-bottom: 2px solid #fff; */
}
.firstflex_clone_white li a:hover{
    border-bottom: 2px solid #fff;
}
.col-xs-12{
    margin: 5px 0;
    overflow: hidden;
}

.img-responsive{
    margin-left: auto;
    margin-right: auto;
}
.baozhunbtn{
    font-size: 18px;
}
.baozhunbtn button{
    width: 265px;
    height: 43px;
    border: 2px solid #212121;
    color: #656565;
    background-color: transparent;
}
.baozhunbtn_clone{
    margin-top: 3%;
    margin-bottom: 4%;
}
.baozhunbtn_clone button:hover{
    background-color: #fff;
    color: #091139;
}
.baozhunbtn_clone_another button:hover{
    background-color: #091139;
    color: #fff;
}
.firstcase div a div{
    width: 81.23%;
    height: 80.52%;
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(3,110,184,0.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition:opacity .8s ease-in-out;
    -webkit-transition:opacity .8s ease-in-out;
    -moz-transition:opacity .8s ease-in-out;
    -o-transition:opacity .8s ease-in-out;
    padding: 20px;
    
}
.firstcase div div:hover{
    opacity: 1;
}
.firstcase div div h2{
    margin-top: 26%;
}
.firstcase_clone div div h2{
    margin-top: 0;
    margin-bottom: 38px;
    font-weight: 600;
}
.firstcase_clone div div p{
    line-height: 35px;
}
.firstcase div:hover .firstcase_right{
    opacity: 0;
}
.firstcase_right h4{
    font-weight: 600;
    font-size: 28px;
}
.firstcase div>div.firstcase_right{
    position: absolute;
    right: 5%;
    top: 0;
    background-color: #036eb8;
    text-align: center;
    padding: 13px;
    color: #fff;
    transition:opacity .8s ease-in-out;
    -webkit-transition:opacity .8s ease-in-out;
    -moz-transition:opacity .8s ease-in-out;
    -o-transition:opacity .8s ease-in-out;
    opacity: 1;
}
.firstcase div>div.firstcase_bottom{
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 98%;
    background-color: rgba(0,0,0,0.5);
    color: #ccc;
    font-weight: 600;
}
.desdesigner_parent{
    background-color: #091139;
}
.desdesigner .col-xs-3,.desdesigner .col-xs-12,.desdesigner .hidden-xs{
    padding: 0;
    margin: 0;
}
.desdesigner .hidden-xs{
    background-color: #fff;
}
.detail_des_inormation p{
    visibility: hidden;
    margin: 0;
}
.detail_des_inormation{
    margin-top: 10.8%;
    margin-left: 10.8%;
    padding-right: 3%;
    height: 180px;
}
.detail_des_inormation button{
    font-size: 18px;
    padding: 3px;
    border: 2px solid #303f9f;
    width: 165px;
    background-color: transparent;
    position: absolute;
    left: 10.8%;
    bottom: 22px;
}
.desdesigner_parent_f button{
    border: 2px solid #fff;
    color: #fff;
}
.olfirst{
    overflow: hidden;
}
.olfirst li{
    width: 160px;
    height: 160px;
    border: 7px solid #036eb8;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    float: left;
    margin: 1.39%;
}
.olfirst li:hover{
    background-color: #036eb8;
    color: #fff;
}
.olfirst li p{
    margin: 0;
}
.baozhunbtn_clone_second{
    width: 260px;
    line-height: 40px;
    border: 2px solid #303f9f;
    background-color: transparent;
    color: #303f9f;
    float: right;
    margin-right: 5%;
}
.shigongfirst{
    display: inline-block;
    float: left;
    font-size: 24px;
}
.shigongfirst span{
    font-weight: 600;
    display: inline-block;
    width: 120px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background-color: #036eb8;
    text-align: center;
    font-size: 36px;
    margin: 0 10px;
}
.firstfloat_clone{
    margin-top: 0;
}
.firstcase_clone{
    width: 100%!important;
}
#height_c_s div{
    display: table-cell;
    font-size: 18px;
    float: right;
    line-height: 60px;
}
.newsfirst{
    overflow: hidden;
    float: left;
    /* margin-right: 30px; */
    padding: 0 30px;
    position: relative;
    width: 514px;
}
.newsfirst img{
    width: 100%;
    float: left;
    /* display: block; */
    /* margin-right: 20px; */
}
.newsfirst>a{
    display: block;
    width: 100%;
    height: 272px;
    overflow: hidden;
    position: relative;
}
.newsfirst3,.newsfirst4{
    padding-top: 10px;
    /* border-top: 1px solid #ccc; */
}
.newsfirst1,.newsfirst3{
    border-right:1px solid #ccc;
}
.newsfirst>div{
    width: 484px;
    padding-right: 30px;
    margin-top: 5px;
    position: relative;
    height: 89px;
}
.newsfirst>div p{
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
}
.newsfirst_parent{
    overflow: hidden;
}
.newsfirst>div a{
    color: #000;
    text-decoration: none;
}
.newsfirst>div button{
    position: absolute;
    right: 30px;
    bottom: 0;
}
.newsfirst_img{
    float: left;
    width: 391px;
    margin-bottom: 4%;
    height: 763px;
    background-color: #091139;
}
.newsfirst_img>a>img{
    margin-top: 43px;
}
.firstfloat_clone_second li{
    width: 120px;
}
.livefirst{
    margin-bottom: 110px;
}
.livefirst h4{
    margin: 0;
    padding: 7px;
    padding-left: 7px;
    background-color: #036eb8;
    color: #fff;
}
.livefirst img{
    width: 100%;
    height: 234px;
}
.livefirst div div{
    border: 2px solid #3f51b5;
    height: 220px;
}
.livefirst div div a:nth-child(1) p{
    margin-top: 27px;
}
.livefirst div div a{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.livefirst div div button{
    margin-left: 12px;
    border-color: #036eb8;
    background-color: #036eb8;
}
.livefirst div div p{
    font-size: 16px;
    padding-left: 7px;
    cursor: pointer;
}

  #baiduMap{
    width: 500px;
    height: 420px;
    border: 3px solid #9a7777;
}
#baiduMap_out{
    position: absolute;
    left: -60%;
    top: -348px;
    width: 506px;
    /* width: 0; */
    /* display: none; */
    height: 0;
    overflow: hidden;
    z-index: 999;
}
#baiduMap_out>p{
width: 0;
  height: 0;
  border-left: 253px solid transparent;
  border-right: 253px solid transparent;
  border-top: 50px solid rgba(154,119,119,0.5);
  margin-left:-3px;
}
#baiduMap_out>i{
    position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: red;
  font-weight:600;
  cursor:pointer;
}
.poar_head1 img{
    width: 165px;
    margin-right: 20px;
}
.poarfirst p{
    font-size: 18px;
}
.poar_inner a div{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 25px 0; 
    font-weight: 600;
}
.footerfirst.container-fluid{
    background-color: #091139;
    padding:50px 20px;
    color: #fff;
}
.poarfirst{
    margin: 0 auto;
    width: 1440px;
    overflow: hidden;
    position: relative;
}
.guanggaofirst{
    position: absolute;
    right: 14%;
    top: 0;
    width: 385px;
    height: 174px;
    background-image: url(../images/5b162b16c354f1.476573160.jpg);
    background-size: 140%;
    background-position: 45% 0;
}
.erweimafirst{
    position: absolute;
    right: 0;
    top: 0;
    width: 174px;
}
.nav-justified>.dropdown ul.dropdown-menu{
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#height_c_s ul li a{
    color: #fff;
}
#height_c_s ul li a:focus,#height_c_s ul li a:hover{
    background-color: transparent;
    color: tan;
}
#navbar_toper.navbar-fixed-top ul li ul li a{
    color: #fff;
}
#navbar_toper.navbar-fixed-top ul li ul li a:hover{
    background-color: transparent;
    color: tan;
}
#height_c_s.nav>li>a:hover{
    background-color: #3cbeef;
    color: #fff;
}
.nav-justified>li{
    float: left;
}
.poar_inner{
    height: 0.4rem;
}
.poar_inner>a>div{
    float:none;
}
.foot_p1{
    margin-top: 0;
}
.poarfirst p{
    margin-bottom: 10px;
}
.show360case{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
}
#new_index_box .show360case img{
    width: 82px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    margin: auto;
    right: 0;
    bottom: 0;
    
}
#new_index_box .show360case h2{
    margin: 0;
    line-height: 200px;
}
.reda a{
    color: #cc2d2d;
}
#phonefirst_another{
    color: #ccc;
}
.show_des{
    position: relative;
}
.show_des .zilizige{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2%;
    color: #a9a6a6;
    width: 80%;
    font-size: 20px;
}
.show_des .zilizige span strong{
    font-size: 24px;
}
.show_des .zilizige span{
    margin: 5px;
}
.newsfirst1_pp{
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.dropdown-menu{
    margin-top: -1px;
    background-color: #091139;
    /* color: #fff; */
}
#index_toper .dropdown-menu li a{
    color: #ccc;
}
#signUp {
    height: 100%;
}
#signUp .modal-dialog {
    width: 560px;
    /* margin-top: 190px; */
}
#signUp .modal-body .bm-form {
    width: 560px;
    padding: 35px;
    margin: 0 -5px;
}
#signUp .modal-body .bm-form .title {
    font-size: 38px;
    line-height: 50px;
    margin: 0 auto;
}
#signUp .modal-body .bm-form .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: #6e6e6e;
}
.subTable div{
    overflow: hidden;
    
}
.subTable .baom-btn{
    background-color: #3aa4ef;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.modal{
    overflow: auto;
}
.baoming_daohang{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 151px;
    background-image: url(../images/dbs.png);
    z-index: 999;
    /* overflow: hidden; */
    color: #fff;
    background-position: -285px -16px;
}
.baoming_daohang>div{
    margin: 0 auto;
    width: 541px;
    margin-top: 5px;
    position: relative;
    left: 10%;
    top: 35%;
}
.baoming_daohang>div>p{
    float: left;
    font-size: 20px;
    font-weight: 600;   
    
}
.baoming_daohang>div>span{
    float: right;
    font-size: 20px;
    font-weight: 600;   
}
.phonefirst_another{
    width: 100%;
}
.phonefirst_another input{
    font-size: 20px;
    padding: 3px;
    border: 0;    
}
.phonefirst_another input:nth-child(1){
    width: 58%;
    margin-right: 10px;
}
.phonefirst_another input:nth-child(2){
    width: 30%;
    float: right;
}
.container-fluid{
    padding: 0;
    max-width: 1920px;
}

.index_huodong_sekuaishoudade{
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #fc4343;
    border-radius: 4px;
    color: moccasin;
}
.nav>li>a{
    padding: 0px 15px;
}
.show_des img{
    width: 100%;
}
.foot_p1{
    overflow: hidden;
}
.foot_p1 ul li{
    float: left;
    padding: 3px;
}
.foot_p1 ul li a{
    color: #ccc;
}



.gdwidth{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width:1900px){
    #height_c_s{
        width: 1400px;
    }
    .container{
        width: 91% !important;
    }
    #index_toper .container{
        width: 1400px !important;
    }
    .ohlist h1{
        font-size: 36px;
    }
    #height_c_s li a{
        font-size: 17px;
    }
}
@media (max-width:1500px){
    #height_c_s{
        width: 1400px;
    }
    .container{
        width: 94% !important;
    }
    
}
@media (max-width:1445px){
    #height_c_s li a{
        font-size: 17px;
    }
    /* .guanggaofirst{
        width: 446px;
        right: 23%;
    } */
    .erweimafirst{
        width: 160px;
        right: 0%;
    }
    #new_index_box{
        width: 1200px;
    }
    .poarfirst{
        width: 100%;
    }
	.guanggaofirst{
    right: 14%;
    top: 0;
    width: 354px;
    height: 160px;
	}
}

@media (max-width:1400px){
    img.lazy-worksite{
        height: 275.555555555556;
    }
    .firstcase_clone div div h2{
        margin-bottom: 0px;
    }
    #index_toper .container {
        width: 99% !important;
    }
    .carousel-control{
        line-height: 466px;
    }
    #new_index_box .prev{
        left: -7px;
    }
    #new_index_box .next{
        right: 0;
    }
    #height_c_s li a{
        font-size: 16px;
    }
    #height_c_s{
        width: 98.8%;
    }
    .firstcase,.gdwidth,.baomingfirst{
        width: 1280px;
    }
    .olfirst li{
        width: 140px;
        height: 140px;
    }
    .detail_des_inormation{
        margin-top: 5.5%;
    }
    .newsfirst_img{
        display: none;
    }
    .newsfirst_parent{
        margin: 0 auto;
        width: 1030px;
        overflow: hidden;
    }
    .firstcase_clone div div h2{
        margin-top: -13%;
    }
    .firstcase div a div{
        padding: 35px;
    }
    /* .guanggaofirst{
        width: 446px;
        right: 14%;
    } */
    .erweimafirst{
        width: 160px;
        right: 0;
    }
    .baoming_daohang{
        background-position: -371px -5px;
    }
    .firstcase,.gdwidth,.baomingfirst{
        width: 100%;
    }
    
}
.dropdown-menu{
    min-width: auto;
}
.dropdown-menu>li>a{
    padding: 3px 15px;
}
@media (max-width:1200px){
    #height_c_s div{
        display: none;
    }
    .baomingfirst li{
        height: 246px;
    }
    .baomingfirst h3{
        margin-top: 12px;
    }
    #new_index_box{
        width: 1024px;
    }
    #new_index_box .index_list{
        margin-left: -664px;
    }
    .detail_des_inormation{
        margin-left: 2.8%;
        margin-top: 0;
    }
    .detail_des_inormation{
        height: 155px;
    }
    .detail_des_inormation button{
        left: 39.8%;
        bottom: 11px;
    }
    .erweimafirst{
        width: 103px;
    }
    .guanggaofirst{
        height: 119px;
        width: 276px;
    }
    .livefirst h4{
        height: 52px;
    }
    .livefirst div div{
        height: 271px;
    }
    .livefirst div div button{
        position: absolute;
        left: 12px;
        bottom: 15px;
    }
    .livefirst img{
        height: 167px;
    }
    .phonefirst_another input{
        padding: 7px;
    }
    .baoming_daohang>div{
        left: 13.5%;
        top: 42%;
    }
		.guanggaofirst{
    right: 11%;
    top: 0;
    width: 228px;
    height: 104px;
	}
}

@media (min-width: 768px){
    .nav-justified>li {
        display: table-cell;
        width: auto;
    }
}