.top{
    height:30px;
    line-height: 30px;
    color:#818181;
}
.font26 {
    font-size: 26px;
}

/*隐藏的导航部分*/
.hide_nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.hide_list_info li {
    float: left;
}
.hide_list_info li {
    text-align: center;
}
.hide_nav_content .hide_warp {
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,.49);
}

ul.top_rt li{
    width: 36px;
    margin-right: 10px;
}
.container-fluid{
    /*padding: 0;*/
    /*margin: 10px 0;*/
}
.index_md_nav_container ul li a{
    display: block !important;
    width: 33.3%;
}
.nav_line ,.nav_line_c{
    margin-left: 10px;
    width: 60px;
    height: 43px;
}

.nav_line1 {
    background:url("../images/nav_line1.png") no-repeat center center #FFF;
}
.nav_line2 {
    background: #fff url("../images/nav_line2.png") center center no-repeat;
}
.nav_line3 {
    background: #a8a9ab url("../images/nav_line3.png") center center no-repeat;
}
.nav_line4 {
    background: #a8a9ab url("../images/nav_line4.png") center center no-repeat;
}
.hide_list_info {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 20px;
}
.hide_list_info > li > i {

}

.hide_list_info > li {
    padding-top:100px;
}
.hide_list_info > li .tit {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: default;
    display: block;
    color: #fff;
    line-height: 35px;
	cursor: pointer;
}
 
.hide_list_info > li .tit:hover {
    color: #fff;
    text-decoration: underline;
}
.hide_list_info > li .tit i {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -3.5px;
}
.hide_list_info > li .lt {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 6px;
    border-bottom: 1px solid transparent;
    display: block;
}
.hide_list_info > li .lt.on, .hide_list_info > li .lt:hover {
    border-bottom: 1px solid #fff;
}
.hide_list_info > li .point {
    cursor: pointer;
}

/*移动端隐藏的导航信息*/
.hide_nav_mob_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.hide_nav_mob_content .tip-nav, .hide_nav_mob_content .tip-serch {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    position: fixed;
    z-index: 82;
}
.hide_nav_mob_content .tip-nav .tip-warp {
    padding: 40px 10px 0 20px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.hide_nav_mob_content .tip-warp ul {
    padding: 50px 0 20px;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #666;
}
.hide_nav_mob_content .tip-warp li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.hide_nav_mob_content .tip-warp li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: -1.8px;
    top: 5px;
}
.hide_nav_mob_content .tip-warp li .title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: block;
    position: relative;
}
.hide_nav_mob_content .tip-warp li .title i {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url(../images/left-arr.png) right center/0.14rem no-repeat;
}
.hide_nav_mob_content .tip-warp li .details, .hide_nav_mob_content .tip-warp li .details a {
    font-size: 14px;
    line-height: 28px;
    color: #bdc3dc;
    display: block;
}
.hide_nav_mob_content .tip-warp li.on .details{

}
.hide_nav_mob_content .tip-warp li .details {
    display: none;
    padding-top: 12px;
}
.hide_nav_mob_content .tip-warp ul > li {

}





/*善能简介*/
.profile_container {
    padding-top: 190px;
    height: 790px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/index_md_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.index_sub_bg {
    width: 100%;
    height: auto;
    background: url("../images/index_bg.png") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
}


.jddwContent .absoluteContainer {
    position: absolute;
    left: 0;
    bottom: 40%;
    width: 35%;
    background: #96070e;
    padding: 15px;
	padding-left:40px;

}
.absoluteContainer p {
    font-size: 22px;
    line-height: 32px;
}
.absoluteContainer a {
    font-size: 15px;
    padding: 3px 20px;
    border: 1px solid #eee;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}
.absoluteRightC {
    position: absolute;
    font-size: 14px;
    bottom: 40%;
    right: 1%;
    width: 46%;
    background: rgba(11,13,12,.8);
    padding: 60px 50px;
}
.absoluteRightC p {
    margin-bottom: 45px;
    line-height: 30px;
    color: #fff;
}
.absoluteRightC p:last-child {
    margin-bottom: 0;
}
.nav_container {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 20px;
    width: 100%;
    height: auto;
    z-index: 999;
}
.indexTopRT li {
    color: #fff !important;
}
.indexTopRT li a {
    color: #fff !important;
}
.hide_list_info {
   width: 100%;
   display: flex;
   justify-content: space-around;
}
.index_md_txt {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 20%;
}
.index_md_txt h2 {
    font-size: 70px;
	font-weight:800
}
.index_md_txt h4 {
    font-size: 38px;
    margin-top: 45px;
    font-weight: normal;
}
.index_md_txt h4 span{
    font-size: 42px;
    font-weight: bold;
}
.index_type_container {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
}
.index_type {
    margin: 0 -15px;
}
.index_type > div > div {
    /*background: #860509;*/
    /*padding: 20px 0;*/
    /*text-align: center;*/
    /*margin-right: 40px;*/
}
.index_type > div > div:last-child {
    margin-right: 0;
}
.index_type div a {
    color: #fff;
    font-size: 20px;
}
.index_type div.active {
    background: #6e2a2c;
}
.index_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 45px;
    background: #860509;
    color: #fff;
    font-size: 13px;
}
.index_bottom a {
    color: #fff;
}
.index_bottom a:hover {
    text-decoration: underline;
}

/*数据中心部分开始*/
.common-header {
    background: #fff;
    line-height: 3;
    padding: 20px 0;
}
.head-top-right {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 9999;
    background: #fff;
}
.top_rt li {
    float: left;

}
.top_rt li:hover {
    font-weight: bold;
}
.top_rt li a {
    color: #666;
}
.sjBanner-title {
    padding-top: 250px;
    height: 784px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/dataCenter.png) no-repeat;
    background-size: cover;
}
.sjBanner-title .commonTitle {
    font-size: 36px;

}
.sjBanner-title .commonMst {
    font-size: 35px;
    margin-top: 35px;
}
.sjBanner-title .commonMst span {
    font-size: 38px;
    font-weight: bold;
    line-height: 77px;
}
.banner-title h1 {
    margin-bottom: 30px;
}
.font30 {
    font-size: 30px;
}
.datacenter_bg span {
    display: inline-block;
    width: 100%;
    padding: 20px 2px;
    background: #a8a9ab;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.datlist_tit {
    font-size: 25px;
    color: #000;
    margin-bottom:37px;
}
.datlist_tit_ex {
    font-size: 17px;
    color: #0a0a0a;
    margin-bottom: 0px;
}
.datacenter_container,.pro_fm_container {
    width: 100%;
  
    
    background: #ddd;
}
.qiege_container{
	 background: url(../images/cbn.jpg) no-repeat;
	 background-position-y: bottom;
}
.pro_fm_container .container {
    padding: 0;
}
.datacenter_bg span:hover {
    background: #96070e;
}
.nav-pic-img{display: inline-block;
width: 60px;
margin-right: 10px;
text-align: center;
}
.datacenter_bg .col-sm-4 {
    padding: 0 1px;
}
.commonTitle {
    font-size: 34px;
    padding: 100px 0px 10px 30px;
    font-weight: normal;
}
.commonMst {
    padding-left: 30px;
    font-size: 33px;
    margin-top: 30px;
}
.commonMst span {
    font-size: 36px;
    font-weight: bold;
}
.datacenter_list {
    margin-top: 110px;
}
.data_tit {
    line-height: 2;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}
.data_tit_ex {
    font-size: 13px;
    padding-bottom: 23px;
    line-height: 37px;
    color: #666666;
    border-bottom: 1px dotted #9aaaae;
}
.list_tit {
    line-height: 2;
    font-size: 27px;
    color: #000;
  
}
.list_tit_ex {
    font-size: 17px;
    margin-bottom: 40px;
    line-height: 37px;
    color: #333232;
}
.dataListC .list_info_bottom {
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid transparent;
}
.dataListC .list_info_bottom:hover {
    border: 1px solid #96070e;
}
.dataListC .list_info_bottom:hover .list_info_tit {
    color: #96070e;
}
.padding10 {
    padding: 10px;
}
.paddingLeft10 {
    padding: 0 10px;
}

.list_info_ltImg img{
    max-width: 100%;
}
.list_info_tit {
    font-size: 18px;
    margin: 20px auto;
 
    overflow: hidden;
}
/*数据中心详情部分开始*/
.datacenter_detail_container {
    background: #820205;
}
.datacenter_detail_container .detail-title {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}
.bd_bottom {
    /*border-bottom: 1px dotted #a3bac0 ;*/
}
.mr_top_50 {
    margin-top: 50px;
}

.detail_list_tit p{
    line-height: 35px;
    font-size: 15px;
    color: #333;
}

.detail-bottom {
    margin: 100px 0;
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.borderShadow {
    box-shadow: 0 0 3px #ddd;
    padding: 10px;
}
.borderShadow > div {
    margin-top: 10px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    
}
.data_list_info {
    margin-bottom: 50px;
}

.liaojieMore {
       margin: 62px 0 !important
}
.list_info_bottom {
	margin-top: 39px;
}
.dcList a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 32px;
}

/*联系我们开始*/
.contact_us_container {
    width: 100%;
    background: url("../images/contact_us_bg.png") center center no-repeat;
    background-size: cover;
    height: 850px;

}
.fixedContent {
    padding-top: 150px;
    color: #fff;
    font-size: 17px;
}
.fixedContent .contactUsType li p{
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
}
.data_list_info p{
	font-size: 15px;
	color: #333;
    width: 76%;
    line-height: 27px;
}
#dataCeList p {
    width: 100%;
}
.realizeInfo {
    margin-top: 80px;
}

.realizeInfo p {
    margin-bottom: 50px;
    font-size: 19px;
    color: #fff;

}
.realizeInfo div img {
    margin-right: 20px;
}

.ability_banner_title .commonTitle {
    font-size: 27px;
    padding: 200px 0px 10px 30px;
    font-weight: normal;
}



.contact_email_c {
    margin: 50px 10px;
    margin-bottom: 100px;
}
.scale-box {
    overflow: hidden;
}

.scale-box img {
    cursor: pointer;
    transition: all 0.6s;
}
.productJJ:hover{
	border: 1px solid #820205;
}
.scale-box img:hover {
    transform: scale(1.2);
}
.proListHover > div {
    padding-top: 10px;

    margin-bottom: 50px;
}

.productPad > div > div:first-child {
    padding-right: 60px !important;
}

.proListHover > div > div {
    border: 1px solid transparent;
}
.paddingT {
    padding-top: 0px ;
}
.proListHover > div > div:hover {
    border: 1px solid #860509;
}

.proT6B3 {
    margin-top: 60px;
    margin-bottom: 30px;
}
.productJJ {
    padding: 85px 20px;
    margin-bottom: 50px;
}

.indexNav > div a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-right: 40px;
    background: #860509;
    cursor: pointer;
    transition: all 0.6s;
    box-shadow: 0 7px 3px -4px #000000;
    font-size: 20px;
}
.indexNav > div a:hover {
    transform: scale(1.1);
}

/*善能产品封面页*/
.pro_banner_title {
    padding-top: 190px;
    height: 790px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/product_fm_bg.jpg) no-repeat;
    background-size: cover;
}
.pro_fm_bg {
    text-align: center;
    color: #fff;
    font-size: 19px;
}

    .pro_fm_bg > div > div.col-sm-3 {
        background: #820205;
        
        border-right: 2px solid #ddd;
        height: 70px;
        line-height:70px;
    }

.pro_fm_bg > div > div.col-sm-4 {
    background: #820205;
    padding: 15px 1px;
    border-right: 1px solid #ddd;
}
.pro_fm_bg > div > div:hover {
    background: #6D6765;
}
.redColor {
    color: #96070e;
    font-weight: bold;
    font-size: 28px;
}
.commonF {
    font-size: 16px;
    color: #000;
}

.padding20 {
    padding:30px 20px;
    margin-bottom: 30px;
}
.margin50 {
    margin-bottom: 50px;
}

.pro_list_info {
    margin-top: 80px;

}
.pro_list_info img {
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
}
.proListHover > div {
    margin-bottom: 70px;

}
.reMore {
    opacity: 0;
    width: 100%;
    background: #820205;
    color: #fff !important;
   
    font-size: 14px;
    text-align: center;
    margin-top: 0 !important;
    font-weight: normal !important;
        height: 38px;
    line-height: 38px;
     padding:0 !important;
}

.page_container {
    padding: 0px 0 80px 0;
}

.page_container span {
    padding: 5px 15px;
    border: 1px solid #820205;
}

.ggParameters {
    margin: 50px 0;
    margin-bottom: 110px;
}

.pro_detail_containr {
    margin-top: 80px;
}


.ggParameters .container .pp {
    width: 100%;
    background: #f4f5f6;
    padding: 20px 30px;
    font-size: 17px;
    color: #302c29;
    font-weight: bold;
}
 

.detailRight {
    margin-left: 50px
}

.detailRight h3 {
    margin-bottom: 30px;
}

.contactUs_btn {
    margin-top: 50px;
}

.marginTop50 {
    margin-top: 50px;
}
.marginTop50 p{
    
   font-size: 15px;
    color: #666;
    line-height: 35px;
}
 

.marginTop30 {
    margin-top: 30px;
}

.marginTop20 {
    margin-top: 20px;
}
.marginBottom20 {
    margin-bottom: 20px;
}

.ability_banner_title {
    height: 790px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/ability1_bg.png) no-repeat;
    background-size: cover;
}

.ability_banner_title .commonMst span {
    font-size: 28px;
    font-weight: bold;
}
.ability_banner_title .commonMst {
    font-size: 26px;
    font-weight: normal;
}
.font20 {
    font-size: 20px;
}
.qieGeEq {
    font-size: 16px;
    color: #666;
    margin: 20px 0;
}
.qglist_tit {
    font-size: 25px;
    color: #000;
    line-height: 60px;
    margin-top: -30px;
    margin-bottom: 40px;
}
.qglist_tit_ex {
    font-size: 17px;
    color: #666;
    line-height: 32px;
    margin-bottom: 58px;
}
.klool{
	font-size: 15px;
}
/*页面最右侧的固定定位部分*/
.fixed-right-content {
    position: fixed;
    bottom: 20px;
    width: 80px;
    /*height: 150px;*/
    right: 20px;
    z-index: 99999;
}
.factoryPro {
    font-size: 19px;
    font-weight: bold;
}

.common_bottom {
    width: 100%;
    background: #820205;
    color: #fff;
    font-size: 13px;
}
.common_bottom a {
    color: #fff;
}

.footer_content {
    padding: 10px;
}
.contactUsImg {
    width: 55px;
    height: 57px;
    overflow: hidden;
}
.contactUsImg:hover {
    background: #970106;
    height: 240px;
    width: 200px;
    transition: -0.5s width ease,0.5s height ease,0.4s right ease
}
#sticky_contact .sticky_contact_inner {
    width: 200px;
    height: 220px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.15);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
#sticky_contact .sticky_contact_inner .title {
    text-align: center;
    font-size: 20px;
    font-size: 1.33333rem;
    font-family: Meiryo;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
#sticky_contact .sticky_contact_inner .title.icon {
    padding-top: 8px;
}
#sticky_contact .sticky_contact_inner .title:before {
    display: block;
    width: 52px;
    height: 52px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 10px;
}
#sticky_contact .sticky_contact_inner .or {
    text-align: center;
    font-size: 12px;
    font-size: .8rem;
}
#sticky_contact .sticky_contact_inner .tel, #sticky_contact .sticky_contact_inner .email, #sticky_contact .sticky_contact_inner .additional_link {
    text-align: center;
}
#sticky_contact .sticky_contact_inner .additional_link {
    margin-top: 10px;
}
#sticky_contact a {
    color: #fff;
}
.load-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 80;
}


#certify .swiper-slide img {
    width: 888px;
    height: 595px;
    display: block;
    border: 2px solid #fff;
}



.load-bg .top {
    height: 50%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.load-bg .top i.on {
    left: 0%;
    margin-left: 0px;
    width: 100%;
}
.load-bg .top i {
    display: block;
    width: 200px;
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: .5s;
    transition: .5s;
}

.load-bg .bot {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
}
.proFmSmall > span {
    font-size: 19px;
}

.preload {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 81;
    background: #fff;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-transform-origin: 50% 42%;
    -ms-transform-origin: 50% 42%;
    transform-origin: 50% 42%;
}
.preload__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.preload__progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin: -1px 0 0 -100px;
    height: 1px;
    background: rgba(255,255,255,.15);
    -webkit-transition: .3s;
    transition: .3s;
}

.preload__progress-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: preloadLine 1.6s both infinite;
    animation: preloadLine 1.6s both infinite;
}

.qiegeNav > .row > .col-sm-3{
    padding: 0 1px;
}
.ability_banner_shanneng {
    height: 790px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/ability2_bg.jpg) center center no-repeat;
    background-size: cover;
}
.ability_banner_shanneng .commonTitle {
    margin: 310px 0 35px 0;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.ability_banner_shanneng .commonMst {
    font-size: 30px;
    font-weight: normal;
}

.ability_banner_shanneng .commonMst span {
    font-size: 32px;
    font-weight: bold;
}
.abImgTxt {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.ability_banner_bottom {
    padding-top: 190px;
    height: auto;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/ability2_bg2.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 330px;
}
.relativeContain {
    position: relative;
}
.relativeContain > span {
    position: absolute;
    top: 80px;
    left: 40px;
    color: #fff;
    width: 70%;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
}
.relativeContain > a {
    position: absolute;
    bottom: 100px;
    left: 40px;
    color: #fff;
    width: 70%;
    font-size: 15px;
    text-align: left;
    padding: 2px 5px;
    border: 1px solid #eee;
}
.relativeContain > div {
        position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(151, 1, 6, 0.9);
    padding: 20px 10px 10px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 78px;
    line-height: 78px;
    padding: 0 15px;
    padding-left: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relativeContain > div a {
    float: right;
    color: #fff;
    border: 1px solid #eee;
    padding: 3px 15px;
    font-size: 14px;
    width: 50%;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.relativeContain > div span {
    float: left;
}

.poster-main .poster-next-btn{
    left:0;
    background: url(../images/index_bottom_lt_arrow.png) center center no-repeat;
    /*background-color: none ;*/
}
.poster-main .poster-prev-btn {
    background: url(../images/index_bottom_rt_arrow.png) center center no-repeat;
    /*background-color: none ;*/
}
.profile_lunbo1 {
    width: 100%;
    /*padding: 100px 50px;*/
}
.ability_banner_proJJ {
    padding-top: 190px;
    height: 790px;
    color: #fff;
    width: 100%;
    font-size: 33px;
    background: url(../images/index_banner1.png) no-repeat;
    background-size: cover;
}

.profile_lunbo2 {

    width: 100%;
    padding: 80px;
    /*padding-bottom: 30px;*/
    background: url("../images/index_bottom_bg.png") no-repeat;
    background-size: cover;
}



.profile_lunbo222 {

    width: 100%;
    padding: 80px;
    /*padding-bottom: 30px;*/
    background: url("../images/beijingtu11.jpg") no-repeat;
    background-size: cover;
}






.swiper-button-next1, .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    top: 34% !important;
}



.proDetTit {
    padding-left: 90px;
    padding-right: 40px;
}
.proDetTit > p {
    font-size: 15px;
    color: #666;
     font-size: 15px;
    color: #666;
    line-height: 35px;
}
.proDetTit > p:first-child {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}
.proDetBanner {
    position: relative;
}
.proDetBanner > div.container {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #edeff1;
    font-size: 19px;
}

.dataLisTxt {
    font-size: 17px !important;
    line-height: 32px !important;
    margin-bottom: 60px !important;
}
.list_info_tit1 {
    font-size: 18px;
    color: #0a0a0a;
    margin-top:20px;
    font-weight: normal !important;
}
.list_info_tit1_t {
	width:96%;
    font-size: 15px;
    color: #0a0a0a;
    font-weight: normal;
    line-height: 25px;
        color: #0a0a0a;
    font-weight: normal;
    line-height: 25px;
    height: 70px;
    overflow: hidden;
}
.liaojieMore1 {
    margin: 12px 0 !important;
    margin-bottom: 41px !important;
}
.jszcContainer {
    /*padding-right: 30px;*/
}
.jszcContainer1 img ,.jszcContainer img{
    max-width: 100%;
}
#jszc {
    /*margin-bottom: 100px;*/
}
.abImgTxt a {
    color: #fff;
}
.abilist_tit {
    font-size: 25px;
    color: #454545;
    line-height: 18px;
    margin-bottom: 40px;
    font-weight: bold;

}
.nbmk{
	padding-left: 10px;
}
.abilist_tit_ex {
    font-size: 20px;
    color: #1e1f1e;
    line-height: 33px;
    margin-bottom: 60px;
}
.form-control{
	background: #e4e5e6;
	border: 1px solid #f3f3f3;
}
/*.form-group{
	position: relative;
}*/
.liaojieMore{
	margin-bottom: 15px!important;
}
.jokp{
	background: none;
}
.ma-b10{
	margin-bottom: 12px;
}
.gloab{
	background: #f5f5f5;
	padding-bottom: 100px;
}
.map-box{
	position: relative;
}

.g-title{
	font-size: 20px;
	color: #666666;
	margin: 86px 0;
}
.mark-box1{
	width: 30px;
	height: 30px;
	background: url(../images/mark-item.png) no-repeat;
	position: absolute;
	top:158px;
	left: 320px;
	cursor: pointer;
	  
}
.mark-item{
	width: 100%;
	height: 100%;
	position: relative;
}
.map-tips{
	    position: absolute;
    top: -124px;
    left: -130px;
    width: 282px;
    height: 107px;
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: center;
    line-height: 50px;
    padding: 10px;
    box-sizing: border-box;
}
.map-tips{
	display: none;
}
.sj-v{
	display: none;
}
.mark-item:hover .map-tips{
	display: block;
	transition: all 0.5s
}
.mark-item:hover .sj-v{
	display: block;
	transition: all 0.5s
}
.map-tips img{
	margin: 0 auto;
}
.sj-v {
    position: absolute;
    top: -25px;
    left: -9px;
}
.mark-box2{
	top: 290px;
    left: 228px;
}
.mark-box3 {
    top: 415px;
    left: 350px;
}
.mark-box3 {
    top: 202px;
    left: 611px;
}
.mark-box4 {
  top: 269px;
    left: 992px;
}
.mark-box5 {
        top: 281px;
    left: 946px;
}
.mark-box6 {
       top: 331px;
    left: 928px;
}
.mark-box7 {
	width: 12px;
	height: 11px;
    top: 282px;
    left: 923px;
    background: url(../images/wj.png) no-repeat!important;
    background-size: cover;
}
.zb{
	display: block;
}
.zbb{
	color: #b21f23;
    position: absolute;
    left: -90px;
    top: -17px;
    font-size: 15px;
}
.aope{
	background: none;
}
.zl-title{
	font-size: 26px;
	font-weight: bold;
}
.new-description-a{
	    position: relative;
    font-size: 16px;
    line-height: 30px;
}
.new-jog-box{
    color: #fff;

    position: absolute;
    left: 0;
    width: 100%;
    padding: 24px;
    top: 112px;
    padding-top: 9px;
    height: 100%;

}
.new-jog-box span{
	display: block;
	height: 116px;
	overflow: hidden;
}
.new-jog-box a{
	color: #fff;
	height: 34px;
	line-height: 34px;
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 50px;
	text-align: center;
	
	
}
.img100{
	width: 100%;
	height: auto;
}
.more-info-ppr .btn-primary{
	    width: 132px;
    height: 38px;
    line-height: 25px;
    text-align: center;
    border: none;
    font-size: 15px;
    background: url(../images/more-1.png) no-repeat;
    margin: 25px 0 15px 0;

}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
}
.self-thumbnail-1 {
    display: block;
    padding: 10px;
    margin-bottom: 70px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 1px 1px 1px 1px #e3e3e3;
}
.self-thumbnail-1:hover .scale-box img{
	transform: scale(1.2);
	transition: all 0.6s;
	
}

.plop{
	
	font-size: 13px;
	color: #666;
	height: 48px;
	overflow: hidden;
 overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; //作为弹性伸缩盒子模型显示。
-webkit-box-orient:vertical; //设置伸缩盒子的子元素排列方式--从上到下垂直排列
-webkit-line-clamp:2; //显示的行


}
.tools-title{
	margin: 0;
	margin-bottom: 38px;
	line-height:40px
}
.pro-info-pic-box{
	width: 100%;
	height: auto;
	background: #f4f5f6;
	border: 1px solid #e3e3e3;
}
.product-itme-i:hover{
	border: 1px solid red;
}
.product-itme-i:hover .reMore{
	opacity: 1;
}
.pr-this-name{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0;
	margin-top: 13px;
}
.kown-more-pr{
	opacity: 0;
    width: 90%;
    display: block;
    background: #820205;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
}
.pro-wrap{
	border: 1px solid #e3e3e3;
	/*padding-top:10px;*/
	padding-bottom: 22px;
	margin-left: -15px;
	box-shadow: -1px 0px 1px 0px rgba(227, 227, 227, 0.46);
}
.pro_list_info1{
	margin-top: 114px;
}
.pro-dd-item:hover .pro-wrap{
	cursor: pointer;
	border: 1px solid #820205;
}
.pro-dd-item:hover .kown-more-pr{
	opacity: 1;
	transition: all 0.6s;
}
.pr-row-item{
	margin-bottom: 85px;
}
.dataCeList p {
    width: 100% !important;
}
.contactUs_btn span {
    display: inline-block;
    background: url("../images/contact_us_btn.png") no-repeat;
    background-size: cover;
    padding: 20px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}