body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #525252;
	line-height: 23px;
	background-color: #FFF;
	font-family: Arial, "微软雅黑";
}
*{ margin:0px; padding:0px;}
img{ border:0px;}
div, img, ul, li, span, a, p{ margin:0px; padding:0px;}
li{ list-style:none;}
.clear{ clear:both;_overflow:hidden;height:0px;}

a{ text-decoration:none; color:#5D5D5D; }
a:hover{ color:#124ea6;}

em,li,i{
	font-style: normal;
}
:focus {
	outline: 0;
}
/*CSS*/
.header{
	width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.logo{
	float: left;
}


.logo2{ float:right

}



.nuan{
	line-height: 31px;
	height: 48px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
.nuan1{
	width:500px; float:right;

	line-height: 38px;
	height: 38px;
	font-family: "微软雅黑";
	color: #8c8c8c; margin-top:15px
}

.nuan1  a{
	float:right;
	color: #8A8A8A;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	height: 38px;

	font-size: 12px;
}
.nuan1  a img{ margin-right:8px

}
.nuan1  a:hover{color:#124ea6

}




.nuo{
	height: 64px;
	width: 100%;
	background-color: #124ea6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #c30102;
}


.nuo1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}




.sea1{
	background-image: url(tb2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 166px;
	display:block;
	float:right;
	color: #999;
	padding-left: 30px;
	background-position: 0px 0px;
	margin-top: 16px;
}


.sea2{
	line-height: 20px;
	height: 20px;
	width: 130px;
	border: 1px solid #124EA6;
	color: #E7E7E7;
	float:left;

	background-color: #124EA6;
}
sea3{float:left;}


.nuo1 ul{width: 1000px; float:left

}
.nuo1 ul li{
	float: left;



	padding-top: 15px;
	padding-bottom: 15px;
}
.nuo1 ul li a{
	display: block;
	height: 34px;
	width: 170px;
	color: #FFF;
	line-height: 34px;
	text-align: center;
	font-size: 17px;


}
.nuo1 ul li a:hover{
	background-color: #c30101;
}



#icc{
	background-color: #c30101;
	width:126px;


}


/*banner*/




@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}







.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}










.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


/*---------------*/




.tbb1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	z-index: 1500;
}





.tbb2{
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 46px;
}

.tbb3{
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.tbb3 span{
	width:1400px; display:block

}

.tbb3 a{
	float: left;
	width: 360px;
	margin-right: 50px;
	background-image: url(tb7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}
.tbb3 a img{
	width: 350px;
	padding-top: 40px;
	padding-left: 4px;
	height: 253px;
}

.tbb3 a:hover{

	background-image: url(tb7b.jpg);

}
.tbb3 a em{
	display:block;
	margin-top:32px;
	font-size:18px;
	line-height: 28px;
	padding-left: 20px;
	color: #2562b3;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
}


.tbb3 a i{
	display:block;
	margin-top: 29px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	line-height: 35px;
	}




.tbb3 a ins{
	display:block;
	color:#000;
	text-decoration: none;
	line-height: 19px;
	}



.tbb4{
	background-image: url(tb10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: list-item;
	height: 229px;
	width: 100%;
	margin-top: 110px;
} 


.tbb5{
	background-image: url(tb11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: list-item;
	height: 739px;
	width: 100%;

} 

.tbb6{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
} 

.tbb6 a{
	line-height: 28px;
	color: #000;
	display: block;
	font-size: 18px;
	font-family: "微软雅黑";
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 95px;
}
.tbb7{
	background-image: url(tb12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: list-item;
	height: 621px;
	width: 100%;

	margin-bottom: 110px;
}

.tbb8{
	background-image: url(tb13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: list-item;
	height: 195px;
	width: 100%;

	margin-bottom: 120px;
}


.tbb9{
	width: 1200px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(tb15.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 470px;
	overflow: hidden;
}
.tbb9b{
	float: right;
	width: 773px;
}
.tbb9b em{
	font-size:21px;
	color: #004fb2;
	font-weight: bold;
}

.tbb9b p{
	margin-top:30px;
	font-size: 14px;	
}

.tbb9b img{ margin-top:70px;}


.tbb9c{
	width: 1400px;
}

.tbb9c li{
	float: left;
	width: 564px;
	margin-right: 40px;
	margin-bottom: 24px;
}
.tbb9c li a{
	
}
.tbb9c li a span{
	line-height: 70px;
	text-align: center;
	display: block;
	height: 70px;
	width: 70px;
	color: #FFF;
	font-size: 28px;
	background-color: #999; float:left;
}
.tbb9c li a em{
	display: block;
	float: left;
	height: 66px;
	width: 462px;
	border: 2px solid #dcdcdc;
	line-height: 66px;
	color: #888;
	padding-right: 10px;
	padding-left: 18px;
	font-size: 21px;
}

.tbb9c li a:hover span{
	background-color: #C30101;
}
.tbb9c li a:hover em{
	border: 2px solid #dcdcdc;
	background-color: #EEE;
}




.tbb11{
	width: 503px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 46px;
}



.tbb12{
	width: 256px;
	margin-right: auto;
	margin-left: auto;
 margin-top:60px;
}










.foot{
	height: 64px;
	width: 100%;
	background-color: #124ea6;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c30102;
	margin-top: 70px;
}



.foot1{
	width: 100%;
	background-color: #262f36;
	padding-top: 90px;
 height:250px;
}


.foot2{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;

	color: #FFF;
	font-size: 14px;
}

.foot2b{ float:left; width:830px; overflow:hidden;}

.foot2b a{ color:#FFF}



.foot2b img{ margin-bottom:20px; display:block}
.foot2b p{ float:left; margin-right:80px;}
.foot2c{ float: right}

/**内容页**/
.tbb13{
	width: 100%;
}


.tbb13 img{width: 100%;}






.wei22ny{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}


.wei23{
	line-height: 27px;
	display: block;
	height: 27px;
	background-image: url(bg8.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-bottom: 41px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
}

.wei24{

}

.wei24 a{
	text-align: center;
	display: block;
	height: 40px;
	border: 1px solid #D0D0D0;
	font-size: 14px;
	line-height: 40px;
	float: left;
	margin-right: 25px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 25px;
}



.wei25{
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #6D6D6D;
}



/*hui_product*/
.fu_pro_ul{
	display:block;

	width: 1300px;
	overflow: hidden;
}
.fu_pro_ul li{
	width:260px;
	float:left;
	display:block;
	margin-right:30px;
	overflow:hidden;
	margin-bottom:24px;
	padding:10px;
	background-color:#F5F5F5;
}
.fu_pro_ul li:hover{
	background-color:#8A8A8A;
}


.fu_pro_ul li a p{display:block;width:260px; height:214px; overflow:hidden;}
.fu_pro_ul li a p img{
	width:260px;
	height:214px;
	transition: 0.5s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}


.fu_pro_ul li a span{display:block; height:50px; transition: 0.5s; color:#646464;}
.fu_pro_ul li a span em{display:block;font-style:normal; line-height:35px; font-size:16px; color:#393838; padding-top:10px;}
.fu_pro_ul li a:hover span{
	background-color:#073097;
	color:#ffffff;
	padding-left:20px;
	background-position:260px 20px;

}
.fu_pro_ul li a:hover span em{ color:#ffffff;}














/********页码*******/
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}	
/********标题*******/
.biaoti{
	font-size: 24px;
	color: #000;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	width: 1200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 30px;
}


/********新闻列表页*******/
.fengnews {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.fengnews  li a{
	line-height: 45px;
	display: block;
	height: 45px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(t.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
	width: 97%;
	padding-right: 10px;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0082D0;
}

.nuan1 em{
	display: block;
	text-align: right;
	padding-right: 16px;
	font-size: 16px;
	line-height: 20px;
	padding-top:7px;
	color: #000;
}