@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

/*head*/
.head1-index {
  align-items: center;
}

.head1-index .wel {
  align-items: center;
  line-height: 56px;
}

.head1-index .wel .wel1 {
  color: #0057a4;
  font-size: 16px;
}

.head1-index .wel .sj {
  color: #666666;
  font-size: 14px;
  margin-left: 15px;
}

#formsearch {
  background: url(../images/sou.png) no-repeat top center;
  width: 300px;
  height: 36px;
}

#formsearch input {
  height: 36px;
  background: none;
  border: none;
  line-height: 36px;
}

#formsearch input#keyword {
  height: 36px;
  line-height: 36px;
  padding-left: 14px;
  color: #666;
}

#formsearch input#s_btn {
  width: 46px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
}

.head2-index {
  align-items: center;
}

.head2-index .logo {
  line-height: 104px;
}

.head2-index .ttnav {
  width: 1020px;
}

.bicon {
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 99;
}

.bicon .btel {
  background: url(../images/tel.png) no-repeat left center;
  width: 330px;
  padding-left: 100px;
  height: 80px;
  padding-top: 15px;
}

.bicon .btel p {
  color: #ffffff;
  font-size: 14px;
}

.bicon .btel p:nth-of-type(2) {
  font-weight: 600;
  font-size: 24px;
}

.bicon .blist1 {
  width: 340px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.bicon .blist1 li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bicon .blist1 li .img2 {
  display: none;
}

.bicon .blist1 li .wz1 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}

.bicon .blist1 li .wz2 {
  display: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}

.bicon .blist1 li:hover:nth-of-type(1) .img1 {
  display: block;
}

.bicon .blist1 li:hover:nth-of-type(1) .img2 {
  display: none;
}

.bicon .blist1 li:hover:nth-of-type(1) .wz2 {
  margin-top: 5px;
}

.bicon .blist1 li:hover .img1 {
  display: none;
}

.bicon .blist1 li:hover .img2 {
  display: block;
}

.bicon .blist1 li:hover .wz1 {
  display: none;
}

.bicon .blist1 li:hover .wz2 {
  display: block;
  margin-top: 0;
}

.bicon .bnews {
  width: 672px;
  background: url(../images/n1.png) no-repeat left center;
  padding-left: 50px;
  color: #fff;
  line-height: 30px;
  margin-top: 26px;
}

.bicon .bnews .bnlist1 li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.bicon .bnews .bnlist1 li a span {
  float: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 35px;
}

.seo {
  color: #666666;
  font-size: 14px;
  height: 60px;
  padding-top: 10px;
}

.nindex1 .nindex1a {
  width: 680px;
  position: relative;
}

.nindex1 .nindex1a .hd .next {
  background: url(../images/l1.png) no-repeat top center;
  width: 30px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
}

.nindex1 .nindex1a .hd .prev {
  background: url(../images/r1.png) no-repeat top center;
  width: 30px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
}

.nindex1 .nindex1a .bd ul li {
  position: relative;
}

.nindex1 .nindex1a .bd ul li a .img1 img {
  width: 680px;
  height: 440px;
}

.nindex1 .nindex1a .bd ul li a .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.nindex1 .nindex1b {
  width: 680px;
}

.nindex1 .nindex1b .nsort {
  border-bottom: 1px solid #e6e6e6;
  height: 46px;
  justify-content: flex-start;
}

.nindex1 .nindex1b .nsort li {
  position: relative;
  width: 100px;
  margin-right: 54px;
}

.nindex1 .nindex1b .nsort li::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0057a4;
  opacity: 0;
}

.nindex1 .nindex1b .nsort li a {
  display: block;
  color: #525252;
  font-size: 24px;
}

.nindex1 .nindex1b .nsort li.cur::before {
  opacity: 1;
}

.nindex1 .nindex1b .nsort li.cur a {
  color: #0057a4;
}

.tt11 {
  display: none;
}

.nindex-wrap {
  margin-top: 30px;
}

.nindex-wrap .nlist2 li {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 24px;
  height: 114px;
}

.nindex-wrap .nlist2 li .wz1 {
  color: #0057a4;
  font-size: 20px;
  font-weight: 600;
}

.nindex-wrap .nlist2 li .wz2 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.nindex-wrap .nlist2 li .wz2 span {
  color: #e60012;
  float: right;
}

.nlist3 {
  margin-top: 30px;
}

.nlist3 li {
  background: url(../images/tt3.png) no-repeat left center;
  padding-left: 14px;
  margin-bottom: 16px;
}

.nlist3 li:last-child {
  margin-bottom: 0;
}

.nlist3 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nlist3 li a .wz1 {
  color: #222222;
  font-size: 16px;
}

.nlist3 li a .wz2 {
  color: #8d8b8c;
  font-size: 16px;
}

.nlist3 li:hover a .wz1 {
  color: #0057a4;
}

.ad-index {
  margin-top: 60px;
}

.ad-index .tempWrap {
  margin-left: -20px;
}

.ad-index .bd ul li {
  width: 320px;
  margin: 0 20px;
}

.ad-index .bd ul li .img1 img {
  width: 320px;
  height: 200px;
}

.ad-index .bd ul li .wz1 {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.ad-index .bd ul li .wz2 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}

.ad-index .bd ul li .wz3 {
  background: url(../images/tt4.png) no-repeat top center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 25px;
}

.ad-index .bd ul li:hover .wz3 {
  background: url(../images/tt5.png) no-repeat top center;
}

.pro-bg {
  background: #f4f4f4;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-top: 55px;
}

.pro-bg .prot {
  text-align: center;
}

.pro-bg .prot .prot1 {
  color: #222222;
  font-size: 40px;
  align-self: center;
  justify-content: center;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-bg .prot .prot1 span {
  width: 100px;
  height: 1px;
  background: #c9caca;
}

.pro-bg .prot .prot1 b {
  margin: 0 15px;
  font-weight: 500;
}

.pro-bg .prot .prot2 {
  font-size: 18px;
  color: #525252;
  margin-top: 10px;
}

.pro-bg .pro-index {
  margin-top: 36px;
}

.pro-bg .pro-index .prol {
  width: 250px;
}

.pro-bg .pro-index .prol .psort li {
  height: 72px;
  line-height: 72px;
  background: #ffffff;
}

.pro-bg .pro-index .prol .psort li + li {
  margin-top: 2px;
}

.pro-bg .pro-index .prol .psort li a {
  display: flex;
  align-items: center;
  padding-left: 38px;
}

.pro-bg .pro-index .prol .psort li a .img1 {
  margin-right: 20px;
}

.pro-bg .pro-index .prol .psort li a .wz {
  color: #222222;
  font-size: 16px;
}

.pro-bg .pro-index .prol .psort li.cur {
  background: #0057a4;
}

.pro-bg .pro-index .prol .psort li.cur a .img1 img {
  filter: invert(100%) sepia(95%) saturate(2%) hue-rotate(197deg) brightness(115%) contrast(101%);
}

.pro-bg .pro-index .prol .psort li.cur a .wz {
  color: #fff;
}

.pro-bg .pro-index .prom {
  width: 776px;
  height: 442px;
}

.pro-bg .pro-index .prom .plist2 li .img1 img {
  width: 776px;
  height: 442px;
}

.pro-bg .pro-index .pror {
  width: 350px;
  background: #fff;
}

.pro-bg .pro-index .pror .pwen {
  padding: 0 45px;
  padding-top: 75px;
}

.pro-bg .pro-index .pror .pwen p {
  line-height: 30px;
  color: #666769;
  font-size: 16px;
}

.pro-bg .pro-index .pror .ptel {
  background: url(../images/tel2.png) no-repeat left top;
  padding-left: 80px;
  margin-top: 98px;
}

.pro-bg .pro-index .pror .ptel p {
  font-weight: 600;
  color: #222222;
  font-size: 30px;
  line-height: 30px;
}

.pro-bg .pro-index .pror .ptel p:nth-of-type(1) {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.tt22 {
  display: none;
}

.pro-roll {
  margin-top: 48px;
}

.pro-roll .tempWrap {
  margin-left: -9px;
}

.pro-roll .bd ul li {
  width: 440px;
  margin: 0 18px;
}

.pro-roll .bd ul li .img1 {
  position: relative;
}

.pro-roll .bd ul li .img1 > img {
  width: 440px;
  height: 280px;
}

.pro-roll .bd ul li .img1 .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(27, 27, 27, 0.3);
  opacity: 0;
}

.pro-roll .bd ul li .wz {
  background: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  font-size: 16px;
}

.pro-roll .bd ul li:hover .img1 .hh {
  opacity: 1;
}

.pro-roll .bd ul li:hover .wz {
  background: #0057a4;
  color: #fff;
}

.nindex2 {
  margin-top: 60px;
}

.nindex2 .nt {
  border-bottom: 1px solid #e6e6e6;
  height: 46px;
}

.nindex2 .nt .nt1 {
  color: #0057a4;
  font-size: 24px;
  position: relative;
}

.nindex2 .nt .nt1::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0057a4;
}

.nindex2 .nt a {
  display: block;
  color: #666666;
  font-size: 14px;
  padding-top: 5px;
}

.nindex2 .nlist4 li {
  margin-top: 35px;
}

.nindex2 .nlist4 li a {
  display: flex;
  justify-content: space-between;
}

.nindex2 .nlist4 li .date {
  width: 70px;
  height: 50px;
  border-right: 1px solid #dcdcdc;
}

.nindex2 .nlist4 li .date .d1 {
  color: rgba(0, 87, 164, 0.75);
  font-size: 36px;
  opacity: 0.75;
  line-height: 1;
  font-weight: 600;
}

.nindex2 .nlist4 li .date .d2 {
  color: #9fa0a0;
  font-size: 14px;
}

.nindex2 .nlist4 li .wz {
  width: 350px;
}

.nindex2 .nlist4 li .wz .wz1 {
  color: #222222;
  font-size: 18px;
}

.nindex2 .nlist4 li .wz .wz2 {
  color: #666666;
  font-size: 14px;
  margin-top: 3px;
}

.nindex2 .nlist4 li:hover a .wz .wz1 {
  color: #0057a4;
}

.nindex2 .nindex2a {
  width: 440px;
}

.nindex2 .nindex2b {
  width: 440px;
}

.nindex2 .nindex2c {
  width: 440px;
}

.nindex2 .nroll {
  margin-top: 35px;
  position: relative;
}

.nindex2 .nroll .hd .next {
  background: url(../images/l1.png) no-repeat top center;
  width: 30px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
}

.nindex2 .nroll .hd .prev {
  background: url(../images/r1.png) no-repeat top center;
  width: 30px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 99;
}

.ht {
  margin-top: 60px;
}

.link {
  font-size: 14px;
  color: #9fa0a0;
  margin-top: 17px;
  padding: 18px 0;
}

.link a {
  color: #9fa0a0;
}

.foot-bg {
  background: url(../images/foot.jpg) no-repeat top center;
  height: 330px;
  padding-top: 60px;
}

.foot-bg .foot-index .liuyan {
  width: 260px;
}

.foot-bg .foot-index .liuyan h3 {
  color: #2c2c2c;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.foot-bg .foot-index .liuyan .x-message {
  padding: 0;
  background: none;
}

.foot-bg .foot-index .liuyan .x-message .x-message-wrap {
  margin: 0;
}

.foot-bg .foot-index .lx {
  width: 460px;
  margin-left: 100px;
}

.foot-bg .foot-index .lx .lxtel {
  background: url(../images/tel3.png) no-repeat left top;
  padding-left: 45px;
}

.foot-bg .foot-index .lx .lxtel p {
  color: #222222;
  font-size: 30px;
  font-family: "Impact";
  line-height: 30px;
}

.foot-bg .foot-index .lx .lxtel p:nth-of-type(1) {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
}

.foot-bg .foot-index .lx .lxdizhi {
  padding-left: 45px;
  margin-top: 20px;
}

.foot-bg .foot-index .lx .lxdizhi p {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
}

.foot-bg .foot-index .erq {
  width: 530px;
}

.foot-bg .foot-index .erq ul li {
  border: 1px solid #e5e5e5;
  width: 150px;
  height: 180px;
  text-align: center;
  padding-top: 12px;
}

.foot-bg .foot-index .erq ul li .img1 img {
  width: 124px;
  height: 124px;
}

.foot-bg .foot-index .erq ul li .wz {
  color: #666666;
  font-size: 14px;
  padding-top: 10px;
}

.cop-bg {
  background: #0057a4;
  padding: 30px 0;
}

.cop-bg .cop-index {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.cop-bg .cop-index a {
  color: rgba(255, 255, 255, 0.4);
}

.cop-bg .cop-index .be {
  margin-left: 10px;
}

.cop-bg .cop-index .be img {
  margin-right: 5px;
}

.cop-bg .cop-index .copr {
  width: 170px;
}

.cop-bg .cop-index .copr h3 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  line-height: 32px;
}

.copr .social-share .icon-wechat {
  background: url(../images/s2.png) no-repeat center;
}

.copr .social-share .icon-wechat:before {
  display: none;
}

.copr .social-share .icon-wechat:hover {
  background: url(../images/s2.png) no-repeat center;
}

.copr .social-share .icon-weibo {
  background: url(../images/s1.png) no-repeat center;
}

.copr .social-share .icon-weibo:before {
  display: none;
}

.copr .social-share .icon-weibo:hover {
  background: url(../images/s1.png) no-repeat center;
}

.copr .social-share .icon-qq {
  background: url(../images/s3.png) no-repeat center;
}

.copr .social-share .icon-qq:before {
  display: none;
}

.copr .social-share .icon-qq:hover {
  background: url(../images/s3.png) no-repeat center;
}

.copr .social-share .social-share-icon {
  border: none;
  width: 30px;
  height: 30px;
}

/*当前位置*/
.page-position {
  padding: 30px 0;
  font-size: 14px;
  color: #666666;
}

.list {
  background: url(../images/nt1.png) no-repeat 20px 50% #f1f1f1;
  line-height: 45px;
  padding-left: 33px;
  font-size: 14px;
}

.list a {
  line-height: 45px;
  color: #666666;
  font-size: 14px;
}

/*内页左侧样式*/
.xypg-left-con {
  border: none;
}

.ny_list .xypg-left-title i {
  display: none;
}

.ny_list .xypg-left-box {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ny_list .xypg-left-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #0057a4;
  background-size: 100% 100%;
}

.ny_list .xypg-left-title span:before {
  display: none;
}

.ny_list .xypg-left-title span {
  width: 65px;
  font-weight: 200;
  height: 25px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 2px 10px;
  font-style: italic;
}

.ny_list .xypg-left-title {
  padding: 14px 20px;
  position: relative;
}

.xypg-left-con2 .xypg-left-nav > li {
  border: none;
  background: url(../images/nt2.png) no-repeat 90% 50% #eeeeee;
  border-radius: 8px;
  margin-top: 10px;
}

.xypg-left-con2 .first-nav-btn {
  display: none;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-nav > li.clicked > a {
  color: #fff;
}

.xypg-left-con2 .xypg-left-nav > li:hover .first-nav-btn,
.xypg-left-nav > li.clicked .first-nav-btn {
  color: #fff;
}

.xypg-left-con2 .xypg-left-nav > li.clicked {
  background: url(../images/nt3.png) no-repeat 90% 50% #0057a4;
}

.xypg-left-con2 .xypg-left-nav > li:hover {
  background: url(../images/nt3.png) no-repeat 90% 50% #0057a4;
}
