﻿

/*分页控件*/
.MvcPagerCtrl {
    font-family: 微软雅黑;
    margin: 20px 0px;
    text-align: center;
}

    .MvcPagerCtrl a {
        color: #ffffff;
        border: 1px solid #1c6dc1;
        background-color: #1c6dc1;
        text-decoration: none;
    }

    .MvcPagerCtrl a {
        padding: 5px 10px;
    }

        .MvcPagerCtrl a:hover {
            color: rgb(0, 0, 0);
            border: 1px solid #1c6dc1;
        }
/*分页控件结束*/

/*公共样式*/
.footer-nav {
    border-top: 1px solid #bfbfbf;
}

.innerBox {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .innerBox .tips {
        width: 896px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .innerBox p {
        text-indent: 2em;
        font-size: 14px;
        line-height: 1.8;
        color: #333;
    }

.newDetail img {
    display: inline-block;
}

.innerBtn {
    color: #999;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    margin: 20px 0 20px 15px;
    padding: 15px 0;
}

    .innerBtn a {
        display: block;
        color: #999;
    }

.innerBox img {
    /*margin: 2px auto;*/
    max-width: 100%;
}

.innerBox-t {
    margin-bottom: 30px;
}
/*.innerBox-l,.innerBox-r{
	border: solid 1px #e3e3e3;	
}*/
.innerBox-l {
    float: left;
}

.innerBox-r {
    float: right;
    clear: right;
}

.newDetailBox .innerBox-r {
    margin-right: 0px;
}

.sharedModels {
    float: right;
    width: 270px;
}

.sharedModel {
    width: 100%;
}
    /*.sharedModel .titleBar{
    border-left: #1c6dbf solid 3px;
    height: 30px;
    padding-top: 5px;
}
.sharedModel .title{
	color: #585858;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.sharedModel .more{
    margin-top: 8px;
}
.sharedModel .more a{
    color: #838383;
}*/
    .sharedModel ul {
        min-height: 260px;
        border-top: #1c6dbf solid 1px;
        margin-top: 5px;
        padding-top: 10px;
    }


/* 百科侧栏 */
.encyclopediasCategory {
    width: 290px;
    margin: 20px 0;
}

    .encyclopediasCategory .encyclopediasContent {
        font-size: 12px;
        color: #666;
        line-height: 1.8;
    }

        .encyclopediasCategory .encyclopediasContent img {
            width: 100%;
            margin-bottom: 6px;
        }

.relatedProductTypeContent {
    width: 290px;
}

    .relatedProductTypeContent a {
        float: left;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        color: #666666;
        border-right: #666666 solid 1px;
        line-height: 1;
    }

        .relatedProductTypeContent a:last-child {
            border-right: none;
        }

/*新闻广告*/
.newsAd {
    border: #b0b0b0 solid 1px;
    width: 100%;
    margin-bottom: 20px;
}

    .newsAd img {
        margin: 0 auto;
    }

/*热门产品*/
.hotProduct img {
    width: 270px;
    height: 167px;
}

.hotProduct .productName {
    display: block;
    text-align: center;
    line-height: 30px;
}

.hotProduct li {
    margin-bottom: 15px;
}

/*热门品牌*/
.hotBrand img {
    width: 160px;
    height: 60px;
    margin: 0 auto;
}

.hotBrand li {
    margin-bottom: 15px;
}

/*新闻首页轮播图*/
.newsIndexSlideBox {
    width: 735px;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .newsIndexSlideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 2;
    }

        .newsIndexSlideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .newsIndexSlideBox .hd ul li {
                float: left;
                margin-right: 4px;
                width: 40px;
                height: 5px;
                line-height: 5px;
                text-align: center;
                background: #fff;
                cursor: pointer;
            }

                .newsIndexSlideBox .hd ul li.on {
                    background: #1c6dc1;
                    color: #fff;
                }

    .newsIndexSlideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .newsIndexSlideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .newsIndexSlideBox .bd img {
            width: 735px;
            height: 350px;
            display: block;
        }

    .newsIndexSlideBox .mask {
        width: 100%;
        height: 40px;
        background: #000000;
        margin-top: -40px;
        position: relative;
        z-index: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

/*productList
.productImageContainer {
	width: 100%;
	display: block;
	padding-bottom: 61.6%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.productImageContainer img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.productList .row{
	margin-left: -30px;
	margin-right: -30px;
}
.productList .row > div{
	margin-bottom: 40px;
}
.productList .p_box{
    display: block;
    border: 1px solid #bfbfbf;
}
.p_details .productTitle,.p_details .price{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p_details{
	padding: 5px 10px; 
}
.p_details .price{
	font-size: 18px;
	color: #ff0000;
}
.p_details .p_btn{
	margin-bottom: 10px;
}
.p_details .p_btn a{
	display: inline-block;
	border-radius: 5px;
	line-height: 1;
	margin-top: 10px;
}
.p_details .p_btn .buy{
	background-color: #0075f3;
	padding: 4px 6px;
	color: #fff !important;
}
.p_details .p_btn .follow{
	color: #444;
	border: 1px solid #444;
	padding: 4px 4px 4px 26px;
	background: url(../Images/yang.png) no-repeat 6px center;
}
*/


/*产品搜索页*/
.product-type {
    margin-bottom: 15px;
    background-color: #f8f8f8;
    font-size: 14px;
    line-height: 32px;
    padding: 12px 10px;
    font-family: Times New Roman;
}

    .product-type a {
        color: #666;
        margin: 0 10px;
        white-space: nowrap;
    }

    .product-type b {
        margin-left: 10px;
    }

.product-list ul {
    margin: 0 -10px;
}

.product-list li {
    width: 356px;
    border: 1px solid #d2d2d2;
    padding: 12px 14px 6px;
    float: left;
    margin: 0 10px 25px;
}

    .product-list li .imgBox {
        width: 356px;
        height: 223px;
    }

    .product-list li span {
        display: block;
        text-align: center;
        color: #333;
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }

.product-list .product-list-title {
    border-bottom: 2px solid #0062d7;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 14px;
}

    .product-list .product-list-title .subProductType {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .product-list-title span {
        display: inline-block;
        width: 35px;
        height: 100%;
        background: url("../Images/product-list-num.jpg") no-repeat center bottom;
        color: #fff;
        font-size: 14px;
        text-indent: 3px;
        margin-right: 10px;
    }


.innerLocation {
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-bottom: 1px solid #a0a0a0;
}

    .innerLocation a {
        padding: 0 0.5em;
    }

.newsInnerNav li {
    margin: 10px 0px;
    padding: 0px 15px;
    line-height: 1;
    float: left;
    border-right: #777777 solid 1px;
}

    .newsInnerNav li.noBorder {
        border: none;
    }

.newsInnerNav a {
    color: #777777;
}

/*option*/
.option {
    margin-top: 15px;
    border: 1px solid #bcbcbc;
}

    .option .o_row {
        display: table;
        width: 100%;
        border-top: 1px solid #bcbcbc;
    }

        .option .o_row:first-child {
            border-top: 0;
        }

.o_row .o_head, .o_row .o_body {
    display: table-cell;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
}

.o_row .o_head {
    font-size: 16px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.o_row .ob_box {
}

.o_row .o_body a {
    font-size: 12px;
    color: #444;
    margin: 0 10px;
    white-space: nowrap;
}

/*innerList*/
.innerBox .newsType {
    width: 191px;
    background-color: #ececec;
    float: left;
    margin-right: 25px;
    padding-bottom: 10px;
}

    .innerBox .newsType img {
        width: 191px;
        height: 198px;
    }

    .innerBox .newsType .newsTypeItem {
        margin-top: 10px;
    }

        .innerBox .newsType .newsTypeItem li {
            height: 55px;
            line-height: 1;
            width: 100%;
            text-align: center;
            overflow: hidden;
        }

        .innerBox .newsType .newsTypeItem a {
            display: block;
            font-size: 20px;
            color: #666666;
            padding-top: 18px;
        }

        .innerBox .newsType .newsTypeItem .icon {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            margin-left: 25px;
            margin-top: 1px;
        }

        .innerBox .newsType .newsTypeItem .text {
            display: block;
            float: left;
        }

        .innerBox .newsType .newsTypeItem .selected {
            background: #ffffff;
        }

    .innerBox .newsType .newsQrCode img {
        margin: 0 auto;
        margin-top: 10px;
        width: 133px;
        height: 133px;
    }

.innerBox-l .newsTitleName {
    line-height: 55px;
    background: #ececec;
    font-weight: bold;
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #444444;
}

.innerList {
    width: 730px;
    padding: 20;
}

    .innerList li {
        border-top: 1px dashed #999;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .innerList li:first-child {
            border-top: 0;
            padding-top: 0;
        }

    .innerList .newsImg {
        float: left;
        width: 220px;
        height: 150px;
        margin-right: 20px;
    }

        .innerList .newsImg img {
            width: 100%;
            height: 100%;
        }

    .innerList .newsContent .title {
        line-height: 30px;
        color: #454545;
        font-size: 20px;
        font-weight: bold;
    }

    .innerList .newsContent .description {
        line-height: 30px;
        text-indent: 2em;
        color: #8e8e8e;
    }

    .innerList .newsContent .pubTime {
        color: #8e8e8e;
        line-height: 25px;
    }


/*右侧栏目标题*/
.titleBar {
    padding-bottom: 2px;
    border-bottom: #a0a0a0 solid 1px;
    margin-bottom: 15px;
}

    .titleBar .title {
        margin-bottom: -4px;
        color: #1e4fb2;
        font-size: 18px;
        border-bottom: #1e4fb2 solid 3px;
    }

    .titleBar .more {
        margin-top: 4px;
        font-size: 14px;
    }

        .titleBar .more a {
            color: #888889;
        }

.newsDetailImg {
    float: right;
    width: 270px;
    background: #ffffff;
    padding-top: 10px;
}

    .newsDetailImg img {
        display: block;
        margin: 0 auto;
    }

.hotNews {
    width: 270px;
    padding: 20px 0px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #fffffff;
    background: #ffffff;
}


    /*右侧热门新闻（热门列表）*/
    .hotNews li {
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #666;
        color: #666;
    }

        .hotNews li a {
            color: #666;
        }

/*产品详情右侧-推荐产品*/
.side-product .side-list li {
    margin-bottom: 20px;
}

.side-product .side-list img {
    width: 288px;
    height: 183px;
}

.side-product .side-list span {
    display: block;
    height: 24px;
    line-height: 24px;
    background-color: #7f7f7f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}


/*newDetail*/
.newDetail {
    font-family: "宋体" !important;
    width: 940px;
    min-height: 300px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 48px 0 24px;
    border: 1px solid #e5e5e5;
}

    .newDetail p, .newDetail span, .newDetail div {
        font-family: "宋体" !important;
        color: #444;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .newDetail div {
        line-height: 1;
        font-size: 15px;
    }

    .newDetail h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .newDetail .time {
        display: block;
        font-size: 12px;
        color: #333;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: dashed 1px #999;
    }

/*newDetail*/
.newDetail {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 48px 0 24px;
}

    .newDetail h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .newDetail .time {
        display: block;
        font-size: 12px;
        color: #333;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: dashed 1px #999;
    }


/*产品详细页

.productBox{
	position: relative;
	padding-bottom: 44px;
	padding-top: 56px;
	border: 1px solid #e5e5e5;
}
.left_hot{
	border: 1px solid #e5e5e5;
	    margin-bottom: 20px;
}
.pd_b_l{
	width: 286px;
}
.pd_b_r{
	width: 910px;
}

.pd_list,.pd_box{
	border: 1px solid #e5e5e5;
}
.pd_box{
	margin-top: 36px;
}
.pd_list .hd,.pd_box .title{
	border-bottom: 1px solid #e5e5e5;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.pd_list .hd li{
	position: relative;
	float: left;
	width: 132px;
	height: 60px;
	text-align: center;
	margin-bottom: -1px;
	font-size: 18px;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
}
.pd_list .hd li:first-child{
	border-left: 0;
}
.pd_list .hd li.on{
	border-bottom: 1px solid #fff;
}
.pd_list .hd li.on:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: -1px;
	left: 0;
	background-color: #1c6dc1;
}
.pd_list .pd_list_map{
	min-height: 420px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px;
}
.pd_list .pd_list_map img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;  
}
.pd_box .title{
	text-indent: 1em;
}
.pd_box .pb_bMain{
	min-height: 80px;
	padding: 30px 25px;
}
.pd_box .pb_bMain p{
	line-height: 2;
}
.pd_box .pb_bMain img{
	max-width: 100%;
}
.pd_box .pb_bMain dl{
	margin: 0 35px;
}
.pd_box .pb_bMain dt,.pd_box .pb_bMain dd{
	float: left;
}
.pd_box .pb_bMain dt{
	width: 14%;
	color: #888;
}
.pd_box .pb_bMain dd{
	width: 19.2%;
}
*/

/*产品详细页*/
.product-detail {
    width: 878px;
}

    .product-detail .product-title {
        color: #117ad4;
        font-size: 20px;
        line-height: 40px;
    }

    .product-detail .product-bImg img {
        max-width: 100%;
        margin: 4px auto 0;
    }

    .product-detail .p-detail-title {
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #0062d7;
        font-size: 14px;
        padding: 0 30px;
        margin-top: 20px;
    }

    .product-detail .product-content {
        border: 1px solid #bfbfbf;
        padding: 15px 30px;
        font-size: 12px;
        line-height: 24px;
        color: #3c3c3c;
        min-height: 400px;
    }

        .product-detail .product-content p {
            text-indent: 2em;
        }

.product-detail-r {
    width: 288px;
}


.bdsharebuttonbox {
    display: block;
}

    .bdsharebuttonbox a {
        background-position: 0 center;
    }

.share {
    position: absolute;
    bottom: 56px;
    left: 560px;
}

    .share .follow {
        float: left;
    }

        .share .follow a {
            background-image: url(../Images/follow2.png);
            background-position: 0px 0px;
            background-repeat: no-repeat;
            background-position: 0 center;
            color: rgb(51, 51, 51);
            cursor: pointer;
            display: block;
            float: left;
            font-size: 12px;
            height: 16px;
            line-height: 16px;
            margin-bottom: 6px;
            margin-left: 0px;
            margin-right: 6px;
            margin-top: 6px;
            padding-left: 19px;
            text-decoration: none;
            width: 24px;
            zoom: 1;
        }


.left_hot .title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #eee;
    font-size: 18px;
}

.left_hot .title2 {
    width: 270px;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    background-color: #5c5c5c;
    font-size: 18px;
    text-indent: 1em;
    color: #fff;
}

    .left_hot .title2 a {
        color: #fff;
        font-size: 12px;
        margin-right: 18px;
    }

.left_hot .productIndex {
    margin-top: 0;
}

.left_hot .lh_list {
    padding: 10px;
}

.left_hot .p_box {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 20px;
}

    .left_hot .p_box:first-child {
        margin-top: 0;
    }

.pd_b_l .left_img {
    margin-bottom: 20px;
}

    .pd_b_l .left_img img {
        max-width: 100%;
        margin: 10px auto 0;
    }

        .pd_b_l .left_img img:first-child {
            margin-top: 0;
        }

.left_hot .brand_list img {
    width: 112px;
    height: 42px;
    margin-right: 10px;
}

.left_hot .brand_list span {
    display: block;
    line-height: 21px;
    height: 42px;
}

.left_hot .brand_list li {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
}

    .left_hot .brand_list li:first-child {
        padding-top: 0;
        border-top: 0;
    }

.left_hot .news_list li {
    width: 270px;
    overflow: hidden;
    list-style-type: disc;
    list-style-position: inside;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

    .left_hot .news_list li h4 {
        display: inline;
    }



/*产品详细*/
.pdtDetail {
    width: 344px;
    float: right;
    padding: 0 10px;
}

    .pdtDetail p {
        text-indent: 0;
        font-size: 16px;
        margin-bottom: 15px;
    }

.pdtPhone span {
    color: #ff0000;
}

.pdtDetail .pdtName {
    min-height: 26px;
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #000;
    margin-bottom: 50px;
}

.amount_btn {
    display: inline-block;
    width: 70px;
    height: 17px;
    line-height: 17px;
    font-size: 0;
    border: 1px solid #d0d0d0;
}

    .amount_btn a {
        display: block;
        float: left;
        width: 17px;
        height: 17px;
        background-color: #eee;
        font-size: 16px;
        text-align: center;
    }

.amount i {
    font-size: 12px;
    color: #666;
    margin-left: 30px;
}

    .amount i:before {
        content: "";
        display: inline-block;
        vertical-align: text-top;
        margin-right: 5px;
        width: 16px;
        height: 16px;
        background: url(../Images/time.png) no-repeat center center;
        background-size: contain;
    }

.amount_btn input {
    float: left;
    width: 36px;
    height: 17px;
    border: 0;
    text-align: center;
}

.buyBtn {
    margin: 40px 0 20px 0;
}

    .buyBtn a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
        margin: 0 5px;
        font-size: 18px;
    }

    .buyBtn .buy {
        background-color: #F40;
        border: 1px solid #F40;
        color: #fff !important;
    }

        .buyBtn .buy:hover {
            border-color: #F22D00;
            background-color: #F22D00;
        }

    .buyBtn .keep {
        border: 1px solid #F22D00;
        background-color: #FFD9BC;
        color: #F22D00 !important;
    }

        .buyBtn .keep:hover {
            background-color: #F0CAB6;
        }

.pdtBtn .Promise p {
    text-indent: 0;
    color: #666;
}

    .pdtBtn .Promise p a {
        color: #0060ff;
    }

.pdtBtn .Promise .pro-icon {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../Images/pro-icon.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin: 0 4px;
}


/* 产品分类页 */
.pTypeList {
    width: 876px;
}

    .pTypeList ul {
        margin: 0 -10px;
    }

    .pTypeList li {
        width: 428px;
        float: left;
        margin: 0 10px 25px;
    }

        .pTypeList li:hover span {
            background-color: #0062d7;
        }

        .pTypeList li .imgBox {
            width: 428px;
            height: 270px;
        }

        .pTypeList li span {
            display: block;
            background-color: #7f7f7f;
            width: 100%;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #fff;
            padding: 0 10px;
            box-sizing: border-box;
        }

.pTypeNews {
    width: 876px;
}

    .pTypeNews .pNews-title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #0062d7;
        color: #fff;
        text-indent: 25px;
    }

    .pTypeNews .pNews-list {
        padding: 15px 25px;
        background-color: #f5f5f5;
    }

        .pTypeNews .pNews-list li {
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #cacaca;
            color: #3c3c3c;
            font-size: 12px;
        }

            .pTypeNews .pNews-list li span, .pTypeNews .pNews-list li i {
                display: block;
            }

.pNews-list li i {
    padding-left: 20px;
}

.pTypeNews .pNews-list li:before {
    content: ">";
    float: left;
    margin-right: 10px;
}

/*jqzoom*/
ul#thumblist {
    height: 62px;
    overflow: hidden;
    margin: 10px -11px;
}

    ul#thumblist li {
        float: left;
        margin-right: 2px;
        width: 18%;
        margin: 0 10px;
    }

        ul#thumblist li a {
            display: block;
            border: 1px solid #CCC;
        }

            ul#thumblist li a.zoomThumbActive {
                border: 1px solid #1c6dc1;
            }

.clearfix-small-img {
    border-top: 1px solid #e5e5e5;
}

.clearfix-box {
    width: 500px;
    border: 1px solid #e5e5e5;
    float: left;
}

.clearfix-big-img {
    width: 100%;
    height: 240px;
    text-align: center;
    font-size: 0;
    background-color: #d0d0d0;
}

    .clearfix-big-img a {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 100%;
    }

    .clearfix-big-img:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.clearfix-small-img li a {
    position: relative;
    width: 100%;
    padding-bottom: 61.6%;
}

.clearfix-small-img li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.zoomWindow {
    left: auto !important;
    right: -210px;
}

.zoomWrapperImage img {
    max-width: none;
}



/* 工程列表 */
.project-content .project-title {
    margin-top: 45px;
    margin-bottom: 40px;
    padding: 4px 0;
}

    .project-content .project-title span {
        display: block;
        font-size: 33px;
        font-weight: bold;
        line-height: 1;
        text-indent: 0.5em;
        border-left: 7px solid #1c6cc3;
    }

        .project-content .project-title span small {
            font-size: 21px;
            color: #1c6cc3;
            margin-left: 0.5em;
        }

.project-solution {
    overflow: hidden;
}

    .project-solution ul {
        margin-top: 35px;
    }

    .project-solution li {
        width: 25%;
        text-align: center;
        float: left;
    }

        .project-solution li img {
            margin: 0 auto;
            max-width: 100%;
            height: 105px;
            -webkit-box-reflect: below 5px -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 20%,rgba(250,250,250,0.4));
            box-reflect: below 5px -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 20%,rgba(250,250,250,0.4));
        }

        .project-solution li span {
            display: block;
            font-size: 21px;
            color: #233249;
            margin-top: 40px;
        }
/* 案例展示 */
.project_l {
    width: 248px;
}
/*.project-content .innerBox-b{ margin-top: 135px;}*/
.project-type {
    width: 248px;
    border-top: 5px solid #1c6cc3;
    margin-bottom: 20px;
}

    .project-type ul {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 25px 20px;
    }

        .project-type ul li {
            height: 36px;
            line-height: 36px;
            text-align: right;
            border-bottom: 1px solid #e5e5e5;
        }

            .project-type ul li a {
                font-size: 16px;
                color: #727171;
            }

            .project-type ul li:after {
                content: ">";
                margin-left: 20px;
            }

            .project-type ul li.on a, .project-type ul li:hover a {
                font-size: 18px;
                color: #000 !important;
            }

.project-list {
    width: 960px;
}

    .project-list ul {
        margin-left: -3px;
        margin-right: -3px;
    }

        .project-list ul li {
            float: left;
            width: 316px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 15px;
            box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid #eee;
        }

            .project-list ul li img {
                width: 100%;
                height: 193px;
            }

            .project-list ul li span {
                display: block;
                height: 52px;
                line-height: 52px;
                text-align: center;
                font-size: 14px;
            }

/* 工程详情 */
.project-main {
    width: 800px;
    padding: 40px 38px;
    border: 1px solid #bfbfbf;
}

    .project-main img {
        width: 100%;
        margin: 0 auto;
    }

.project-detail .project-name {
    text-align: center;
    border-bottom: 1px dashed #8f8f8f;
    margin-bottom: 20px;
}

    .project-detail .project-name .title {
        display: block;
        color: #1c6dc1;
        font-size: 20px;
        font-weight: bold;
        line-height: 43px;
    }

    .project-detail .project-name em {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 26px;
    }

.project-main-content {
    width: 570px;
    line-height: 26px;
}

    .project-main-content strong {
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .project-main-content dt, .project-main-content dd {
        float: left;
    }

    .project-main-content dd {
        margin-right: 1.5em;
    }




/* side-news */
.side-news {
    border: 1px solid #e5e5e5;
}

    .side-news .title {
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #eee;
        font-size: 18px;
    }

    .side-news li {
        border-bottom: 1px dashed #bfbfbf;
        padding: 0 25px;
    }

        .side-news li:last-child {
            border-bottom: 0;
        }

        .side-news li a {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            color: #666;
            line-height: 36px;
        }

    .side-news .lh_list {
        padding: 10px;
    }


/*工程搜索框*/
.curSearch {
    margin-top: -20px;
    color: #666666;
    margin-bottom: 20px;
    width: 215px;
    line-height: 22px;
}

.noRecord {
    margin-top: 20px;
    color: #ff0000;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px;
}

.curSearch input.searchText3 {
    color: #666666;
    border: #cdcdcd solid 1px;
    padding-left: 10px;
    z-index: 1;
    position: relative;
    float: right;
    height: 22px;
}

.curSearch input.searchBtn3 {
    background: url(../Images/searchBtnForProduct.jpg) no-repeat center right;
    width: 23px;
    height: 20px;
    border: none;
    margin-left: -35px;
    margin-top: 1px;
    float: right;
    z-index: 2;
    position: relative;
    border-right: #cdcdcd solid 1px;
    cursor: pointer;
}

.project-search {
    /*height: 154px;
    background: url("../Images/projectSearchBg.jpg") no-repeat center center;*/
    text-align: center;
    margin-bottom: 15px;
}

    .project-search .searchBox {
        width: 658px;
        margin: 0 auto;
        box-shadow: 0 0 4px 0 #91989d;
    }

    .project-search .search-title {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        line-height: 1;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .project-search .searchType {
        display: none;
    }

    .project-search .search_text {
        width: 566px;
        color: #acacac;
        font-size: 12px;
        text-indent: 10px;
        border: 1px solid #91989d;
        height: 34px;
        line-height: 34px;
        float: left;
    }

    .project-search #search_btn {
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        background-color: #0062d7;
        color: #fff;
        border: 0;
        float: left;
    }


/* 搜索结果 */
.search-result {
    background-color: #f8f8f8;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 25px;
}

    .search-result .search-words span {
        font-size: 14px;
        color: #005cb7;
    }

    .search-result .search-num {
        font-size: 14px;
        color: #939393;
    }

        .search-result .search-num i {
            color: #005cb7;
        }

.search-result-btn {
    margin-left: 10px;
    margin-top: 5px;
}

    .search-result-btn a {
        display: block;
        width: 48px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        border: 1px solid #ddd;
        color: #aaa !important;
        float: left;
        font-size: 18px;
    }

        .search-result-btn a.btn:hover {
            background-color: #f1f1f1;
            color: #ddd !important;
        }

        .search-result-btn a:first-child {
            border-right: 0;
        }


/* .repair */
.repair {
    width: 800px;
    padding-right: 40px;
    border-right: 1px solid #c6c6c6;
}

.FilterContainer {
    display: none;
}

.RightBtn {
    width: 92px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #1e4fb2;
    color: #fff;
}

    .RightBtn a {
        color: #fff;
        font-size: 16px;
    }

.MiddleCtrl {
    height: 42px;
}

    .MiddleCtrl select {
        width: 50%;
        height: 100%;
        box-sizing: border-box;
        float: left;
        font-size: 16px;
    }

.ComapnyBrand img {
    display: inline;
}


.RepairPointName {
    text-align: center;
    color: #1e4fb2;
    font-size: 20px;
}

.repairTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.CompanyList {
    margin-top: 15px;
}

.ConpanyInfo {
    padding: 20px 10px;
    color: #666;
}

    .ConpanyInfo a {
        color: #666;
    }

    .ConpanyInfo b {
        color: #000;
    }

    .ConpanyInfo .CompanyName {
        font-size: 17px;
        font-weight: bold;
        color: #002ba0;
        line-height: 30px;
        padding: 0px 0px 10px 35px;
        background: url("../Images/Repair/CompanyNameIcon.png") no-repeat 0px 0px;
    }

    .ConpanyInfo .CompanyLogo {
        width: 153px;
        max-height: 100px;
        margin-right: 10px;
        overflow: hidden;
    }

        .ConpanyInfo .CompanyLogo img {
            width: 100%;
            max-height: 100%;
        }

    .ConpanyInfo .ComapnyBrand {
        padding-top: 10px;
    }

    .ConpanyInfo .CompanyContact {
        line-height: 30px;
        font-size: 14px;
    }

        .ConpanyInfo .CompanyContact p {
            text-indent: 0;
            line-height: inherit;
        }

.CompanyMore {
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #1e4fb2;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
}

.RepairPointName {
    text-align: center;
    color: #1e4fb2;
    font-size: 20px;
}

.IntroductionTitle {
    color: #1e4fb2;
    font-size: 18px;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    margin-bottom: 20px;
}

    .IntroductionTitle span {
        float: left;
        margin-right: 15px;
    }

    .IntroductionTitle:after {
        content: "asd";
        display: block;
        height: 1px;
        background-color: #e5e5e5;
        overflow: hidden;
        margin-top: 0.7em;
    }

.Introduction {
    line-height: 1.8;
    color: #666;
}

    .Introduction p {
        text-indent: 2em;
    }

.repairBigImg {
    text-align: center;
    max-width: 100%;
    margin: 4px auto;
}


.formBox {
    width: 90%;
    margin: 20px auto 0;
}

    .formBox > div {
        margin-bottom: 1em;
        font-weight: bold;
        font-size: 16px;
    }

        .formBox > div small {
            line-height: 1.8em;
            margin-right: 0.6em;
            float: left;
        }

        .formBox > div i {
            color: red;
            float: left;
        }

    .formBox label {
        width: 7em;
        text-align: right;
        margin-right: 0.3em;
        line-height: 1.8em;
        white-space: nowrap;
        float: left;
    }

    .formBox input, .formBox select {
        float: left;
        line-height: 4px;
        height: 34px;
        padding: 0 .5em;
        width: 300px;
    }

    .formBox select {
        width: 160px;
    }

    .formBox textarea {
        width: 300px;
        float: left;
        line-height: 1.4em;
        padding: 0 .5em;
        height: 5.6em;
    }

    .formBox input[type="submit"], .formBox input[type="reset"] {
        border: 0;
        color: #fff;
        font-size: 18px;
        width: 125px;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        margin-top: 25px;
    }

    .formBox input[type="submit"] {
        background-color: #1e4fb2;
        margin-left: 130px;
    }

    .formBox input[type="reset"] {
        background-color: #5b5b5b;
        margin-left: 20px;
    }

    .formBox .hidden {
        display: none;
    }



#loginForm {
    background: url("../Images/login-bg.jpg") no-repeat center center;
    background-size: 100%;
    width: 320px;
    height: 235px;
    box-sizing: border-box;
    padding: 55px 18px 0;
    margin: 0 auto;
    color: #fff;
}

    #loginForm input[type="text"], #loginForm input[type="password"] {
        width: 270px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #6d83db;
        margin-bottom: 10px;
        margin: 0 auto;
        background-color: transparent;
        color: #fff;
        padding-left: 34px;
        box-sizing: border-box;
    }

    #loginForm input[type="text"] {
        background: url("../Images/icon-person.png") no-repeat 5px center;
    }

    #loginForm input[type="password"] {
        background: url("../Images/icon-lock.png") no-repeat 5px center;
    }

    #loginForm input[type="submit"] {
        margin-left: 0;
        background-color: #fff;
        color: #1e4fb2;
        margin-top: 5px;
    }

    #loginForm input[type="reset"] {
        background-color: #5b5b5b;
        margin-left: 20px;
        color: #fff;
        margin-top: 5px;
    }

.error_style {
    color: red;
    margin-top: 10px;
}

/*体验馆*/
.experience .title .name {
    font-size: 30px;
    font-weight: bold;
}

.experience .title .city {
    font-size: 19px;
}

.experience .title img {
    display: inline-block;
}

.experience .changeCity {
    display: inline-block;
    position: relative;
}

    .experience .changeCity:hover {
        cursor: pointer;
    }

        .experience .changeCity:hover .experienceList {
            display: block;
        }

.experience .experienceList {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

    .experience .experienceList li {
        border: 1px solid #e5e5e5;
        border-bottom: none;
        padding: 5px 20px;
        white-space: nowrap;
    }

        .experience .experienceList li:last-child {
            border-bottom: 1px solid #e5e5e5;
        }

.experience .topImg {
    margin-top: 20px;
    width: 100%;
}

    .experience .topImg img {
        width: 100%;
    }

.experience .leave {
    height: 162px;
    background: #f5f5f5;
}

    .experience .leave .experienceSlogn, .experience .leave .leaveInfo, .experience .leave .contact {
        float: left;
        height: 100%;
    }

    .experience .leave .leaveInfo {
        box-sizing: border-box;
        padding-left: 40px;
    }

        .experience .leave .leaveInfo .text {
            margin-top: 15px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .experience .leave .leaveInfo input {
            width: 400px;
            height: 35px;
            line-height: 35px;
            box-sizing: border-box;
            border: #b5b5b5 solid 1px;
            text-indent: 0.5em;
            background: #f5f5f5;
        }

            .experience .leave .leaveInfo input::-webkit-input-placeholder {
                color: #656565;
            }

            .experience .leave .leaveInfo input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #656565;
            }

            .experience .leave .leaveInfo input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #656565;
            }

            .experience .leave .leaveInfo input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #656565;
            }

            .experience .leave .leaveInfo input:first-child {
                margin-right: 20px;
            }

        .experience .leave .leaveInfo .submit {
            background: #0062d7;
            border: none;
            color: #fff;
            margin-left: 425px;
            margin-top: 15px;
        }

    .experience .leave .contact {
        border-left: #c4c4c4 solid 1px;
        padding-left: 30px;
    }

        .experience .leave .contact .hotLineBox img {
            float: left;
            margin-top: 45px;
        }

        .experience .leave .contact .hotLineBox .contactText {
            margin-top: 50px;
            margin-left: 10px;
            float: left;
            color: #676767;
        }

        .experience .leave .contact .hotLineBox .hotLine {
            font-size: 33px;
            color: #424242;
            margin-top: 10px;
        }

.line {
    border-top: #a1a1a1 dashed 1px;
    margin-top: 10px;
}

.experience .mapContainer {
    margin-top: 50px;
    height: 417px;
}

    .experience .mapContainer .map {
        width: 600px;
        height: 100%;
        overflow: hidden;
        float: left;
    }

    .experience .mapContainer .right {
        width: 600px;
        float: right;
        border: #dadada solid 1px;
        border-left: #dadada solid 1px;
        box-sizing: border-box;
    }

        .experience .mapContainer .right .item {
            height: 208px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .experience .mapContainer .right .item .info {
                padding-top: 20px;
                padding-left: 20px;
                box-sizing: border-box;
            }

                .experience .mapContainer .right .item .info img {
                    border: #d2d2d2 solid 1px;
                    float: left;
                    margin-right: 10px;
                    width: 210px;
                    height: 133px;
                }

                .experience .mapContainer .right .item .info .text {
                    width: 350px;
                    float: right;
                }

                .experience .mapContainer .right .item .info p {
                    line-height: 30px;
                }

            .experience .mapContainer .right .item:nth-child(1) .info p:nth-child(3) {
            }

            .experience .mapContainer .right .item:nth-child(2) .info p:first-child {
                margin-top: 20px;
            }

    .experience .mapContainer .title {
        height: 37px;
        width: 100%;
        line-height: 37px;
        text-indent: 74px;
        font-weight: bold;
        font-size: 16px;
    }

    .experience .mapContainer .title1 {
        background: url(../Images/expTitle1.jpg) no-repeat;
    }

    .experience .mapContainer .title2 {
        background: url(../Images/expTitle2.jpg) no-repeat;
        text-align: left;
        box-sizing: border-box;
        padding-right: 10px;
    }

        .experience .mapContainer .title2 a {
            color: #909090;
            float: right;
        }

.experience .experienceCase {
    margin-top: 35px;
}

    .experience .experienceCase .topTwo {
        margin-top: 35px;
    }

        .experience .experienceCase .topTwo img {
            display: inline-block;
            width: 584px;
            height: 391px;
        }

            .experience .experienceCase .topTwo img:first-child {
                margin-right: 27px;
            }

    .experience .experienceCase .bottomThree {
        margin-top: 25px;
    }

        .experience .experienceCase .bottomThree img {
            display: inline-block;
            margin-right: 18px;
            width: 385px;
            height: 257px;
        }

            .experience .experienceCase .bottomThree img:last-child {
                margin-right: 0px;
            }

/*产品搜索页*/


.product-list ul {
    margin: 0 -10px;
}

.product-list li {
    width: 356px;
    border: 1px solid #d2d2d2;
    padding: 12px 14px 6px;
    float: left;
    margin: 0 10px 25px;
}

    .product-list li .imgBpx {
        width: 356px;
        height: 223px;
    }

    .product-list li span {
        display: block;
        text-align: center;
        color: #333;
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }

.product-list .product-list-title {
    border-bottom: 2px solid #0062d7;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 14px;
}

    .product-list .product-list-title .subProductType {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .product-list-title span {
        display: inline-block;
        width: 35px;
        height: 100%;
        background: url("../Images/product-list-num.jpg") no-repeat center bottom;
        color: #fff;
        font-size: 14px;
        text-indent: 3px;
        margin-right: 10px;
    }

.company-list {
    border-right: 1px solid #c8c8c8;
    padding-right: 30px;
    color: #666;
}

    .company-list li {
        padding-top: 30px;
        padding-bottom: 22px;
        border-bottom: 1px solid #c8c8c8;
    }

    .company-list .more {
        width: 73px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background-color: #1e4fb2;
        color: #fff;
        margin-left: 20px;
    }

    .company-list .company-info img {
        width: 153px;
        height: 57px;
        margin-right: 15px;
    }

    .company-list .company-info span {
        display: block;
        font-size: 20px;
        color: #000;
        line-height: 1;
    }

    .company-list .company-info small {
        display: block;
        line-height: 1;
        font-size: 14px;
        margin-top: 16px;
    }

    .company-list .company-text {
        font-size: 12px;
        line-height: 2;
        height: 48px;
        overflow: hidden;
        margin-top: 20px;
    }

    .company-list .company-product {
        margin-top: 10px;
    }

        .company-list .company-product span {
            color: #000;
        }

    .company-list .companyNoFound {
        text-align: center;
        font-size: 20px;
        color: #0062d7;
        margin-top: 69px;
    }

.company-index {
    width: 880px;
}

.productkey-more {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0062d7;
    margin: 0px auto 20px auto;
}

    .productkey-more:link {
        color: #fff;
    }

    .productkey-more:visited {
        color: #fff;
    }

/* 热门标签 */
.hotTags {
    min-height: 70px;
    border-color: #2a2f37;
    border-style: dashed;
    border-width: 1px 0 1px 0;
    margin-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 34px;
    background: url(../Images/footer-bg.png) no-repeat center bottom;
}

    .hotTags span {
        font-size: 18px;
    }

    .hotTags ul {
        padding-right: 20px;
        width: 1075px;
        height: 87px;
        /*background: url(../Images/footer-bg2.jpg) no-repeat right top;*/
        overflow-y: scroll;
    }

        /*滚动条样式*/
        .hotTags ul::-webkit-scrollbar { /*滚动条整体样式*/
            width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }

        .hotTags ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.8);
        }

        .hotTags ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(255,255,255,0.6);
        }

    .hotTags li {
        float: left;
        font-size: 14px;
        line-height: 1;
        padding-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
        border-left: 1px solid #fff;
    }

        .hotTags li:first-child {
            border-left: 0;
            padding-left: 0;
        }
