﻿/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
/*---------- import ---------*/
@import url('css/layout.css');
@import url('css/page.css');
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
ul {
	list-style: none;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.left{
	float: left ;
}
.right{
	float: right;
}
/*---------- stock ---------*/
.top_logo{
	width: 100%;
	background:#fff;
	position:fixed;
	z-index:1000;
	box-shadow: 0px 3px 5px #888888;
}
.top_logoimg{
	float: left ;
	width: 47%;
}
.top_logoimg img{
	width: 100%;
	max-width: 548px;
}

.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	display: block ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}

/***************公司简介*****************/
.gsjj{
	float: left;
	width: 100%;
	background:url('../images/gsjjbj.jpg') no-repeat center center ; 
	padding-top: 60px;
	padding-bottom: 70px;
}
.gsjjnr{
	float: left ;
	width:48%;
}
.gsjjname{
	float: left ;
	width: 100%;
}
.gsjjname img{
	width: 100%;
	max-width:274px;
}
.gsjjnrjs{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #323234;
	line-height: 30px;
	margin-top: 15px;
}
.gsjjnrjs p{
	text-indent: 2em;
	padding:0px;
	margin:auto;
}
.gsjjgd{
	float: left ;
	width: 100%;
	margin-top: 45px;
}
.gsjjgd a img{
	width: 100%;
	max-width:140px;
}
.gsjjimg{
	float: right ;
	width: 48%;
	margin-top: 40px;
}
.gsjjimg img{
	width: 100%;
	max-width: 574px;
}
/*****发展历程****/
.fzlc{
	float: left ;
	width: 100%;
	background:url('../images/fzlcbj.jpg') no-repeat center center ; 
	padding-top: 60px;
}
.btname{
	float: left ;
}
.btname img{
	width: 100%;
	max-width:328px;
	
}
.btname span{
	font-size:16px;
	color: #292929;
	line-height: 70px;
	width: 100%;
	float: left ;
}
.more{
	float: left  ;
	width: 100px;
	line-height: 30px;
	background: #306eab;
	text-align: center ;
	margin-left: 15%;
}
.more a{
	font-size: 14px;
	color: #fff;
}
.morej{
	float: right ;
	width: 40px;
	line-height: 40px;
	text-align: center ;
	background:#e31d03;
}
.morej a{
	font-size: 31px;
	color: #fff;
}
.about-history{ height:550px; width: 100%; float: left ;}
.about-title {margin-bottom: 25px;}
.about-title h3 {margin: 0 0 10px;font-size:34px;font-weight:400;color: #2c2c2c;}
.about-title p {margin: 0;font-size: 36px;font-weight: 300;color: #ECECEC;}
.title-white h3{ color:#d6d6d6;}
.title-white p{ color:rgba(222,222,222,.09);}
.about-history-list{ position:relative;}
.about-history-list .flex-viewport{ padding:0 31px;}
.about-history-list .flex-viewport:before{ position:absolute; top:50%; right:0; left:0; border-top:1px solid #C7C7C7; content:'';}
.about-history-list .slides li{ position:relative; width:253px; height:419px; margin-right:31px;}
.about-history-list .slides li .item{ position:absolute; right:-32px; bottom:0; left:-32px; min-height:152px; padding:44px 0 0 0; background-color:#fff; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:before{ position:absolute; top:-49px; left:50%; width:20px; height:20px; overflow:hidden; margin-left:-10px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:#fc8a7b; content:'';}
.about-history-list .slides li .item:after{ position:absolute; top:-45px; left:50%; width:12px; height:12px; overflow:hidden; margin-left:-6px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:#e31d03; content:'';}
.about-history-list .slides li:nth-child(even) .item{ top:0; bottom:auto; padding:0 0 44px;}
.about-history-list .slides li:nth-child(even) .item:before{ top:auto; bottom:-49px;}
.about-history-list .slides li:nth-child(even) .item:after{ top:auto; bottom:-45px;}
.about-history-list .slides li .item h3{ position:absolute; top:0; right:0; left:0; height:44px; line-height:44px; margin:0; font-size:20px; font-weight:400; color:#999999; text-align:center; background-color:#e2e2e2; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:hover h3{ color:#fff; background-color:#e31d03;}
.about-history-list .slides li .item h3:before{ position:absolute; bottom:100%; left:50%; margin-left:-9px; border-width:0 9px 18px; border-style:solid; border-color:transparent transparent #E2E2E2; content:'';}
.about-history-list .slides li .item:hover h3:before{ border-color:transparent transparent #e31d03;}

.about-history-list .slides li:nth-child(even) .item h3{ top:auto; bottom:0;}
.about-history-list .slides li:nth-child(even) .item h3:before{ top:100%; bottom:auto; border-width:18px 9px 0; border-color:#E2E2E2 transparent transparent;}
.about-history-list .slides li .item .desc{ line-height:24px; padding:22px 26px 0; font-size:14px; color:#808080;}
.about-history-list .slides li .item .desc p{ margin:0;}
.about-history-list .flex-direction-nav{ padding:0; margin:0; list-style:none;}
.about-history-list .flex-direction-nav a{ position:absolute; top:50%; width:48px; height:160px; line-height:160px; overflow:hidden; margin-top:-80px; font-size:50px; font-family:simsun; color:#000; text-align:center;}
.about-history-list .flex-direction-nav a.flex-prev{ left:-48px;}
.about-history-list .flex-direction-nav a.flex-next{ right:-48px;}
.about-history-swiper{ width:100%;}
.about-history-swiper .swiper-slide .item{ overflow:hidden; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background-color:#fff;}
.about-history-swiper .swiper-slide .item h3{ margin:0; height:40px; line-height:40px; overflow:hidden; font-size:20px; text-align:center; color:#999999; background-color:#e2e2e2;}
.about-history-swiper .swiper-slide .item .desc{ line-height:20px; padding:10px; font-size:14px; color:#929292;}
.about-history-swiper .swiper-slide .item .desc p{ margin:0;}
.about-history-swiper .about-history-pagination{ position:static; margin-top:10px;}
.about-history-swiper .about-history-pagination .swiper-pagination-bullet{ background:#fff;}
.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active{ background:#C91523;}


/********产品展示******/
.chanpin{
	float: left ;
	width: 100%;
	padding-top: 38px;
	background:url('../images/cpbj.jpg') no-repeat center center ; 
	padding-bottom: 50px;
}
.chanpinnr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.chanpinnr ul li{
	float: left ;
	width: 23%;
	margin:0px 1% 15px 1%;
}
.chanpinnr ul li a .chanpinimg{
	float: left ;
	width: 100%;
	height:253px;
	overflow: hidden ;
}
.chanpinnr ul li a .chanpinimg img{
	width: 100%;
}
.chanpinnr ul li a .chanpinname{
	float: left ;
	width: 100%;
	line-height: 40px;
	background:#d1d1d1;
	text-align: center ;
	font-size:16px;
	color: #000;
}
.chanpinnr ul li:hover a .chanpinname{
	background:#e31d03;
	color: #fff;
}
/********3大优势******/
/********工程案例****/
.ryzz{
	float: left ;
	width: 100%;
	padding-top:40px;
	padding-bottom: 40px;
}
.rongyunr{
	float: left;
	width: 100%;
	margin-top:25px;
}
#marquee1{width:100%;height:333px;overflow:hidden; position:relative;}

#marquee1 ul li{float:left; padding:0 10px;}
#marquee1 ul li a .rytp{
	float: left ;
	width: 286px;
	height:333px;
	overflow: hidden;
}
#marquee1 ul li a .rytp img{
	width: 100%;
}
#marquee1 ul li a .ryname{
	position:absolute;
	bottom:0px;
	background:rgba(0,0,0,0.4);
	line-height: 35px;
	text-align: center ;
	max-height: 35px;
	overflow: hidden ;
	width: 286px;
	font-size: 16px;
	color: #fff;
}
#marquee1 ul li:hover a .ryname{
	background:#e31d03;
}

/******公司简介****/
/********新闻*****/
.xinwen{
	float: left ;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.xinwennr{
	float: left ;
	width: 100%;
	margin-top: 20px;
	position:relative;
}
.xinwenimg{
	float: left ;
	width: 50%;
	position:relative;
}
.xinwentp{
	float: left ;
	width: 100%;
}
.xinwentp img{
	width: 100%;
}
.xinwenjs{
	width: 100%;
	position:absolute;
	bottom:0px;
	background:rgba(0,0,0,0.3);
	padding:15px 0px;
}
.xinwentime{
	float: left ;
	width: 111px;
	font-size:30px;
	color: #fff;
	text-align: center ;
	line-height: 25px;
}
.xinwentime span{
	font-size:18px;
	color: #fff;
}
.xinwenjswz{
	float: left ;
	width: 467px;
	margin-left:5px;
}
.xinwenname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
}
.xinwenjsjut{
	float: left ;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
	text-indent: 2em;
}
.newsxx{
	position:absolute ;
	right:0px;
	width: 57%;
	z-index:10;
}
.newsxx li{
	float: left ;
	width: 100%;
}
.newsxx li:hover{
	background:#e31d03;
}
.newsxx li:hover a .newstime{
	color: #fff;
}
.newsxx li:hover a .newstime span{
	color: #fff;
}
.newsxx li:hover a .newsnr .newsnamr{
	color: #fff;
}
.newsxx li:hover a .newsnr .newsjswz{
	color: #fff;
}

.newsxx li a{
	float: left ;
	width: 86%;
	margin-left: 14%;
	border-bottom:1px #7b7b7b dashed ;
	padding-top:35px;
	padding-bottom: 22px;
}
.newsxx li a .newstime{
	float: left ;
	width: 111px;
	font-size:30px;
	color: #000;
	line-height: 25px;
	text-align: center ;
}
.newsxx li a .newstime span{
	font-size:18px;
	color: #8c8c8c;
}
.newsxx li a .newsnr{
	float: left;
	width: 439px;
	margin-left: 10px;
}
.newsxx li a .newsnr .newsnamr{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
}
.newsxx li a .newsnr .newsjswz{
	float: left ;
	width: 100%;
	font-size:14px;
	color: #7b7b7b;
	margin-top: 10px;
}
/****合作****/
.hezuo{
	float: left ;
	width: 100%;
	background:#f3f3f3;
	padding-bottom: 50px;
	padding-top: 50px;
}
#marquee2{width:100%;height:133px;overflow:hidden; position:relative;}

#marquee2 ul li{float:left; padding:0 10px;}
#marquee2 ul li a .rytp{
	float: left ;
	width: 190px;
	height:131px;
	overflow: hidden;
	border:1px #bfbebc solid ;
}
#marquee2 ul li a .rytp img{
	width: 100%;
}

/*******底部******/
.foot{
	float: left ;
	width: 100%;
	background: url('../images/foot_bj.jpg') no-repeat left top ; 
	padding-top: 43px;
}
.foot_dbdh{
	float: left ;
	width: 19%;
}
.foot_dbdhbt{
	float: left ;
	width: 100%;
	border-bottom: 1px #fff solid ;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}
.foot_dbdhnr{
	float: left ;
	width: 100%;
	margin-top: 25px;
}
.foot_dbdhnr ul li{
	float: left ;
	width: 50%;
	line-height: 22px;
	margin-bottom: 8px;
}
.foot_dbdhnr ul li a{
	font-size: 14px;
	color: #fff;
}
.foot_lxfs{
	float: left ;
	width: 30%;
	margin-left: 4%;
}
.foot_lxfsnr{
	float: left ;
	width: 100%;
	margin-top: 25px;
}
.foot_lxfsdz{
	float: left ;
	width: 100%;
	background: url('../images/foot_dz.png') no-repeat left center ; 
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	padding-left: 26px;
	margin-bottom: 8px;
}
.foot_lxfsdh{
	float: left ;
	width: 100%;
	background: url('../images/foot_dh.png') no-repeat left center ; 
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	padding-left: 26px;
	margin-bottom: 8px;
}
.foot_lxfsyx{
	float: left ;
	width: 100%;
	background: url('../images/foot_yx.png') no-repeat left center ; 
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	padding-left: 26px;
	margin-bottom: 8px;
}
.foot_lxfslxr{
	float: left ;
	width: 100%;
	background: url('../images/foot_lxr.png') no-repeat left center ; 
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	padding-left: 26px;
	margin-bottom: 8px;
}
.foot_sys{
	float: left ;
	width: 23%;
	margin-left: 3%;
}
.foot_sysnr{
	float: left ;
	width: 50%;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
}
.foot_sysnr img{
	max-width: 98px;
}
.foot_zxzx{
	float: right ;
	width: 16%;
}
.foot_zxnr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.foot_zxnr a{
	float: left ;
	width: 100%;
	margin-bottom: 17px;
}
.foot_zxnr a img{
	max-width: 130px;
}
.foot_bqsy{
	float: left ;
	margin-top: 25px;
	border-top: 1px #fff solid ;
	text-align: center ;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	width: 100%;
}
.foot_bqsy a{
	font-size: 14px;
	color: #fff;
}







.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}

@media screen and (max-width: 800px) {
.htmleaf-container,.fzlc{
	display: none ;
}
.gsjjimg{
	display: none ;
}
.gsjjnr{
	width: 100%;
	padding:0px 15px;
}
.right{
	display: none ;
}
.btname span{
	display: none ;
}
.about-history{
	display: none ;
}
.chanpinnr ul li{
	width: 48%;
}
.xinwenimg{
	width: 100%;
}
.xinwentime{
	display: none ;
}
.xinwenjswz{
	width: 100%;
}
.newsxx{
	position:relative;
	float: left ;
	width: 100%;
}
.newsxx li a{
	margin-left: 0px;
	width: 100%;
}
.newsxx li a .newstime{
	display: none ;
}
.newsxx li a .newsnr{
	width: 100%;
}
.foot_dbdh,.foot_lxfs,.foot_sys,.foot_zxzx{
	display: none ;
}
.foot_bqsy{
	line-height: 25px;
	padding-bottom: 70px;
}
.top_logoimg{
	width: 65%;
}
.foot{
	padding-top: 0px;
}
  .navbar{ margin:0px; border:none;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background-color:  #FF2828;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}
}






