@charset "utf-8";
/* CSS Document */

*{
  border: 0;
  margin: 0;
  padding: 0;
	letter-spacing:1px;
}
body{
  min-width: 1280px;
	overflow: visible;
	font-family:"Microsoft Yahei",simSun,Arial;
	font-size: 12px;
}
a{
	color: #222;
}
.fl{float: left;}
.fr{float: right;}
.four-font {
	font-size: 18px;
}
.small-four-font {
	font-size: 16px;
}
.five-font {
	font-size: 14px;
}
.small-five-font {
	font-size: 12px;
}

.header-top{
	width:62.5%;
  min-width: 800px;
  height: 95px;
  margin: 0 auto;
}

.header-top-help{
  line-height: 20px;
  height: 20px;
  width: 20%; /*----*/
	min-width:140px;
  float: right;
}
.header-top-help1{
	text-align:right;
  line-height: 20px;
  height: 20px;
  width: 25%;
	min-width:40px;
}
.header-top-help2{
	text-align:right;
 	line-height: 20px;
  height: 20px;
  width: 35%;
	min-width:50px;
}

.clear{
  clear: both;
}
.header-top .logo{
  display: block;
  float: left;
	width: 61%;
	min-width:490px;
  margin-top: 5px;
}
.header-top .logo img{
  display: block;
	width: 100%;
  min-width:490px;
  height: 60px;
}
.header-top .phone{
	width:17.2%;
	min-width: 140px;
	height:58px;
  float: right;
  margin-top: 10px;
}

.header-top-help a{
	text-decoration:none;
}
.header-top-help a:link{
	color: #000;
}
.header-top-help a:visited{
	color: #000;
}

.header-top-help a:hover{
	color: #F00;
}

.header-top-help a:active{
	color: #000;
}

.header-nav-bg{
	margin:0 auto;
	width:100%;
	min-width:1280px;
	height:30px;
	text-align:center;
	background-color: #00448F;
}
.header-nav{
	margin:0 auto;
	width:62.5%;
	min-width:800px;
	height:100%;
}
.header-nav .nav-ul{
	width:100%;
	min-width:800px;
	height:100%;
	list-style:none; /* 去掉ul前面的符号 */
  padding: 0px; /* 与内部元素的距离为0 */
}
.header-nav .nav-ul .nav-li{
	display:block;
	float:left;
	width:12.3%;
	min-width::96px;
	height:100%;
	text-align:center;
}
.header-nav .nav-ul .nav-li.active{
	background-color: #235CD2;
}
.header-nav .nav-ul .nav-li a{
	
	color:#FFF;
	display:block;
	width:100%;
	line-height: 20px;
  padding: 5px 5px; /* 内部填充的距离 */
  text-decoration: none; /* 不显示超链接下划线 */
  white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
.header-nav .nav-ul .nav-li a:hover{
	background-color:#235CD2;
}
.header-nav .nav-ul .nav-li a:active{
	background-color:#237ED2;
}
.header-nav .nav-ul .nav-li:hover .dropdown-menu{
	background-color:#235CD2;
	min-width:96px;
	display:block;
	padding:0px;
	font-size: 12px;
}
.header-nav .nav-ul .nav-li:hover .dropdown-menu li{
	width:100%;
	display:inline-block;
	text-align:left;
}
.header-nav .nav-ul .nav-li:hover .dropdown-menu li a{
	color:#FFF;
	display:block;
	width:100%;
	line-height: 16px;
  padding: 5px 5px; /* 内部填充的距离 */
  text-decoration: none; /* 不显示超链接下划线 */
  white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
.header-nav .nav-ul .nav-li:hover .dropdown-menu li a:hover{
	background-color: #00448F;
}

.header-nav .line{
	border-right: 2px solid #208CD0;
}
.ad-carouseldiv {
	margin:0 auto;
	width:62.5%;
	min-width:800px;
	height:310px;
	border:none;
	
}
.ad-carouseldiv .ad-carousel{
	margin:0 auto;
	width:100%;
	min-width:800px;
	height:310px;
	border:none;
	background-color:#CCC;
}

.ad-carouseldiv .carousel{
	min-width: 800px;
	text-align: right;
	height:310px;
	margin-bottom:10px;	
}
.ad-carouseldiv .carousel .carousel-indicators{
	bottom:0;
	margin-bottom:0;
	width: 75%;
	text-align: right;	
}
.ad-carouseldiv .carousel .carousel-indicators li{
	width: 25px;
	height: 10px;
	border:1 solid #CCC;
	border-radius:0;
	background-color: #FFF;
	text-align:center;
	opacity:1;
}
.ad-carouseldiv .carousel .carousel-indicators li.active{
	background-color: #F03;
}
.ad-carouseldiv .carousel .carousel-inner{
	bottom:0;
	top: 0;
	margin-bottom:0;
	min-width: 800px;
	width:100%;
	height:310px;
	text-align:center;	
}
.ad-carouseldiv .carousel .item{
	width:100%;
	min-width: 800px;
	height:310px;	
}
.ad-carouseldiv .carousel .item a {
	bottom:0;
	margin-bottom:0;
	min-width: 800px;
	width:100%;	
	height:310px;
}
.ad-carouseldiv .carousel .item  img{
	min-width: 800px;
	width:100%;
	height:310px;
}
.carousel-control a { 
	text-decoration: none;
}
.carousel-control.left{ 
	background-image: none;
}
.carousel-control.right{ 
	background-image: none;
}

.banner{
	min-width:1280px;
	width:100%;
	min-height: 1080px;
	margin: 0px auto;
}
.maindiv{
	width:62.5%;
	min-width:800px;
	margin:10px auto; 
}
.rightdiv{
	width: 10%;
	height: 240px;
	position: relative;
	left: 85%;
	z-index: 999;
}
.rightdiv .connect-header{
	width: 100%;
	height: 25px;
	background-color: #00448F;
	margin-bottom: 3px;
	color: #FFF;
	text-align: center;
	padding: 5px;
}
.rightdiv .connect-div{
	width: 100%;
	height: 65px;
	background-color: #00448F;
	margin-bottom: 2px;
}
.rightdiv .connect-div .connect-div-head{
	width: 100%;
	height: 22px;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
}
.rightdiv .connect-div a {
	display: block;
	width: 100px;
	height: 35px;
	margin: 0 auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.rightdiv .connect-div a img {
	display: block;
	width: 100px;
	height: 35px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.solution{
	min-width:800px;
	width:100%;
	margin:0 auto;
}
.solution-header{
	height:35px;
	min-width:800px;
	width:100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
.solution-header-left{
	height:25px;
	width:80%;
	min-width:630px;
	text-align:left;
	float:left;
	margin-top: 5px;
}
.solution-header-right{
	height:25px;
	width:20%;
	min-width:160px;
	float:right;
	margin-top: 5px;
	text-align:right;
}
.header-txt-cn{
	
	color:#00448F;
}
.header-txt-en{
	color:#999;
}
.btn-a{
	display:block;
	float:right;
	text-align:center;
	padding-top:3px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#00448F;
	width:70px;
	min-width:70px;
	height:25px;
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
}
.btn-a:hover{
	background-color:#00448F;
	color:#FFF;
}

.solution-main{
	width:100%;
	min-width:800px;
	height:190px;
	min-height:190px;
	margin:5px 0;
}
.solution-main a{
	display:block;
	width:23.76%;
	min-width:190px;
	height:190px;
	min-height:190px;
	border:none;
}
.solution-main .space{
	margin-right:1.65%;
}
.solution-main a img{
	width:100%;
	height:100%;
}
.newproduct{
	min-width:800px;
	width:100%;
	margin:0 auto;
}
.newproduct-main{
	min-width:800px;
	width:100%;
	min-height:210px;
	margin:5px auto;
}
.newproduct-main .newproduct-main-left{
	width:34.5%;
	min-width:275px;
	min-height:206px;
	border:none;
	background-color:#EEE;
	float:left;
}

.newproduct-main .carousel{
	text-align:center;
	min-width:275px;
	height:206px;
}
.newproduct-main .carousel img{
	margin:auto;
	display:block;
	min-width:275px;
}
.newproduct-main .carousel .item{
	text-align:center;
	height:206px;
	min-width:275px;
}
.newproduct-main-left .carousel-indicators{
	bottom:0;
	margin-bottom:0;
	width:80%;
	text-align:right;
}
.newproduct-main-left .carousel-indicators li{
	padding:2px 10px;
	width:20px;
	height:10px;
	opacity:1;
	border-radius:0;
	background-color: #222;
	color:#000;
}
.newproduct-main-left .carousel-indicators li.active{
	background-color:#F03;
}
.newproduct-main .newproduct-main-right{
	margin-top:10px;
	width:60%;
	min-width:480px;
	height:200px;
	border:none;
	float:right;
}

.newproduct-main .newproduct-main-right .newproduct-main-desc-header{
	width:100%;
	min-width:480px;
	height:20px;

	line-height:18px;
	color:#00448F;
}
.newproduct-main .newproduct-main-right .newproduct-main-desc-header a{
	text-decoration:none;
}
.newproduct-main .newproduct-main-right .newproduct-main-desc-header a:link{
	color:#00448F;
}
.newproduct-main .newproduct-main-right .newproduct-main-desc-header a:visited{
	color:#00448F;
}
.newproduct-main .newproduct-main-right .newproduct-main-desc-header a:hover{
	color:red;
}
.newproduct-main .newproduct-main-right .newproduct-main-desc-header a:active{
	color:#00448F;
}
.newproduct-main-desc-content{
	width:100%;
	min-width:480px;
	height:100px;
}
.newproduct-main-desc-content-pic{
	float:left;
	width:19%;
	min-width:95px;
	height:95px;
	margin-right:10px;
	margin-left:5px;
}
.newproduct-main-desc-content-pic img{
	width:100%;
	min-width:95px;
	height:95px;
}
.newproduct-main-desc-content-txt{
	width:76%;
	padding:25px 0;
	text-align: 
	min-width:360px;
	float:left;

	line-height:15px;
}
.newproduct-main-desc-content-txt a{
	color:#666;
}

.newproduct-main-list{
	padding-left:10px;
	margin-top:5px;
	width:100%;
	min-width:480px;
	height:120px;
}
.newproduct-main-list ul{
	width:100%;
	min-width:465px;
	margin-top:3px;
}
.newproduct-main-list ul li{
	margin:1px 0;
	height:28px;
	line-height:28px;

}
.newproduct-main-list ul li a{
	text-decoration:none;
}
.newproduct-main-list ul li a:link{
	color:#666;
}
.newproduct-main-list ul li a:visited{
	color:#666;
}
.newproduct-main-list ul li a:hover{
	color:red;
}
.newproduct-main-list ul li a:active{
	color:#666;
}
.news{
	width:100%;
	min-width:800px;
	margin:15px auto;
	height:350px;
}
.news-item{
	width:32%;
	min-width:258px;
	
	float:left;
}
.news-space{
	margin-right:13px;
}
.news-header{
	width:100%;
	min-width:258px;
	height:20px;
	margin:5px auto;
}
.news-header-left{
	padding-left:5px;
	width:75%;
	min-width:185px;
	height:20px;
	text-align:left;
	float:left;
}
.news-header-txt{

	color:#00448F;
	line-height:18px;
}
.news-header a{
	margin-right:10px;

	text-decoration:none;
	color:#AAA;
}
.news-header a:link{
	color:#AAA;
}
.news-header a:wisited{
	color:#AAA;
}
.news-header a:hover{
	color:red;
}
.news-header a:active{
	color:#AAA;
}
.news-pic{
	margin:10px 0;
	padding-left:5px;
	width:100%;
	min-width:255px;
	height:120px;
	min-height:120px;
}
.news-pic img{
	display:block;
	width:95%;
	min-width:240px;
	height:120px;
	min-height:120px;
}
.news-list{
	width:100%;
	min-width:255px;
	padding-left:10px;
	margin-bottom:10px;
}
.news-list ul{
	margin:2px 0 0 8px;
}
.news-list ul li{
	text-align:left;
	height:28px;
	line-height:28px;
}
.news-list ul li a{
	width:95%;
	min-width:245px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	text-decoration:none;

}
.news-list ul li a:link{
	color:#666;
}
.news-list ul li a:visited{
	color:#666;
}
.news-list ul li a:hover{
	color:red;
}
.news-list ul li a:active{
	color:#666;
}

.footer1{
	width:100%;
	min-width:1280px;
	margin:0 auto;
	height:210px;
	min-height:210px;
	background-color:#212928;
}
.footer-width{
	margin:0 auto;
	width:62.5%;
	min-width:800px;
}
.footer-our{
	width: 23%;
	min-width: 184px;
	height:195px;
	min-height:195px;
	float:left;
	padding:10px 5px 5px 10px;
	
}
.footer-txt-header{
	color: #093;
	line-height:25px;
	margin-bottom:5px;
	width:100%;
	min-width:184px;
	height:25px;
	text-align:left;
	text-decoration:none;
}
.footer-txt{
	width:95%;
	min-width: 180px;
	height:120px;
}
.footer-txt-font{
	margin-bottom:5px;
	width:100%;
	min-width:184px;
	text-wrap:normal;
	text-decoration:none;
}
.footer-font{
	line-height:20px;
	color: #777;
}
.footer-font a {
	text-decoration: none;
	color: #777;
}
.footer-font a:hover {
	color: #337ab7;
}

.btn-more{
	display:block;
	float:left;
	text-align:center;
	padding-top:1px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#00448F;
	width:50px;
	min-width:50px;
	height:20px;
	color:#BBB;
	text-decoration:none;
}
.footer-product{
	width:36.5%;
	min-width:294px;
	height:195px;
	min-height:195px;
	float:left;
	padding:10px 0 0 15px;
	
}
.footer-product-div{
	height:65px
	width:92%;
	min-width:260px;
	margin:10px auto;
}
.footer-product-item{
	width:22%;
	min-width:62px;
	height:65px;
	float:left;
	margin-bottom:5px;
}
.footer-product-item img{
	width:100%;
	height:100%;
}
.footer-product-item-space{
	margin-right:5px;
}
.footer-nav{
	width:10%;
	min-width:80px;
	height:195px;
	min-height:195px;
	float:left;
	padding-top:10px;
	text-align:center;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCC;
}
.footer-nav ul{
	width:100%;
	min-width:80px;
	list-style:none;
}
.footer-nav ul li{
	width:100%;
	min-width:80px;
	height:28px;
	line-height:28px;
}
.footer-nav ul li a{
	text-decoration:none;
	color: #777;
}
.footer-connect{
	padding-top:10px;
	width:35.5%;
	min-width:282px;
	height:195px;
	min-height:195px;
	float:left;
	padding-left:10px;
}
.footer-connect-txt{
	width:95%;
	min-width:265px;
	height:155px;
	min-height:155px;
}
.footer-connect-txt .footer-font{
	line-height:15px;
	color: #777;
}
.footer2{
	margin:0 auto;
	width:100%;
	min-width:1280px;
	height:35px;
	min-height:35px;
	background-color:#000;
}
.footer-logo{
	width:10%;
	min-width:80px;
	height:30px;
	float:left;
	padding-left:10px;
	text-align:center;
}
.footer-logo img{
	width:100%;
	min-width:80px;
	height:30px;
}
.footer-logo-name{
	margin-left:10px;
	padding-top:5px;
	width:28%;
	min-width:220px;
	height:30px;
	text-align:left;
	float:left;
}
.footer-logo-name a{
	height:30px;
	color:#777;
	text-decoration:none;
}
.footer-nav2{
	
	padding-top:3px;
	width:60%;
	min-width:460px;
	height:30px;
	float:left;
}
.footer-nav2 ul{
	width:100%;
	height:30px;
	list-style:none;
}
.footer-nav2 ul li{
	width:15%;
	height:30px;
	min-width: 55px;
	line-height:25px;
	float:left;
}
.footer-nav2 ul li a{
	text-decoration:none;
	color:#777;
	line-height:20px;
}
.footer3{
	margin:0 auto;
	width:100%;
	min-width:1280px;
	height:22px;
	min-height:22px;
	background-color:#000;
	padding-left:10px;
}
.footer-foot{
	margin:0 auto;
	padding:3px auto;
	width:85%;
	min-width:680px;
	height:22px;
	min-height:22px;
	text-align: center;
}
.footer-record{
	
	width:65%;
	min-width:520px;
	text-align:center;
	height:22px;
	line-height:22px;
	float:left;
}
.record-txt{
	padding-left: 5px;

	color: #777;
}
.footer-count{
	width:20%;
	min-width:160px;
	height:22px;
	line-height:22px;
	text-align:center;
	float:left;
}
.footer4{
	width:100%;
	min-width:1280px;
	margin:0 auto;
	height:210px;
	min-height:210px;
	background-color:#212928;
}
.footer-nav-info {
	width: 11%;
	min-width: 88px;
	height:195px;
	min-height:195px;
	padding: 5px 10px;
	float: left;
	
}
.footer-nav-info.product {
	width: 28.5%;
	min-width: 225px;
}
.footer-nav-info.noborder {
	border-right: none;
}
.footer-nav-info p{
	color: #093;

	line-height: 20px;
	margin-bottom: 5px;
}
.footer-nav-info ul {
	list-style: none;
}
.footer-nav-info ul li {
	line-height: 20px;
}
.footer-nav-info ul a{
	color: #777;
	text-decoration: none;
}
.footer-nav-info ul a:hover{
	color: #337ab7;
}