@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
img {
    border: none;
}
input, select, textarea {
    outline: none;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    font-family:Source Han Sans CN;
}
textarea {
    resize: none;
}
html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
html, body {
    width: 100%;
}
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    vertical-align: top;
}
a {
    border: 0;
    text-decoration: none;
    outline: none;
    color: #333333;
}
a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
em {
    font-style: normal;
}
hr {
    margin: 0;
    padding: 0;
}
p {
    word-break: break-all;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
body {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    min-width: 320px;
    font-family: Source Han Sans CN, Meiryo, Osaka, "MSPGothic", sans-serif;
    color: #363636;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pr_ {
    position: relative;
}
.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-wrapper {
    height: auto;
}
.ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bg{
    background: #FFFFFF;
}
.bg_{
    background: #EEEEEE;
}
.bg_b{
    background:#3A3D42;
}
/*======================= 页面公共部分 =======================*/
/**
**
**
**/
/* 相关案例 */
.relatedBox{
    margin-top: 15px;
    background:rgba(255,255,255,1);
}
.relatedBox .tit{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    padding: 24px 0 22px;
    text-align: center;
}
.out_container_related{
    position: relative;
    overflow: hidden;
    padding: 10px 10px 56px;
}
.swiper-related .related_{
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 0px rgba(222,222,222,1);
}
.swiper-related .related_ .img_{
    height:150px;
    padding: 10px 10px 15px;
}
.swiper-related .related_ .img_ img{
    width: 100%;
    height:100%;
}
.swiper-related .related_ h2{
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:20px;
    margin: 0px 13px 24px 12px;
    height: 40px;
}
.swiper-related .related_ .text{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    padding: 0px 12px 16px;
}
/*======================= header =======================*/
header{
    width: 100%;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background:rgba(255,255,255,1);
}
.header{
    height: 100%;
    padding: 0px 10px;
}
.logo{
    font-size:14px;
    line-height: 44px;
    font-weight:500;
    color: #333333;
}
.logo img{
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.menu{
    padding-top: 14px;
    position: relative;
}
.topIcon img{
    width:19px;
    height:19px;
}
.icon_phone{
    margin-right: 20px;
}
.icon_close{
    display: none;
}
.menu_bg{
    position: fixed;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
    overflow: hidden;
    background: rgba(0,0,0,.4);
}
.menuBox{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 98;
    background:rgba(255,255,255,1);
    border-top: 1px solid rgba(238,238,238,1);
}
.menuBox li{
    font-size:14px;
    font-weight:400;
    text-align: center;
    color:rgba(51,51,51,1);
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.menuBox li a{
    color:rgba(51,51,51,1);
}
.menuBox li.active a{
    color: rgba(203,72,69,1);
}
.menuBox li:last-child{
    border-bottom:0;
}
/* 电话弹窗 */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background:rgba(0,0,0,.4);
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: absolute;
    width: 275px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 50%;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 30px 25px;
    text-align: center;
    font-size: 15px;
    color:rgba(102,102,102,1);
}
.modal-body .number{
    font-weight: 600;
    color:rgba(51,51,51,1);
}
.modal-footer {
    padding: 13px 15px 15px;
    display: flex;
}
.popBtn {
    max-width: 120px;
    display: inline-block;
    font-size:15px;
    font-weight:500;
    line-height: 15px;
    color:rgba(51,51,51,1);
    outline: none;
    flex: 1;
    background: #fff;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
}
.btn-confirm {
    color:rgba(203,72,69,1);
}

/*======================= footer =======================*/
.bg_b .logo{
    display: block;
    width: 100%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size:14px;
    font-weight:600;
    color:#FFFFFF;
    border-bottom: 1px solid #555A62;
}
.bg_b .logo img{
    width: 24px;
    margin-right: 15px;
    vertical-align: middle;
}
.footer{
    color:#FFFFFF;
    padding: 17px 10px 16px;
}
.footer .address dt{
    color:#FFFFFF;
    margin-bottom: 50px;
}
.footer .address dt img{
    width: 22px;
    margin-right: 10px;
}
.footer .address dt p{
    font-size:12px;
    line-height: 12px;
    font-weight:500;
    display: inline-block;
}
.footer .space{
    color:#FFFFFF;
}
.footer .address dt div{
    display: inline-block;
}
.footer .address dt p .tel{
    font-size:15px; 
    font-weight:500;
    margin-left: 12px;
}
.footer .address dt p.time{
    display: block;
    margin-top: 15px;
}
.footer .address dd{
    font-size:12px;
    line-height: 12px;
    margin-bottom: 22px;
    font-weight:300;
}
.footer .address dd span{
    margin-right: 15px;
}
.footer #map{
    height: 150px;
}
/* 版权 */
.copyright {
    text-align: center;
    padding: 33px 0 0px;
}
.copyright p{
    font-size:12px;
    line-height: 20px;
}
.copyright p a {
    display: block;
    color:#496DCD;
}
@media screen and (max-width:320px) {
    .footer .address dt img{
        margin-right: 5px;
    }
    .footer .address dd span {
        margin-right: 5px;
    }
}
@media (max-width:360px)  and (min-width:320px) {
    .footer .address dt {
        margin-bottom: 40px;
    }
    .footer .address dd {
        line-height: 20px;
        margin-bottom: 14px;
    }
}
