﻿/*内页公共部分*/
/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #ec0000 solid 1px;
    background-color: #ec0000;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #ec0000;
    background-color: #ec0000;
}
/*分页控件结束*/

/*位置*/
.locationBox
{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
        border-bottom: 1px solid #e0e0e0;
}

.locationBox .location > span
{
    padding-left: 20px;
    background: url("../Images/homeico.png") no-repeat 0 center;

    color: #737373;
    font-size: 14px;
}
    .locationBox .location a{
    color: #737373;
    font-size: 14px;
    }

@media (max-width: 768px)
{
    .locationBox {
        display: none;
    }
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}

.detail .prevAndNext a
{
    color: #ec0000;
    font-size: 16px;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #ec0000;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content
{
    font-size: 16px;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
}

article .infos
{
    text-align: center;
    margin-bottom: 15px;
}

article .infos span
{
    padding: 0px 10px;
}

article .infos .tagsList
{
    text-align: left;
    margin-top: 10px;
}

article .infos .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

article .infos .tagsList li a
{
    display: block;
    color: #969696;
}

article .infos .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
        padding: 10px 0px;
    }
    
    article .infos .tagsList li
    {
        text-align: center;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    article .content
    {
        padding: 0px 10px;
        font-size: 15px;
    }
    
    article .content p
    {
        font-size: 15px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 70px;
}

.relativeInfo .titleBar
{
    line-height: 40px;
    background: #efefef;
}

.relativeInfo .titleBar span
{
        display: inline-block;
    font-size: 20px;
    padding: 0px 20px;
    background: #ec0000;
    color: #fff;
    vertical-align: top;
}

.relativeInfo ul
{
    padding: 15px;
    border: #e3e3eb solid 1px;
}

.relativeInfo li
{
    width: 25%;
    line-height: 30px;
    font-size: 16px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #58596d;
}
    .relativeInfo li a {
    color: #58596d;
        
    }
@media (max-width: 768px)
{
    .relativeInfo {
        margin-bottom: 30px;
    }
    .relativeInfo .titleBar
    {
        line-height: 30px;
    }

    .relativeInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 100%;
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #ec0000;
}

.modularText
{
    margin: 25px auto 35px auto;
    width: 620px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}


/*关于我们*/

/*联系我们*/
.contact
{
    margin-top: 57px;
    margin-bottom: 74px;
}

.contact .content .companyName
{
    font-size: 24px;
    font-weight: bold;
    color: #d82019;
    padding-bottom: 16px;
}

.contact .contactMap
{
    height: 300px;
    width: 700px;
    float: right;
    display: inline;
}

.contact .content
{
    float: left;
}

.contact .content p
{
    text-indent: 0em;
    line-height: 36px;
    color: #929292;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contact
    {
        margin-top: 30px;
    margin-bottom: 30px;
    }
    
    .contact .companyName
    {
        font-size: 16px;
    }
    
    .contact .contactMap
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
    }
    
    .contact .navigation
    {
        display: block;
    }
    
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #ec0000;
        color: #fff;
    }
}

/*售后服务*/
.service
{
    margin-bottom: 30px;
}

.service .content
{
    padding: 0px;
}

.service li
{
    width: 50%;
    height: 370px;
    float: left;
    overflow: hidden;
}

.service li:nth-child(3)
{
    float: right;
}

.service .itemTitle
{
    font-size: 36px;
    color: #ec0000;
    font-weight: bold;
    margin-top: 60px;
}

.service .itemSummary
{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.service .text
{
    padding: 0px 40px;
    background: #f2f2f2;
}

@media (max-width: 768px)
{
    .service
    {
        margin-bottom: 0px;
    }
    
    .service li
    {
        width: 100%;
        height: initial;
        overflow: hidden;
    }
    
    .service li:nth-child(3)
    {
        float: right;
    }
    
    .service .itemTitle
    {
        font-size: 17px;
        margin-top: 20px;
    }
    
    .service .itemSummary
    {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .service .text
    {
        padding: 0px 20px 20px 20px;
    }
}

/*新闻列表*/
.newsList {
    margin-top: 57px;
    margin-bottom: 74px;
}
.newsList li {
    width: 33.333%;
        padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    float: left;
}
.newsList li a{
    display: block;
    border: 1px solid #e3e3eb;
}
    .newsList li .imgBox {
        padding-bottom: 65%;
    }
    .newsList li .newsText {
        padding: 22px 30px 24px;
        border-top: 1px solid #e3e3eb;
        transition: all ease 0.7s;
    }
    .newsList li .newsText .title{
                display: block;
       font-size: 18px;
        line-height: 30px;
        height: 60px;
        color: #58596d;
            text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
        .newsList li:hover .newsText .title {
            color: #d82019;
        }
        .newsList li .newsText .summary {
                display: block;
            margin: 9px 0 11px;
            color: #b2b2b2;
        font-size: 13px;
        display: -webkit-box;
        height: 72px;
        line-height: 24px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin: 9px 0 11px;
        }
        .newsList li .newsText .pubDate {
                display: block;
            color: #999999;
            font-family: Montserrat;
        }
       .newsList li:hover .newsText {
            -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
        }
@media (max-width: 768px)
{
    .newsList {
    margin-top: 30px;
    margin-bottom: 30px;
}
   .newsList li {
        width: 100%;
    }
   .newsList li .newsText {
        padding: 10px;
    }
    .newsList li .newsText .title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .newsList li .newsText .summary {
        margin: 5px 0;
    }
}

/*工程*/
.projectList
{
        margin-top: 57px;
    margin-bottom: 74px;
}

.projectList li
{
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.projectList li a {
    display: block;
    border: 1px solid #e3e3eb;
}
.projectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span
{
        border-top: 1px solid #e3e3eb;
    display: block;
    font-size: 16px;
    line-height: 83px;
    height: 83px;
    text-align: center;
    overflow: hidden;
        color: #58596d;
        padding: 0 10px;
}
    .projectList li:hover span {
        color: #d82019;
    }
@media (max-width: 768px) 
{
    .projectList
    {
            margin-top: 30px;
        margin-bottom: 30px;
    }
    .projectList li
    {
        padding: 0 10px;
        width: 100%;
    }
    
    .projectList li span
    {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }
}


/*case*/
.caseList
{
   margin-top: 57px;
    margin-bottom: 74px;
}


.caseList li
{
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.caseList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}
.caseList li a {
    display: block;
    border: 1px solid #e3e3eb;
}

.caseList li span
{
    border-top: 1px solid #e3e3eb;
    display: block;
    font-size: 16px;
    line-height: 83px;
    height: 83px;
    text-align: center;
    overflow: hidden;
        color: #58596d;
        padding: 0 10px;
}
.caseList li:hover span {
        color: #d82019;
    }
@media (max-width: 768px) 
{
    .caseList
    {
            margin-top: 30px;
        margin-bottom: 30px;
    }
    .caseList li
    {
        padding: 0 10px;
        width: 100%;
    }
    
    .caseList li span
    {
         font-size: 14px;
        height: 60px;
        line-height: 60px;
    }
}

/*内页导航*/
.innerTypeBox {
    padding-top: 77px;
}
.innerTypeBox .innerTypeTitle {
    float: left;
}

.innerTypeBox .innerTypeList .ptList {
    width: 900px;
}

.innerTypeBox .innerTypeList {
    float: right;
    padding-top: 15px;
}
.innerTypeBox .innerTypeTitle .ch {
    font-size: 22px;
    color: #34364b;
}
.innerTypeBox .innerTypeTitle .en {
    font-size: 24px;
    color: #d82019;
    text-transform: uppercase;
}
.innerTypeBox .innerTypeList li{
    float: left;
    vertical-align: top;
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    width: auto;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;

    padding: 6px 20px;
}
    .innerTypeBox .innerTypeList li a {
        color: #999999;
        display: block;
    }
.innerTypeBox .innerTypeList li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ea3800;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
    .innerTypeBox .innerTypeList li.on a,
    .innerTypeBox .innerTypeList li:hover a{
        color: #ffffff;
    }
    .innerTypeBox .innerTypeList li.on:before ,
    .innerTypeBox .innerTypeList li:hover:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.innerTypeList .mInnerType {
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}
.innerTypeList .mInnerType:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -3px 10px;
    border-width: 7px;
    border-style: solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent;
}
@media (max-width: 768px) 
{
    .innerTypeList .mInnerType {
    display: block;
}
    .innerTypeBox {
        padding-top: 0;
    }
        .innerTypeBox .innerTypeList,
        .innerTypeBox .innerTypeTitle {
            float: none;
        }
    .innerTypeBox .innerTypeTitle {
        padding: 20px 15px 0;
    }

    .innerTypeBox .innerTypeList .ptList {
        width: auto;
    }

    .innerTypeBox .innerTypeTitle .ch {
        font-size: 19px;
    }
    .innerTypeBox .innerTypeTitle .en {
        font-size: 20px;
    }
        .innerTypeBox .innerTypeList {
            position: relative;
        }
        .innerTypeBox .innerTypeList ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 2;
            background: #fff;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
        }
        .innerTypeBox .innerTypeList li {
            float: none;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 10px 20px;
        }
        .innerTypeBox .innerTypeList li a{
        }
}
/*产品*/


.productList
{
    margin-top: 57px;
    margin-bottom: 74px;
}

.productList li
{
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
    .productList li a {
        display: block;
    border: 1px solid #e3e3eb;
    }
.productList .imgBox
{
    width: 100%;
    padding-bottom: 84.4%;
    overflow: hidden;
    background: #efefef;
}


.productList li span
{
        border-top: 1px solid #e3e3eb;
    display: block;
    font-size: 16px;
    line-height: 83px;
    height: 83px;
    text-align: center;
    overflow: hidden;
        color: #58596d;
        padding: 0 10px;
}
    .productList li:hover span {
        color: #d82019;
    }
@media (max-width: 768px) 
{    
    .productList
    {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .productList li
    {
        width: 50%;
        padding: 0 10px;
    }
    
    .productList li span
    {
        font-size: 14px;
        line-height: 45px;
        height: 45px;
    }
}

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #ec0000;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 750px;
    height: 520px;
    display: table;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #efefef;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productDetail .productParameter
{
    width: 415px;
}

.productDetail .productParameter .paraName
{
    color: #ec0000;
    display: inline;
    font-weight: bold;
}

.productDetail .productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productDetail .productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 20px;
    padding: 8px 20px;
    background: #ed0000;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 50px;
}

.productDetailInfo .titleBar
{
    line-height: 40px;
    background: #efefef;
}

.productDetailInfo .titleBar span
{
    display: inline-block;
    font-size: 20px;
    padding: 0px 20px;
    background: #ec0000;
    color: #fff;
    vertical-align: top;
}

.productDetailInfo .tagsList
{
    margin: 20px 10px;
}

.productDetailInfo .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

.productDetailInfo .tagsList li a
{
    display: block;
    color: #969696;
}

.productDetailInfo .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

.productDetailInfo .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.productDetailInfo .content img
{
    max-width: 100%;
    margin: 0 auto;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    width: 122px;
    color: #fff;
}

.praiseInfo .praiseItem
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 dashed 2px;
}

.praiseInfo .praiseList
{
    margin-top: 50px;
}

.praiseInfo .customerImg
{
    float: left;
}

.praiseInfo .praise
{
    width: 1030px;
    float: right;
}

.praiseInfo .customer
{
    font-size: 24px;
    color: #ed0000;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #ed0000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.praiseInfo .replyBox
{
    margin-top: 20px;
    padding: 7px;
    border: #e5e5e5 dashed 1px;
}

.praiseInfo .reply
{
    background: #e5e5e5;
    padding: 5px;
    color: #0060ff;
    font-size: 24px;
}

.praiseInfo .reply .serviceIcon
{
    float: left;
    margin-right: 10px;
}

.praiseInfo .reply .replyText
{
    margin-top: 20px;
    float: left;
}

@media (max-width: 768px) 
{
    .productDetail .productImg
    {
        width: 100%;
        height: 60vw;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productDetail .productParameter
    {
        padding: 0px 10px;
        width: 100%;
        
    }
    
    .productDetail .productParameter li
    {
        font-size: 15px;
    }
    
    .productDetail .contactBox
    {
        text-align: center;
    }
    
    .productDetail .contactBox a
    {
        font-size: 15px;
        padding: 10px 15px;
    }
    
    .productDetail .productDetailInfo
    {
        margin-top: 30px;
    }
    
    .productDetail .tagsList li
    {
        text-align: center;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .praiseInfo  ul
    {
        border: none;
    }

    .praiseInfo  li
    {
        width: 100%;
    }
    
    .praiseInfo .customerImg
    {
        width: 25%;
    }
    
    .praiseInfo .praise
    {
        width: 75%;
        padding: 0px 10px;
    }
    
    .praiseInfo .customer
    {
        font-size: 16px;
    }
    
    .praiseInfo .evaluation
    {
        font-size: 15px;
    }
    
    .praiseInfo .reply .replyText
    {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .praiseInfo .reply .serviceIcon
    {
        width: 40px;
    }
}






/*公司简介*/
.padtb {
    padding-top: 15px;
    padding-bottom: 15px;
}
.compro-dl {
    padding: 0 15px 45px;
}
.compro-dl .sname, .compro-dl .title {
    font-family: Montserrat;
}

.compro-dl .sname {
    opacity: 0.24;
    text-transform: uppercase;
    padding: 5px 0;
    line-height: 16px;
    color: #666666;
        font-weight: bold;
}

.compro-dl .title {
    color: #ccc2c2;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 10px;
        font-weight: bold;
}

.compro-dl .thumb {
    color: #8e8989;
}
    .compro-dl .thumb p {
        margin: 15px 0;
    }
.compro-dl .infor {
    color: #666666;
    opacity: 0.7;
    font-size: 13px;
    line-height: 24px;
}
.bname {
font-size: 22px;
}
@media (min-width: 768px) {
    .compro-dl .title {
        font-size: 40px;
        line-height: 40px;
    }

    .compro-dl .infor {
        columns: 50px 2;
        -webkit-columns: 50px 2;
        -moz-columns: 50px 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (min-width: 1199px) {
    .padtb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .comprofile-min {
        position: relative;
    }

    .comprofile-min:before {
        content: "";
        display: block;
        width: 32%;
        max-width: 740px;
        border-top: 6px solid #faf9f9;
        border-right: 6px solid #faf9f9;
        position: absolute;
        top: 35px;
        left: 0;
        bottom: 0;
    }

    .compro-dl .title {
        font-size: 52px;
        line-height: 42px;
        padding: 22px 0 12px;
    }

    .compro-dl .thumb {
        float: left;
        width: 32%;
        max-width: 380px;
        padding: 30px 0 0 0;
        position: relative;
    }

    .compro-dl .infor {
        overflow: hidden;
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1440px) {
    .comprofile-min:before {
        width: 34%;
    }

    .compro-dl .thumb {
        padding: 43px 0 0 0;
    }
}

@media (min-width: 1680px) {
    .comprofile-min:before {
        width: 36%;
    }
}

@media (min-width: 1800px) {
    .comprofile-min:before {
        width: 40%;
    }
}

/*公司简介*/
.compGlobal-min {
    background: url(../images/wimg14m.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    .compGlobal-min .main {
        position: relative;
        padding: 0 15px;
    }
    .compGlobal-min .common-clumb-min {
        padding-bottom: 15px;
        
    }
    .compGlobal-min .comgimg img {
        max-width: 100%;
    }
.compGlobal-min .comgtext {
    color: #9b9b9f;
    line-height: 24px
}
    .compGlobal-min .comgtext .cpt {
            color: #d82019;
            font-size: 20px;
    }
    .compGlobal-min .comgtext p {
        margin-bottom: 15px;
    }
.compGlobal-min .clumb-title .en {
    color: #d82019;
    text-transform: uppercase;
        font-size: 22px;
    line-height: 30px;
}
.compGlobal-min .clumb-title .cn {
           font-size: 20px;
    line-height: 26px;
}

@media (min-width: 1024px) {
    .compGlobal-min .clumb-title .en {
        font-size: 36px;
    line-height: 38px;
}
    .compGlobal-min .clumb-title .cn {
           font-size: 30px;
    line-height: 32px;
}
    .compGlobal-min {
        min-height: 513px;
        padding-top: 43px;
    }

    .comgimg {
        position: absolute;
        top: -12px;
        right: -100px;
        width: 83%;
        max-width: 992px;
    }

    .comgtext {
        position: relative;
        z-index: 1;
        max-width: 800px;
        padding: 10px 360px 0 0;
    }

    .comgtext .posit {
        position: absolute;
        top: 0;
        right: 0;
    }
}
