/**--------------所有内页css样式:产品、案例、新闻、单页面---------------**/
/*内页样式*/
.container .cont-left{
    float: left;
    width: 200px;
    margin-right:50px;
}
/*内页-左边栏样式*/
.container .cont-left .treeBox{
    position: relative;
    top: -30px;
    z-index: 80;
}
.container .cont-left .treeBox .treeBox-content{
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #efefef;
}
.container .cont-left .treeBox .self-content{
    border: 1px solid #DDDDDD;
    padding: 0;
}
.container .cont-left .treeBox h3{
    margin: 0;
    text-align: center;
    height: 45px;
    font: 22px "microsoft yahei";
    color: #333333;
}
.container .cont-left  .treeBox  .self-content h3 {
    height: 70px;
    *height: 65px;/*IE7*/
    line-height: 60px;
    border-bottom: 10px solid #ffdaa0;
    background: #00a0e9;
    padding-left: 10px;
}
.container .cont-left .treeBox h3 .title-name{
    height: 100%;
    padding-left: 20px;
    font-size: 26px;
    line-height: 45px;
    color: #FFFFFF;
}
.container .cont-left .treeBox.product-treeBox .self-content h3 .title-name{
    background: url("../image/course-title.png") no-repeat left center;
}
.container .cont-left .treeBox.news-treeBox .self-content h3 .title-name{
    background: url("../image/news-title.png") no-repeat left center;
}
.container .cont-left .treeBox.case-treeBox .self-content h3 .title-name{
    background: url("../image/case-title.png") no-repeat left center;
    padding-left: 40px;
}
.container .cont-left .treeBox.column-treeBox .self-content h3 .title-name{
    background: url("../image/column-title.png") no-repeat left center;
}
.cont-left .treeBox .item-area .item{
    margin-bottom: 1px;
}
.cont-left .treeBox .item-area .item a{
    display: block;
    text-align: center;
    font: 18px/45px "microsoft yahei";
    height: 45px;
    text-decoration: none;
    background:#ffffff url("../image/treeBox-icon.png") no-repeat 88% 50%;
}
.cont-left .treeBox .item-area .active a{
	background:#00a0e9 url("../image/treeBox-icon-hover.png") no-repeat 88% 50%;
}
.cont-left .treeBox .item-area .item:hover a{
	background:#00a0e9 url("../image/treeBox-icon-hover.png") no-repeat 88% 50%;
}
.cont-left .treeBox .item.active a,.cont-left .treeBox .item:hover a{
    background-color: #00a0e9;
    color: #ffffff;
}

/*公用的*/

.container .cont-left .treeBox .common-area h3{
    margin: 0;
    height: 45px;
    line-height: 45px;
    color: #ea8010;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    text-indent: 6px;
    border-bottom: 1px solid #efefef;
    border-top: 3px solid #ea8010;
    margin-bottom: 15px;
    background: url("../image/treeBox-icon-1.png") no-repeat 98% 50%;
}
.container .cont-left .treeBox .common-area .business{
	height: 60px;
	position: relative;
}
.container .cont-left .treeBox .common-area .business .en-title{
	position: absolute;
	left: 0;
	top: 22px;
}
.container .cont-left .treeBox .common-area h3 .icon{
	margin-right: 5px;
}
.container .cont-left .treeBox .common-area h3 .en-title{
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
	text-transform: capitalize;
}
.treeBox .common-area .smallBox .item{
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #c9c9c9;
}
.treeBox .common-area .smallBox .item a{
	text-decoration: none;
}
.treeBox .common-area .smallBox .item:hover{
	color: #00a0e9;
	border: 1px solid #00a0e9;
}
.treeBox .common-area .smallBox .item:hover a{
	background: #fff;
	color: #00a0e9;
	border: 0;
}
.treeBox .common-area .smallBox .item-0{
	margin-right: 0;
	float: right;
	margin-right: 5px;
}
.treeBox .common-area .smallBox .contact-info{
	margin-bottom: 8px;
}
.treeBox .common-area .smallBox .contact-info .small-title{
    line-height: 22px;
    padding-left: 28px;
    position: relative;
}
.treeBox .common-area .smallBox .contact-info .small-title-info{
    font-size: 14px;
    color: #666666;
}
.treeBox .common-area .smallBox .contact-info .small-title i.iconfont{
     display: inline;
     position: absolute;
     top: 0;
     left: 5px;
}
.search{
	width: 100%;
	height: 36px;
	position: relative;
	margin:20px 0 35px 0;
}
.search input{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 5px;
	width: 165px;
	height: 36px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-right: 0;
}
.search span{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	background:#ea8010 url("../image/detail_icon.png") no-repeat center ;
	background-size: 50%;
}
.container .cont-right{
    float: left;
    width: 850px;
    overflow: hidden;
    min-height: 500px;
    margin-top: -30px;
    font-family: "microsoft yahei";
}
/**---位置导航---**/
.container .location{
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}
.container .location .location-title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.container .location .location-info{
    text-align: right;
    color: #666666;
}
.container .location.location-product .location-info{
    background: url("../image/location-title-product.png") no-repeat left center;
}
.container .location.location-case .location-info{
    background: url("../image/location-title-case.png") no-repeat left center;
}
.container .location.location-news .location-info{
    background: url("../image/location-title-news.png") no-repeat left center;
}
.container .location.location-about .location-info{
    background: url("../image/join-us.png") no-repeat left center;
}
.container .location.location-teaching .location-info{
    background: url("../image/location-title-column.png") no-repeat left center;
}
.container .location .location-address{
    background: url("../image/location-rank.png") no-repeat left center;
    padding-left: 10px;
}
.container .location .location-info .second-nav{
    color: #00A0E9;
}
/***---资讯中心---***/
.cont-right .newsList .item{
    border-bottom: 1px dotted #d2d2d2;
    padding: 20px 0;
    position: relative;
    height: 168px;
    *height: 128px;
}
.cont-right .newsList .item a{
    text-decoration: none;
}
.cont-right .newsList .item .img-wrap{
    position: absolute;
    left: 0;
    top: 20px;
    width: 182px;
    height: 128px;
    border: 1px solid #cdd2ce;
    padding: 4px;
}
.cont-right .newsList .item .img-wrap img{
    width: 100%;
    height: 100%;
}
.cont-right .newsList .item:hover .img-wrap{
    border-color: #00a0e9;
}
.cont-right .newsList .item .news-info-wrap{
    margin-left: 200px;
    height: 100%;
    width: 540px;
}
.cont-right .newsList .item .news-info-wrap .title{
    padding: 15px 0;
    font-size: 18px;
    color: #333;
}
.cont-right .newsList .item .news-info-wrap .desc{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
}
.cont-right .newsList .item:hover .title{
    color: #00a0e9;
}
.cont-right .newsList .item:hover .desc{
    color: #333;
}
.cont-right .newsList .numDate {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
}
.cont-right .newsList .numDate p{
    color: #999;
    font-size: 13px;
}
.newsList .numDate .click-count {
    float: right;
    margin-top: 10px;
    width: 37px;
    height: 25px;
    line-height: 25px;
    background-color: #ea8010;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.cont-right .news .title{
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.cont-right .news .info{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 2px 0;
    color: #999999;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}
.cont-right .news .info span{
    margin: 0 15px;
}
.cont-right .news .content{
    font-size: 13px;
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.cont-right .news .content img{
    max-width: 100%;
}
.cont-right .news .content table{
    width: 100% !important;
}
/*******---product---******/
.cont-right .productList{
    margin-bottom: 50px;
}
.container .cont-right .base-cate-info{
    background-color: #fdf6e2;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.container .cont-right .base-cate-info .name{
    font-size: 16px;
    color: #666666;
}
.container .cont-right .base-cate-info .desc{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 10px;
    text-indent: 2em;
}
.container .list-top-title{
    height: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 16px;
}
.container .list-top-title .block{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    *display: inline;
    height: 100%;
    width: 9px;
    background-color: #90d6fc;
    margin-right: 7px;
}
.productList .item{
    float: left;
    width: 240px;
    border: 1px solid #b9b9b9;
    *width: 236px;
    padding: 1px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.productList .item .img-wrap{
    border: 1px solid #95d7fb;
    height: 220px;
}
.productList .item:hover{
    border-color: #95d7fb;
}
.productList .item .name{
    margin: 10px auto 20px;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    font-size: 14px;
    font-weight: bold;
}
.productList .item .name a{
	text-decoration:none;
}
.productList .item img{
    width: 100%;
    height: 100%;
}
.productList .item-1{
    margin-right: 25px;
}
.productList .item-2{
    margin: 0 25px 10px;
}
.productList .item-0{
    margin-left: 25px;
}
.cont-right .productList .more-info-wrap{
    position: absolute;
    top: 248px;
    right: 2px;
    background: #ffffff;
    border: 1px solid #9ddbfc;
    z-index: 99;
    font-size: 12px;
}
.cont-right .productList .more-info-wrap:hover .other-info{
    display: block;
}
.cont-right .productList .more-info-wrap .title{
    height: 20px;
    line-height: 20px;
    width: 73px;
    color: #ffffff;
    cursor: default;
    background:#90d6fc;
}
.cont-right .productList .more-info-wrap .title .updown-icon{
    display: inline-block;
    width: 10px;
    height: 7px;
    margin-left: 5px;
    background: url("../image/up-down-icon.png") center bottom no-repeat;
}
.cont-right .productList .more-info-wrap:hover .title .updown-icon{
    background: url("../image/up-down-icon.png") center top no-repeat;
}
.cont-right .productList .more-info-wrap .other-info{
    display: none;
}
.cont-right .productList .more-info-wrap .other-info a{
    color: #90d6fc;
}
.cont-right .product .product-base-info{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #90d6fc;
}
.cont-right .product .main-image{
    height: 240px;
}
.cont-right .product  .product-base-info .base-info{
    position: absolute;
    width: 500px;
    right: 0;
    top: 0px;
    height: 100%;
    *height: 245px;
    padding-top: 20px;
}
.cont-right .product .product-base-info .base-info .name,
.cont-right .product .product-base-info .base-info .description{
    font-size: 16px;
    font-weight: bold;
}
.cont-right .product  .product-base-info .base-info .name span{
    font-size: 18px;
    color: #666;
}
.cont-right .product .product-base-info .base-info .description{
    margin-top: 20px;
    position: relative;
}
.cont-right .product .product-base-info .base-info .description p{
    position: absolute;
    left: 80px;
    top: 0;
    width: 380px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
}
.cont-right .product .product-base-info .quick-key{
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
    width: 100%;
}
.cont-right .product .product-base-info .quick-key a{
    color: #90d6fc;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0 10px;
    padding: 3px 5px;
    border: 1px solid #EEEEEE;
}
.cont-right .product .product-base-info .quick-key .ask{
    padding-left: 35px;
    background: url("../image/zixun_icon.png") left center no-repeat;
}
.cont-right .product .product-base-info .quick-key .message{
    padding-left: 35px;
    background: url("../image/mess_icon.png") left center no-repeat;
}
.cont-right .product .product-base-info .quick-key a.back-home{
    color: #666;
    padding-left: 30px;
    background: url("../image/arrow_icon.png") 5px center no-repeat;
}
.cont-right .product .share-btn-wrap{
    position: absolute;
    bottom: 20px;
    right: 10px;
    border-radius: 8px;
    padding: 0 8px;
    height: 30px;
    *height: 28px;
    border: 1px solid #DDDDDD;
}
.cont-right .product .content{
    padding: 10px;
    border: 1px solid #eee;
    min-height: 200px;
}
.cont-right .product .content h3{
    padding: 0;
    margin: 0;
    color: #444444;
}
.cont-right .product .content img{
    max-width: 100%;
}
/***--case--***/
.cont-right .caseList .item{
   margin-bottom: 40px;
   width: 400px;
    height: 282px;
    position: relative;
    float: left;
}
.cont-right .caseList .item-0{
	float: right;
}
.cont-right .caseList .item .image-wrap{
	padding: 2px;
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
    font-size: 16px;
    border: 1px solid #c9c9c9;
    width: 400px;
    height: 282px;
    overflow: hidden;
}
.cont-right .caseList .item .image-wrap a{
	display: block;
	height: 237px;
	overflow: hidden;
	position: relative;
}
.cont-right .caseList .item .image-wrap a .case-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.cont-right .caseList .item:hover .image-wrap .case-bg{
	background: url("../image/caseCate-bg.png") no-repeat center;
}
.cont-right .caseList .item .image-wrap .name{
	background: #dde1df;
	color: #666;
	font-size: 16px;
}
.cont-right .caseList .item:hover .image-wrap .name{
	background: #00a0e9;
}
.cont-right .caseList .item:hover .image-wrap .name .title,
.cont-right .caseList .item:hover .image-wrap .name .count{
	color: #fff;
}
.cont-right .caseList .item .image-wrap .name .title{
	height: 45px;
	line-height: 45px;
	float: left;
	margin-left: 5px;
}
.cont-right .caseList .item .image-wrap .name .count{
	height: 45px;
	line-height: 45px;
	float: right;
	margin-right: 5px;
}
.cont-right .caseList .item:hover .image-wrap{
    border-color: #00a0e9;
}
.cont-right .caseList .item:hover .case-info-wrap{
    color: #00a0e9;
}
.cont-right .caseList .item:hover .case-info-wrap .desc{
    color: #333;
}
.cont-right .caseList .item:hover .oper-wrap a{
    background-color: #444;
}
.cont-right .caseList .item img{
    width: 100%;
}
.cont-right .caseList .case-info-wrap{
    margin-left: 440px;
    height: 100%;
    position: relative;
}
.cont-right .caseList .case-info-wrap .notice-info{
    border-bottom: 1px solid #7d0000;
    padding: 10px 0 2px 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cont-right .caseList .item .name{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    margin-bottom: 20px;
    position: relative;
}
.cont-right .caseList .name a{
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.cont-right .caseList .item .click-count{
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #7d0000;
    color: #FFFFFF;
    font-size: 12px;
    font-style: italic;
}
.cont-right .caseList .item .desc{
    color: #666666;
    line-height: 25px;
}
.cont-right .caseList .oper-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
}
.cont-right .caseList .oper-wrap a{
    margin-right: 20px;
    display: inline-block;
    width: 76px;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    background-color: #aaa;
    text-align: center;
    font-size: 12px;
}
.cont-right .caseList .item .oper-wrap a:hover{
    background-color: #7d0000;
}



/********案例详情********/
.cont-right .case .case-left-wrap{
    width: 500px;
}
.cont-right .case-left-wrap .main-image{
    border:1px solid #00a0e9;
    padding:3px;
}
.cont-right .case-left-wrap .main-image img{
    max-width: 100%;
}
.cont-right .case .case-right-wrap{
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.cont-right .case-right-wrap .name{
    font: bold 18px/20px "黑体";
    border-bottom: 1px solid #ccc;

}
.cont-right .case-right-wrap .name span{
    padding:10px 0;
    display: inline-block;
    border-bottom: 3px solid #ea8010;
    position: relative;
    bottom: -2px;
}
.cont-right .case-right-wrap .desc-text{
    font: bold 16px "黑体";
    margin: 20px 0;
}
.cont-right .case-right-wrap .content{
    color: #666;
}
.cont-right .case-right-wrap ul li{
    font: 16px "黑体";
    padding: 8px 0;
    position: relative;
}
.cont-right .case .share-btn-wrap{
    position: absolute;
    bottom: 2px;
    left: 60px;
    border-radius: 8px;
    height: 30px;
    *height: 28px;
    padding: 0 8px;
    border: 1px solid #DDDDDD;
}
.cont-right .case .content img{
    max-width: 100%;
}
.container .cont-right .quick-key{
    margin-top: 40px;
}
.container .cont-right .quick-key a{
    display: inline-block;
    background-color: #00a0e9;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 20px;
    border-radius: 8px;
}
.container .cont-right .quick-key a.back-home{
	background-color: #ea8010;
}
.case{
	position: relative;
	height: 500px;
}
.case .swiper-container {
    width: 60%;
    float: left;
}
.case .swiper-slide {
    background-size: cover;
    background-position: center;
}
.case .swiper-wrapper{
	position: relative;
	width: 60%;
}
.case .swiper-button-next,.case .swiper-button-prev{
	position: absolute;
	height: 50px;
	width: 50px;
	top: 45%;
}
.case .swiper-button-next{
	left: 0;
}
.case .swiper-button-prev{
	right: 0;
}
.case .swiper-button-next i,.case .swiper-button-prev i{
	font-size: 30px;
	color: #fff;
}
.case .swiper-button-next:hover i,.case .swiper-button-prev:hover i{
	color: #00a1e9;
	cursor: pointer;
}
.case .gallery-top {
    height: 80%;
    width: 480px;
}
.case .gallery-top img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.case .gallery-thumbs {
	width: 60%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.case .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.8;
    text-align: center;
}
.case .gallery-thumbs .swiper-slide img{
	display: block;
	width: 90%;
	height: 90%;
	border: 2px solid #ccc;
}
.case .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.case .gallery-thumbs .swiper-slide-active img{
	 /*border: 2px solid #EA8010;*/
}
/*******------column------*******/
.cont-right .columnList{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    *width: 810px;
}
.cont-right .columnList .item{
    float: left;
    width: 270px;
    text-align: center;
    padding: 5px;
    *width: 260px;
    position: relative;
}
.cont-right .columnList .item .image-wrap{
    position: relative;

}
.cont-right .columnList .item img{
    width: 100%;
    display: block;
}
.cont-right .columnList .item.hover a{
    /*height: 100%;*/
    background-image:url("../image/detail_icon.png");
    background-position: center;
    background-repeat: no-repeat;
}
.cont-right .columnList .item.hover .name{
    margin-top: 20px;
}
.cont-right .columnList .item .name{
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.cont-right .columnList .item  a{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    background-color: #000000\9;
    *background-color: #000000;
    filter:alpha(opacity = 70);
}
.cont-right .columnContent{
    margin: 0 auto;
}
.cont-right .columnContent .name{
    text-align: center;
    margin-top: 20px;
}
.columnContent .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.cont-right .columnContent .image-wrap{
    max-width:500px;
    margin: 0 auto;
    text-align: center;
}
.cont-right .columnContent .image-wrap img{
    width: 100%;
}
.columnContent .content img{
    max-width: 100%;
}
/*******------page------*******/
.cont-right .page h1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom:1px solid #eee;
    font-weight: bold;
}
.cont-right .page .content img{
	max-width:100%;
}

/* step
----------------------------------------------- */
.step{
    margin: 30px 0 5px;
}
.step a{
    color: #666666;
    font-size: 13px;
}
.step div{
    margin-bottom: 10px;
}
.step .back a{
    padding:4px 10px;
    border: 1px solid #DDDDDD;
}
.step .last,.step .next{
    padding-left: 10px;
}
/**--分页--**/
.pager {
    text-align: right;
    padding: 20px 0;
    color: #666;
}
.pager a {
    color: #666;
    text-decoration: underline;
}
