﻿.w1200 {
    width: 1200px;
    margin: auto;
}

/*回到顶部*/
#gotop {
    width: 46px;
    height: 46px;
    background-size: 100%;
    background-image: url('../images/icons/top_img.png');
    border-radius: 23px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 70px;
    display: none;
    z-index: 990;
    background-size: 100%;
}


/*.returnTop {
	position: fixed;
	top:70%;
	right:15px;
	width: 55px;
	height: 55px;
	background: url('../images/icons/top_img.png') center no-repeat;
	background-size: 55px 55px;
	cursor: pointer;
}*/

/********首页页面样式********/

/*banner*/
.banner {
    position: relative;
}

    .banner ul li img {
        max-width: 100%;
        margin: auto;
    }

    .banner ol {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .banner ol li {
            display: inline-block;
            border: 1px solid #d0d0d2;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: transparent;
            margin: 0 7px;
            cursor: pointer;
        }

            .banner ol li.on {
                border-color: #fff;
                background: #fff;
            }


.eqMainPG {
    padding: 70px 0;
}

    .eqMainPG div.TitleBox {
        margin-bottom: 20px;
    }
/*相同头部样式*/

div.TitleBox {
    text-align: center;
}

    div.TitleBox h2.title {
        font-weight: normal;
        font-size: 36px;
        color: #333333;
        line-height: 55px;
        height: 55px;
        margin-bottom: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: 'Microsoft YaHei Light';
    }

    div.TitleBox span.bt_line {
        display: block;
        width: 30px;
        height: 3px;
        background: #dd0011;
        margin: auto;
    }

    div.TitleBox h3.subTitle {
        font-size: 32px;
        color: #4c4c4c;
        font-weight: normal;
        font-family: 'Microsoft YaHei Light';
        line-height: 45px;
        height: 45px;
        margin-top: 10px;
    }

/*我们的产品*/
.OurProductsMain {
    padding: 50px 0 85px 0 !important;
}

.OurProductsWen {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.OurProductsList ul {
    padding: 45px 0;
}

    /*.OurProductsList ul li {
        float: left;
        width: 273px;
        margin-right: 36px;
        
    }*/

        .OurProductsList ul li a {
            display: block;
            border-bottom: 3px solid #808080;
            background: #fafafa;
        }

            .OurProductsList ul li a:hover,
            .OurProductsList ul li a:active {
                background: #dd0011;
                color: #fff !important;
            }

            .OurProductsList ul li a:hover,
            .OurProductsList ul li a:active {
                border-color: #dd0011;
            }

                .OurProductsList ul li a:hover .wen .tit,
                .OurProductsList ul li a:active .wen .tit,
                .OurProductsList ul li a:hover .wen .tit_con {
                    color: #fff !important;
                }

                .OurProductsList ul li a:hover .more_btn,
                .OurProductsList ul li a:active .more_btn {
                    background: url('../images/icons/more_btn_2.png') center no-repeat;
                }

        .OurProductsList ul li:nth-child(4n) {
            margin-right: 0;
        }

        .OurProductsList ul li .tu {
            /*height: 200px;*/
            height:273px;
        }

            .OurProductsList ul li .tu img {
                width: 100%;
                max-height: 100%;
                display: block;
                margin: auto;
            }

        .OurProductsList ul li .wen {
            /*background: #fafafa;*/
            font-size: 13px;
            color: #808080;
            padding: 20px;
            text-align: center;
        }

        .OurProductsList ul li p.tit {
            font-size: 15px;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .OurProductsList ul li p.tit_con {
            line-height: 23px;
            height: 69px;
            overflow: hidden;
            margin-bottom: 20px;
            margin-top: 3px;
        }

        .OurProductsList ul li .wen .more_btn {
            width: 32px;
            height: 32px;
            margin: 10px auto;
            background: url('../images/icons/more_btn.png') center no-repeat;
            background-size: 32px 32px;
        }


div.wen_moreBtn a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #dd0011;
    border-radius: 5px;
    color: #dd0011;
    font-family: '方正兰亭纤黑_GBK';
    text-align: center;
    margin: auto;
}


/*我们的优势*/
.OurAdvantage {
    height: 750px;
    background: url('../images/icons/advangeBg.jpg') center no-repeat;
    background-size: cover;
}

.OurAdvantageMain {
    padding: 70px 0 0 0;
}

    .OurAdvantageMain img.subTitImg {
        max-height: 480px;
    }

img.subTitImg {
    display: block;
    max-width: 100%;
    margin: auto;
}

.OurAdvantageImg {
    position: relative;
}

    .OurAdvantageImg a.position_link {
        position: absolute;
        width: 240px;
        height: 140px;
    }

    .OurAdvantageImg a.js_link {
        top: 0;
        left: 168px;
    }

    .OurAdvantageImg a.td_link {
        top: 0;
        right: 268px;
    }

    .OurAdvantageImg a.jjfa_link {
        bottom: 142px;
        left: 0px;
    }

    .OurAdvantageImg a.fws_link {
        bottom: 142px;
        right: 0px;
    }

/*成功案列*/


    .SuccessCaseList ul li {
        /*float: left;
	width: 241px;
	height: 120px;
	border:1px solid #e0e0e0;
	margin-top:-1px;
	margin-left: -1px;*/
        position: relative;
    }

        .SuccessCaseList ul li a {
            display: block;
        }

        .SuccessCaseList ul li img {
            /*max-width: 200px;
            max-height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);*/
            max-width:100%;
            max-height:100%;
            margin:auto;
        }


/*新闻资讯*/
.InformationList {
    padding: 10px 0;
}

    .InformationList ul li {
        float: left;       
        /*background: #f0f0f2;*/
         background:#fff;
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    }
	.InformationList ul li:hover{
		box-shadow: 0 0 12px rgba(0,0,0,.3);
		margin-top: -10px;		
	}
        .InformationList ul li a {
            display: block;
        }

        .InformationList ul li .tu {
            width: 100%;
            height:200px;

            
        }

            .InformationList ul li .tu img {
                width:100% !important;
                height:100% !important;
               max-height:100%;
               max-width:100%;
            }

        .InformationList ul li .wen {
            padding: 10px;
        }

        .InformationList ul li .wen_tit {
            position: relative;
            height: 25px;
            line-height: 25px;
        }

            .InformationList ul li .wen_tit span {
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .InformationList ul li .wen_tit span.tit {
                    font-size: 16px;
                    font-weight: 700;
                    color: #333;
                    width: 80%;
                }

                .InformationList ul li .wen_tit span.icons {
                    position: absolute;
                    right: 0;
                    width: 22px;
                    height: 22px;
                    background: #E6E6E6 url('../images/icons/jt_1.png') center no-repeat;
                    background-size: auto 9px;
                }			
        .InformationList ul li .incomeType {
            color: #595959;
            margin-top: 5px;
        }

            .InformationList ul li .incomeType .time {
                color: #999999;
            }

        .InformationList ul li .tit_con {
            font-size: 12px;
            color: #666;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            margin: 10px 0;
        }

        .InformationList ul li .wen .more {
            text-align: right;
            font-size: 12px;
            color: #dd0011;
        }

        .InformationList ul li a:hover .wen_tit span.tit {
            color: #dd0011;
        }

        .InformationList ul li a:hover .wen_tit span.icons {
            background: #dd0011 url('../images/icons/jt_1.png') center no-repeat;
            background-size: auto 9px;
        }


/*服务据点*/

.ServiceStations {
    height: 680px;
    background: url('../images/icons/serviceBg.jpg') center no-repeat;
    background-size: cover;
}

.localInfortion {
    background: #fff;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    padding: 15px 12px;
}

    .localInfortion h2.comTitle {
        font-size: 18px;
        color: #dd0011;
        margin-bottom: 5px;
    }

    .localInfortion .comInfo {
        font-size: 13px;
        color: #4c4c4c;
        line-height: 28px;
    }

    .localInfortion .sj_icons {
        position: absolute;
        bottom: -21px;
        left: 55px;
        width: 37px;
        height: 21px;
        background: url('../images/icons/sj_icons.png') center no-repeat;
        background-size: 37px 21px;
    }

.localStation {
    position: relative;
    height: 390px;
}

    .localStation img {
        /*margin: auto;*/
        width: auto;
    }


    .localStation .localItem .addr {
        color: #dd0011;
        font-weight: 700;
        padding: 0 10px;
        border: 1px solid #dd0011;
        border-radius: 40px;
        min-width: 60px;
        height: 32px;
        line-height: 30px;
        position: absolute;
        background: #fff;
        text-align: center;
    }

    .localStation .link_icons {
        position: absolute;
    }

    .localStation .localInfortion {
        position: absolute;
        width: 355px;
        height: 228px;
        z-index: 5;
    }

        .localStation .localInfortion p,
        .localStation .localInfortion h2 {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/*深圳*/
.shenz_localItem .link_icons {
    top: 203px;
    right: 345px;
}

.shenz_localItem .addr {
    top: 210px;
    right: 377px;
}

.shenz_localItem .localInfortion {
    top: -148px;
    right: 120px;
    height:340px;
}


/*香港*/
.xiangg_localItem .link_icons {
    top: 222px;
    right: 328px;
}

.xiangg_localItem .addr {
    top: 233px;
    right: 268px;
}

.xiangg_localItem .localInfortion {
    top: -20px;
    right: 0px;
}


/*厦门*/

.xiamen_localItem .link_icons {
    top: 186px;
    right: 328px;
}

.xiamen_localItem .addr {
    top: 196px;
    right: 268px;
}

.xiamen_localItem .localInfortion {
    top: -58px;
    right: 0px;
}

/*苏州*/
.suzhou_localItem .link_icons {
    transform: rotate(150deg);
    top: 176px;
    right: 348px;
}

.suzhou_localItem .addr {
    top: 153px;
    right: 296px;
}

.suzhou_localItem .localInfortion {
    top: -103px;
    right: 29px;
}



/********公司简介***********/
.ComProfile {
    padding: 65px 0 0 0;
}

.ComTitleBox h2.title {
   /* color: #333333 !important;
    font-size: 30px !important;
    font-family: 'Microsoft YaHei' !important;*/
    margin-bottom: 0 !important;
}

.ComTitleBox h3.subTitle {
  /*  font-size: 12px !important;
    color: #737373 !important;
    font-family: 'Microsoft YaHei' !important;
    height: 22px !important;
    line-height: 22px !important;*/
}

.subPageCon {
    color: #595959;
}


.ComProfileCon .comTuList {
    margin: 35px auto;
}
.comTuList ul{ margin-right: -30px;}
.comTuList ul li {
    float: left;
    width: 300px;
    text-align: center;
    color: #333333;
    margin-right: 30px;
}

    .comTuList ul li img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    .comTuList ul li p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 55px;
        line-height: 55px;
    }

.comTuList .shiftTuBtn {
    margin-top: 25px;
}

.shiftTuBtn ul {
    text-align: center;
}

    .shiftTuBtn ul li {
        display: inline-block;
        width: 40px;
        height: 40px;
        float: none;
        margin: 0 5px;
        cursor: pointer;
    }

        .shiftTuBtn ul li:nth-child(2n) {
            margin: 0 5px;
        }

        .shiftTuBtn ul li.pre_up {
            background: url('../images/icons/shift_left.jpg') center no-repeat;
            background-size: auto 40px;
        }

        .shiftTuBtn ul li.pre_next {
            background: url('../images/icons/shift_right.jpg') center no-repeat;
            background-size: auto 40px;
        }




/*发展历程*/
.deveHistory {
    background: url('../images/of/about/ab_bg.jpg') center no-repeat;
    background-size: auto;
    height: 700px;
}

.deveHistoryCon {
    padding-top: 65px;
}

.deveHistory .DHistory {
    background: url('../images/of/about/ab_line.jpg') left center repeat-x;
    height: 530px;
    text-align: center;
}

.DHistory .subitem {
    height: 170px;
    width: 340px;
    /*text-align: left;*/
    /*display: inline-block;*/
    float: left;
}


    .DHistory .subitem .wenTit {
        height: 55px;
        line-height: 55px;
        color: #fff;
        background: #DD0011;
        text-align: center;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        position: relative;
    }

        .DHistory .subitem .wenTit:after {
            position: absolute;
            left: 50%;
            content: "";
            width: 25px;
            height: 13px;
            margin-left: -12.5px;
        }

.DHistory .itemTop {
    padding-top: 45px;
    height: 170px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    /*position: relative;*/
}

    .DHistory .itemTop .subitem {
        vertical-align: middle;
        vertical-align: initial;
        display: inline-block;
        float: none;
    }

        .DHistory .itemTop .subitem .wenTit:after {
            background: url('../images/of/about/menu_bg.png') center no-repeat;
            bottom: -13px;
        }

    .DHistory .itemTop .subitem {
        margin: 0 40px;
    }

.DHistory .subitem .wencon {
    background: #fff;
    color: #4c4c4c;
    padding: 20px;
    line-height: 25px;
}


.subitem .wencon .wenConALL {
    max-height: 75px;
    overflow: hidden;
}




.DHistory .itemBotom {
    padding-top: 100px;
}

    .DHistory .itemBotom .subitem:nth-child(2n) {
        margin: 0 90px;
    }

.DHistory .subitem .wenTit:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 50%;
    background: #999999;
}

.DHistory .itemBotom .subitem .wenTit:before {
    top: -60px;
}

.DHistory .itemTop .subitem .wenTit:before {
    bottom: -60px;
}

.DHistory .itemBotom .subitem .wenTit:after {
    background: url('../images/of/about/menu_bg_2.png') center no-repeat;
    top: -13px;
}



.DHistory {
    position: relative;
}

    .DHistory .DHPre {
        position: absolute;
        top: 50%;
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }

    .DHistory .DHPre_left {
        left: -65px;
        background: url('../images/icons/hdp_left.png') center no-repeat;
    }

    .DHistory .DHPre_right {
        right: -65px;
        background: url('../images/icons/hdp_right.png') center no-repeat;
    }



/*公司战略*/

.ComStrategy {
    padding: 50px 0 75px 0;
}

ul.StrategyList {
    margin-top: 35px;
}

    ul.StrategyList li {
        float: left;
        width: 379px;
        background: #f5f5f5;
    }

        ul.StrategyList li .wen {
            
        }

        ul.StrategyList li .tu {
			width: 100%;
			padding-bottom: 100%;
            position: relative;
            overflow: hidden;
        }

            ul.StrategyList li .tu .type {
                position: absolute;
                width: 72px;
                text-align: center;
                background: #DD0011;
                color: #fff;
                font-size: 16px;
                top: 0;
                left: 30px;
                padding: 12px 10px;
            }

            ul.StrategyList li .tu img {
                width: 100% !important;
			    max-width: 100%;
			    display: block;
			    margin: auto;
			    position: absolute;
			    top: 50%;
			    left: 50%;
			    transform: translate(-50%,-50%);
			    -webkit-transform: translate(-50%,-50%);
			    -moz-transform: translate(-50%,-50%);
			    -ms-transform: translate(-50%,-50%);
			    -o-transform: translate(-50%,-50%);
            }

        ul.StrategyList li:nth-child(2n) {
            margin: 0 31px;
        }

        ul.StrategyList li .wen {
            padding: 22px;
        }

            ul.StrategyList li .wen .tit {
                font-size: 15px;
                font-weight: 700;
                color: #4c4c4c;
                height: 30px;
                line-height: 30px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-bottom: 5px;
            }

            ul.StrategyList li .wen .tit_con {
                color: #595959;
                line-height: 25px;
                height: 75px;
                overflow: hidden;
            }




/******产品中心页面样式***********/

.productDeve {
    padding-top: 30px;
}

.productDeveCon img {
    float: right;
    margin-left: 25px;
}

.PDeveTitLine {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.PDeveTitBox {
    line-height: 45px;
}

    .PDeveTitBox span.tit {
        color: #333;
        font-size: 30px;
        margin-right: 5px;
    }

    .PDeveTitBox span.subTit {
        color: #999999;
    }

.productDeveCon {
    padding: 40px 0;
    line-height: 27px;
    text-indent: 2em;
}

.PDeveTitBoxcenter {
    background: url('../images/icons/tit_bg.jpg') center repeat-x;
}

    .PDeveTitBoxcenter span.conTit {
        background: #f5f5f5;
        padding-right: 20px;
    }

.productListType {
    background: #fff;
}

    .productListType .ListTypeCon {
        width: 1200px;
        margin: 20px auto 35px;
    }

        .productListType .ListTypeCon ul li {
            float: left;
            width: 25%;
            height: 45px;
           white-space: nowrap;
           text-overflow: ellipsis;
          overflow: hidden;
          border-top:1px solid #ccc;
        }
         .productListType .ListTypeCon ul li:nth-child(1),
          .productListType .ListTypeCon ul li:nth-child(2),
          .productListType .ListTypeCon ul li:nth-child(3),
           .productListType .ListTypeCon ul li:nth-child(4) {
               border-top:none;
          }

            .productListType .ListTypeCon ul li a {
                display: block;
                height: 45px;
                line-height: 45px;
                border-bottom: 5px solid transparent;
                text-align: center;
                font-size: 16px;
                color: #262626;
               border-right: 1px solid #ccc;
                
            }
             .productListType .ListTypeCon ul li:nth-child(4n) a {
               border-right:none;
              }

                .productListType .ListTypeCon ul li.active a,
                .productListType .ListTypeCon ul li a:hover {
                    background: #dd0011;
                    color: #fff;
                    border-bottom-color: #ff3847;
                }

.productCenterList ul li {
    float: left;
    width: 273px;
    background: #fff;
    margin-bottom: 36px;
    margin-right: 36px;
}

    .productCenterList ul li:nth-child(4n) {
        margin-right: 0;
    }

    .productCenterList ul li .tu {
       /* height: 238px;*/
       height:273px;
    }

        .productCenterList ul li .tu img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .productCenterList ul li .wen {
        padding: 15px;
        text-align: center;
    }

    .productCenterList ul li p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .productCenterList ul li p.tit {
            font-size: 15px;
            color: #333333;
        }

        .productCenterList ul li p.tit_con {
            font-size: 13px;
            color: #808080;
        }

    .productCenterList ul li a:hover .wen {
        background: #DD0011;
        color: #fff;
    }

        .productCenterList ul li a:hover .wen p.tit_con,
        .productCenterList ul li a:hover .wen p.tit {
            color: #fff;
        }

.solutionPage .solutionCon {
    padding-top: 35px;
}

.solutionCon .sideLeft {
    float: left;
    width: 915px;
}

.solutionCon .sideRight {
    width: 250px;
    float: right;
}

.sideRight .sideRightList {
    background: #f5f5f5;
}


/*解决方案*/
ul.solutionList li {
    height: 270px;
    background: #f5f5f5;
    margin-bottom: 40px;
}

    ul.solutionList li .tu {
       /* width: 370px;*/
        float: left;
        margin-right: 30px;
        width:270px;
        height:270px;
    }

        ul.solutionList li .tu img {
            max-width: 100%;
            max-height: 100%;
        }

    ul.solutionList li .wen {
        padding-top: 30px;
        padding-right: 20px;
    }

        ul.solutionList li .wen p.tit {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 35px;
            line-height: 35px;
        }

        ul.solutionList li .wen .tit_con {
            color: #666;
            line-height: 22px;
            height: 88px;
            overflow: hidden;
            margin-top: 15px;
            margin-bottom: 12px;
        }

        ul.solutionList li .wen a.read_more {
            display: inline-block;
            width: 120px;
            height: 38px;
            line-height: 36px;
            border: 1px solid #bebebe;
            text-align: center;
            color: #808080;
            font-size: 12px;
        }

            ul.solutionList li .wen a.read_more:hover {
                border-color: #dd0011;
                color: #dd0011;
            }

.sideRightList {
    padding: 15px 20px;
}

    .sideRightList h2.sTit {
        font-size: 18px;
        color: #262626;
        line-height: 45px;
        height: 45px;
        border-bottom: 1px solid #ccc;
    }

    .sideRightList ul.wenList {
        padding-top: 12px;
    }

        .sideRightList ul.wenList li {
            height: 37px;
            margin-bottom: 5px;
        }

            .sideRightList ul.wenList li a {
                position: relative;
                height: 37px;
                line-height: 37px;
                padding: 0 35px 0 10px;
                color: #666;
                display: block;
                display: block;
               white-space: nowrap;
               text-overflow: ellipsis;
                overflow: hidden;
            }

                .sideRightList ul.wenList li a:after {
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    width: 20px;
                    height: 20px;
                    margin-top: -10px;
                    content: "";
                    background: url('../images/icons/jt_2.png') right center no-repeat;
                }

                .sideRightList ul.wenList li a:hover {
                    color: #fff;
                    background: #DD0011;
                }

                    .sideRightList ul.wenList li a:hover:after {
                        background: url('../images/icons/jt_3.png') right center no-repeat;
                    }

/********技术服务页面样式*********/
/*.customContent {
    padding: 65px 0 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.designOutsourcing {
    padding: 45px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}*/

.designOutcON ul li {
    float: left;
    background: #f5f5f5;
    width: 585px;
    height: 223px;
    margin-bottom: 30px;
}

    .designOutcON ul li:nth-child(2n) {
        margin-left: 30px;
    }

    .designOutcON ul li .tu {
        /*width: 285px;*/
        height:223px;
        width:223px;
        float: left;
        margin-right: 20px;
    }

        .designOutcON ul li .tu img {
            max-width: 100%;
            max-height: 100%;
        }

    .designOutcON ul li .wen {
        padding-right: 15px;
        padding-top: 30px;
    }

        .designOutcON ul li .wen p.tit {
            font-size: 20px;
            font-weight: 700;
            color: #333333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 35px;
            line-height: 35px;
            margin-bottom: 10px;
        }

        .designOutcON ul li .wen .tit_con {
            color: #666;
            line-height: 25px;
            height: 75px;
            overflow: hidden;
        }


/*资源下载*/
/*.downloadResources {
    padding: 45px 0 0 0;
}*/
.downloadList ul{ margin-right: 30px;}
.downloadList ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}
.downloadList ul li a{ display: block; margin-right: 30px;}
    .downloadList ul li .icons {
        height: 196px;
        margin: auto;
    }

        .downloadList ul li .icons img {
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .downloadList ul li p {       		
        line-height: 25px;
        height: 50px;
        display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    }
.downloadList ul li a:hover p{ color: #DD0011; }



/*成功案例页面样式*/

.casePage {
    padding: 60px 0 20px 0;
}



/*********新闻详情页面样式*********/

.newsDetailsPage {
    padding: 40px 120px;
}

    .newsDetailsPage .titleBox {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .newsDetailsPage h2.title {
        font-size: 28px;
        font-weight: normal;
        color: #333;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .newsDetailsPage .titleBox p.subTitle {
        color: #787878;
    }

.titleBox p.subTitle .shareBtn {
    margin-left: 10px;
}

.shareBtn a.shareIcons {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url('../images/icons/share.png') center no-repeat;
}

.shareBtn a.shareMore {
    background-position: 0 0 !important;
}

.shareBtn a.shareKJ {
    background-position: -21px 0 !important;
}

.shareBtn a.shareXL {
    background-position: -44px 0 !important;
}

.shareBtn a.shareWB {
    background-position: -65px 0 !important;
}

.shareBtn a.shareRR {
    background-position: -87px 0 !important;
}

.shareBtn a.shareWX {
    background-position: -109px 0 !important;
}


.newsDetailsContent {
    padding: 20px 0;
    color: #4c4c4c;
    border-top: 1px solid #ccc;
}

    .newsDetailsContent img {
        max-width: 100%;
        margin: 15px auto;
    }

    .newsDetailsContent .articleBox {
        padding-bottom: 30px;
    }

a.returnBtn {
    display: block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #DD0011;
    margin: 25px auto;
}

.ArticlePagePre {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .ArticlePagePre ul {
        overflow: hidden;
    }

        .ArticlePagePre ul li {
            float: left;
            width: 50%;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #4c4c4c;
        }

            .ArticlePagePre ul li span.lab {
                width: 62px;
                height: 30px;
                display: inline-block;
                text-align: center;
                background: #f0f0f0;
                margin-right: 10px;
            }

            .ArticlePagePre ul li.next {
                text-align: right;
            }



/******新闻页面样式******/
.newsPageCon {
    padding-top: 40px;
}

.newsSideLeft {
    width: 875px;
    float: left;
}

.newsSideRight {
    width: 270px;
    float: right;
}

.newsSideLeft ul.newsList {
    padding-bottom: 30px;
}

ul.newsList li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    overflow: hidden;
}

    ul.newsList li .tu {
        float: left;
        width: 260px;
        margin-right: 25px;
    }

        ul.newsList li .tu img {
            max-width: 100%;
            max-height: 100%;
        }

    ul.newsList li .wen p.tit {
        font-size: 18px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    ul.newsList li .wen {
        color: #666666;
    }

        ul.newsList li .wen p.time {
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin: 5px 0 15px 0;
        }

        ul.newsList li .wen .tit_con {
            line-height: 25px;
            height: 100px;
            overflow: hidden;
        }

.newsRightList .newsSubList li {
    font-size: 18px;
    color: #666;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsRightList .newsSubList {
    padding: 15px 20px;
}

    .newsRightList .newsSubList li a:hover {
        color: #dd0011;
    }



/*联系我们*/
.contactPage .localInfortion {
    box-shadow: 0 0 5px #ccc;
}

.StationsItemDetail li {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

    .StationsItemDetail li .dw {
        width: 245px;
        float: left;
        font-size: 20px;
        color: #262626;
    }

        .StationsItemDetail li .dw span.local {
            display: inline-block;
            line-height: 50px;
            padding-left: 45px;
            background: url('../images/icons/dw_1.png') left center no-repeat;
        }

    .StationsItemDetail li .center {
        float: left;
        width: 500px;
        padding-right: 20px;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
         font-size:18px;
    }
    .StationsItemDetail li .center * {
       font-size:18px !important;
    }

    .StationsItemDetail li .right {
        width: 239px;
        float: right;
    }

.StationsItemDetail .center {
    color: #262626;
    text-align: left;
    line-height: 32px;
}

    .StationsItemDetail .center p.cm_tit {
        font-weight: 700;
    }

.StationsItemDetail ul li:nth-child(2n) {
    background: #f5f5f5;
}





.productDetailsCon img {
    display: block;
    max-width: 100%;
    margin: 15px 0;
}
