body {
    margin:0;
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 20px;
    color:#333;
    width: 100%;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
input,button {
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    color:#558BC2;
    text-decoration: none;
}
.clearfloat:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container {
    width: 1280px;
    margin: 0 auto;
}

.link {
    display: block;
    width: 100%;
    height: 100%;
}
.rt{
   float: right;
}
.lf{
    float:left;
}
.header,.nav{
    width: 100%;
}
/*header*/
.header_top{
    background: #F6F6F6;
}
.h_con{
    height:46px;
    line-height: 46px;
}
.h_con ul li {
    float: left;
    margin-left:10px;
    cursor:pointer;
}
.h_con ul li em {
    color:#ccc;
    font-style: normal;
}

.cn_on,.en_on{
    cursor:not-allowed;
}


/*nav*/
.nav>div.wrap{
    padding:20px 0px;
    height: 75px;
    line-height: 75px;
}
.logo {
    float: left;
    width:234px;
    height:75px;
    background: url(../images/logo.jpg) 0 0 no-repeat;
}
.nav div.wrap>ul{
    margin-top: 21px;
}
.nav div.wrap>ul>li {
    float:left;
    position: relative;
}
.nav div.wrap>ul>li>a {
    display: block;
    line-height: 33px;
    font-size: 15px;
    width: 110px;
    text-align: center;
}
.pop-arrow {
    border: 6px solid transparent;
    border-bottom-color: #4D54A2;
    position: absolute;
    left: 50%;
    top: 8px;
    margin-left: -6px;
    display: none;
}
.pop-list {
    display: none;
    position: absolute;
    top: 30px;
    left: -80px;
    right: -80px;
    z-index: 30;
    padding: 20px 5px 10px;
    border-radius: 5px;
}
.pop-list li {
    line-height: 35px;
    text-align: center;
    background: #4D54A2;
    position: relative;
}


.pop-list>li ol{
  display: none;
  position: absolute;
  top:0px;
  /*right:-300px;*/
  z-index: 100;
}
.pop-list>li ol li a{
  box-sizing: border-box;
  padding:0 20px;
}
.pop-list>li:hover ol{
  display: block;
}


.pop-list a {
    color: #fff;
}
.nav div.wrap>ul>li:hover a{
    background: #4D54A2;
    color:#fff;
    border-radius: 5px;
}
.nav div.wrap>ul>li:hover .pop-arrow{
    display: block;
}
.nav div.wrap>ul>li:hover .pop-list{
    display: block;
}



.search {
    margin-top:22.5px;
}
.search input {
    border:1px solid #aaa;
    float: right;
    height:28px;
    padding:0 28px;
    border-radius: 15px;
    outline: none;
    background:  url(../images/search_03.jpg) 10px center no-repeat;
}

/*footer*/
div.footer{
    padding: 20px 0 40px 0;
    margin-top: 60px;
    text-align: center;
    background: #000;
    color: #fff;
}
div.foot_icon a{
    color: #fff;
}
div.foot_icon p a{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    border-left:1px solid #ddd;
}
div.foot_icon p a:first-child{
    border-left:0;
}
div.foot_icon p{
   height: 16px;
   line-height: 16px;
   margin-top: 10px;
}
div.foot_icon p:first-child{
    height: 24px;
    line-height: 24px;
}

.pb_img{
    overflow: hidden;
}
.pb_img img{
  width: 100%;
}
.on{
    background: #4D54A2;
    color:#fff;
    border-radius: 5px;
}

.PageList li{
    float: left;
}
div.pages span{
    padding: 3px 10px;
    background: #4d54a2;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #F1F1F3;
    color: #fff;
}
div.common_right{
  width: 965px;
}
div.common_right>p{
  height:30px;
  line-height: 30px;
  width: 955px;
  text-align: right;
  border:1px solid #E1E1E1;
  padding-right: 10px;
}
div.common_right>p a{
  color:#558BC2;
}
div.common_right>p a:first-child{
  border-right: 1px solid #bbb;
  padding-right:10px;
  margin-right: 10px;
}
div.common_right dl{
  margin-top: 50px;
  text-align: center;
  float:left;
  width:100%;
}
div.common_right dl dd{
  text-align: left;
  margin-top: 10px;
}
div.common_right dl dd p {
  line-height: 30px;
  text-indent:2em;
}

