/*nav*/
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #ffffff;
  z-index: 999;
}
#header .mainsVw .container:after {
  content: "";
  clear: both;
  display: block;
}
#header .mainsVw .logo {
  float: left;
}
#header .mainsVw .logo a {
  display: block;
  padding: 4px 0;
}
@media (max-width: 767px) {
  #header .mainsVw .logo a {
    padding: 10px;
    width: 60px;
  }
}
#header .mainsVw .language {
  float: right;
  margin-left: 21px;
  position: relative;
  z-index: 999999;
}
#header .mainsVw .language:hover .l_list {
  display: block;
}
#header .mainsVw .language .l_zi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  padding: 31px 0 30px 0;
}
#header .mainsVw .language .l_zi i {
  display: block;
  width: 30px;
}
#header .mainsVw .language .l_zi i img {
  display: none;
}
#header .mainsVw .language .l_zi i img:nth-child(1) {
  display: block;
}
#header .mainsVw .language .l_zi p {
  margin-left: 10px;
  vertical-align: inherit;
}
#header .mainsVw .language .l_zi p i {
  margin-left: 8px;
  display: inline-block;
  width: 10px;
}
#header .mainsVw .language .l_list {
  position: absolute;
  top: 80px;
  left: 0;
  background: #f3f3f3;
  width: 100px;
  text-align: center;
  display: none;
}
#header .mainsVw .language .l_list ul li a {
  text-align: center;
  line-height: 40px;
  color: #333;
}
#header .mainsVw .language .l_list ul li a:hover {
  color: #fff;
  background: #206eb7;
}
@media (max-width: 767px) {
  #header .mainsVw .language {
    margin-left: 0;
  }
  #header .mainsVw .language .l_zi {
    padding: 31px 0 30px 0;
  }
  #header .mainsVw .language .l_zi p {
    margin-left: 6px;
  }
  #header .mainsVw .language .l_zi p i {
    margin-left: 6px;
  }
}
#header .mainsVw .search {
  float: right;
  position: relative;
  z-index: 9;
  /* .s_input{
        position:absolute;
        top:46px;
        right:0;
        display:none;
        form{
          display:flex;
          input{
            width: 200px;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            outline: none;
            background: rgba(26, 54, 104, 0.5);
            color: #fff;
            border:0;
          }
          button{
            cursor: pointer;
            width: 50px;
            height: 40px;
            line-height: 40px;
            background: #1a3668;
            color: #fff;
            outline:none;
            border:0;
          }
        }

      }*/
}
@media (max-width: 1024px) {
  #header .mainsVw .search {
    display: none;
  }
}
#header .mainsVw .search:hover .s_input {
  display: block;
}
#header .mainsVw .search .s_icon {
  padding: 25px 10px;
  height: 30px;
  cursor: pointer;
}
#header .mainsVw .search .s_icon form {
  padding: 4px;
  width: 170px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
#header .mainsVw .search .s_icon form button {
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 18px;
  border: 0;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  background: url("../images/icon_06.png") no-repeat center center / 17px 18px;
}
#header .mainsVw .search .s_icon form input {
  padding: 5px 0;
  width: 80%;
  border: 0;
  outline: none;
}
#header .mainsVw .nav {
  float: left;
  margin-left: 60px;
}
@media (max-width: 1478px) {
  #header .mainsVw .nav {
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  #header .mainsVw .nav {
    margin-left: 40px;
  }
}
@media (max-width: 1130px) {
  #header .mainsVw .nav {
    margin-left: 18px;
  }
}
#header .mainsVw .nav .minNav .s_icon {
  display: none;
  padding: 25px 43px 20px;
  height: 30px;
  cursor: pointer;
}
#header .mainsVw .nav .minNav .s_icon form {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
#header .mainsVw .nav .minNav .s_icon form i {
  display: inline-block;
  line-height: 25px;
  margin-right: 10px;
  width: 20px;
}
#header .mainsVw .nav .minNav .s_icon form input {
  padding: 5px 0;
  width: 82%;
  font-size: 16px;
  border: 0;
  outline: none;
}
#header .mainsVw .nav .minNav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#header .mainsVw .nav .minNav > ul > li {
  position: relative;
  z-index: 2;
  margin: 0 1.0rem;
}
@media (max-width: 1478px) {
  #header .mainsVw .nav .minNav > ul > li {
    margin: 0 1.1rem;
  }
}
@media (max-width: 1200px) {
  #header .mainsVw .nav .minNav > ul > li {
    margin: 0 0.6rem;
  }
}
@media (max-width: 1130px) {
  #header .mainsVw .nav .minNav > ul > li {
    margin: 0 0.2rem;
  }
}
#header .mainsVw .nav .minNav > ul > li:hover > a {
  color: #206eb7;
  border-bottom: 2px solid #206eb7;
}
#header .mainsVw .nav .minNav > ul > li.sel > a {
  color: #206eb7;
  border-bottom: 2px solid #206eb7;
}
#header .mainsVw .nav .minNav > ul > li a {
  padding: 0 12px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
}
#header .mainsVw .nav .minNav > ul > li .n_list {
  position: absolute;
  top: 46px;
  left: -24px;
  padding: 20px 30px;
  width: 477px;
  height: 125px;
  display: none;
  box-sizing: border-box;
  /*flex-wrap: wrap;
              justify-content: space-between;*/
  background-color: #f1f1f1;
}
#header .mainsVw .nav .minNav > ul > li .n_list:after {
  content: "";
  display: block;
  clear: both;
}
#header .mainsVw .nav .minNav > ul > li .n_list li {
  float: left;
  width: 33.33%;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a {
  display: flex;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a:hover .icon img:nth-child(1) {
  display: none;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a:hover .icon img:nth-child(2) {
  display: block;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a:hover span {
  color: #294372;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: 8px;
  margin-right: 17px;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a .icon img {
  width: 100%;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a .icon img:nth-child(1) {
  display: block;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a .icon img:nth-child(2) {
  display: none;
}
#header .mainsVw .nav .minNav > ul > li .n_list li a span {
  color: #656565;
}
@media (max-width: 1024px) {
  #header .mainsVw .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    margin-left: 0;
    background-color: #fff;
  }
  #header .mainsVw .nav.op {
    display: block;
  }
  #header .mainsVw .nav .minNav .s_icon {
    display: block;
  }
  #header .mainsVw .nav .minNav > ul {
    display: block!important;
  }
  #header .mainsVw .nav .minNav > ul > li {
    position: static!important;
    height: auto!important;
  }
  #header .mainsVw .nav .minNav > ul > li > a {
    height: 48px;
    line-height: 48px;
    padding-left: 40px!important;
    color: #000 !important;
  }
  #header .mainsVw .nav .minNav > ul > li > a:hover {
    border-color: #f3f5f8 !important;
  }
  #header .mainsVw .nav .minNav > ul > li .n_list {
    width: 337px!important;
    position: static!important;
    height: auto!important;
    background-color: #fff !important;
  }
  #header .mainsVw .nav .minNav > ul > li .n_list li {
    width: 50%!important;
  }
}
/*navigation*/
#navigation {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
#navigation .container:after {
  content: "";
  display: block;
  clear: both;
}
#navigation .container .option {
  float: left;
}
#navigation .container .option ul:after {
  content: "";
  display: block;
  clear: both;
}
#navigation .container .option ul li {
  float: left;
}
#navigation .container .option ul li a {
  padding: 0 28px;
  height: 60px;
  color: #000;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}
#navigation .container .option ul li a:hover {
  color: #206eb7;
}
#navigation .container .option ul li.op a {
  color: #fff;
  background-color: #206eb7;
}
#navigation .container .option ul li.op a:hover {
  color: #fff;
}
#navigation .container .position {
  float: right;
  color: #666;
  padding-top: 16px;
}
#navigation .container .position span {
  color: #666;
  font-size: 14px;
}
#navigation .container .position a {
  margin: 0 2px;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  color: #666;
}
#navigation .container .position a:hover {
  color: #000;
}
/*T_img*/
.T_img {
  padding-top: 80px;
}
.T_img h2 {
  padding-top: 129px;
  font-size: 42px;
  color: #fff;
}
.T_img span {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 40px;
  background-color: #fff;
}
/*footer*/
#footer {
  background-color: #f3f5f8;
}
#footer .f_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #c3c4c6;
}
#footer .f_top .contactUs {
  width: 40%;
  display: flex;
  justify-content: left;
}
#footer .f_top .contactUs .weixin {
  width: 120px;
}
#footer .f_top .contactUs .weixin p {
  font-size: 15px;
  text-align: center;
}
#footer .f_top .contactUs dl {
  width: 294px;
  margin-left: 37px;
}
#footer .f_top .contactUs dl dt {
  padding-bottom: 1px;
  font-size: 16px;
}
#footer .f_top .contactUs dl dd {
  padding-top: 12px;
  display: flex;
  justify-content: left;
}
#footer .f_top .contactUs dl dd a {
  color: #666;
}
#footer .f_top .contactUs dl dd i {
  width: 20px;
  margin-right: 4px;
}
#footer .f_top .contactUs dl dd i img {
  width: 100%;
}
#footer .f_top .contactUs dl dd p {
  font-size: 14px;
  color: #666;
}
#footer .f_top .f_t_con {
  width: 642px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .f_top .f_t_con dl dt {
  font-size: 16px;
}
#footer .f_top .f_t_con dl dd {
  padding-top: 14px;
}
#footer .f_top .f_t_con dl dd a {
  font-size: 14px;
  color: #666;
}
#footer .f_top .f_t_con dl dd a:hover {
  color: #000;
}
#footer .f_bottom {
  padding: 13px 0;
}
#footer .f_bottom .friendship_a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .f_bottom .friendship_a span {
  line-height: 26px;
}
#footer .f_bottom .friendship_a a {
  margin: 0 10px;
  line-height: 26px;
  color: #666;
}
#footer .f_bottom .friendship_a a:hover {
  color: #333;
}
#footer .f_bottom a {
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  color: #666;
}
/*title*/
.title {
  padding-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title i {
  display: block;
  width: 50px;
  padding-top: 26px;
}
.title i span {
  display: block;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
.title .t_i_l span {
  float: right;
}
.title .t_i_l span:nth-child(1) {
  width: 30px;
}
.title .t_i_l span:nth-child(2) {
  width: 50px;
  margin-top: 6px;
}
.title .t_i_r span:nth-child(1) {
  width: 30px;
}
.title .t_i_r span:nth-child(2) {
  width: 50px;
  margin-top: 6px;
}
.title h2 {
  margin: 0 60px;
  font-size: 42px;
}
/*menuBtn*/
.menuBtn {
  float: right;
  display: none;
  width: 50px;
  margin-top: 26px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  .menuBtn {
    display: block;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-right: 0px;
  }
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 7px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
.menuBtn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  margin: 6px auto;
  transition: all 0.5s;
}
/*more*/
.more {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  border: solid 1px #206eb7;
}
.more:hover {
  background-color: #206eb7;
}
.more:hover span {
  color: #fff;
}
.more:hover i {
  background: url('../images/icon_36.png') no-repeat center center / cover;
}
.more span {
  line-height: 50px;
  font-size: 16px;
  color: #206eb7;
}
.more i {
  margin-left: 15px;
  display: inline-block;
  width: 17px;
  height: 13px;
  vertical-align: middle;
  background: url('../images/icon_58.png') no-repeat center center / cover;
  transition: all 0.4s;
}
.more:hover i {
  margin-left: 8px;
}
/*page*/
.page {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}
.page a {
  display: inline-block;
}
.page a:hover span {
  color: #666;
}
.page a span {
  margin-right: 5px;
  padding: 10px 16px 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #e8e8e8;
  color: #333;
  transition: all 0.3s linear;
}
.page a span.current {
  color: #fff;
  background-color: #015093;
}
@media (max-width: 1200px) {
  #header .mainsVw .language {
    margin-left: 0;
  }
  #footer .f_top .contactUs .weixin p {
    font-size: 12px;
  }
  #header .mainsVw .search .s_icon form {
    width: 163px;
  }
  #footer .f_top .contactUs dl {
    margin-left: 14px;
  }
  #footer .f_top .f_t_con {
    width: 55%;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .title h2 {
    font-size: 30px;
  }
  #navigation .container .option ul li a {
    padding: 0 10px;
  }
  #footer .f_top .contactUs dl {
    width: 424px;
    margin-left: 38px;
  }
  #footer .f_top .contactUs {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f_top .f_t_con {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .T_img .mainsVw {
    height: 120px!important;
  }
  .T_img h2 {
    padding-top: 20px;
    font-size: 25px;
  }
  .T_img span {
    width: 53px;
    margin-top: 19px;
  }
  #header .mainsVw .language .l_list {
    width: 95px;
  }
  .title {
    padding-top: 30px;
  }
  .title h2 {
    margin: 0 26px;
    font-size: 20px;
  }
  .title .t_icon .i_i {
    width: 206px;
  }
  .title i {
    width: 36px;
    padding-top: 10px;
  }
  .title .t_i_l span:nth-child(1),
  .title .t_i_r span:nth-child(1) {
    width: 18px;
  }
  .title .t_i_l span:nth-child(2),
  .title .t_i_r span:nth-child(2) {
    width: 36px;
  }
  .more {
    width: 139px;
    height: 35px;
  }
  .more span {
    line-height: 35px;
  }
  #footer .f_top .f_t_con {
    display: none;
  }
  #footer .f_top .contactUs {
    width: 100%;
  }
  #footer .f_top .contactUs dl {
    width: 100%;
    margin-left: 2px;
  }
  #footer .f_top .contactUs dl dt,
  #footer .f_top .contactUs dl dd p {
    font-size: 12px;
  }
  #footer .f_top .contactUs dl dd {
    padding-top: 6px;
  }
  #footer .f_bottom .friendship_a span {
    font-size: 12px;
  }
  #footer .f_bottom .friendship_a a {
    margin: 0 6px;
    font-size: 12px;
  }
  #footer .f_bottom p {
    font-size: 12px;
    line-height: 18px;
  }
  #navigation .container {
    padding-top: 0;
  }
  #navigation .container .option ul li a {
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  #subject .banner .ban ul li {
    overflow: hidden;
  }
  #subject .banner .ban ul li a img {
    position: relative;
    top: 8%;
    left: -65%;
    width: 207%;
  }
  #subject .banner .ban {
    min-height: 265px!important;
  }
  #subject .banner .ban .prev,
  #subject .banner .ban .next {
    width: 28px!important;
    height: 35px!important;
    margin-top: 19px;
  }
}
/*# sourceMappingURL=public.css.map */