﻿@charset "utf-8";
/* CSS Document */



.mainbox{height:auto;overflow:hidden;margin:50px 0}


/*详情页侧边栏*/
.mainbox .left{width:22.5%;background:#f1f1f1;height:auto;overflow:hidden}
.mainbox .left .title{width:100%;height:90px;background:#222aaa}
.mainbox .left .title b{font-size:22px;color:#fff;display:block;text-align:center;padding-top:15px;letter-spacing: 2px;}
.mainbox .left .title span{font-size:15px;color:#fff;display:block;text-align:center;letter-spacing:1px;    margin-top: 5px;}
.mainbox .left .subbox{padding:20px}
.mainbox .left .subbox ul{}
.mainbox .left .subbox li{margin-bottom:15px;}
.mainbox .left .subbox .pro_nav{height: 40px;line-height: 40px;background:url(../images/bg.jpg) no-repeat top center;margin-bottom:10px;}
.mainbox .left .subbox .pro_nav a{color:#222aaa;font-size:15px;text-decoration: none;letter-spacing:2px;padding-left:30%}
.mainbox .left .subbox .pro_nav a:hover{text-decoration: none;}
.mainbox .left .subbox .pro_sub{}
.mainbox .left .subbox .pro_sub a{width:230px;height:35px;line-height:35px;text-align:center;background:#fff;display:block;text-decoration: none;margin-bottom:3px}
.mainbox .left .subbox .pro_sub dl a:hover{background:#ff9000;color:#fff;text-decoration: none;}

.mainbox .left .z2{overflow:hidden}
.mainbox .left .z2 .contact{padding:5%}
.mainbox .left .z2 .contact p{line-height:1.8em}
.mainbox .left .z2 .contact span {margin-left: 25%;}

.mainbox .pro_main{width:76%;overflow:hidden}

/*位置*/
.mainbox .location{width:100%;height:40px;line-height:40px;background:#f1f1f1}
.mainbox .location .lef{width:auto;float:left;font-size:20px;padding-left:15px}
.mainbox .location .right{width:auto;float:right;background:#182430;    text-align: right;padding: 0 15px;color:#fff}
.mainbox .location .right span,.mainbox .location .right a{color:#fff;font-size:14px;text-decoration:none;}
.mainbox .location .right a:hover{text-decoration:none}
.mainbox .location .right span {display: inline-block;color: #fff;font-size: 14px;background: url(../images/loc.png) no-repeat left center;padding-left: 25px;}

/*产品列表页*/
.pro_main .pro_list,.pro_main .new_list,.pro_main .hon_list{margin:20px 0;overflow: hidden;}
.pro_main .pro_list a,.hon_list a{ display: inline-block;width: 33.33%; float: left;margin-bottom: 20px;}
.pro_main .pro_list .pp{ margin: 10px;padding: 10px;background: #fff;overflow: hidden;}
.pro_main .pro_list .pp .pro_img {max-height: 300px;min-height: 300px;display: flex;align-items: center;justify-content: center; overflow: hidden;}
.pro_main .pro_list .pp:hover{box-shadow: 0px 4px 10px 2px #e0dfdf; -webkit-box-shadow: 0px 4px 10px 2px #e0dfdf;-moz-box-shadow: 0px 4px 10px 2px #e0dfdf;-o-box-shadow: 0px 4px 10px 2px #e0dfdf;;transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;}
.pro_main .pro_list .pp .pro_img img{margin: 0 auto;max-height: 300px;}
.pro_main .pro_list .pp .pro_tt {font-size: 15px;text-align: center;color: #333333;line-height:50px; width: 100%;height:50px;}






/*产品内容页*/
.p_cont,.h_cont{padding:30px 10px;overflow:hidden}
.p_cont .pro_one{margin-bottom:30px;overflow:hidden}
.p_cont .pro_one .left{width:60%;float:left;flex: 0 0 50%;    background: #fff;}
.pro_one .left .swiper-slide{max-width: 530px;    margin: 0 auto;overflow: hidden;padding: 0;z-index: 1;box-sizing: border-box;text-align: center;}
.pro_one .left .swiper-slide img{max-width: 530px;max-height: 500px;cursor: pointer;transition: all 0.6s;-webkit-transition: all 0.6s; 0-moz-transition: all 0.6s;-o-transition: all 0.6s}

.p_cont .pro_one .right{width:37%;float:right}
.p_cont .pro_one .pb-2{ border-bottom: 1px solid #dee2e6!important;padding-bottom: .5em;}
.p_cont .pro_one .right .lh-3{line-height:3;border-bottom: 1px dashed #dee2e6 !important;color: #6c757d!important;margin-top: 1rem!important;}
.p_cont .pro_one .my_3{margin-bottom: 1rem!important;}
.p_cont .pro_one .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
	cursor: pointer;
	display: block;
    width: 30%;
    height: 30px;
    line-height: 2;
    text-align: center;
}
.pro_two{overflow:hidden;background:#fff;padding:15px}
.pro_two h5{border-bottom:1px solid #17a2b8;padding-bottom: .5em; font-size: 1.2em;}
.pro_two .content { margin-top: 2em;color: #666;line-height: 2;}
.pro_one .left .swiper-slide img:hover{transform: scale(1.2);-webkit-transform: scale(1.2); 0-moz-transform: scale(1.2);-o-transform: scale(1.2)}








/*案例列表页*/
   

.hon_list .hh {
    margin: 10px;
    overflow: hidden;
}

.hon_list .hh .hon_img {
    overflow: hidden;
    width: 280px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
	    border: 1px solid #ccc;
	transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s
}
.hon_list .hh .hon_img img {
    max-width: 280px;
    max-height: 300px;
    vertical-align: middle;
}
.hon_list .hh .hon_tt {
    font-size: 15px;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding-top: 10px;
}


.hon_list .hh .hon_img:hover{border:1px solid #2769ca; }



/*案例详情页*/

.h_cont .hon_one{ margin-bottom: 30px;}
.h_cont .hon_one h3{margin-bottom:10px;text-align: center;}
.h_cont .hon_one .swiper-slide{text-align:center; padding: 20px 0;cursor: pointer;box-sizing: border-box}
.h_cont .hon_one .swiper-slide img{max-width: 600px;max-height: 550px;cursor: pointer;transition: all 0.6s;-webkit-transition: all 0.6s; 0-moz-transition: all 0.6s;-o-transition: all 0.6s}
.h_cont .hon_one .swiper-slide img:hover{transform: scale(1.3);-webkit-transform: scale(1.3); 0-moz-transform: scale(1.3);-o-transform: scale(1.3)}




/*新闻列表页*/

.pro_main .new_list ul{}

.pro_main .new_list li{    margin: 3% 1%;width:98%;height:auto;background:#fff;overflow:hidden;box-shadow: 0px 4px 10px 2px #f3f3f3; -webkit-box-shadow: 0px 4px 10px 2px #f3f3f3;;-moz-box-shadow: 0px 4px 10px 2px #f3f3f3;}
.pro_main .new_list li a{    display: block;padding: 15px; overflow: hidden;}
.pro_main .new_list .date{width:12%;height:100%;background:#f1f1f1;text-align:center;padding: 20px 0;}

.pro_main .new_list .date b{    font-weight: 100;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 30px;
    font-family:"Microsoft YaHei";
    text-transform: uppercase;
	    color: #343434;}
.pro_main .new_list .date span {
    font-weight: 100;
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 15px;

    color: #343434;
    margin-top: 10px;
}
.pro_main .new_list .cont{width:86%;margin:15px 0}

.pro_main .new_list .cont b {
    font-size: 16px;
}

.pro_main .new_list .cont p {
    line-height: 22px;
    margin-top: 10px;
    font-size: 13px;
	letter-spacing: 2px;
    color:#a5a5a5
}

.pro_main .new_list li:hover .cont b,.pro_main .new_list li:hover .cont p,.pro_main .new_list li:hover .date span{colo:#2769ca}


/*新闻内容页*/
.text-center {
    text-align: center!important;
}
.n_cont{padding:30px}
.n_cont .n_title{color:#222aaa;text-align: center;font-size: 28px;}
.n_cont .n_time{border:1px dotted #ccc;padding: 5px 0;text-align: center; margin: 20px 0;}
.n_cont .n_time span{margin:0 10px}
.n_cont .n_content{  }
.n_cont .n_content p{line-height: 28px;font-size:14px}

/*上下页*/

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	    line-height: 2rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-num, .page-link 
{position: relative;
    display: block;
    padding: .5rem .3rem;
    margin-left: -1px;
    line-height: 0.1;
    color: #aaa;
   float: left;
    border: 1px solid #ddd;
	margin: .5rem .1rem;
}

.page-num:not(:disabled) {
    cursor: pointer;
}
.page-num-current {
    z-index: 1;
    color: #2769ca;
	border: none;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}



/*上下篇*/

.text-secondary {
        color: #6c757d!important;
    line-height: 25px;
        background: #eee;
    padding: 1em;
        border-radius: 8px;
		   -webkit-border-radius: 8px;
		     -moz-order-radius: 8px;
			  -ms-order-radius: 8px;
			  -o-order-radius: 8px;
			  
	    
}

.text-secondary a {
    color: #6c757d;
}


/*分享*/
.bdshare-button-style0-16 {
    zoom: 1;
}
.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=91362611.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_more {
    background-position: 0 0;
}
.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}


.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}
.bdshare-button-style0-16 .bds_tqq {
    background-position: 0 -260px;
}
.bdshare-button-style0-16 .bds_renren {
    background-position: 0 -208px;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.jiathis_style {
    width: 50%;
    float: left;
}

.met_hits{
    margin-top: 2rem!important;
    margin-bottom: 1rem!important;
	overflow: hidden; 
}
.met_hits a {
    color: #666;
	font-size:14px;text-decoration: none;
}

