﻿/* 动态 */
.dynamicBox .dynamicListBox .title p{
    text-align: left;
}
.dynamicBox .leftBox >.title,.dynamicBox .rightBox >.title{
    display: inline-block;
}
.dynamicBox .title p:nth-child(2){
    text-align: center;
}
.dynamicBox img{
    width: 100%;
    max-height: 355px;
}
.dynamicBox .title1{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 20px 0;
}
.dynamicBox .txt {
    font-size: 12px;
    color: #666;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}
.dynamicBox time{
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 30px;
}
.dynamicBox .dynamicListBox{
    padding: 0 7.5%;
}
    .dynamicBox .dynamicListBox .ImgBox {
        width:100%;
        display:block;
    }
        .dynamicBox .dynamicListBox .ImgBox img {
            width: 100%;
            height:100%;
        }
        .dynamicBox .dynamicListBox .text-danger {
            height: 400px;
            text-align: center;
        }
    .dynamicBox dl {
        padding-bottom: 36px;
    }
/* 动态 end*/
/* 关于我们 */
.acoutBox .content{
    width: 76.7%;
    padding-bottom:120px;
    color:#666666;
    line-height: 1.8;
    margin: 0 auto;
}
    .acoutBox .content .ImgBox {
        overflow:hidden;
    }
    .acoutBox .content .ImgBox img {
        width: 100%;
    }
    /* 关于我们 end*/
    /* 行业动态 */
    .industryBox > .container {
        padding: 0 4.6%;
    }
.industryBox .newsListBox {
min-height:429px;
    height: auto;
    align-content: flex-start;
}
.industryBox .newsListBox li {
    text-align: center;
    padding: 15px 0;
}
.industryBox .newsListBox li a{
    display:block;
}
.industryBox .newsListBox .lists{
    width: 84%;
    padding-left: 28px;
    display: inline-block;
    position: relative;
    text-align: left;
}
.industryBox .newsListBox .lists:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0f79fc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.industryBox .newsListBox .lists a{
    display: block;
}
.industryBox .newsListBox .lists a span{
    display: inline-block;
    vertical-align: middle;
}
.industryBox .newsListBox .lists a .content{
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industryBox .newsListBox .lists a .time{
    width: 18%;
    text-align: right;
}
/* 行业动态 end*/
/* 联系我们 */
.contactBox .contacts-right {
    line-height: 32px;
    position: relative;
    height: 346px;
}
.contacts-right .contacts-right-content{
    position: absolute;
    top: 50%;
        transform: translateY(-50%);
-ms-transform:translateY(-50%); 	/* IE 9 */
-moz-transform:translateY(-50%); 	/* Firefox */
-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
-o-transform:translateY(-50%); 	/* Opera */
}
.contacts-right .contacts-right-content p{
    padding:12px 0;
}
.contactBox .formBox{
    margin-top: 60px;
}
/* 联系我们 end */
/* 表单 */

.inputBox{
    border: 1px solid #b3b3b3;
    padding: 10px;
}
.inputBox input{
    font-size: 14px;
    width: 100%;
}
.tips{
    height:26px;
    line-height: 26px;
}
.textareaBox{
    border: 1px solid #b3b3b3;
    padding: 10px;
    height:118px;
}
.textareaBox textarea{
    height: 100%;   
    width: 100%; 
}
.submit{
    float: right;
    width: 25%;
    max-width: 182px;
    line-height: 46px;
    text-align: center;
    background-color: #2eaefd;
    color: #fff;
    cursor: pointer;
    border: 1px solid #2eaefd;
}
.codeBox,.codeImg{
    display: inline-block;
    width:26%;
    max-width: 188px;
}
.codeImg{
    cursor: pointer;
    margin-left: 6px;
    height: 46px;
}
/* 表单 end */
/* 模型展示 */
.showBox .main{
    padding: 0 9.5%;
}
.showBox .main .typeListBox a{
    display: block;
    color: #333;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 16.6%;
}
.showBox .main .typeListBox a:hover{
    background-color: #2e6dc4;
    color: #fff;
}
.showBox .main .typeListBox{
    width: 90%;
    border: 1px solid #e1e1e1;
    border-bottom:0px;
    float: right;
    margin-right: 7%;
    max-height: 100%;
    overflow: auto;
}
    .showBox .main dl a {
        display: block;
        height: 100%;
    }
    .showBox .main dl img {
        width: 100%;
        height: 100%;
    }
.showBox .main dl dd a{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding:18px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.showBox .leftBox .active{
    background-color: #2e6dc4;
}
.showBox .leftBox .active a{
    color:#fff;
}
.showBox .leftBox .active a:hover{
    background-color: #2e6dc4;
    color:#fff;
}
.gallery-top img{
    height: 510px;
}
.showBox .main .typeListBox .classification{
    display: none;
}
/* 手机模型分类导航 */
.phone-classification-box{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    transform: translateX(-100%);
    background-color: #fff;
    z-index: 9999999;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.open .phone-classification li{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.phone-classification li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;

	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.phone-classification li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.phone-classification-box .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.phone-classification-box .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}
 .clearfix:after {
    clear: both;
} .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.phone-classification-box.open {
    left: 0;
    transform: translateX(0);
}
/* 模型展示 end*/
/* 模型展示详情 */
.swiper-button-next, .swiper-button-prev{
    margin-top: 0;
    top:calc(555px / 2);
}
    .swiper-button-next.swiper-button-white {
        background: url(../images/right.png) no-repeat;
    }

    .swiper-button-prev.swiper-button-white {
        background: url(../images/left.png) no-repeat;
    }
/* 模型展示详情 end */
.acoutBox, .showBox, .dynamicBox, .industryBox, .contactBox, .newsContentBox {
    margin-top: 190px !important;
    min-height:calc(100% - 450px);
}
@media (max-width: 991px) {
    .acoutBox, .showBox, .dynamicBox, .industryBox, .contactBox, .newsContentBox {
        margin-top: 70px !important;
    } 
}
html {
min-height:100%;
overflow:auto;
}