@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif; margin:0px; padding:0px; font-size:12px; line-height:24px; color:#444444
}
 ul{list-style:none;margin:0;padding:0;}
 
a{
	color:#000000;
	text-decoration:none
}
a:hover{
	color:#cccccc;
	text-decoration:underline
}

 .main_box{border:1px solid #cccccc;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
padding:0px 10px}


 .main_box h3{
	 text-align:center
 }
  .main_box img{
	  margin-top:10px
  }
 .chn-gd{
	  background: #fee200;
	  border:none;
	  margin:0px
 }
 .navbar-right{
	 float:right;
	 margin-top:30px
 }
 h1{
	 text-shadow: 2px 2px 2px #000;
	 color:#fff;
	 font-size:34px;
	 font-weight:normal;
	 margin:0px;
	 padding:0px

 }
#myCarousel img{
	width:100%;
	height:500px
}
.carousel-control{
	padding-top:250px
}
.nav_main{
	clear:both;
	overflow:hidden;
	background-color:#023977
}

#nav {
  line-height: 46px;  list-style-type: none; overflow:hidden; height:46px;margin:0;padding:0; font-size:14px; margin:0px auto; width:1200px }

#nav a {
 display: block;  text-align:center; height:46px; color:#fff; text-decoration:none
}

#nav a:hover  {
 color:#FFF;text-decoration:none; color:#ffffff
}
#nav li {
 float: left; width:150px; overflow:hidden; display:block
}
#nav li a:hover{
 background:#256dbf;
}
#nav li ul {
 line-height: 25px;  list-style-type: none;text-align:left;
 left: -999em; width: 145px; position: absolute; margin:0px; z-index:1000; padding:0px
}
#nav li ul li{
 float: left; width: 150px;
 background: #023977;
 border-bottom:1px #FFFFFF solid;
 font-size:12px;
 margin-left:0px
}


#nav li ul a{
 display: block; width: 175px;w\idth: 175px;text-align:left;padding-left:10px;font-weight:normal;line-height: 30px; height:30px
}

#nav li ul a:link  {
 color:#FFF; text-decoration:none;
}
#nav li ul a:visited  {
 color:#FFF;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight: bold;
 background:#17c1ff;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}

.section {
  padding: 30px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.section-white {
  background: #FFF;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}

.pro_title td{
	border-bottom:1px solid #c6c6c6;
	padding-left:10px;
	height:30px;
	line-height:30px
}
#left_prducts td{
	border-bottom:1px dashed #c6c6c6;
}
/* Multicolumn */
.service-wrapper {
  background: #FFF;
  margin: 20px 10px;
  text-align: left;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  color: 0 0 3px #999;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
  text-align:center
}
.service-wrapper p {
  margin-top: 0;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}



.footer {
  background: #eeeeee;
  color: #000000;
  padding: 0 20px 10px 20px;
  border-top: 4px solid #023977;
  margin-top: 20px;
  -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  color: 0 -1px 12px rgba(0,0,0,0.4);
  height:80px;
  text-align:center;
  line-height:80px
}
.footer h3 {
  color: #E4E4E4;
  font-size: 1.3em;
  border-bottom: 1px dotted #7C7C7C;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../img/stay-connected.png);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
  text-align: center;
  color: #7C7C7C;
  border-top: 1px dotted #7C7C7C;
  padding-top: 10px;
  font-size: 0.9em;
}

.left_t{
	margin-top:5px
}
.goscill22{  /*background:url(../images/bbg.jpg) no-repeat top left #fff;*/ border:1px solid #cccccc; background:#fff; margin:0px auto 0px auto; -moz-box-shadow: 1px 1px 2px #cccccc;/*firefox*/-webkit-box-shadow: 1px 1px 2px #cccccc;/*safari或chrome*/box-shadow:1px 1px 2px #cccccc;/*opera或ie9*/ border-radius:5px;
-moz-border-radius:10px; /* Old Firefox */} 


.title{
	color:#0071b6;
	font-size:14px;

}
.title3{
	color:#0071b6;
	font-size:15px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px

}
.title2 a{
	color:#ff9900;
	font-weight:bold;

}
.title4 a{
	color:#000000;
	font-weight:bold;
	font-size:14px

}
.left_prducts2 {
	margin-bottom:5px
}
.left_prducts2 a{
	color:#013465
}
.left_prducts2 td{
	padding-left:10px
}
.pass3 {font-size: 12px;
	display: inline;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	width:180px;
	height:30px;
	line-height: 30px;
	color:#666
}
.pass1 {
		font-size: 14px;
		background-color:#023977;
		width:60px;
		height:31px;
		line-height:30px;
		color:#FFF;
		border:none;
		font-weight:bold;
		text-align:center;
		cursor:pointer;
		border-radius:5px;
-moz-border-radius:5px; /* Old Firefox */

}
