header .head-top {
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: #003680;
  justify-content: space-between;
}
header .head-top .head-down {
  width: 12.5rem;
}
header .head-top .head-down .down-up {
  position: relative;
}
header .head-top .head-down .down-up .box {
  color: #ffffff;
}
header .head-top .head-down .down-up .box span {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-left: 1.2rem;
  font-size: 1rem;
display: none;
}
header .head-top .head-down .down-up .box span i {
  font-size: 1.3rem;
  margin: 0 0.5rem;
}
header .head-top .head-down .down-up .box ul {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #D8D8D8;
  z-index: 100;
}
header .head-top .head-down .down-up .box ul li {
  text-align: center;
  color: #454545;
  font-size: 1rem;
}
header .head-top .head-down .down-up .box ul .hover {
  background: #007BDE;
  color: #fff;
}
header .head-top .head-list {
  color: #ffffff;
  font-size: 1rem;
  padding-right: 1.2rem;
}
header .head-top .head-list i {
  font-size: 1.5rem;
}
header .head-top .head-list a {
  color: #ffffff;
  margin: 0 0.5rem;
}
header .head-logo {
  width: 100%;
  height: 6.5rem;
  background: #013A89;
  padding: 1.25rem 1.2rem;
}
header .head-logo .logo a img {
  height: 4rem;
  width: 64%;
  float: left;
}
header .head-logo .logo span {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 5%;
  color: #ffffff;
  font-size: 1.2rem;
  float: left;
}
header .search {
  height: 4rem;
  width: 100%;
  background: #505050;
  padding: 0.8rem 1rem;
  position: relative;
}
header .search input[type=text] {
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  border-bottom: 1px solid #787878;
  outline: none;
  color: #ffffff;
  font-size: 1.2rem;
}
header .search input[type=image] {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  outline: none;
}
header .hp {
  width: 100%;
  background: url("../images/hp-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 2rem;
}
header .hp img {
  width: 8rem;
  height: 8rem;
}
header .hp h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 1rem 0;
}
header .hp h3 i {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url("../images/laud.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 0.3rem -0.3rem 0.5rem;
}
header .hp p {
  color: #D3D3C5  ;
  font-size: 0.8rem;
}
header .hp .kind {
  height: 3.55rem;
  line-height: 3.5rem;
  margin-top: 1rem;
  background: rgba(16, 61, 70, 0.5);
}
header .hp .kind span {
  display: inline-block;
  width: 49%;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}
header .hp .kind span:first-child {

}
nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 3rem;
  left: 0;
  height: auto;
  min-height: 45rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
nav .subnav {
  width: 50%;
  height: 100%;
  background: #ffffff;
}
nav .subnav > ul > li {
  min-height: 4rem;
  line-height: 4rem;
  border-bottom: 1px dashed #DFDFDF;
  padding-right: 3rem;
  position: relative;
}
nav .subnav > ul > li a {
  display: block;
  text-align: center;
  color: #000000;
}
nav .subnav > ul > li i {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  width: 0.8rem;
  height: 1.3rem;
  background: url("../images/arr-r.png") no-repeat;
  background-size: 100% 100%;
}
nav .subnav > ul > li .down {
  display: none;
  background: #013A89;
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
}
nav .subnav > ul > li .down ul li {
  border-bottom: 1px dashed #0047AA;
}
nav .subnav > ul > li .down ul li a {
  color: #fff;
}
nav .subnav > ul > li .down ul li:last-child {
  border: none;
}
nav .subnav > ul li:last-child {
  border: none;
}
nav .subnav > ul .on {
  background: #003680;
  transition: all 0.5s;
}
nav .subnav > ul .on a {
  color: #ffffff;
}
nav .subnav > ul .on .down {
  display: block;
}
section .information {
  padding: 0 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
}
section .information .infor-title {
  margin: 2rem 0;
}
section .information .infor-title span {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 9rem;
  background: url("../images/infor.png") no-repeat;
  background-size: 100% 100%;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}
section .information table tr td {
  font-size: 1.1rem;
  height: 2.5rem;
  color: #434343;
  vertical-align: top;
}
section .information table tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
section .contact {
  padding: 0 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
}
section .contact .contact-title {
  border-bottom: 1px solid #D7D7D7;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
}
section .contact .contact-title h3 {
  font-size: 1.2rem;
  color: #073F8C;
  font-weight: 530;
  padding: 0 0.5rem;
  display: inline-block;
  zoom: 1;
  position: relative;
}
section .contact .contact-title h3 i {
  position: absolute;
  bottom: -0.55rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #073F8C;
}
section .contact p {
  font-size: 1.1rem;
  color: #434343;
  margin: 0.5rem 0;
}
section .resume {
  padding: 0.5rem 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
}
section .resume h3 {
  height: 3.5rem;
  line-height: 3.5rem;
  background: #E6E6E6;
  width: 100%;
  position: relative;
  border-left: 4px solid #013A89;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
section .resume h3 span {
  display: block;
  height: 100%;
  width: 10rem;
  background: url("../images/resume.png") no-repeat;
  background-size: 100% 100%;
  text-align: right;
  padding-right: 2rem;
}
section .resume h3 i {
  display: block;
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/user.png") no-repeat;
  background-size: 100% 100%;
}
section .resume .resume-cont p {
  font-size: 1.1rem;
  
  color: #616161;
}
section .live {
  padding: 0.5rem 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
}
section .live h3 {
  min-height: 3.5rem;
  line-height: 3.5rem;
  background: #013A89;
  width: 100%;
  position: relative;
  border-right: 4px solid #E49C00;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
section .live h3 span {
  display: block;
  height: 100%;
  width: 10rem;
  background-size: 100% 100%;
  text-align: right;
  padding-right: 2rem;
}
section .live h3 i {
  display: block;
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/user.png") no-repeat;
  background-size: 100% 100%;
}
section .live > ul > li {
  margin: 1rem 0;
  font-size: 1.1rem;
}
section .live > ul > li h4 {
  color: #3A3A3A;
}
section .live > ul > li p {
  color: #696969;
  word-break: break-word;
  word-wrap: break-word;
}
section .live ol > li {
  float: left;
  width: 33%;
min-height: 145px;
}
section .live ol > li .imgL1 {
  display: table;
  width: 90%;
  height: 9rem;
  background: #f5f5f5;
  margin: 0 auto;
}
section .live ol > li .imgL1 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
section .live ol > li .imgL1 span img {
  max-width: 100%;
  max-height: 100%;
}
section .live ol > li p {
  text-align: center;
}
section .study h4 {
  font-weight: bold;
  border-left: 3px solid #E49C00;
  padding-left: 0.8rem;
}
section .study p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
section .tzy h3 span {
  text-align: left;
  padding-left: 9px;
}
section .tzy p {
 
}
section .record {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.2rem;
}
section .record p {
  font-size: 1.1rem;
  color: #000000;
}
section .pc {
  height: 4rem;
  line-height: 4rem;
  background: #003680;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}
section .pc i {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: url("../images/pc.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 0.8rem -0.3rem;
}
section .title {
  padding: 0.5rem 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
  min-height: 4rem;
}
section .title h4 {
  height: 100%;
  line-height: 3rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}
section .title h4 i {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1rem;
  height: 0.8rem;
  display: block;
  background: url("../images/sjt.png") no-repeat;
  background-size: 100% 100%;
}
section .title h4 b {
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  height: 0.3rem;
  width: 100%;
  background: url("../images/shx.png") no-repeat;
  background-size: 100% 100%;
}
section .ky-cont h3 {
  font-size: 1.5rem;
  color: #616161;
  text-align: center;
  border-bottom: 1px solid #DEDEDE;
  padding: 1.2rem 0rem 0.5rem;
  word-break: break-word;
  word-wrap: break-word;
    margin-left: 12px;
    margin-right: 12px;

}
section .ky-cont .mes {
  font-size: 1rem;
  color: #999999;
  padding: 0.5rem 0;
  text-align: center;
}
section .ky-cont .mes i {
  display: inline-block;
  width: 1.8rem;
  height: 1.2rem;
  background: url("../images/eye.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: -0.3rem;
}
section .ky-cont .mes-cont {
  padding: 0 1.2rem;
  line-height: 2rem;
}
section .ky-cont .mes-cont p {
  font-size: 1.1rem;

  text-align: justify;
  color: #616161;
    word-wrap: break-word;
    word-break: break-word;
}
section .ky-cont .mes-cont img {
  max-width: 100%;
}
section .ky-cont .mes-cont table tr td {
  font-size: 1.1rem;
  height: 2rem;
  color: #616161;
    word-wrap: break-word;
    word-break: break-word;

}
section .ky-cont .mes-cont table tr td:first-child {
  text-align: center;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  min-width: 9rem;
  vertical-align: top;
}
section .ky-cont .appendix {
  padding: 0.5rem 1.2rem 0.8rem;
  border-bottom: 3px solid #F0F1F8;
  color: #A3A1A1;
}
section .ky-cont .appendix p {
  font-size: 1.1rem;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
}
section .ky-cont .appendix .present {
  color: #616161;
  line-height: 2rem;
}
section .ky-cont .appendix .present span {
  color: #1D4F96;
}
section .fany {
  border-bottom: 3px solid #F0F1F8;
  padding: 0.5rem 0 0.8rem;
}
section .fany p {
  font-size: 1.1rem;
  padding: 0.5rem 1.2rem;
}
section .fany p span {
  color: #A3A1A1;
}
section .fany p a {
  color: #616161;
    word-wrap: break-word;
    word-break: break-word;
}
section .fany p:first-child {
  border-bottom: 1px solid #F0F1F8;
}
section .recommend {
  border-bottom: 3px solid #F0F1F8;
  padding: 0.5rem 0 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  color: #013A89;
}
section .recommend i {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/rec.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 0.5rem -0.3rem;
}
section .list {
  padding: 0 1.2rem;
}
section .list ul li {
  min-height: 3.5rem;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 3.5rem;
  font-size: 1.2rem;
  border-bottom: 1px dashed #F0F1F8;
}
section .list ul li a {
  color: #616161;
  word-wrap: break-word;
  word-break: break-word;
}
section .list .still-more {
  border-bottom: 3px solid #F0F1F8;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #013A89;
}
section .list .still-more a {
  color: #E7A71C;
  text-decoration: underline;
}
section .mult {
  border-bottom: 3px solid #F0F1F8;
}
section .mult h3 {
  border-bottom: 1px solid #C6D1D9;
  padding: 0.5rem 1.2rem;
}
section .mult h3 span {
  display: inline-block;
  zoom: 1;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.8rem;
  border-left: 2px solid #013A89;
  font-size: 1.2rem;
  color: #013A89;
}
section .mult .more {
  float: right;
  margin-right: 1.2rem;
  line-height: 2.7rem;
}
section .mult .more a {
  color: #BDBDBD;
  font-size: 1.2rem;
}
section .mult .domain,
section .mult .item {
  padding: 0.8rem 1.2rem;
}
section .mult .domain p,
section .mult .item p {
  font-size: 1.1rem;
  color: #616161;
}
section .mult .item {
  padding: 0.5rem 1.2rem;
}
section .mult .item ul li {

line-height: 2rem;

border-bottom: 1px dashed #F0F1F8;
}
section .mult .item ul li a {
  font-size: 1.1rem;
  color: #616161;
}
section .mult .item ul li:last-child {
  border: none;
}
section .plist ul li {
  height: auto;
  line-height: inherit;
  padding: 1rem 0;
}
section .plist ul li .img {
  display: table;
  width: 11rem;
  height: 6rem;
  margin: 0 auto;
    background-color: #F5F5F5;
}
section .plist ul li .img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
section .plist ul li .img span img {
  
  max-width: 100%;
  max-height: 100%;
margin-top: 4px;

}
section .plist ul li .pl-cont {
  width: 53%;
  height: 6rem;
  font-size: 1.1rem;
}
section .plist ul li .pl-cont h4 {
  height: 55%;
  padding-top: 0.4rem;
}
section .plist ul li .pl-cont .detailed {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin: 0.7rem 0;
}
section .plist ul li .pl-cont .detailed p i {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/time.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: -0.25rem;
  margin-right: 0.2rem;
}
section .plist ul li .pl-cont .detailed p .i2 {
  width: 1.5rem;
  background: url("../images/eye.png") no-repeat;
  background-size: 100% 100%;
}
footer {
  background: #013A89;
  padding: 1rem 0;
}
footer p {
  line-height: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 490px) {
  header .head-logo .logo a img {
    width: 50%;
  }
}