/* by zengxy.com 1559261757@qq.com */

html,body{ background:#fff; overflow-x:hidden;}
ul,li{ list-style: none; margin: 0; padding: 0;}
.container{ position:relative;}
.navbar-header{ position:relative;}
a{ color: #444;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}


/* 顶部 */
.z_top{ position: relative;}
.z_top .h{ width: 100%; height: 42px; line-height: 42px; color: #fff; background: #266bbc; font-size: 12px;}
.z_top .h .r{ float: right; cursor: pointer;}
.z_top .h .r a{ color: #fff;}
.z_top .h .r a:hover{ color: #eee;}
.z_top .h .r i{ display: inline-block; font-style: normal; height: 10px; width: 1px; margin: 0 8px;
    vertical-align: middle; border-left: #fff solid 1px;}
.z_top .t{ position: relative; background: #fff; padding: 15px 0;}
.z_top .t .logo{ float: left;}
.z_top .t .logo a{ display: block; position: relative; padding: 15px 0; 
    padding-left: 94px; color: #444; text-decoration: none;}
.z_top .t .logo img{ position: absolute; left: 0; top: 0; z-index: 1;}
.z_top .t .logo b{ display: block; font-size: 22px; font-weight: normal;}
.z_top .t .logo i{ font-style: normal; font-size: 15px;}
.z_top .t .call{ float: right; padding-left: 82px; padding-top: 5px; margin-top: 5px;
    background: url("../images/icon_phone.png") no-repeat center left;}
.z_top .t .call a{ color: #444; text-decoration: none;}
.z_top .t .call i{ font-size: 16px; font-style: normal; letter-spacing: 4px;}
.z_top .t .call b{ font-size: 30px; line-height: 40px; font-weight: normal; display: block;}
.z_top .t button{ position: absolute; right: 0; top: 4px; z-index: 1;}
.z_top .nav{ background: #266bbc; height: 46px; font-size: 0;}
.z_top .nav a{ display: inline-block; color: #fff; height: 46px; text-align: center;
	line-height: 46px; padding: 0 42px; font-size: 14px; vertical-align: middle;}
.z_top .nav a:hover,
.z_top .nav a.on{ text-decoration: none; background: #CA1B1E;}
.z_top .nav i{ display: inline-block; font-style: normal; width: 1px; height: 10px; background: #fff; vertical-align: middle;}
.z_top .nav .sbtn{ display: none;}
@media(min-width:768px){
    .z_top .collapse{ display: block;}
}
@media(max-width:1200px){
	.z_top .nav a{ padding: 0 30px;}
}
@media(max-width:992px){
    .z_top .nav a{ padding: 0 16px;}
}
@media(max-width:768px){
    .z_top .h{ display: none;}
    .z_top .t { padding: 10px 0;}
    .z_top .t .logo a{ padding: 7px 0; padding-left: 50px;}
    .z_top .t .logo img{ height: 50px; margin-left: -8px;}
    .z_top .t .logo b{ font-size: 15px;}
    .z_top .t .logo i{ font-size: 12px;}
    .z_top .t .call{ display: none;}
    .z_top .nav{ height: auto; margin-left: -15px; margin-right: -15px;}
    .z_top .nav a{ display: block; width: 100%;}
    .z_top .nav i{ display: none;}
}

/* 首页焦点 */
.z_banner{ position: relative; height: auto;}
.z_banner img{ width: 100%;}
.z_banner ol{ bottom: 0px;}
.z_banner ol li{ border:#999 solid 1px; margin: 0 6px; opacity: .9;}
.z_banner ol li.active{ background:#fff;}

/* 内页焦点 */
.z_banner2{}
.z_banner2 img{ width: 100%;}

/* 标题 */
.z_title{ background: no-repeat top left; position: relative;
	border-bottom: #ddd solid 2px; padding-left: 50px; padding-top: 10px; padding-bottom: 10px;}
.z_title hr{ position: absolute; left: 0; bottom: -2px; width: 40%; border: none;
	border-bottom: #266bbc solid 2px; margin: 0; padding: 0;}
.z_title b{ font-size: 20px; color: #266bbc; font-weight: normal; margin-right: 8px;}
.z_title .r{ float: right; padding-top: 10px;}
.z_title .r a{ color: #444; font-size: 13px;}
.z_title .r a:hover{ color: #266bbc;}

/* 首页产品 */
.z_product{ padding-top: 30px;}
.z_product .row{ padding-top: 30px;}
.z_product .row a{ display: block; text-align: center;}
.z_product .row img{ width: 100%;}
.z_product .row p{ color: #444; margin-top: 10px; margin-bottom: 20px;}

/* 首页案例 */
.z_case{ padding-top: 30px;}
.z_case .pro{ padding-top: 20px;}
.z_case .pro .bg{ position: absolute; z-index: 1; left: 0; top: 0; display: none;
	background: #111; filter:alpha(opacity=50); opacity: .5; width: 100%; height: 100%;}
.z_case .pro .t{ position: absolute; z-index: 1; display: none;
    left: 0; top: 42%; width: 100%; color: #fff; text-align: center;}
.z_case .pro .t b{ font-weight: normal; display: block; font-size: 15px; margin-bottom: 2px;}
.z_case .pro a:hover .bg,
.z_case .pro a:hover .t{ display: block;}
.z_case .pro .l{ float: left; width: 39%; position: relative; margin-bottom: 20px;}
.z_case .pro .l a{ display: block; height: 540px;}
.z_case .pro .l img{ width: 100%; max-height: 100%;}
.z_case .pro .r{ float: right; width: 60%; position: relative;}
.z_case .pro .r .row{ margin-left: 0; margin-right: -8px;}
.z_case .pro .r .col-md-4{ padding-left: 0; padding-right: 10px;}
.z_case .pro .r a{ display: block; border: #ddd solid 1px; position: relative; margin-bottom: 10px; height: 264px;}
.z_case .pro .r img{ width: 100%; max-height: 100%;}
@media(max-width:992px){
	.z_case .pro .l{width: 100%;}
	.z_case .pro .l a{ height: auto;}
	.z_case .pro .r{width: 100%;}
	.z_case .pro .r a{ height: auto;}
}

/* 首页关于 */
.z_about{ height:706px; background:url(../images/bg_about.jpg) repeat-y center top;}
.z_about .h{ text-align: center; padding-top: 30px; padding-bottom: 20px;}
.z_about .h h5{ font-size: 22px; margin-bottom: 6px;}
.z_about .h h5 i{ font-style: normal; color: #266bbc;}
.z_about .h p{ font-size: 14px; color: #666;}
.z_about .bd{ background: #fff; padding-top: 50px; padding-bottom: 50px;}
.z_about .r{ float: right; width: 49%;}
.z_about .r img{ width: 100%;}
.z_about .l{ float: left; width: 48%; padding-left: 4%;}
.z_about .l .t{ padding-top: 20px; margin-bottom: 20px;}
.z_about .l .t p{ font-size: 24px;}
.z_about .l .t b{ color: #266bbc; font-size: 16px; display: block; margin-bottom: -10px;}
.z_about .l .t i{ display: inline-block; font-style: normal; width: 40px; border-top: #266bbc solid 2px;}
.z_about .l .desc{ min-height: 260px; line-height: 28px;}
@media(max-width:992px){
	.z_about{ height: auto; padding-bottom: 40px;}
    .z_about .bd{ padding-top:0;}
    .z_about .r{ width: 100%;}
    .z_about .l{ width: 100%; padding: 10px;}
}

/* 首页新闻 */
.z_news{ position:relative; background: #fff; padding-top: 50px; padding-bottom: 40px;}
.z_news .line{ border-bottom: #ddd solid 1px; height: 18px; margin-bottom: 70px;}
.z_news .h{ text-align: center; position: absolute; left: 0; top: 0; width: 100%;}
.z_news .h b{ font-size:22px; font-weight: normal; letter-spacing: 1px;
    display:inline-block; background: #fff; padding: 0 30px;}
.z_news .h b span{ color: #266bbc;}
.z_news .h p{ font-size:14px; color: #666; margin-top: 3px;}
.z_news .img{ padding-bottom: 40px;}
.z_news .img img{ width: 100%;}
.z_news .list{ padding-left: 0;}
.z_news .list li{ position: relative; padding: 10px; padding-left: 142px; margin-bottom: 20px; background: #eee;}
.z_news .list li a{ display: block;}
.z_news .list li .t{ position: absolute; z-index: 1; left: 0; top: 0; width: 132px;}
.z_news .list li .t img{ width: 100%;}
.z_news .list li h5{ color: #222; margin: 0; margin-bottom: 8px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.z_news .list li p{ font-size: 13px; line-height: 20px; height: 42px; overflow: hidden; color: #666; margin: 0;}
.z_news .list li i{ display: block; font-style: normal; text-align: right; font-size: 12px; color: #666;}
@media(max-width:640px){
	.z_news .list li{ padding-left: 80px;}
	.z_news .list li .t{ width: 70px;}
}

/* 首页伙伴 */
.z_partner{ padding-bottom: 20px; position: relative;}
.z_partner .row{ padding-top: 30px; width: 90%; margin: 0 auto;}
.z_partner .row div{ padding: 0;}
.z_partner .row a{ display: block; width: 90%; text-align: center; line-height: 80px;
    margin: 0 auto; border: #266bbc solid 1px; margin-bottom: 20px;}
.z_partner .row a:hover{ border: red solid 1px;}
.z_partner .row img{ max-width: 100%;}
.z_partner .prev, .z_partner .next{ position: absolute; left: 0; top: 93px; z-index: 1; 
    font-size: 36px; font-family: Consolas; color: #666; text-decoration: none;
    display: inline-block; width: 40px; text-align: center;}
.z_partner .next{ left: auto; right: 0;}
@media(max-width:992px){
    .z_partner .row{ width: auto;}
    .z_partner .row a{ width: 96%;}
    .z_partner .prev, .z_partner .next{ display: none;}
}

/* 底部 */
.z_foot{ color:#fff; background: url("../images/bg_foot.jpg") repeat-y center top;}
.z_foot .line{ padding-top: 30px;}
.z_foot .line table{ width: 100%; text-align: center;}
.z_foot .line b{ display: block; width: 100%; border-bottom: #637ea9 solid 1px;}
.z_foot .line i{ font-size: 22px; margin-bottom: 2px; color: #637ea9; font-weight: bold;}
.z_foot .bd{ padding-top: 40px; border-bottom: #637ea9 solid 1px;}
.z_foot .l{ float: left; width: 30%; text-align: center; padding-bottom: 50px;}
.z_foot .l b{ display: block; font-size: 18px; font-weight: normal; margin-top: 10px;}
.z_foot .l p{ font-size: 13px;}
.z_foot .r{ float: right; width: 68%; overflow: hidden;}
.z_foot .r .link{ border-bottom: #637ea9 solid 1px; margin-bottom: 40px; margin-right: -40px;}
.z_foot .r .link a{ display: inline-block; padding-bottom: 20px; color: #fff; margin-right: 42px;}
.z_foot .r .info{ margin-right: -40px; padding-bottom: 30px;}
.z_foot .r .info .fo{ float: left; padding-right: 40px; max-width: 40%; line-height: 24px;}
.z_foot .copy{ clear: both; text-align: center; padding: 16px 0; font-size: 13px;}
@media(max-width:1200px){
    .z_foot .r .link{ margin-right: -20px;}
    .z_foot .r .link a{ margin-right: 20px;}
    .z_foot .r .info{ margin-right: -25px;}
    .z_foot .r .info .fo{ padding-right: 25px;}
}
@media(max-width:992px){
    .z_foot .l{ width: 100%;}
    .z_foot .r{ width: 100%;}
    .z_foot .r .info{ margin-right: 0;}
    .z_foot .r .info .fo{ padding-right: 0; width: 100%; max-width: none;}
}

/* 内容 */
.z_content{}
.z_content .h{ border-bottom: #266bbc solid 2px; padding-top: 10px;}
.z_content .h .t{ padding-top: 8px;}
.z_content .h .t b{ font-size: 24px; margin:10px 0; color: #3e3a39; font-weight: normal;}
.z_content .h .t p{ font-size: 12px; text-transform: uppercase; margin: 0;}
.z_content .h .cat{ text-align: right; font-size: 0;}
.z_content .h .cat a{ display: inline-block; padding: 26px 20px; font-size: 14px;}
.z_content .h .cat a:hover,
.z_content .h .cat a.on{ background: #444; color: #fff;}
.z_content .cont{ line-height: 24px; padding: 24px 0;}
.z_content .l{ float: left;}
.z_content .r{ float: right;}
.z_content .i{ text-align: center;}
.z_content .step{ margin: 15px; margin-top: 40px; text-align: right; }
.z_content .step a{ margin: 0 5px;}
@media(max-width:768px){
    .z_content .h .t{ text-align: center;}
    .z_content .h .cat{ text-align: center; padding-top: 15px; padding-bottom: 15px;}
    .z_content .h .cat a{ padding: 10px; margin: 0 5px;}
    
}

/* 左导航 */
.z_left{ background-color: #302f2f; border-radius: 10px; 
    margin-top: 40px; margin-bottom: 20px; padding-bottom: 20px;}
.z_left h3{ margin-left: 25px; margin-bottom: 20px; padding-top: 20px; color: #fff;}
.z_left .cat{ width: 90%; margin: 0 auto; background: #FFF; border-radius: 4px;}
.z_left .cat a{ display: block;}
.z_left .cat h5{ margin: 0; cursor: pointer; padding: 15px; padding-left: 42px; color: #266bbc; 
    font-size: 12px; font-weight: 700; border-bottom: 1px solid #CCC; transition: all 0.4s ease; display: block;}
.z_left .cat li ul{display: none;float: left; width: 220px;margin-left: 230px; z-index: 99;}
.z_left .cat li:hover ul{display: block;  position: absolute; margin-top: -44px; z-index: 99; overflow: hidden; } 
/*.z_left .cat li:last-child h5{ border-bottom: none;}
.z_left .cat li.on h5{ color: #266bbc;}
.z_left .cat li.on .sub{ display: block;}*/
.z_left .sub{ display: none; background: rgb(238, 238, 238); font-size: 14px;}
.z_left .sub li{ }
.z_left .sub li a{ display: block; text-decoration: none; color: #000; 
    padding: 8px; padding-left: 22px; transition: all 0.25s ease;}
.z_left .sub li a:hover{ color: #266bbc;}
@media(max-width:992px){
    .z_left .cat h5{ padding-left: 20px;}
    .z_left .sub li a{ padding-left: 20px;}
}

/* 产品列表 */
.z_prolist{}
.z_prolist a{ display: block; text-align: center; margin: 10px 0;}
.z_prolist .img{ position: relative; margin-bottom: 6px;}
.z_prolist .img img{ width: 100%;}
.z_prolist .bg{ position: absolute; left:0; top:0; width: 100%; height: 100%; background: rgba(50, 50, 50, 0.75);
    -webkit-transform: scale(0,0); -moz-transform: scale(0,0); 
    -ms-transform: scale(0,0); -o-transform: scale(0,0); transform: scale(0,0); 
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; 
    -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; 
    transition: all .5s ease-in-out;}
.z_prolist a:hover .bg{ -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); 
    -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1);}
.z_prolist .bg .icon-search{ display: inline-block; position:relative; top:  46%; width: 36px; height: 36px; border-radius: 50%;
    background: #e48a42 url("../images/search.png") no-repeat center center;}

/* 分页 */
.z_page{ text-align: center; font-size: 0; margin: 30px 0; clear: both;}
.z_page a{ font-size: 14px; background-color:#266bbc; display: inline-table; padding: 3px 10px; 
    margin:5px; line-height: 25px; color: #fff;}
.z_page a.on{ color:#404040; background:#dedede;}

/* 产品详细 */
.z_prodetail{ padding-top: 40px;}
.z_prodetail .img img{ max-width: 100%;}
.z_prodetail .desc{ line-height: 2;}
.z_prodetail .desc h3{ margin: 15px 0; color:#266bbc; text-align: center;}
.z_prodetail .txt{ line-height: 2; clear: both; padding: 30px 0;}
.z_prodetail .next{ padding-bottom: 30px; line-height: 2;}

/* 新闻列表 */
.z_newslist{ padding-top: 40px;}
.z_newslist .row a{ display: block; text-decoration: none; margin-bottom: 20px;}
.z_newslist .row .img img{ width: 100%;}
.z_newslist .row .t{ border-bottom: #266bbc solid 1px; padding-top: 20px; padding-bottom: 10px; margin-bottom: 10px;}
.z_newslist .row .t h4{ font-size: 16px; margin-bottom: 4px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.z_newslist .row .t i{ font-size: 12px; color: #666; font-style: normal;}
.z_newslist .row .desc{ line-height: 24px; color: #555; display: -webkit-box;-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;    overflow: hidden;}
.z_newslist .row a:hover h4{ color: #266bbc;}

/* 新闻详细 */
.z_newsdetail{ padding-top: 40px;}
.z_newsdetail .t{ text-align: center;}
.z_newsdetail .t h3{ margin-bottom: 15px;}
.z_newsdetail .t span{ color: #666;}
.z_newsdetail .txt{ line-height: 2; padding: 30px 0;}
.z_newsdetail .next{ padding-bottom: 30px; line-height: 2;}

/* 留言 */
.z_feedback{ padding-top: 60px; padding-bottom: 50px;}
.z_feedback .t{ padding:0 15px;}
.z_feedback .t .tip{ font-size: 16px; line-height: 24px; color: #666;}
.z_feedback .t .info{ font-size: 16px; padding-top: 30px; padding-bottom: 30px;}
.z_feedback .t .info p{ margin: 10px 0;}
.z_feedback .t .info img{ vertical-align: middle;}
.z_feedback .t .info span{ vertical-align: middle;}
.z_feedback .fb{ }
.z_feedback .fb li{ padding-bottom: 20px;}
.z_feedback .fb .inp{ width: 98%; padding-left: 2%; height: 46px; line-height: 46px;
    border: #ccc solid 1px;}
.z_feedback .fb .txt{ width: 98%; padding: 2%; height: 100px;
    border: #ccc solid 1px;}
.z_feedback .fb .btn{ padding: 10px 60px;}

/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:215px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#266bbc;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:215px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}
#rightArrow a:hover{color:#0b478e;}}