﻿/*内页结构样式*/
.innerBox {
    margin-top: 20px;
	margin-bottom: 40px;	
}

.innerBox .tips
{
    margin-bottom: 20px; 
    line-height: 30px;
}

innerBox-t{}

innerBox-b{
	clear: right;
}

.innerBox-l{
	float: left;
}

.innerBox-r{
	float: right;
}
.innerBox-r > div{
    margin-bottom: 40px;
}

/*筛选*/
.filter
{
    margin-bottom: 64px;
}

.filter .filterArea
{
    position: relative;
}

.filter .filterProductType
{
    margin-bottom: 10px;
}

.filter span
{
    display: inline-block; 
    vertical-align: top;
}

.filter ul
{
    display: inline-block;
}

.filter .text
{
    font-size: 16px;
    font-weight: bold;
    margin-right: 35px;
    line-height: 30px;
    display: inline-block;
    width: 64px;
}

.filter .all
{
    display: none;
}

.filter .all a
{
    font-size: 14px;
    margin-right: 30px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 5px;
	line-height: 30px;
	display: inline-block;
}

.filter a.on
{
    background: #0062d7;
	color: #fff;
}

.filter li
{
    display: inline-block;
    line-height: 1;
    width: 128px;
    border-right: #cecece dashed 1px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.filter li:nth-child(9n) {
	border-right: none;
}

.filter li img
{
    display: inline-block;
    cursor: pointer;
}

.filter li img.top
{
    display: none;
}

.filter .subCityList
{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    display: none;
    /*width: 1200px;*/
    z-index: 1;
    box-shadow: 0 0 10px 0px #ccc;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .filter .subCityList li {
        border-right: 0;
        border-bottom: #cecece dashed 1px;
        margin-bottom: 0;
        
    }
        .filter .subCityList li a {
            display: block;
            padding-top: 7px;
            padding-bottom: 7px;
        }
        .filter .subCityList li:last-child {
        border-bottom: 0;
    }

.filter li a
{
    color: #666;
    font-size: 14px;
	border-radius: 5px;
	display: inline-block;
}

.filter .filterArea li a
{
    padding-right: 0px;
}

.filter .list
{
    /*width: 1050px;*/
}


/*当前位置*/
.innerLocation{
	margin-top: 10px;
	height: 32px;
	line-height: 32px;
    font-size: 12px;
    border-bottom: 1px solid #a0a0a0;
}

.innerLocation a{
	padding: 0 0.5em;
}

/*内页详细页基础样式*/
.innerBox .inner-detail{
    border: 1px solid #bfbfbf;
    padding: 20px 34px;
    box-sizing: border-box;
}

.innerBox .inner-detail .detail-title{
    color: #117ad4;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #7f7f7f;
}

.innerBox .inner-detail .other-info{
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.innerBox .inner-detail .detail-content{
    margin-top: 15px;
}

.innerBox .detail-content{
	font-size: 14px;
	line-height: 1.8;
	color: #3c3c3c;
}

.innerBox .detail-content p{
	text-indent: 2em;
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 20px 20px 0px;
    font-size: 16px;
    font-family: 微软雅黑;
}

    .innerBox .detail-content video {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .innerBox .detail-content div {
        margin-bottom: 20px;
        line-height: 1;
        font-family: "宋体" !important;
        color: #444;
        font-size: 16px;
        line-height: 1.8;
    }

.innerBox .detail-content img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

.RepairCategory li
{
    background: #1e4fb2;
    width: 340px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.RepairCategory li a
{
    display: block;
    text-align:center;
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
}


/*上下页按钮*/
.prev-next{
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 5px 20px;
    font-size: 14px;
    color: #3c3c3c;
}

.prev-next a{
    color: #3c3c3c;
}

.prev-next .btn{
    padding: 6px 0;
}


/*分页控件*/
.MvcPagerCtrl
{
	margin: 40px 0px;
	text-align: center;
}

.MvcPagerCtrl a
{
    background-color: #cdcdcd;
	padding: 5px 10px;
}

.MvcPagerCtrl a:hover
{
	color: #1c6dc1;
}





/*****内页右侧样式*****/
.innerSide-r{
    width: 288px;
}
/*右侧栏目标题*/
.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 .title a
{
    color: #1e4fb2;
    font-size: 18px;
}

.titleBar .more{
    margin-top: 4px;
    font-size: 14px;
}
.titleBar .more a{
    color: #888889;
}

/*右侧 -> 热门产品*/
.hotProduct img
{
    max-width: 100%;
}

.hotProduct .productName
{
    display: block;
    text-align: center;
    line-height: 30px;
    background-color: #7f7f7f;
    color: #fff;
}

.hotProduct li
{
    margin-bottom: 20px;
}

/*右侧热门新闻（热门列表）*/
.hotNews li{
	overflow: hidden;  
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	color: #666;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.hotNews li a
{
    color: #666;
}


/******工程案例******/
/*工程详细页*/
.project-detail{
    width: 877px;
}

.project-detail .small-title{
    color: #0062d7;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.project-detail dt{
    float: left;
    clear: left;
    margin-bottom: 20px;
    font-family: "宋体" !important;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}

.project-detail dd{
    float: left;
    margin-bottom: 20px;
    font-family: "宋体" !important;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}

.project-detail .detail-content p, .project-detail .detail-content dl{
    text-indent: 0;
    font-family: "宋体" !important;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
} 

.detail-content p
{
    text-indent: 2em!important;
}

/*工程列表页*/
.project-content .condition
{
    margin-bottom: 30px;
}

.project-content .condition .item
{
    border: #b1b1b1 dashed 1px;
    border-top: none;
    padding: 10px;
}

.project-content .condition .title
{
    float: left;
    padding: 5px 10px;
    color: #262626;
    font-weight: bold;
}

.project-content .condition .list li
{
    float: left;
    padding: 5px 10px;
}

.project-content .condition .list li a:link
{
    color: #878787;
}

.project-content .condition .list li a:visited
{
    color: #878787;
}

.project-content .condition .list li a:hover
{
    color: #878787;
}

.project-content .condition .list li.on
{
    background: #1e4fb2;
    color: #ffffff;
    border-radius: 5px;
}

.project-content .condition .list li.on a
{
    color: #ffffff;
}

.project-list ul
{
    margin-left: -16px;
    margin-right: -16px;
}
.project-list li
{
    float: left;
    width: 274px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.project-list li a{
    color: #333;
}

.project-list li img
{
    width: 274px;
    height: 173px;
}

.project-list li .list-text{
    padding: 6px;
    font-size: 14px;
}

.project-list li span
{
    display: block;
    height: 19px;
    line-height: 19px;
}

/*工程搜索框*/
.project-search{
   
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.search-bg
{
    overflow: hidden;
}

.project-search .searchBox
{
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #91989d;
}

.project-search .search-title{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.project-search .searchType{
    display: none;
}

.project-search .select,
.project-search .search_text{
    font-size: 12px;
    text-indent: 10px;
    border: 1px solid #91989d;
    height: 34px;
    line-height: 34px;
    float: left;
    box-sizing: content-box;
}
.project-search .select {
    min-width: 100px;
}

.project-search .search_text {
    width: 566px;
}

.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;
}


/*新闻搜索框*/
.news-search{
   
    text-align: center;
    margin-bottom: 40px;
}


.news-search .searchBox
{
    width: 658px;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #91989d;
}

.news-search .search-title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.news-search .searchType{
    display: none;
}

.news-search .search_text{
    width: 566px;
    color: #acacac;
    font-size: 12px;
    text-indent: 10px;
    border: 1px solid #91989d;
    height: 34px;
    line-height: 34px;
    float: left;
}

.news-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;
    }

.noRecord
{
    margin-top: 20px;
    color: #ff0000;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px;
}


/*****公司&企业*****/
/*公司列表页*/
.company-index{
    width: 970px;
}

.company-type
{
    margin-bottom: 20px;
}

.company-type li
{
    float: left;
    padding: 10px 20px;
}

.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 .item
{
    margin-bottom: 30px;
    clear: both;
}

.company-index .item .titleBar
{
    padding-bottom: 10px;
    border-bottom: #cfcfcf solid 1px;
    margin-bottom: 10px;
}

.company-index .companyList li
{
    float: left;
    width: 33.33%;
    line-height: 25px;
}

.company-index .repairList li
{
    width: 7%;
}

.company-index .item .title
{
    font-size: 16px;
    font-weight: bold;
}

.company-index .item .more a
{
    color: #afafaf;
}

.companyCopyRight
{
    text-align: center;
    color: #ff0000;
    margin-top: 20px;
}

/*公司列表页右侧*/
.company-r{
    width: 200px;
}

.company-r .companyAd1
{
    max-width: 100%;
}

.registe-btn{
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #1e4fb2;
    margin-top: 5px;
}

.registe-btn a{
    display: block;
}


/*****产品*****/
/*产品详细页*/
.product-detail{
    width: 878px;
}

.product-detail .product-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #0062d7;
    font-size: 20px;
    padding: 0 30px;
    margin-top: 20px;
}

.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 .p-detail-title a
{
    color: #fff !important;
    }

.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;
}

/*产品详情右侧-推荐产品*/
.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;
}





/*产品搜索页*/
.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;
}

/*产品首页*/



























/* 产品列表页特殊样式 */
    /* 修改bootstrap样式 */
@media (min-width: 1200px){
    .container.productList,.container.option {
        width: 1200px;
    }
}


.newDetailBox .innerBox-r
{
    margin-right: 0px;    
}

.sharedModels
{
    float: right;
    width: 230px;
}
.sharedModel
{
    width: 100%;
}

.sharedModel ul{
	min-height: 260px;
	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;
    max-width: 100%;
}



/*热门品牌*/
.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;
}


/*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 .news-icon a {
        padding-top: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .innerBox .newsType .news-icon img {
        width: auto;
        height: 35px;
    }
    .innerBox .newsType .newsTypeIcon {
        position: relative;
        padding: 20px 0;
        background: #398fce;
    }
    .innerBox .newsType .newsTypeIcon img {
        width: 86%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .innerBox .newsType .newsTypeIconText {
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        font-size: 17px;
        color: #fff;
        text-indent: 65px;
    }

.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 li.selected a
{
    color: #fff !important;
}
.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: #0062d7;
}

.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;
}
.newsIndexBox
{
    float: none;
    overflow: hidden;
}
.newsIndexContent
{
    overflow: hidden;
	padding-right: 30px;
}
.innerList{
}
.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
{
    overflow: hidden;
}

.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;
    max-height: 89px;
    overflow: hidden;
}

.innerList .newsContent .pubTime
{
    color: #8e8e8e;
    line-height: 25px;
}

.innerList .newsContent .checkMore
{
    display: block; 
    float: right;
}

.innerList .newsContent .checkMore a
{
    color: #8e8e8e;
}

.newsDetailImg{
    /*float: right;
    width: 270px;*/
    background: #ffffff;
    padding-top: 10px;
    margin-bottom: 20px;
}
.newsDetailImg img
{
    max-width: 100%;
    margin: 0 auto;
}



/*newDetail*/
.newDetail {
	font-family: 微软雅黑;
    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 
{
    color: #444;
	font-size: 16px;
	line-height: 28px;
    margin: 20px 20px 20px 0px;
    font-size: 16px;
    font-family: 微软雅黑;
}
.newDetail h3{
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.newDetail .info
{
    text-align: center;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: dashed 1px #999;	
}

.newDetail .subtitle
{
    text-align: center;
}

.newDetail .time, .newDetail .author{
	font-size: 12px;
	text-align: center;
}

.newDetail img
{
    display: inline;
}

/*产品详细页*/

/*	margin-bottom: 100px;
	margin-top: 20px;
}*/
.productBox, .left_hot:first-child{
	margin-bottom: 60px
}
.productBox{
	position: relative;
	padding-bottom: 44px;
	padding-top: 56px;
	border: 1px solid #e5e5e5;
}
.left_hot{
	border: 1px solid #e5e5e5;
}
.pd_b_l{
	width: 270px;
}
.pd_b_r{
	width: 910px;
}


.pd_box .title{
	text-indent: 1em;
}

.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;
}






/* 在线采购 */
input{
	margin: 0;
	padding: 0;
}
.msgForm, .msgForm p{
	color: #666;
}
.msgForm em{ margin-left: 10px; }
.msgForm p{
	text-indent: 0;
}
.msgForm td{
    padding-bottom: 20px;
}
.msgForm tr td:first-child{
	text-align: right;
	vertical-align: top;
}
.msgForm input[type=text]{
	width: 245px;
	border: 1px solid #bfbfbf;
}
.msgForm input[type=submit], .msgForm input[type=reset]{
	border: 0;
	width: 82px;
	height: 28px;
	color: #fff;
	font-size: 18px;
}
.msgForm input[type=submit]{
	background-color: red;
}
.msgForm input[type=reset]{
	background-color: #a0a0a0;
}
.msgForm textarea{
	width: 378px;
	height: 90px;
}
.msgForm label{
	padding-right: 10px;
}
.msgForm label.must:before{
	content: "* ";
	color: red;
}
.msgForm td{
	position: relative;
}
.msgForm .field-validation-error{
	position: absolute;
	bottom: 4px;
	left: 0;
	margin-left: 10px;
	line-height: 1;
}
.msgForm #captchaValue, .msgForm #CaptchaImage
{
    height: 35px;    
    float: left;
}
.msgForm #CaptchaImage
{
    margin-left: 10px;    
}


 

/* 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;
}



/* brand */
.brand-content
{
    padding-bottom: 60px;   
}
.brand-content-l
{
    float: left;
    width: 945px;
    }
.brand-content-l .product .p-l2
{
    margin-right: 9px;
}

.brandLocation
{
    line-height: 40px;
}

.brand-content-r
{
    float: right;
}

.brandLeftNav
{
    float: left;
    width: 191px;
    background: #ececec;
}

.brandLeftNav li
{
    font-size: 20px;
    display: block;
    padding-left: 5px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.brandLeftNav li a
{
    color: #777777;
    display: block;
}

.brandLeftNav .selected
{
    background: #ffffff;
}

.brandLeftNav .selected .icon
{
   background: url(/Content/Images/newsTypeIcon.png) no-repeat -39px -52px 
}

.brandLeftNav .icon
{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    background: url(/Content/Images/newsTypeIcon.png) no-repeat -0px -52px
}

.brandLeftNav span
{
    display: block;
    float: left;
}

.brandList
{
    width: 735px;
    float: left;
    margin-left: 20px;
}

.brandList .brandTitleName
{
    line-height: 55px;
    background: #ececec;
    font-weight: bold;
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #444444;
}

.brandList  .ulList
{
    display: block;
    padding-bottom: 20px;
}

.brandList .item
{
    border-bottom: #cbcbcb dashed 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brandList .item .companyName
{
    font-size: 20px;
    color: #0f0609;
}

.brandList .item .mainProduct
{
    color: #666666;
    line-height: 35px;
}

.brandList .item .companyLogo
{
    float: left;
    width: 155px;
    height: 95px;
    border: #9e9e9e solid 1px;
    margin-right: 20px;
    padding: 10px 2px;
    vertical-align: middle;
}

.brandList .item .companyLogo table, .brandList .item .companyLogo tr, .brandList .item .companyLogo td
{
    width: 100%;
    height: 100%;
}

.brandList .item .companyLogo img
{
    width: 100%;
    max-height: 95px;
    margin: 0 auto;
}

/* 内页product-box */
.product-box {
    margin-top: 40px;
}
.product-box .pb-title{
  border-bottom: 2px solid #7a7a7a;
  margin-bottom: 10px;
  padding: 4px 0;
}
.product-box .pb-title span{
  display: block;
  float: left;
  font-size: 28px;
  line-height: 1;
  text-indent: 0.5em;
  border-left: 7px solid #1c6cc3;
}
.product-box .pb-title span small{
  font-size: 16px;
  color: #1c6cc3;
  margin-left: 6px;
}
.product-box .pb-title .more
{
    font-size: 14px;
    color: #1c6cc3;  
    float: right;  
}

.product .p-l2{
  width: 360px;
  height: 440px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.product .p-l2 img{
  width: 100%;
  height: 100%;
}
.product .p-r2 ul.brand-img
{
    margin-left: -6px;    
    margin-right: -6px;  
}
.product .p-r2 ul.brand-img li
{
    float: left;
    width: 182px;
    height: 90px;
    margin-left: 6px;    
    margin-right: 6px; 
    margin-bottom: 26px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.product .p-r2 ul.brand-img li a
{
    display: block;
    position: relative;
    width: 100%;    
    height: 100%;    
}
.product .p-r2 ul.brand-img li img
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;  
}
.product .p-r2 ul.brand-img li a.more
{
    font-size: 27px;
    color: #fff !important;
    background-color: #1c6cc3;
    line-height: 89px;
    text-align: center;  
}



/* 产品分类页 */
.pTypeList
{
    width: 876px;
}
.pTypeList ul
{
    margin: 0 -10px;
}
.pTypeList li
{
    width: 426px;
    float: left;
    margin: 0 10px 25px;
    border: 1px solid #d2d2d2;
}

.pTypeList li .imgBox
{
    width: 356px;
    height: 223px;
    margin: 17px 35px 0;
}
.pTypeList li span
{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.productkey-more
{
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#fff;
    background: #0062d7;
    margin: 0px auto 20px auto;
}

.introductionForProduct
{
    padding-top: 10px;
}

.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;}
.pTypeNews .pNews-list li span{ width: 690px;}
.pTypeNews .pNews-list li i{width: 90px; text-align: right;}
.pNews-list li i
{
    padding-left: 20px;
}
.pTypeNews .pNews-list li:before
{
    content: ">";
    float: left;
    margin-right: 10px;
}

/* .repair */
.repair{
    width: 800px;
    padding-right: 40px;
    border-right: 1px solid #c6c6c6;
}
.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: 236px;
    height: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
}

.MiddleCtrl .search
{
    width: 236px;
    height: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
}

.ComapnyBrand img{
    display: inline;
}


.RepairPointName {
    text-align: center;
    color: #1e4fb2;
    font-size: 20px;
    margin-bottom: 30px;
}

.CompanyList{
    margin-top: 30px;
}
.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;
}

.CompanyMore {
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    background-color: #1e4fb2;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.IntroductionTitle
{
    color: #1e4fb2;
    font-size: 18px;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    margin-bottom: 20px;
}

.IntroductionTitle p
{
    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;
    }
    
    
    
.fromTag{ color: Red; margin-left: 168px;}

/*上下页按钮*/
.innerBtn{
	color: #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin: 20px 0 20px 15px;
	padding: 15px 0;
}

.innerBtn span{
	display: block;
	color: #999;
}
.innerBtn a
{
	color: #999;    
}

/*体验馆*/
.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;
}

.newsExhibitionImg
{
    margin-bottom: 40px;
}

.newsExhibitionImg li
{
    width: 220px;
    height: 138px;
    margin-left: 34px;
    margin-bottom: 15px;
    float: left;
    position: relative;
}
.newsExhibitionImg li img
{
    width: 100%;
    height: 100%;
}
.newsExhibitionImg .exhibitionImgTitle
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    font-size: 13px;
    line-height: 2em;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.newsExhibitionImg li:nth-child(4n+1)
{
    margin-left: 0;
}

/* 热门标签 */
.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;
}


/*专家库*/
.professor {
   
}

.professor .innerBox-l > div {
    width: 290px;
    box-sizing: border-box;
}
    .professor .professor-img {
        background: url('../Images/zjk-bg.jpg') no-repeat center center / cover;
        padding: 22px;
    }
.professor .professor-img img{
    display: block;
    margin: 0 auto;
    width: 60%;
}
.professor  .professor-content {
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
    margin-top: 20px;
    padding: 15px;
    text-align: justify;
}
    .professor .professor-content p {
        margin-bottom: 20px;
    }
    .professor .professor-content p:last-child {
        margin-bottom: 0;
    }
.professor .professor-btn {
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 27px;
    background-color: #fff;
    margin-top: 20px;
    color: #398fce;
    cursor: pointer;
}
.professor .professor-info {
    padding: 10px;
    box-sizing: border-box;
    border: #cccccc solid 1px;
}

.professor .professor-info-inner
{
    background: #fff;
}

.professor .professor-info p{
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 21.5px;
}

.professor .innerBox-r > div {
    width: 890px;
}

.professor .professor-list{
    background: #f4f5f5;
    padding-bottom: 10px;
}

.professor .professor-list li
{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0px 0px 10px;
    cursor: pointer;
}

.professor .professor-list li:nth-child(2n)
{
    padding-right: 10px;
}

.professor .professor-list li .item
{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
}

.professor .professor-list li .item:hover .detail
{
    color: #0089d1;
}

.professor .professor-list .item .imgBox {
    width: 165px;
    height: 135px;
    border: #cccccc solid 1px;
    float: left;
    margin-right: 15px;
}

.professor .professor-list .item .info {
    overflow: hidden;
    border-bottom: #efefef solid 1px;
    padding-bottom: 10px;
}

.professor .professor-list .item .info .name
{
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.professor .professor-list .item .info .position
{
    color: #b7b6c0;
    margin-top: 15px;
}
.professor .professor-list .item .elseinfo
{
    color: #000;
    margin-top: 15px;
}

.professor .professor-list .item .introdution
{
    line-height: 24px;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
}

.professor .professor-list .item .detail
{
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 15px;
}

.professorDetail .imgBox
{
    width: 230px;
    height: 188px;
    overflow: hidden;
    float: left;
    border: #cccccc solid 1px;
    margin-right: 15px;
}


.professorDetail {
    padding: 30px;
    margin: 0;
}
.professorDetail .infos
{
    overflow: hidden;
}

.professorDetail .name {
    font-size: 20px;
    font-weight: bold;
}

.professorDetail .position {
    margin-left: 20px;
    font-size: 17px;
}
    .professorDetail .infos .position {
        color: #b7b6c0;
    }
.professorDetail .elseinfo {
    margin-top: 15px;
    border-bottom: #f1f1f1 solid 2px;
    padding-bottom: 10px;
    color: #646464;
}

.professorDetail .introdution
{
    margin-top: 20px;
    line-height: 25px;
}

.professorDetail .ask {
    color: #fff;
    background: #3890db;
    display: inline-block;
    border-radius: 5px;
    padding: 13px 50px;
    font-size: 18px;
    margin-top: 15px;
}

.professorDetail .ask:hover
{
    color: #fff!important;
}

.professorDetail .ask:visited
{
    color: #fff!important;
}

/*视频中心*/
.video .innerBox-l > div {
    width: 290px;
}

.video .video-img img{
    width: 100%;
}

.video .video-info {
    margin-top: 20px;
}

.video .video-info p{
    text-indent: 2em;
    margin-bottom: 10px;
}


.video-type {
    text-align: center;
    margin-bottom: 30px;
}
.video-type li {
    display: inline-block;
    margin: 15px;
    line-height: 2;
}
.video-type li a{
    display: block;
    color: #969696;
    border: 1px solid #969696;
    border-radius: 50px;
    min-width: 8em;
}

    .video-type li.on a{
        color: #0089d1;
    border: 1px solid #0089d1;
    }
 

.video .video-list li
{
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 12px;
}

.video .video-list li a
{
    display: block;
}

.video .video-list li .imgBox
{
    height: 170px;
    width: 100%;
}

.video .video-list li span 
{
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0px 5px;
    background: #e5e5e5;
}

.videoDetail .videoTitle
{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.videoBox {
    text-align: center;
    margin-top: 20px;
}

.videoBox video{
    display: inline-block;
    width: 800px;
    background: #000;
}

.videoBox iframe {
    display: inline-block;
    width: 800px;
    height: 450px;
    background: #000;
}

/*好产品*/
.goodProduct .innerBox-l {

}

.goodProduct .innerBox-l > div {
    width: 290px;
}

.goodProduct .goodProduct-img img{
    width: 100%;
}

.goodProduct .goodProduct-latest-info
{
    margin-top: 20px;
}

.goodProduct .goodProduct-latest-info .title {
    line-height: 30px;
    border-bottom: #398ecd solid 1px;
    color: #398ecd;
    font-size: 16px;
    font-weight: bold;
}

.goodProduct .goodProduct-latest-info li
{
    border-bottom: #ccc dashed 1px;
    overflow: hidden;
}

.goodProduct .goodProduct-latest-info li a
{
    font-size: 14px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    overflow: hidden;
}

.goodProduct .goodProduct-info {
    padding: 10px;
    box-sizing: border-box;
    border: #cccccc solid 1px;
}

.goodProduct .goodProduct-info-inner
{
    background: #fff;
}

.goodProduct .goodProduct-info p{
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 21.5px;
}

.goodProduct .innerBox-r > .goodProduct-list {
    width: 890px;
}

.goodProduct .goodProduct-list{

}

.goodProduct .goodProduct-list li
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: #fff solid 10px;
    background: #f4f5f5;
}

.goodProduct .goodProduct-list li a > img {
    float: left;
    display: inline-block;
    width: 244px;
    height: 138px;
}

.goodProduct .goodProduct-list li a > div {
    float: right;
    width: 610px;
}

.goodProduct .goodProduct-list li hr
{
    color: #4d4d4d;
    width: 44px;
    height: 1px;
    background: #4d4d4d;
    display: block;
    margin: 10px 0px;
    border: none;
}

.goodProduct .goodProduct-list li a > div span
{
    line-height: 25px;
}

.goodProduct .goodProduct-list li h2
{
    font-size: 15px;
    color: #4c4c4c;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodProduct .goodProductDetail {
    width: 890px;
    border: #ccc solid 1px;
    padding: 10px;
    box-sizing: border-box;
    min-height: 573px;
}

.goodProduct .goodProductDetail h3
{
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.goodProduct .goodProductDetail .detail-content{
	font-size: 14px;
	line-height: 1.8;
	color: #3c3c3c;
}

.goodProduct .goodProductDetail .detail-content p{
	text-indent: 2em;
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 20px 20px 0px;
    font-size: 16px;
    font-family: 微软雅黑;
    text-indent: 2em;
}

.goodProduct .goodProductDetail .info {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: dashed 1px #999;
    font-size: 12px;
    text-align: center;
    margin: 30px 0px;
}

.goodProduct .goodProductDetail .detail-content div
{
    margin-bottom: 20px;
    line-height: 1;
    font-family: "宋体" !important;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}

.innerBox .detail-content img{
	max-width: 100%;
}