a{text-decoration: none;}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
/* 头部样式 */
.head{
  width: 1200px;
  margin: 0 auto;
}
.head .navbar{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 28px;
}
.head .navbar-brand{
  padding: 0;
  height: auto;
}
.head .navbar-nav{
  margin-left: 40px;
}
.head .navbar-nav>li>a {
  padding-top: 42px;
  padding-bottom: 43px;
  padding: 42px 20px 43px 20px;
  color: #000;
}
.lang a{cursor:pointer}
.head .navbar-nav>li>a:hover {
  background: none;
}
.head .navbar-nav>li>a:visite{
  background: none;
}
.head .navbar-nav>li>a:link {
  background: none;
}
.head .navbar-nav>li.active>a {
  color: #ff9900;
}
.head .head-input{
  width: 245px;
}
.head .head-input .input-group {margin-top: 10px;}

.head .head-input .input-group .form-control {
  outline: none;
    border: 2px solid #434343;
  border-right: 0;
}
.head .head-input .input-group .btn{
	margin-right: -28px;
 background-color: #434343;
 color: #fff;
 outline: none;
 border: 0;}
.lang{margin-top:10px;}
.lang>a{color: #000;}
.lang>a:hover{color: #337ab7}
/* 标题头部样式 */
/* .page-header{
  border-bottom: none;
} */
.page-header h1{
  font-weight: bold;
}
.page-header h1 small{
  font-size: 18px;
}


/* 底部样式 */
.foot .foot-top{
  background: #0B4A99 url('../img/footbg.jpg') 0 0 no-repeat;
  padding: 68px 0;
}
.foot .foot-top .foot-top-con{
  width: 1200px;
  margin: 0 auto;
}
.foot .foot-top .foot-top-con .foottopText{
  width: 375px;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  margin: 28px 200px 0 75px;
}
.foot .foottopfrom{
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.foot .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-big {
  width: 86%;
  margin-top: 10px;
  background: #ff9900;
  color: #fff;
  line-height: 40px;
  border: 0;
  border-radius: 5px;
}
label{
  font-weight: 100;
}
.foot .foot-bot{
  padding: 18px 0 15px 0;
  background: #023470;
}
.foot .foot-bot .foot-bot-nav{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-left: 250px;
}
.foot .foot-bot .foot-bot-nav li{
  float: left;
  border-right: 1px dashed #fff;
}
.foot .foot-bot .foot-bot-nav li a{
  display: inline-block;
  padding: 6px 50px;
  color: #fff;
}
.foot .foot-bot p{
  text-align: center;
  margin: 0 0;
  color: #fff;
  margin-top: 10px;
}
.foot .foot-bot p a{
  color: #fff;
}