/* 全局 */
html{
    min-height: 100%;
    font-size: 80px;
}
body {
    font-family: 'Microsoft YaHei','Helvetica Neue',sans-serif,SimHei;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    overflow-x: hidden;
    word-break: break-all;
    height: 100%;
    /* min-height: 1000px; */
}

body img {
    max-width: 100%;
}
body .media {
    word-break: normal;
}
body .media img {
    max-width: none;
}
ul{
    margin-bottom: 0;
}
ul li{
    list-style: none;
}
a,
a:hover{
    color: #333;
    text-decoration:none !important;
}

.clear:after{
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
button,span{
    outline:none;
}
.clear{
    *zoom:1;
}

/* .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{
    float: none !important;
} */
@media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
      /* background-color: red; */
    }
  }
  


/* 头部 */
.nav{
    /* display: block; */
    /* width: 500px;
    height: 500px; */
    /* background-color: red; */
    position: relative;
    z-index: 2;
}
.nav .nav_img{
    text-align: center;
    padding: 0;
}
.nav .nav_img img{
    display: inline-block;
    width: 70.49px;
    margin-top: 9px;
}
.nav .nav_ul_out{
    text-align: center;
    float: right;
}
/* #product:hover .down{
    display: block;
} */
#product:hover{
    background-color:#1A1A6F;
}
/* #new:hover .down_new{
    display: block;
} */
#new:hover{
    background-color:#1A1A6F;
}
.nav .nav_ul{
    display: inline-block;
    /* float: right; */
    line-height: 58px;
    width: 76%;
}
@media (max-width: 992px){
    .nav .nav_ul{
        display: inline-block;
        /* float: right; */
        line-height: 58px;
        width: 94%;
    }
}
.nav .nav_ul ul li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    /* padding: 0 4%; */
    width: 15%;
}
/* .img{
    display: none;
}
.img_new{
    display: none;
} */
/* .nav .nav_ul ul li:hover{
    background-color: #0C3C76;
} */
.nav .nav_ul ul li .down{
    position: absolute;
    width: 107px;
    text-align: center;
    left: 0;
    padding: 9px 8px;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    background-color: #1A1A6F;
    

}
.nav .nav_ul ul li .down div{
    height: 33px;
    line-height: 33px;
    color: #fff;
    /* width: 55px; */
}
.nav .nav_ul ul li .down_new{
    position: absolute;
    width: 107px;
    text-align: center;
    left: 0;
    padding: 9px 8px;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    background-color: #1A1A6F;
}
.nav .nav_ul ul li .down_new div{
    height: 33px;
    line-height: 33px;
    color: #fff;
    /* width: 55px; */
}
.nav .nav_ul ul li a{
    color: white !important;
}
.nav .nav_ul ul li a:hover{
    text-decoration:underline;
}

.nav_small{
    height: 80px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    background-color: #163088;
    box-sizing: border-box;
    line-height: 80px;
    overflow: hidden;
}
.nav_small .nav_small_img{
    float: left !important;
}
.nav_small .nav_small_img img{
    width: 42px;
    /* float: left; */
    /* margin-left: 25px; */
    display: inline-block;
}
.nav_small .nav_small_imgtwo{
    float: left !important;
    text-align: right;
}
.nav_small .nav_small_imgtwo img{
    width: 24px;
    /* height: 27px; */
}
@media (max-width: 700px) and (min-width:600px){
    .nav_small{
        height: 69px;
        padding: 0 23px;
        display: flex;
        justify-content: space-between;
        background-color: #163088;
        box-sizing: border-box;
        line-height: 79px;
    }
    .nav_small .nav_small_img{
        display: inline-block;
        margin: auto 0;
    }
    .nav_small .nav_small_img img{
        width: 36px;
        /* float: left; */
        /* margin-left: 25px; */
        display: inline-block;
    }
    .nav_small .nav_small_imgtwo{
        float: left;
        text-align: right;
    }
    .nav_small .nav_small_imgtwo img{
        width: 23px;
        /* height: 26px; */
    }
}
@media (max-width: 600px) and (min-width:500px){
    .nav_small{
        height: 59px;
        padding: 0 19px;
        display: flex;
        justify-content: space-between;
        background-color: #163088;
        box-sizing: border-box;
        line-height: 59px;
    }
    .nav_small .nav_small_img{
        display: inline-block;
        margin: auto 0;
    }
    .nav_small .nav_small_img img{
        width: 30px;
        /* float: left; */
        /* margin-left: 25px; */
        display: inline-block;
    }
    .nav_small .nav_small_imgtwo{
        float: left;
        text-align: right;
    }
    .nav_small .nav_small_imgtwo img{
        width: 19px;
        /* height: 22px; */
    }
}
@media (max-width: 500px) and (min-width:400px){
    .nav_small{
        height: 48px;
        padding: 0 14px;
        display: flex;
        justify-content: space-between;
        background-color: #163088;
        box-sizing: border-box;
        line-height: 48px;
    }
    .nav_small .nav_small_img{
        display: inline-block;
        margin: auto 0;
    }
    .nav_small .nav_small_img img{
        width: 24px;
        /* float: left; */
        /* margin-left: 25px; */
        display: inline-block;
    }
    .nav_small .nav_small_imgtwo{
        float: left;
        text-align: right;
    }
    .nav_small .nav_small_imgtwo img{
        width: 15px;
        /* height: 18px; */
    }
}
@media (max-width: 400px) and (min-width:300px){
    .nav_small{
        height: 40px;
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        background-color: #163088;
        box-sizing: border-box;
        line-height: 40px;
    }
    .nav_small .nav_small_img{
        display: inline-block;
        margin: auto 0;
    }
    .nav_small .nav_small_img img{
        width: 20px;
        /* float: left; */
        /* margin-left: 25px; */
        display: inline-block;
    }
    .nav_small .nav_small_imgtwo{
        float: left;
        text-align: right;
    }
    .nav_small .nav_small_imgtwo img{
        width: 13px;
        /* height: 15px; */
    }
}


/* 尾部样式 */
.foot{
    height: 47px;
    background-color: #042260;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    color: white;
    position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    
}
.foot div{
    background-color: #042260;
    padding: 8px 3px 0;
}
.foot p{
    display: inline-block;
}
.foot img{
    display: inline-block;
    width: 15px;
    margin-top: -3px;
}
@media (max-width: 600px) and (min-width: 500px){
    .foot{
        background-color: #042260;
        text-align: center;
        box-sizing: border-box;
        color: white;
        width: 100%;
        font-size: 12px;
    }
}
@media (max-width: 500px) and (min-width: 400px){
    .foot{
        background-color: #042260;
        text-align: center;
        box-sizing: border-box;
        color: white;
        width: 100%;
        font-size: 7px;
    }
}
@media (max-width: 400px) and (min-width: 300px){
    .foot{
        height: 50px;
        background-color: #042260;
        text-align: center;
        line-height: 35px;
        box-sizing: border-box;
        color: white;
        position: relative;
        bottom: 0; 
        left: 0;
        width: 100%;
        font-size: 7px;
    }
    .foot div{
        background-color: #042260;
    }
}
    /* case_info页面详情 */

    .case .case_title{
        font-size: 23px;
        color: #333333;
        text-align: center;
        padding: 21px 0 44px 0;
    }











/* 顶层导航栏 */

.popup_bar{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    padding: 0 0.3rem;
}
.topLogo,
.tabbar_list li a{
    display: flex;
    justify-content: space-between;
}
.topLogo{
    height: 1.02rem;
}
.topLogo a{
    margin: auto 0;
}
.topLogo a:first-child img{
    width: 0.62rem;
    /* height: 0.38rem; */
    margin: auto 0;
    cursor: pointer;
}
.topLogo img{
    width: 0.32rem;
    /* height: 0.38rem; */
    margin: auto 0;
    cursor: pointer;
}
.closeUp{
    width: 0.38rem;
}
.tabbar_list{
    padding: 0;
    font-size: 0.2rem;
}
.tabbar_list img{
    width: 0.17rem;
    height: 0.26rem;
    margin: auto 0;
}
.tabbar_list{
    font-family:Source Han Sans CN;
    font-weight:400;
}
.tabbar_list li a{
    
    height: 0.7rem;
    line-height: 0.7rem;
}
.tabbar_list li .tabbar_list_down{
    display: none;
}
.tabbar_list li .tabbar_list_down img{
    width: 0.15rem;
    height: 0.20rem;
    margin: auto 0;
}
.tabbar_list li .tabbar_list_down_two img{
    width: 0.15rem;
    height: 0.20rem;
    margin: auto 0;
}
.tabbar_list li .tabbar_list_down .tabber_list_down_in{
    height: 0.6rem;
    line-height: 0.6rem;
    color: #333333;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
}
.tabbar_list li .tabbar_list_down_two{
    display: none;
}
.tabbar_list li .tabbar_list_down_two .tabber_list_down_in{
    height: 0.6rem;
    line-height: 0.6rem;
    color: #333333;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
}











    
/* 页面主体 */
.full-container {
    min-height: calc(100vh - 37px);
    /* min-height: 100vh; */
}

.main-container {
    min-height: calc(100vh - 162px);
    background: #fff;
}
.main-breadcrumb {
    background: #F1F1F1;
    margin: 5px 0 0 0;
    padding-left: 0;
}


/* 页面底部 */
.footer {
    border-top: 0px solid #d7dde4;
    background-color: #fff;
    padding: 15px 0 5px;
    font-size: 12px;
    color: #657180;
    width: 100%;
}
.footer .footnav-list h4 {
    text-decoration: none;
    padding-bottom: 0px;
    font-size: 15px;
    color: #464c5b;
    cursor: pointer;
}
.footer .footnav-list ul li {
    padding: 3px 0;
}
.footer .footnav-list ul li a {
    color: #657180;
    text-decoration: none;
    line-height: 1;
}
.footer .footnav-list ul li a:hover {
    color: #464c5b;
}
.footer .qrcode-list {
    padding-top: 10px;
}
.footer .qrcode-list div>p{
    font-size: 13px;
    color: #657180;
    padding: 6px 0;
}
@media (max-width: 768px) {
    .footer {
        padding: 15px 0;
    }
    .footer .footnav-list h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer .footnav-list ul li {
        float: left;
        margin-right: 8px;
    }
}

.swiper-wrapper{
    width: 100%;
    height: 100%;
}

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


/* 样式主题 */
form span {
    font-size: 1.0em;
    color: #333;
    font-weight: 400;
}
.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
select.form-control {
    height: 42px;
    font-size: 1.1em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0.2em;
}
textarea.form-control,
.form-control[type="text"],
.form-control[type="password"] {
    padding: 9px;
    font-size: 1.1em;
    color: #666666;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    font-weight:400;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0.2em;
}
.form-control[type="text"],
.form-control[type="password"] {
    height: 42px;
}
.form-control[type="text"]:hover,
.form-control[type="Password"]:hover, #active {
    outline: none;
}
.form-control:focus {
    border-color: #39f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-btn .btn {
    padding: 10px 12px;
    border-radius: 0.2em;
    border-color: #f0f0f0;
}
.return,
.btn.submit {
    height: 42px;
    padding: 10px 12px;
    border-radius: 0.2em;
}
.input-group-addon {
    border-radius: 0.2em;
    border-color: #f0f0f0;
}
.nav-tabs>li>a {
    border-radius: 0.2em;
}
