﻿
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "SimSun","Microsoft YaHei";
  color: #333;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,img{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.img {
  max-width: 100%;
  height: auto;
}
button,
input {
  outline: 0;
  border: none;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.main {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2% 2.224%;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
/* 头部样式 */
.t-head .top {
  padding-left: 40px;
  padding-right: 25px;
}
.t-head .logo-box {
  color: #fff;
}
.t-head .til {
  margin-left: 15px;
  font-weight: bold;
  font-size: 20px;
}
.t-head .til p {
  width: 240px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 4px;
}
.t-head .til .last-p {
  display: inline-block;
  width: 264px;
  height: 21px;
  line-height: 21px;
  letter-spacing: 28px;
  font-size: 16px;
}
.t-head .tips {
  width: 298px;
  height: 21px;
  line-height: 21px;
  background: rgba(255,255,255,.24);
  border-radius: 11px;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 12px;
  color: #fff;
}
/* 导航样式 */
.t-head .nav {
  width: 565px;
  margin-left: 45px;
  margin-top: 20px;
}
.t-head .nav li {
  float: left;
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.t-head .nav li:first-child {
  width: 100px;
}
.t-head .nav li a {
  font-size: 16px;
  color: #fff;
  opacity: .8;
}
.t-head .nav li.active a {
  padding-bottom: 10px;
  opacity: 1;
  border-bottom: 3px solid #fff;
}
/* 平台信息 */
.t-head .ptxx,
.t-head .sel {
  margin-top: 15px;
}
.t-head .ptxx a {
  color: #fff;
  font-size: 12px;
  opacity: .8;
}
.t-head .ptxx span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #da251d;
  margin-left: 9px;
}
/* 登录操作的样式 */
.t-head .ctr-group {
  margin: 20px 35px 0 30px;
}
.t-head .ctr-group li {
  float: left;
  color: #92afd2;
}
.t-head .ctr-group img {
  width: 18px;
  height: 20px;
}
.t-head .ctr-group li a {
  margin: 0 15px;
  color: #fff;
  opacity: .8;
}
.t-head .ctr-group li a.zc {
  margin: 0;
}
/* 选择框的样式 */
.t-head .sel {
  width: 185px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  padding: 0 15px;
  background-color: rgba(255,255,255,.4);
  cursor: pointer;
}
.t-head .sel select {
  width: 85%;
  height: 100%;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(http://www.zhseamanqr.org/images/public/sj.svg) no-repeat scroll right center transparent;
  color: #fff;
  border: none;
  opacity: .8;
  outline: none;
}
/* 吸顶头部样式 */
.xd-head.t-head {
  /*display: none;*/
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.xd {display: none;}
/*导航吸顶*/
.xd-active {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #fff;
}
.xd-active-line {
  position: fixed;
  width: 100%;
  top: 120px;
}
.t-head.xd-head .top {
  padding-top: 20px;
}
.t-head.xd-head .tips {
  background-color: rgba(0, 80, 172, .08);
  color: #0050AC;
  margin-bottom: 20px;
}
.t-head.xd-head .logo-box,
.t-head.xd-head .nav li a,
.t-head.xd-head .ptxx a {
  color: #333; 
}
.t-head.xd-head .nav li.active a{
  font-size: 16px;
  color: #004098;
  border-bottom: 3px solid #004098;
}
.t-head.xd-head .sel {
  border: 1px solid #004098;
  background-color: rgba(255,255,255,1);
  cursor: pointer;
}
.t-head.xd-head .sel select {
  color: #004098;
  background: url(http://www.zhseamanqr.org/images/public/sj_h.svg) no-repeat scroll right center transparent;
}
.t-head.xd-head .ctr-group li a {
  color: #004098
}
.t-head .line {
  width: 100%;
  height: 15px;
  background: url(http://www.zhseamanqr.org/images/public/line.svg) bottom center no-repeat;
}
/* 底部样式 */
.foot.t-foot {
  margin-top: 41px;
  background-color: #F6F6F6;
}
.t-foot .foot-top {
  padding: 17px 0 19px 0;
  border-bottom: 1px solid #e5e5e5;
}
.t-foot .foot-top li {
  float: left;
  min-width: 208px;
  height: 59px;
  line-height: 59px;
  padding: 0 21px;
  margin-left: 20px;
  background: #ECECEC;
  border-radius: 6px;
}
.t-foot .foot-top li:first-child {
  margin-left: 0;
}
.t-foot .foot-top li:first-child .gywm {
  color: #333;
  margin-right: 40px;
}
.t-foot .dzjg {
  float: right;
  width: 50px;
  height: 61px;
  margin-left: 47px;
}
.t-foot #_span_jiucuo {
  float: right;
}
.t-foot .foot-top .ewm {
  padding-right: 45px;
  background: #ECECEC url(http://www.zhseamanqr.org/images/public/xz.svg) 92% center no-repeat;
}
.t-foot .foot-bottom {
  padding: 14px 0;
}
.t-foot .foot-bottom .fl{
  color: #999;
}
.t-foot .foot-bottom .fl{
  margin-bottom: 10px;
}
.t-foot .foot-bottom .fl span {
  color: #333;
}
.t-foot .foot-bottom .yth {
  width: 313px;
  height: 24px;
  line-height: 24px;
  background: #EEEEEE;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.t-foot .gh {
  margin-left: 40px;
}
/* 二维码 */
.t-ewm-box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 999;
}
.t-ewm-box .img {
  position: relative;
  width: 310px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4eaf8;
}
.t-ewm-box .img span {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  height: 15px;
  background:  url(http://www.zhseamanqr.org/images/public/gb.svg) center no-repeat;
  cursor: pointer;
}
/* 适配1366 */
@media screen and (max-width: 1920px) {
    .t-head .nav {
      width: auto;
      margin-left: 0;
    }
    .t-head .nav li {
        width: 65px;
        margin-left: 35px;
    }
    .t-head .nav li:first-child {
        width: 42px;
        margin-left: 0;
    }
}