﻿/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
	overflow-x:hidden;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
p{
	margin:auto;
}
ul {
	list-style: none;
	margin:0px auto ;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}



.dropdown{
	float: right ;
}
.btn-default{
	margin-top:35px;
}
#langchange{
	float: right ;
	margin-top:35px;
	line-height:30px;
	height:30px;
	width:110px;
	border-radius:5px;
	text-align: center ;
}
.topht{
	float: left;
	width: 100%;
	background:rgb(12, 60, 142);
}
.topjsy{
	float: left;
	width: 70%;
	font-size:14px;
	line-height: 38px;
	color: #fff;
	opacity: 0.6;
}
.topdhlx{
	float: right;
	width: 16%;
}
.topdhlx img{
	width: 100%;
	max-width: 22px;
}
.topdhlx span{
	font-size:16px;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	padding-left:5px;
}
.caiseht{
	float: left;
	width: 100%;
	background:url('../images/tpline.jpg') no-repeat center center; 	
	height:3px;
}
/*---------- stock ---------*/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.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:rgb(241, 245, 246);
	padding-top:90px;
	padding-bottom:100px;
}
.gsjjwz{
	float: left;
	width: 55%;
}
.gsjjnm{
	float:left;
	width: 100%;
	font-size:26px;
	color: #0c3c8e;
	font-weight: bold;
}
.gsjjnmhx{
	float: left;
	width: 100%;
	
}
.gsjjnmhx img{
	width: 100%;
	max-width:42px;
}
.gsjjwxjs{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.gsjjwxjs p{
	font-size:15px;
	color: rgb(122, 122, 122);
	line-height: 30px;
	padding:0px;
	margin:auto;
	text-indent:2em;
}
.gsjjckgd{
	float: left;
	width: 30%;
	background:#0c3c8e;
	line-height: 50px;
	text-align: center;
	border-radius:10px;
	margin-top: 100px;
}
.gsjjckgd a{
	font-size:16px;
	color: #fff;
}
.gsjjtp{
	float: right;
	width: 42%;
	border-radius:10px;
	margin-top:40px;
}
.gsjjtp img{
	width: 100%;
	border-radius:10px;
}
/****产品***/
.chanpin{
	float: left;
	width: 100%;
	background:url('../images/802_n.jpg') no-repeat center center; 
	padding-top:90px;
	padding-bottom:80px;
}
.chanpinnm{
	float: left;
	width: 100%;
	text-align: center;
	font-size:28px;
	color: rgb(106, 168, 79);
	font-weight: bold;
	background: url('../images/cpnbj.png') no-repeat center center; 
	line-height:95px;
}
.chanpinnm span{
	color:rgb(4, 91, 168);
}
.chanpinnr{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.chanpinnr ul li{
	float: left;
	width: 23%;
	margin:0px 1% 15px 1%;
	background: #fff;
	border:1px solid rgb(238, 238, 238);
	padding: 15px;
}
.chanpinnr ul li a .chanpimg{
	float: left;
	width: 100%;
	height:244px;
	overflow: hidden;
	display: inline-block;
}
.chanpinnr ul li a .chanpimg img{
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}
.chanpinnr ul li:hover a .chanpimg img{
	transform: scale(1.2);
}
.chanpinnr ul li:hover{
	border:1px solid #01bbd4;
}
.chanpinnr ul li .chanpnamer{
	float: left;
	width: 100%;
	font-size:15px;
	color: #5a5a5a;
	line-height: 25px;
	text-align: center;
}
/***annli***/
.anli{
	float: left;
	width: 100%;
	background:url('../images/scsbg.jpg') no-repeat top center; 
	padding-bottom: 175px;
}
.anlibt{
	float: left;
	width: 19%;
}
.anlibtnm{
	float: left;
	width: 100%;
	line-height: 49px;
	margin-top: 10px;
	font-size:32px;
	color: rgb(4, 91, 168);
	font-weight: bold;
	text-align: center;
}
.anlibtnm span{
	font-size:16px;
	color: rgb(102, 102, 102);
	line-height: 25px;
	margin-top:10px;
	font-weight: 100;
	float: left;
	text-align: center;
	width: 100%;
}
.anlilxdh{
	float: left;
	width: 100%;
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 10px;
}
.anlilxht{
	width: 42px;
	height:2px;
	background:#fff;
	margin:auto;
	display: flex;
}
.anlilxdhhm{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size:25px;
	color: rgb(255, 255, 0);
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.anlilxdjzx{
	width:70%;
	margin:auto;
	display: flex;
	line-height: 36px;
	text-align: center;
	border: 1px #fff solid;
	border-radius:50px;
}
.anlilxdjzx a{
	float: left;
	width: 100%;
	text-align: center;
	font-size:14px;
	color: #fff;
}
.anlitp{
	float: right;
	width: 72%;
	margin-top: 60px;
}
.anlitpnm{
	float: left;
	width: 100%;
	font-size:24px;
	color: rgb(217, 217, 217);
	text-align: center;
	font-weight: bold;
	
}
#marquee1{
	float: left;
	width: 100%;
	margin-top: 40px;
	overflow:hidden;
	height:218px;
}
#marquee1 ul li{float:left; width: 240px;margin:0px 15px;}
#marquee1 ul li a .anlitpimg{
	float: left;
	width: 100%;
}
#marquee1 ul li a .anlitpimg img{
	width: 100%;
}
#marquee1 ul li a .anlitpxm{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}
.anlixq{
	float: left;
	width: 100%;
	margin-top:50px;
}
.anlixiang1{
	margin:auto;
	width: 20%;
	border:1px rgba(255,255,0,1) solid;
	line-height: 35px;
	text-align: center;
	border-radius:50px;
}
.anlixiang1 a{
	font-size:14px;
	color: #fff;
}
/***youshi****/
.youshi{
	float: left;
	width: 100%;
	background:rgb(241, 245, 246);
	padding-bottom:90px;
}
.youshinr{
	float: left;
	width: 100%;
	background: url('../images/xdvbg4.jpg') no-repeat top center; 
	margin-top:-125px;
	border-radius:10px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.youshizb{
	float: left;
	width: 29%;
	margin-left: 7%;
	margin-top: 80px;
}
.youshizb ul li{
	float: left;
	width: 100%;
	margin-top: 130px;
}
.youshizb ul li:first-child{
	margin-top: 0px;
}
.youshizb ul li .youshizbnm{
	float: left;
	width: 100%;
	font-size:18px;
	color: rgb(12, 60, 142);
	font-weight: bold;
	text-align: right;
}
.youshizb ul li .youshizbnr{
	float: left;
	width: 100%;
	font-size:15px;
	color: #5a5a5a;
	text-align: right;
	margin-top: 5px;
}
.youshizb1{
	float: right;
	width: 29%;
	margin-right:7%;
	margin-top: 80px;
}
.youshizb1 ul li{
	float: left;
	width: 100%;
	margin-top: 130px;
}
.youshizb1 ul li:first-child{
	margin-top: 0px;
}
.youshizb1 ul li .youshizbnm1{
	float: left;
	width: 100%;
	font-size:18px;
	color: rgb(12, 60, 142);
	font-weight: bold;
	text-align: left;
}
.youshizb1 ul li .youshizbnr1{
	float: left;
	width: 100%;
	font-size:15px;
	color: #5a5a5a;
	text-align: left;
	margin-top: 5px;
}
/****xinwen****/
.xinwen{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
}
.xinwennr{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.xinwennr ul li{
	float: left;
	width: 31%;
	margin:0px 1%;
}
.xinwennr ul li a .xinwenimg{
	float: left;
	width: 100%;
}
.xinwennr ul li a .xinwenimg img{
	width: 100%;
}
.xinwennr ul li a .xinwenwz{
	float: left;
	width: 100%;
	padding:0px 6px;
	margin-top:10px;
	font-size:16px;
	color: #333333;
	line-height: 20px;
}
.xinwennr ul li a .xinwentime{
	float: left;
	width: 100%;
	font-size:13px;
	color: #929292;
	margin-top: 5px;
	padding:0px 6px;
}
.xinwengd{
	float: left;
	width: 100%;
	margin-top:60px;
}
.xinwengd1{
	margin:auto;
	width: 14%;
	background:rgba(20,181,240,1);
	line-height: 36px;
	text-align: center;
	border-radius:50px;
}
.xinwengd1 a{
	font-size:14px;
	color: #fff;
}
/***foot***/
.foot{
	float: left;
	width: 100%;
	background:url('../images/footbg45.jpg') no-repeat center center; 
	padding:30px 0px;
}
.footlx{
	float: left;
	width: 24%;
}
.footlxdh{
	float: left;
	width: 100%;
	background:url('../images/2.png') no-repeat left center;  
	padding-left:63px;
	font-size:28px;
	color: #14b5f0;
	font-weight: bold;
}
.footlxdh span{
	float: left;
	width: 100%;
	font-size:13px;
	color: #fff;
}
.footewm{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.footewm ul li{
	float: left;
	width: 45%;
	margin-left: 20%;
}
.footewm ul li .footewmimg{
	float: left;
	width: 100%;
}
.footewm ul li .footewmimg img{
	width: 100%;
}
.footewm ul li .footewmwz{
	float: left;
	width: 100%;
	font-size:13px;
	color: #fff;
	text-align: center;
}
.footzj{
	float: left;
	width: 30%;
	margin-left: 7%;
}
.footzjlogo{
	float: left;
	width: 100%;
}
.footzjlogo img{
	width: 100%;
}
.footzjdz{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size:15px;
	color: #fff;
	line-height: 35px;
}
.footlm{
	float: right;
	width: 33%;
}
.footlm ul li{
	float: left;
	width: 33%;
}
.footlm ul li a{
	font-size:19px;
	color: #fff;
}
.footlm ul li ul{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footlm ul li ul li{
	float: left;
	width: 100%;
	line-height: 30px;
}
.footlm ul li ul li a{
	font-size:15px;
	color: #fff;
}
.footbanquan{
	float: left;
	width: 100%;
	font-size:13px;
	background:#000;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.footbanquan a+{
	font-size:15px;
	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 ;
}
.topjsy{
	width: 100%;
}
.topdhlx{
	width: 100%;
}
.gsjjwz{
	width: 100%;
	padding:0px 15px;
}
.gsjjtp{
	width: 100%;
	margin-top: 20px;
}
.chanpinnr ul li{
	width: 98%;
}
.anlibt{
	width: 100%;
}
.anlibtnm{
	color: #fff;
}
.anlibtnm span{
	color: #fff;
}
.anlitp{
	width: 100%;
}
.anlitpnm, .anlilxdh,.anlilxht,.anlilxdhhm,.anlilxdjzx,.youshi{
	display: none;
}
#marquee1{
	height:208px;
}
.xinwennr ul li{
	width: 98%;
}
.xinwengd1 {
	width: 43%;
}
.foot{
	display: none;
}
.footbanquan{
	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 ;}
}






