*{
  margin: 0;
  padding: 0;
}
body,html{
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "微软雅黑";
}
hr {
    border-top: 1px solid #ccc;
    margin: 20px auto;
    max-width: 100px;
}
input[type='file']{
    display: none;
}
.width100{
    width: 100%;
}
.width90{
    width: 90%;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pd0{
    padding: 0px;
}
.mg0{
    margin: 0px;
}
.pd-top10{
    padding-top: 10px;
}
.pd-top15{
    padding-top: 15px;
}
.pd-top20{
    padding-top: 20px;
}
.pd-tb10{
    padding: 10px 0;
}
.pd-tb20{
    padding: 20px 0;
}
.pd-lr10{
    padding: 0 10px;
}
.border{
    border:1px solid #ccc;
}
.border-none{
    border: none;
}
.border-bottom{
    border-bottom:1px solid #ccc;
}
.border-top{
    border-top:1px solid #ccc;
}
.border-bottom{
    border-bottom:1px solid #ccc;
}
.height200{
    height: 200px;
}
.pd5{
    padding: 5px;
}
.pd7{
    padding: 7px;
}
.pd8{
    padding: 8px;
}
.pd10{
    padding: 10px;
}
.pd15{
    padding: 15px;
}
.pd20{
    padding: 20px;
}
/*.mg5{
    margin: 5px;
}*/
.mg10{
    margin: 10px;
}
.mg-tb10{
    margin: 10px 0;
}
.mg15{
    margin: 15px;
}
.mg20{
    margin: 20px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs26{
    font-size: 26px;
}
.fs30{
    font-size: 30px;
}
.bold{
  font-weight: bold;
}
.fs4em{
    font-size: 4em;
}
.red{
    color: red;
}
.fff{
    color: #fff;
}
.ccc{
    color: #ccc;
}
.lan{
    color: #0C2C65;
}
.yellow{
  color: yellow;
}
.bgl{
    background-color: #013878;
    color: #fff;
}
.bgc{
    background-color: #ccc;
}
.bgcheng{
    background-color: #FF9800;
}
.bgfen{
    background-color: #FFC0CB;
}
.bgyellow{
    background-color: yellow;
}
.fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.info-local{
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
    background: url(../images/local.png) no-repeat 5px;
    border-left: 1px solid #e3e3e3;
}
.loginout{
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #1296DB;
    background-color: #1296DB;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

header.top {
  width: 100%;
  height: 80px;
  background-color: #0C2C65;
}
header.top .fix-top {
  padding: 0px 100px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
header.top .common-header{
  padding: 10px 50px;
}
.common-header .item{
  position: relative;
  padding: 20px;
  color: #fff;
}
.common-header .item.active{
  border-bottom: 1px solid #fff;
  color: #FC7174;
}
.common-header .item .quekou{
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/quekou.png) no-repeat;
  background-size: 100%;
  bottom: -40px;
  left: 40%;
  display: none;
}
.common-header .item.active .quekou{
  display: block;
}
.common-header1 a:hover{
  border-bottom: 1px solid #fff;
  color: #b6c7db;
}
.common-header a:hover > .quekou{
  display: block;
}

.footer{
  height: 300px;
  background-color: #0C2C65;
  position: relative;
}
.footer .footer1{
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  /*padding-top: 60px;*/
}
.footer .footer1 .fot1{
  padding: 0;
}
.footer .footer1 .fot2{
  font-size: 14px;
  line-height: 22px;
}
.footer .footer1 .fot2 .dada{
  font-size: 20px;
  color: #fff;
}
.footer .footer1 .footer2{
  height: 150px;
  padding: 0;
}
.footer .footer1 .footer2 a{
  color: #fff;
}
.footer .footer1 .footer2 .fot3{
  width: 50%;
  height: 150px;
  float: right;
  text-align: left;
  padding-top: 10px;
}
.footer .footer1 .footer2 p{
  padding-top: 6px;
}
.footer .footer1 .footer2 .first{
  padding: 0;
}
.footer .footer-down{
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #103880;
}
.footer .djasd{
  position: absolute;
  right: 30px;
  bottom: 30px;
}


