html {
    padding-bottom: -16px !important;
    font-family: "微软雅黑" !important
}

body {
    background: url(../images/body_bg_5.jpg) no-repeat center left;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 70px;
    letter-spacing: 1px;
}

* {
    transition: background 0.2s
}

.footernav {
    letter-spacing: 0
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.nav i {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.header {
    margin-top: 0 !important;
    background: #fff;
    height: 85px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 18;
    line-height: normal
}

.header-wrap {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.header-logo {
    background: url(../images/logo2.png) no-repeat no-repeat left;
    width: 330px;
    height: 80px;
    background-size: 100% auto;
    transition: all .3s ease;
    float: left;
    cursor: pointer
}

.nav-cont {
    width: 60%;
    margin: 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 8px
}

.nav a {
    font-size: 16px;
    color: #909090;
    font-weight: bold;
    display: block;
    padding: initial !important;
}

.nav a:hover, .nav .sel a {
    color: #1788c2
}

.nav li {
    text-align: center;
    flex: 1;
}


.nav a:hover {
    text-decoration: none
}

.j-search {
    width: 60%;
    margin: 0 auto;
    padding-top: 115px;
    text-align: center;
    margin-bottom: 40px
}

.j-search .j-search-logo {
    width: 145px;
    height: 66px;
    background: url(../images/search-before.png) no-repeat center;
    float: left
}

.j-search-cont {
    height: 66px;
    width: calc(100% - 160px);
    margin-left: 160px;
}

.j-search-cont input {
    height: 48px;
    border-radius: 6px 0 0 6px !important;
    font-size: 16px;
    color: #3a3a3a !important;
    outline: none;
    border: 1px solid #fff;
    padding-left: 16px !important;
    box-sizing: border-box;
    width: 84%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.j-search-cont input:focus, .j-search-cont input:hover {
    border-color: #fff !important;
}

.j-search-cont button {
    height: 48px;
    width: 16%;
    border: 0;
    background: #6fc1fc url(../images/search.png) no-repeat center;
    border-radius: 0 6px 6px 0;
    background-size: 39px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    float: right;
    cursor: pointer
}

.j-search-cont button:focus {
    border: 0;
    outline: none
}

.j-search-cont button:active {
    opacity: 0.8
}

.view-main {
    width: 80%;
    margin: 0 auto
}

.main {
    width: 80%;
    margin: 0 auto;
    background: url(../images/main_bg.png) repeat-y top left;
    padding: 20px 20px 20px 60px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    min-height: 600px;
}

.tnb-text {
    margin: 0 auto;
    display: inline-block;
    width: 14px;
    font-weight: bold;
    position: relative;
    top: 10px;
    text-align: center;
    height: 2px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative
}

.tnb-text:before {
    content: "";
    height: 14px;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    display: none
}

.footernav {
    width: 100%;
    z-index: 999;
    background: rgba(46, 125, 188, 0.85);
    bottom: 0;
    left: 0;
    color: #f3f3f3;
    position: fixed;
}

.footernav:after {
    content: "";
    width: 100%;
    height: 16px;
}

.footnav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative
}

.footnav-ul {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 781px);
    display: inline-block;
    font-size: 0
}

.footnav-ul li {
    display: inline-block;
    border-right: none;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    width: 10%;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.footnav-ul li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 11px;
    color: #fff;
    padding: 12px 0;
    box-sizing: border-box
}

.footnav-ul li a img, .footnav ul li a span, .footnav ul li a i {
    display: block;
}

.footnav-ul li a i {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-style: normal;
}

.footnav-ul li a img.img {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
}

.footnav-ul li a:hover, .footnav ul li a.on, .footnav ol li a:hover, .homenav homenav_in.on {
    background: #2677b8;
    text-decoration: none;
}

.homenav {
    position: relative
}

.footnav-ul-2 {
    float: right;
    position: relative;
    top: 3px
}

.ptsjcont {
    position: absolute;
    background: #1065a9;
    border: 1px solid #fff;
    border-bottom: none;
    padding: 10px;
    top: -135px;
    z-index: 999;
    width: 312px;
    height: 114px;
    left: -120px;
    display: none;
    box-sizing: unset !important;
}

.ptsjcont p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ptsjcont div a.a {
    padding: 0;
    margin: 0 8px;
    box-sizing: border-box
}

.ptsjcont div a.a, .ptsjcont div a img {
    display: block;
    width: 140px;
    height: 79px;
    float: left;
}

.ptsjcont div a img {
    border: 1px solid #225884
}

.ptsjcont div a:hover img {
    border: 1px solid #fff
}

.ptsjcont div a.a img {
    width: 140px;
    height: 79px;
}

.Language {
    position: absolute;
    background: #1065a9;
    border-bottom: none;
    padding: 10px 7px;
    top: -60px;
    z-index: 999;
    display: none;
    box-sizing: border-box
}

.Language a.a {
    padding: 0;
    margin: 0;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 5px;
}

.footernav_breadCrumb {
    background: #225884;
    display: none;
}

.footernav_breadCrumb_in {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #428bc5;
    padding: 0 6%;
    box-sizing: border-box;
    padding-bottom: 24px
}

.body_bg_2 {
    background: #3a3a3a url(../images/body_bg_2.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.Language {
    width: 100%
}

.Language a {
    height: auto !important;
    width: auto !important
}

.breadCrumb_r {
    width: 400px;
    padding-top: 22px;
    display: inline-block;
    float: right
}

.breadCrumb_r li {
    float: left;
    width: 50%;
    margin-bottom: 24px;
}

.breadCrumb_r a {
    color: #f3f3f3;
    font-size: 16px;
}

.breadCrumb_l {
    color: #f3f3f3;
    width: 54%;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-top: 14px
}

.ul_1, .scroll-ul {
    width: 48%;
    display: inline-block
}

.footernav_breadCrumb {
    background: #1065a9;
    display: none;
    width: 100%;
    padding-top: 10px
}

.rmss {
    font-size: 14px;
    padding-top: 10px;
}

.rmss a {
    padding: 0 6px;
    position: relative;
    cursor: pointer;
    color: #545454;
}

.rmss a:hover {
    color: #2a6da3
}

.rmss a:after {
    content: "";
    height: 12px;
    width: 1px;
    background: #a1a1a1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.rmss a:last-child:after {
    content: none
}

.breadCrumb_l > * {
    float: left
}
.scroll-ul {
    height: 164px;
    overflow-y: scroll;
    padding-right: 20px
}
.ul_1 h2 {
    font-size: 16px;
}

.ul_1 li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -2px;
    margin-right: 8px;
    border-radius: 8px
}

.ul_1 li {
    margin: 8px 0
}

.breadCrumb_r img {
    position: relative;
    margin-right: 14px;
    top: 16px;
}

.scroll-ul::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    box-sizing: border-box;
}

/*
设置了滚动条按钮的样式图标，url我直接用了base64图片，无所谓啦
*/
.scroll-ul::-webkit-scrollbar-button {
    width: 9px;
    height: 12px;
    background: #000;
    background-color: transparent;
    background-repeat: no-repeat;
}

/*
corner角落的意思，可以改变Y滚动条与X滚动条交叉的右下角的样式
*/
.scroll-ul::-webkit-scrollbar-corner {
    background-color:;
    -webkit-border-radius: 1px;
}

/*
这就是滚动条的样式了
*/
.scroll-ul::-webkit-scrollbar-thumb {
    background-color: #a0c1d9;
    border: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 5px;
}

/*
悬浮时
*/
.scroll-ul::-webkit-scrollbar-thumb:hover {
    background-color: #337eb3;
    border: 1px solid rgba(0, 0, 0, 0.21);
}

/*
滚动条空白处的样式
*/
.scroll-ul::-webkit-scrollbar-track-piece {
    background-color: #337eb3;
    -webkit-border-radius: 5px;
}

.footnav-ul-2 {
    display: inline-block
}

.footnav-ul-2 li {
    margin-right: 10px;
    position: relative;
    float: left
}

.footnav-ul-2 li p {
    font-size: 12px !important;
}

.footnav-ul-2 img {
    position: relative;
    margin: 0 2px
}

.footnav-ul-2 img:last-child {
    top: 0
}

#js-scroll-to-top {
    width: 42px;
    height: 42px;
    background: #08bbfd url(../images/top.png) no-repeat center;
    position: fixed;
    bottom: 84px;
    right: 20px;
    z-index: 16;
    cursor: pointer;
    border-radius: 4px;
    display: none;
    background-size: 22px 13px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 100px
}

#js-scroll-to-top:active {
    opacity: 0.9
}

.mobile-head {
    display: none
}

.mobile-head a {
    font-size: 18px;
    color: #428bc5;


}

.mobile-head .border-a {
    border: 1px solid #428bc5;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 6px;
    padding: 0;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    margin-right: 12px
}

.footnav_menu {
    cursor: pointer
}

.jiucuo {
    height: 46px
}

.nav i {
    background:;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    color: #909090;
    font-weight: normal;
}

.nav li:hover i, .gallery-thumbs .swiper-slide-thumb-active i, .gallery-thumbs .swiper-slide-thumb-active a {
    color: #1788c2
}

.img-li, .footnav-ul-2 {
    display: flex;
    align-items: center;
}

.danghui {
    background: url(../images/danghui.png) no-repeat center;
    background-size: 100% auto;
    height: 18px;
    width: 18px
}

.red {
    color: #f94d37 !important;
    float: none !important;
}

.footnav-ul .iconfont {
    font-size: 14px !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}


.tnb-text-show:before {
    display: inline-block
}

.bg10 {
    background: #1065a9
}

.main_tit {
    width: 80%;
    clear: both;
    margin: 0 auto;
    background: #f1f1f1;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
}

.main_tit_l {
    color: #646464;
    font-size: 14px;
    padding-left: 25px;
    float: left;
    background: url(../images/icon.png) no-repeat 0 -25px;
}

.main_tit a {
    color: #646464;
}

.main_tit_l span {
    color: #1074a6;
}

.main_tit_r {
    float: right;
    color: #646464;
    font-size: 15px;
    padding-right: 15px;
}

.header .icon-wuzhangai:before,.header .icon-fuwu:before{padding:9px}
.head-wza{ margin-top:8px;cursor:pointer;display:flex}
.head-wza a{color:#909090; font-size: 16px; font-weight: bold;text-decoration: none; background-color: transparent;}
.head-wza a:hover{color: #1788c2;}
.head-wza i{display:block; margin-bottom: 8px;}
@media (max-width: 768px){
  .head-wza{display:none}
  .mobile-head .head-wza{display:inline-block}
  .mobile-head .head-wza i{display:none}
  .mobile-head{flex:0 0 100%}
}

#modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-content {
  background-color: #fefefe;
  padding: 0.6em 1.2em;
  border: 1px solid #888;
  width: 55%;
  font-size: 22px;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5 !important;
  transform: translate(-50%, -50%);
}

#modal-content h2,
#modal-content p {
  font-size: 22px;
}

@media screen and (max-width: 1366px) {
  #modal-content {
    width: 60%;
    font-size: 16px;
    padding: 1em 1em;
  }

  #modal-content h2,
  #modal-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  #modal-content {
    width: 85%;
    font-size: 16px;
    padding: 1em 1em;
  }

  #modal-content h2,
  #modal-content p {
    font-size: 16px;
  }
}

#close {
  color: #aaa;
  float: right;
  font-size: 22px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  padding-right: 10px;
  padding-top: 5px;
}

#close:hover,
#close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal-content button {
  color: #ffffff;
  border: none;
  border-radius: 20px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: rgba(46, 125, 188, 0.85)
}

#modal-content button:first-child {
  margin-right: 30px;
}
