/*头部*/

.header {
  background: #f2f6f7;
}

.header-cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.header img {
  float: left;
  width: 167px;
  height: 40px;
  margin-top: 3px;
}

.header p.list {
  /* width: 365px; */
  float: right;
  line-height: 47px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 47px;
}

.header p.list a {
  font-size: 14px;
  color: #666;
  line-height: 47px;
  padding: 0 18px;
}

.header p.list a.lang-en {
  width: 35px;
  height: 26px;
  display: inline-block;
  background: url(../images/english.png) no-repeat;
  background-size: 100%;
  color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}

.head {
  width: 1200px;
  height: 90px;
  background: #fff;
  margin: 0 auto;
}

.head .logo2 {
  width: 266px;
  margin-top: 11px;
  float: left;
}

.head-r {
  float: right;
  height: 44px;
  margin-top: 32px;
}

.head-r .search {
  float: left;
  position: relative;
  width: 300px;
  height: 40px;
  z-index: 100;
}

.head-r .search .txt {
  width: 300px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(204, 204, 204, 0.54);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 145px 0 12px;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 40px;
}
.head-r .search .txt,.head-r .search .xuanzekuang{
  outline:none;
}
.head-r .search .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  outline:none;
  border:none;
}

.head-r .search p {
  width: 105px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.head-r .search p em {
  width: 10px;
  height: 6px;
  background: url(../images/traggle1.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 12px;
}

.head-r .search ul {
  display: none;
  width: 134px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 40px;
}

.head-r .search ul li {
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  padding-left: 17px;
  cursor: pointer;
}

.head-r .search ul li:hover {
  background: #f7f7f7;
}

.head-btn {
  overflow: hidden;
  float: right;
}

.head-btn a {
  width: 110px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  color: rgba(50, 64, 161, 1);
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

.head-btn .come {
  margin-left: 55px;
}

.head-btn .go.active {
  background: url(../images/btnback_blue.png) no-repeat;
  background-size: 100%;
  color: #fff;
}

.head-btn .come.active {
  background: url(../images/btnback_red.png) no-repeat;
  background-size: 100%;
  color: #fff;
}

.head-btn a:hover img {
  color: rgba(50, 64, 161, 0.7);
}

.head-btn a:hover {
  opacity: 0.7;
}

.head-btn a.active:hover, .head-btn a.active:hover img {
  opacity: 1;
}

.head-btn a img {
  width: 22px;
  height: 24px;
  margin-right: 9px;
  float: left;
  margin-top: 8px;
  margin-left: 15px;
}

.head-btn em {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  float: left;
}

.head-btn .CIPA {
  background: url(../images/cipa2.png) no-repeat;
  background-size: 100%;
  width: 110px;
  height: 40px;
}

.head-btn .CIPA.active {
  background: url(../images/cipa1.png) no-repeat;
  background-size: 100%;
}

/*底部*/

.footer {
  width: 100%;
  background: #38393d;
  height: 200px;
  overflow: hidden;
  margin-top: 60px;
}

.foot {
  width: 1200px;
  margin: 0 auto;
  padding-top: 14px;
  position: relative;
}

.foot p, .foot p a {
  line-height: 37px;
  color: #fff;
  font-size: 14px;
}

.foot p:first-child a:first-child {
  padding-left: 0;
}

.foot p a {
  padding: 0 20px;
}

.foot p:last-child {
  line-height: 73px;
}

.foot img {
  position: absolute;
  right: 75px;
  top: 44px;
}
/* .Complaint{
  
} */


/*附框*/

#fullbg {
background-color:gray;
left:0;
opacity:0.5;
position:absolute;
top:0;
z-index:3;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
}
#dialog {
background-color: #fff;
box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
border-radius: 12px 2px 12px 12px;
height: 36px;
width: 280px;
right:20px;
padding:1px;
position:fixed !important; /* 浮动对话框 */
position:absolute;
z-index:5;
border-radius:5px;
text-align: left
}
#dialog img {
  width:10%;
  padding-top: 4px;

}

#dialog .fullbgLink {
 text-decoration: none;
 font-size: 15px;
}
#dialog p.close a {
color:#000000;
text-decoration:none;
}