
/*---------- 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;
	margin:0px auto ;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.top_zdb{
	float: left ;
	width: 100%;
	background:#dfdfdf;
}
.top_huany{
	float: left ;
	width: 50%;
	font-size:14px;
	line-height:40px;
	color: #000;
}
.top_xdh{
	float: right ;
	width:20%;
}
.top_xdh ul li{
	float: left ;
	width: 32%;
	text-align: center ;
	line-height:18px;
	margin:10px 0px;
	border-left:1px #000 solid ; 
}
.top_xdh ul li:first-child{
	border-left:none;
}
.top_xdh ul li a{
	font-size:14px;
	color: #000;
}
/*---------- stock ---------*/
.top{
	width: 100%;
}
.logo{
	float: left ;
	width: 50%;
}
.logo a img{
	float: left ;
	width: 100%;
	max-width: 489px;
}
.top_dianhua{
	float: right;
	width:50%;
}
.top_dianhua img{
	float: right ;
	width:100%;
	max-width:369px;
}
/***************导航*****************/
.head {
	width: 100%;
	background:#026ba4;
}
.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

.navbar-nav {
	float: left ;
	width:100%;
}

.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}
ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	padding: 0px 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 微软雅黑;
}
ul.nav.navbar-nav li:first-child{
	background:none;
}
ul.nav.navbar-nav li {
background:url('../images/xbt.jpg') no-repeat left center ; 
width:12%;
text-align: center ;
}

ul.nav.navbar-nav li a:hover {
	color:#fff;
	background:#c41403;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background:#c41403!important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none!important;
}
/**************************************banner*****************/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
}
.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);
}
/******产品展示****/
.chanpin{
	float: left ;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 45px;
}
.cpzsbt{
	float: left ;
	width: 100%;
	font-size:35px;
	text-align: center ;
	background:url('../images/bttp.jpg') no-repeat center center ;
	color:#026ba4;
	text-transform: uppercase ;
	font-weight: bold ;
}
.cpzsfbt{
	float: left ;
	width: 100%;
	font-size:25px;
	color: #888888;
	font-weight:lighter;
	text-align: center ;
	text-transform:uppercase;
	margin-top:10px;
}
.cpzsnr{
	float: left ;
	width: 100%;
}
.cpzsnr ul li{
	float: left ;
	width: 23%;
	margin:10px 10px;
	border:1px #c0bfbf solid ;
}
.cpzsnr ul li a .chanzsimg{
	float: left ;
	width: 100%;
	height:273px;
	overflow:hidden;
}
.cpzsnr ul li a .chanzsimg img {
	width:100%;
	height:100%;
}
.cpzsnr ul li a .chanzsname{
	float: left ;
	width: 100%;
	line-height:35px;
	background:#e0e0e0;
	font-size:16px;
	text-align: center ;
	color: #000;
	border-top:1px #c0bfbf solid ;
}
.cpzsnr ul li a:hover .chanzsname{
	background:#026ba4;
	color: #fff;
}
.chnpgd{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.chpgdnr{
	width:11%;
	background:#026ba4;	
	line-height:35px;
	text-align: center ;
	border-radius:20px;
	margin:auto;
}
.chpgdnr a{
	color: #fff;
	font-size:14px;
}
/******公司简介****/
.gsjj{
	float: left ;
	width: 100%;
	background:url('../images/gsjjbj.jpg') no-repeat center center ; 
	padding-top:50px;
	padding-bottom:40px;
}
.gsjjmc{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:35px;
	color: #fff;
	background:url('../images/bttp.png') no-repeat center center ; 
}
.gsjjfbt{
	float: left ;
	width:100%;
	font-size:25px;
	color: #fff;
	text-align: center ;
	text-transform: uppercase ;
	font-weight: lighter ;
}
.gsjjnr{
	float: left ;
	width: 100%;
	background:#fff;
	padding:20px 25px ;
	margin-top:20px;
}
.gsjjimg{
	float: left ;
	width: 37%;
}
.gsjjimg img{
	max-width:441px;
	width: 100%;
}
.gsjjwz{
	float: right ;
	width: 60%;
}
.gsjjwzyw{
	float: left ;
	width: 100%;
	font-size:37px;
	color: #c7c7c7;
	font-weight: bold ;
	text-transform: uppercase ;
}
.gsjjwzzw{
	float: left ;
	width: 100%;
	font-size:20px;
	color: #026ba4;
	font-weight:bold;
}
.gsjjwznr{
	float: left ;
	width: 100%;
	margin-top:15px;
	font-size:16px;
	color: #000000;
	line-height:30px;
}
.gsjjwznr p{
	text-indent: 2em;
	padding:0px;
	margin:auto;
}
.gsjjgdwz{
	float: left ;
	width: 100%;
	margin-top:25px;
}
.gsjjgdwz ul li{
	float: left ;
	width:117px;
	line-height:35px;
	text-align: center ;
	background: #333333;
	margin-right:14px;
}
.gsjjgdwz ul li a{
	font-size:16px;
	color: #fff;
}


/*****优势***/
.youshi{
	float: left ;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
}
.youshibt{
	float: left ;
	width: 100%;
	background: url('../images/wdys.jpg') no-repeat center center ;  
	height:191px;
}
.youshibt img{
	width: 100%;
}
.youshinr{
	float: left ;
	width: 100%;
	margin-top:32px;
}
.ys1{
	float: left ;
	width: 100%;
}
.ystp{
	float: left ;
	width: 49%;
	margin-left:2%;
}
.ystp img{
	width: 100%;
}
.ysqdsl{
	float: right ;
	width: 42%;
	margin-right:2%;
	background:url('../images/ys1.jpg') no-repeat left top ; 
}
.ysxjjs{
	float: right ;
	width: 42%;
	margin-right:2%;
	background:url('../images/ys2.jpg')  no-repeat left top ; 
	margin-top:35px;
}

.ysqdslbt{
	float: right ;
	font-size:20px;
	color: #000;
	line-height: 45px;
	width: 86%;
	border-bottom: 1px #a6a6a6 dashed ;
}
.ysqdslbt span{
	font-size:17px;
	color: #7e7e7e;
	padding-left:10px;
	text-transform: uppercase ;
}
.ysqdslnr{
	float: right ;
	width: 86%;
	font-size: 14px;
	line-height: 23px;
	color: #000;
}
.ys2{
	float: left ;
	width: 100%;
	margin-top: 45px;
}
.ys2hz{
	float: left ;
	width: 42%;
	margin-left: 2%;
}
.ystd{
	float: left ;
	width: 100%;
	background: url('../images/ys3.jpg') no-repeat left top ; 
}
.ysyzcp{
	float: left ;
	width: 100%;
	background: url('../images/ys4.jpg') no-repeat left top ; 
	margin-top: 32px;
}
.ystp1{
	float: right ;
	width: 49%;
	margin-right: 2%;
}
.ystp1 img{
	width: 100%;
}
.ys3{
	float: left ;
	width: 100%;
	margin-top: 45px;
}
.ysyzkf{
	float: right ;
	width: 42%;
	margin-right: 2%;
	background: url('../images/ys5.jpg') no-repeat left top ;
}
.yslxdh{
	float: right ;
	width: 35%;
	margin-right:3%;
	margin-top: 35px;
}
.yslxdh a{
	width: 100%;
}
/*****横条****/
.hengtiao{
	float: left ;
	width: 100%;
	background:url('../images/hengtiao.jpg') no-repeat center center ; 
	height:259px;
}
/******案例****/
.hezuokh{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom:10px;
}
.hezuonr{
	float: left ;
	width: 100%;
	margin-top:15px;
}
.hezuonr ul li{
	float: left;
	width:23%;
	margin:0px 10px;
	border:1px #d4d4d4 solid ;
}
.hezuonr ul li a .gssslimg{
	float: left ;
	width: 100%;
	height:196px;
	overflow:hidden;
}
.hezuonr ul li a .gssslimg img{
	width:100%;
}
.hezuonr ul li a .gssslname{
	float: left ;
	width: 100%;
	line-height:35px;
	text-align: center ;
	max-height:35px;
	overflow: hidden ;
	font-size:16px;
	color: #000;
	background:#CCCCCC;
}
/******新闻****/
.xinwen{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom:40px;
}
.xinwennr{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.xinwennr a{
	float: left ;
	width: 100%;
}
.xinwennr a .xinwenimg{
	float: left ;
	width: 100%;
}
.xinwennr a .xinwenimg img{
	width:100%;
	max-width:564px;
	max-height:315px;
	overflow: hidden ;
}
.xinwennr a .xinwendyt{
	float: left ;
	width: 99%;
	background:#f4f4f4;
	padding:22px 22px 22px 7px;
}
.xinwennr a .xinwendyt .xinwendytname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
}
.xinwennr a .xinwendyt .xinwendyttime{
	float: left ;
	width: 100%;
	font-size:12px;
	margin-top:15px;
	color: #7f7f7f;
}
.xinwennr a .xinwendyt .xinwendytnr{
	float: left ;
	width: 100%;
	font-size:14px;
	text-indent:2em;
	color: #686868;
	line-height:20px;
	margin-top:15px;
}
.news{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.news ul li{
	float: left ;
	width: 100%;
	margin-top:10px;
	border-bottom:1px #686868 dashed ;
	padding-bottom:23px;
	margin-bottom:40px;
	
}
.news ul li a{
	float: left;
	width: 100%;
}
.news ul li a .newstime{
	float: left ;
	width: 80px;
	border:1px #bcbbbb solid ;
	text-align: center ;
	font-size:30px;
	color: #017fd4;
	line-height:20px;
	padding:18px 0px 13px 0px;
}
.news ul li a .newstime span{
	font-size:14px;
	color: #686868;
}
.news ul li a .newsxi{
	float: right ;
	width: 470px;
}
.news ul li a .newsxi .nwesname{
	float: left ;
	width: 100%;
	font-size:16px;
	color:#000;
}
.news ul li a .newsxi .newsnr{
	float: left ;
	width: 100%;
	margin-top:15px;
	line-height:20px;
	color: #686868;
	text-indent:2em;
}

/******底部****/
.foot{
	float: left ;
	width: 100%;
	background: #222222;
	padding-top: 50px;
	padding-bottom: 45px;
}
.foot_dh{
	float: left ;
	width: 48%;
}
.foot_dhxx{
	float: left;
	width: 100%; 
	border-bottom:1px #787878 solid ;
}
.foot_dhxx ul li{
	float: left ;
	width: 16%;
	text-align: center ;
	line-height: 50px;
}
.foot_dhxx ul li a{
	font-size:14px;
	color: #fff;
}
.foot_lx{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
	margin-top:30px;
}
.foot_lx p{
	font-size:14px;
	float: left ;
	color: #fff;
	margin:20px 0px 0px 0px;
	padding-right:40px;
}
.foot_ewm{
	float: left ;
	width: 118px;
	margin-left: 60px;
	font-size:14px;
	margin-top:22px;
	color: #fff;
	line-height: 50px;
	text-align: center ;
}
.foot_ewm img{
	width: 100%;
}
.foot_dt{
	float: right ;
	width: 381px;
	height: 274px;
	border:4px #fff solid ;
	border-radius:5px;
}
.foot_dt img{
	width: 100%;
}
.foot_db{
	float: left ;
	width: 100%;
	background: #1f2227;
}
.foot_bqsy{
	float: left ;
	width: 50%;
	line-height: 55px;
	font-size:14px;
	color: #fff;
}
.foot_dbbq{
	float: left ;
	width: 100%;
	background: #0d0d0d;
	line-height: 50px;
	text-align: center ;
	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) {
.navbar-brand{
	width: 80%;
}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-nav {
		float: none;
		margin-top: 2em;
		text-align: center;
		margin: 0;
	}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		width: 100%;
		z-index: 99;
		position: absolute;
		background: hsla(0, 0%, 0%, 0.75);
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.w3-button {
		width: 33%;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.callbacks_tabs {
		left: 41%;
		top: 80%;
	}
	.services-icon-info p {
		margin: 1em auto 0;
		line-height: 1.8em;
		width: 70%;
	}
	.services-right-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grids-left {
		width: 50%;
		float: left;
	}
	.g-captn {
		width: 321px;
		height: 185px;
	}
	.g-captn h4 {
		font-size: 1.5em;
		margin: 2em 0 0 0;
	}
	.w3ls-button a,
	.w3l-button a,
	.w3ls-about-left a {
		padding: .2em 1.4em;
	}
	.contact input[type=text], .contact input[type=email], .contact textarea {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
		margin-bottom: 0.5em;
	}
	.free_agile_consultaion_img {
		min-height: 507px;
	}
	ul.nav.navbar-nav li a {
		font-size: .9em;
		line-height: 20px;
		color: #fff;
	}
	.container_sp{
	width: auto ;
}
.top_xdh{
	display: none ;
}
.top_huany{
	width:100%;
	max-height:40px;
	overflow:hidden;
}
.top_dianhua{
	display: none ;
}
.logo{
	width:70%;
}
.head{
	position:absolute;
	background:none;
	top:40px;
}
.chanpin{
	padding-top:20px;
}
.cpzsbt{
	font-size:25px;
}
.cpzsfbt{
	font-size:16px;
}
.cpzsnr ul li{
	width:44%;
}
ul.nav.navbar-nav li{
	width: 100%;
}
.cpzsnr ul li a .chanzsimg{
	height:122px;
}
.chpgdnr{
	width:35%;
}
.gsjj{
	background:#026ba4;
	padding-top:20px;
}
.gsjjmc{
	font-size:25px;
}
.gsjjfbt{
	font-size:16px;
}
.gsjjnr{
	width:98%;
	margin:0px 1%;
}
.gsjjimg{
	display: none ;
}
.gsjjwz{
	width:100%;
}
.youshi{
	display: none ;
}
.hengtiao{
	display: none ;
}
.hezuonr ul li{
	width:44%;
	margin-bottom:10px;
}
.hezuonr ul li a .gssslimg{
	height:110px;
}
.news ul li a .newstime{
	display: none ;
}
.news ul li a .newsxi{
	width:100%;
}
.foot{
	display: none ;
}
.foot_dbbq{
	line-height:25px;
	padding-bottom:70px;
}
  .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 ;}
}






