@charset "utf-8";
.content {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.page-down {
  width: 30px;
  height: 30px;
  background: #999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
.page-down:hover {
  background: #1e4ac8;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.smallest-screen {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: url(../images/displaynone.png) no-repeat center #666;
  display: none;
}
@media only screen and (max-width: 319px) {
  .smallest-screen {
    display: block;
  } /*判断屏幕小于319px隐藏显示网站*/
  .webmain {
    margin-top: 0 !important;
  }
}
.white {
  color: #fff !important;
}
.webmain {
  overflow: hidden;
}
.tishi {
  text-align: center;
  color: #333;
  font-size: 14px;
}
.tupian {
  width: 100%;
  background: #f1f1f1;
}

.middle_holder {
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 50px;
  vertical-align: middle;
}
.middle {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.nav_handle {
  display: none;
  position: relative;
  width: 27px;
  padding: 0 0 0 15px;
  cursor: pointer;
  float: right;
}
.nav_handle b {
  width: 27px;
  height: 20px;
  position: relative;
}
.nav_handle b i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  top: 0;
  -webkit-transform-origin: 29% 50%;
  transform-origin: 29% 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav_handle b .l_2 {
  top: auto;
  bottom: 9px;
}
.nav_handle b .l_3 {
  top: auto;
  bottom: 0;
}

.nav_handle.on b i {
  transform: rotate(45deg);
  background: #fff;
}
.nav_handle.on b .l_2 {
  transform: rotate(-45deg);
}
.nav_handle.on b .l_3 {
  display:none;
}

.banner {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  width: 1920px;
  height: auto;
  max-width: initial;
}
.banner .pagination {
  z-index: 99;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.banner .pagination .swiper-pagination-switch {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
}
.banner_banner-left {
  display: ;
  position: absolute;
  opacity: 0.7;
  font-size: 50px;
  color: #fff;
  left: 20px;
  top: 50%;
  margin-top:-55px;
  width: 40px;
  height: 110px;
  line-height: 110px;
  z-index:99;
  background: #ccc;
  text-align:center;
}
.banner_banner-right {
  display: ;
  position: absolute;
  opacity: 0.7;
  font-size: 50px;
  color: #fff;
  right: 20px;
  top: 50%;
  margin-top:-55px;
  width: 40px;
  height: 110px;
  line-height: 110px;
  z-index:99;
  background: #ccc;
  text-align:center;
}
.banner_banner-left:hover,
.banner_banner-right:hover {
  opacity: 1;
}

/*.banner {width: 100%;position: relative;height: auto;background: #eee; display: table;}
.banner .by{ line-height: 35px; background: rgba(120,188,39,0.65); font-size: 15px; color: #fff; position: absolute; width: 100%; left: 0; top: 0; z-index: 999; }
.banner .bd {margin: 0 auto;position: relative; width:100%; z-index: 0;overflow: hidden;}
.banner .bd ul {width: 100% !important;}
.banner .bd li {width: 100% !important;height: 743px;overflow: hidden;text-align: center; background-size:auto 100% !important;  }
.banner .bd li a {display: block;height: 1000px; position: absolute; left: 0; top: 0; width: 100%; z-index: 8;}
.banner .hd {width: 100%;position: absolute;z-index: 1;bottom: 10px;left: 0;height: 30px;line-height: 30px;text-align: center;_background: #000;_filter: alpha(opacity=60);}
.banner .hd ul {text-align: center;padding-top: 5px;}
.banner .hd ul li {display: inline-block;margin: 0 5px;width: 10px;height: 10px;background: #fff;cursor: pointer;overflow: hidden;line-height: 999px; border-radius: 8px;}
.banner .hd ul .on {background: #0c7ae9; width: 30px;}
.banner .prev {background: url(../images/sprite.png) left top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;left: 0;opacity: 0.2;}
.banner .prev:hover {opacity: 0.5;}
.banner .next {background: url(../images/sprite.png) right top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;right: 0;opacity: 0.2;}
.banner .next:hover {opacity: 0.5;}*/

.Bottomerkg {
  height: 59px;
  display: none;
}
.Bottomer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1e4ac8;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #d5a334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
}
.header .content {
  max-width: 1600px;
}
.header .logo {
  padding: 35px 0;
  float: left;
}
.header .inmuen {
  float: right;
  margin-top: 50px;
}
.header .inmuen ul li {
  display: block;
  float: left;
  position: relative;
  padding: 0 20px;
}
.header .inmuen ul li > a {
  line-height: 50px;
  font-size: 16px;
  display: block;
  color: #fff;
  position: relative;
}
.header .inmuen ul li:hover > a,
.header .inmuen ul li.on > a {
  font-size: 20px;
  font-weight: bold;
}
.header .inmuen ul li .ann {
  display: none;
}
.header .inmuen ul li:hover > a:before,
.header .inmuen ul li.on > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #1e4ac8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .inmuen ul li .erji {
  display: none;
  position: absolute;
  width: 150px;
  top: 100%;
  padding: 5px 0;
}
.header .inmuen ul li .erji a {
  display: block;
  font-size: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .inmuen ul li .erji a:hover {
  color: #1e4ac8;
  font-weight: bold;
}
.header .inmuen ul li:hover .erji {
  display: block;
}
.header_on {
  background: #0168b7;
}
.header_on .inmuen ul li:hover > a:before,
.header_on .inmuen ul li.on > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header_on .inmuen ul li .erji {
  background: #fff;
  width: 150px;
  padding: 10px 0;
}
.header_on .inmuen ul li .erji a {
  padding: 0 10px;
  color: #333;
}
.header_on .inmuen ul li .erji a:hover {
  color: #fff;
  background: #0168b7;
}
.header_on .inmuen ul li > a {
  color: #94a2df;
}
.header_on .inmuen ul li:hover > a,
.header_on .inmuen ul li.on > a {
  color: #fff;
}

.innews {
  padding: 60px 0 0;
}
.innews .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.innews .enlmtit {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.innews .enlmtit .more {
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
  font-weight: 200;
}
.innews .innewsnr {
  position: relative;
  margin-bottom: 20px;
}
.innews .innewsnr .bd ul {
  padding: 20px 0 !important;
}
.innews .innewsnr .bd ul li {
  display: block;
  width: 25%;
  float: left;
  transition: all 0.5s;
}
.innews .innewsnr .bd ul li a {
  display: block;
  padding: 0 10px;
}
.innews .innewsnr .bd ul li .li {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.5s;
}
.innews .innewsnr .bd ul li .li .date {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.innews .innewsnr .bd ul li .li .tit {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.innews .innewsnr .bd ul li .li .xian {
  max-width: 90px;
  height: 1px;
  background: #a8acaf;
  margin: 30px auto;
}
.innews .innewsnr .bd ul li .li .jj {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  height: 75px;
  line-height: 25px;
  margin-bottom: 30px;
}
.innews .innewsnr .bd ul li .li .ann {
  max-width: 130px;
  height: 40px;
  border: 2px solid #1e4ac8;
  border-radius: 20px;
  font-size: 16px;
  color: #1e4ac8;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}
.innews .innewsnr .prev,
.innews .innewsnr .next {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  background: #1e4ac8;
}
.innews .innewsnr .prev {
  left: -65px;
  top: 50%;
  margin-top: -25px;
}
.innews .innewsnr .next {
  right: -65px;
  top: 50%;
  margin-top: -25px;
}
.innews .innewsnr .prev:hover,
.innews .innewsnr .next:hover {
  opacity: 0.8;
}
.innews .innewsnr .bd ul li:hover .li {
  transform: scale(1.05, 1.05);
  background: url(../images/index_05.jpg) no-repeat center;
}
.innews .innewsnr .bd ul li:hover .date,
.innews .innewsnr .bd ul li:hover .tit,
.innews .innewsnr .bd ul li:hover .jj {
  color: #fff;
}
.innews .innewsnr .bd ul li:hover .ann {
  border-color: #fff;
  background: #fff;
  color: #1e4ac8;
}

.ingongg {
  line-height: 90px;
  position: relative;
  background: #fff;
  padding: 0 300px 0 200px;
  border-radius: 45px;
}
.ingongg .lmtit {
  position: absolute;
  width: 200px;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.ingongg .lmtit i {
  color: #1e4ac8;
  margin-right: 10px;
}
.ingongg .bd ul li {
  display: block;
  position: relative;
  padding-right: 120px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}
.ingongg .bd ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.ingongg .ingongg_more{
	position:absolute;
	top:0;
	right:20px;
    text-align: center;
}
.ingongg .ingongg_more a{
	display:inline-block;
	font-size: 16px;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background-color: #032da6;
    color: #fff;
	margin:auto;
}

.inkexyj {
  padding: 60px 0 0;
}
.inkexyj .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.inkexyj .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.inkexyj .pic {
  position: relative;
}
.inkexyj .pic .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(30, 74, 200, 0.8);
}
.inkexyj .pic .tit ul li {
  display: block;
  width: 33.3%;
  float: left;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
  
  padding: 30px 0;
}
.inkexyj .pic .tit ul li:nth-child(1),.inkexyj .pic .tit ul li:nth-child(3) {
  line-height:85px;
}
.inkexyj .pic .tit ul li:nth-child(2) {
  border-left: 1px solid #6483d5;
  border-right: 1px solid #6483d5;
}
.inkexyj .pic .tit ul li span {
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
}

.inkexyjnr * {
  transition: all 0.5s;
}
.inkexyjnr ul li {
  display: block;
  float: left;
  width: 20%;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 460px;
}
.inkexyjnr ul li .pic {
  position: absolute;
  height: 460px;
  width: auto;
  left: 0;
  top: 0;
  z-index: 9;
}
.inkexyjnr ul li .pic img {
  max-width: initial;
  height: 460px;
  width: auto;
}
.inkexyjnr ul li.on {
  width: 40%;
}
.inkexyjnr ul li .fgc {
  padding: 50px 30px;
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 99;
}
.inkexyjnr ul li .fgc .sz {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.inkexyjnr ul li .fgc .tit {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.inkexyjnr ul li .fgc .jj {
  opacity: 0;
  line-height: 30px;
  height: 210px;
  overflow: hidden;
  font-size: 16px;
  color: #1e4ac8;
  margin-bottom: 20px;
}
.inkexyjnr ul li .fgc .jj span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #1e4ac8;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.inkexyjnr ul li .fgc .an {
  opacity: 0;
  display: block;
  max-width: 120px;
  height: 40px;
  border: 2px solid #1e4ac8;
  border-radius: 20px;
  font-size: 16px;
  color: #1e4ac8;
  text-align: center;
  line-height: 40px;
}
.inkexyjnr ul li .fgc .an:hover {
  background: #1e4ac8;
  color: #fff;
}
.inkexyjnr ul li.on .pic {
  opacity: 0.1;
}
.inkexyjnr ul li.on .jj {
  opacity: 1;
}
.inkexyjnr ul li.on .an {
  opacity: 1;
}

.inservice {
  padding: 60px 0 0;
}
.inservice .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.inservice .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.inservice .hd {
  margin-bottom: 50px;
  text-align: center;
}
.inservice .hd ul li {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 35px;
  border-radius: 22px;
  background: #fff;
  font-size: 16px;
  color: #1e4ac8;
  margin: 0 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.inservice .hd ul li.on {
  background: #1e4ac8;
  color: #fff;
}
.inservice .bd ul {
  padding-left: 730px;
  min-height: 290px;
  position: relative;
}
.inservice .bd ul .pic {
  width: 680px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.inservice .bd ul .jj {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  margin-bottom: 50px;
}
.inservice .bd ul .an {
  display: block;
  max-width: 130px;
  height: 40px;
  border: 2px solid #1e4ac8;
  border-radius: 20px;
  font-size: 16px;
  color: #1e4ac8;
  text-align: center;
  line-height: 40px;
}
.inservice .bd ul .an:hover {
  background: #1e4ac8;
  color: #fff;
}

.inzhurjy {
  padding: 60px 0 0;
}
.inzhurjy .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.inzhurjy .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.inzhurjynr {
  position: relative;
  padding-top: 30px;
}
.inzhurjynr .bd ul {
  padding-left: 280px;
  position: relative;
  min-height: 260px;
}
.inzhurjynr .bd ul .pic {
  width: 185px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.inzhurjynr .bd ul .tit {
  line-height: 70px;
  font-size: 28px;
  color: #333;
}
.inzhurjynr .bd ul .jj {
  padding: 40px 0;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  position: relative;
}
.inzhurjynr .bd ul .jj:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  font-family: 宋体;
}
.inzhurjynr .bd ul .jj:after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  font-family: 宋体;
}
.inzhurjynr .prev,
.inzhurjynr .next {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  background: #1e4ac8;
  z-index: 99;
}
.inzhurjynr .prev {
  top: -40px;
  right: 60px;
}
.inzhurjynr .next {
  top: -40px;
  right: 0;
}
.inzhurjynr .prev:hover,
.inzhurjynr .next:hover {
  opacity: 0.8;
}

.invideo {
  padding: 60px 0 0;
}
.invideo .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.invideo .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.injoin {
  padding: 60px 0 0;
}
.injoin .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.injoin .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.injoin .pic {
  width: 50%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.injoin ul {
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}
.injoin ul li {
  display: block;
  padding: 20px 20px 24px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.injoin ul li .tit {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #1e4ac8;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.injoin ul li .jj {
  font-size: 16px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.injoin ul li .an {
  margin: 10px auto 0;
  max-width: 130px;
  height: 40px;
  border: 2px solid #1e4ac8;
  border-radius: 20px;
  font-size: 16px;
  color: #1e4ac8;
  text-align: center;
  line-height: 40px;
}
.injoin ul li:hover {
  background: #1e4ac8;
}
.injoin ul li:hover .tit,
.injoin ul li:hover .jj {
  color: #fff;
}
.injoin ul li:hover .an {
  background: #fff;
  border-color: #fff;
  color: #1e4ac8;
}

.inlink {
  padding: 60px 0 120px;
}
.inlink .cnlmtit {
  font-size: 35px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.inlink .enlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.inlink .content {
  max-width: 1500px;
}
.inlinknr {
  position: relative;
}
.inlinknr.inlinknr1 {
  margin-bottom: 20px;
}
.inlinknr .bd ul {
  padding: 10px 0 !important;
}
.inlinknr .bd ul li {
  display: block;
  width: 20%;
  float: left;
}
.inlinknr .bd ul li a {
  display: block;
  padding: 0 15px;
}
.inlinknr .bd ul li .li {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.inlinknr .bd ul li img {
  transition: all 0.5s;
}
.inlinknr .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}
.inlinknr .prev,
.inlinknr .next {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  background: #1e4ac8;
}
.inlinknr .prev {
  left: -65px;
  top: 50%;
  margin-top: -25px;
}
.inlinknr .next {
  right: -65px;
  top: 50%;
  margin-top: -25px;
}
.inlinknr .prev:hover,
.inlinknr .next:hover {
  opacity: 0.8;
}

.footer {
  padding: 30px 0;
  background: #0168b7;
}
.footer .flogo {
  text-align: center;
  margin-bottom: 20px;
}
.footer .fnav {
  line-height: 60px;
  text-align: center;
}
.footer .fnav ul li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  margin-bottom: 20px;
}
.footer .fsearch {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  margin: 0 auto;
  max-width: 330px;
  height: 55px;
  line-height: 55px;
  padding: 0 60px 0 25px;
  box-sizing: border-box;
}
.footer .sub {
  width: 60px;
  position: absolute;
  outline: none;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 55px;
  text-align: center;
}
.footer .text {
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 14px;
}
.footer .banq {
  font-size: 14px;
  text-align: center;
  color: #bcc4ea;
  line-height: 28px;
  margin-top: 30px;
}
.footer .banq a {
  font-size: 14px;
  color: #bcc4ea;
  line-height: 28px;
}
.footer .banq a img {
  margin-bottom: 2px;
}

.nybanner {
  height: 420px;
  background-size: 100% 100% !important;
  margin-top: 158px;
}

.nynav {
  padding: 40px 0;
}
.nynav ul li {
  transition: all 0.5s;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 27.33333%;
  margin: 2% 3%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 40px 10px;
}
.nynav ul li .cn {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nynav ul li .en {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nynav ul li:hover,
.nynav ul li.on {
  transform: scale(1.1, 1.1);
  background: url(../images/ny_01.jpg) no-repeat center;
}
.nynav ul li:hover .cn,
.nynav ul li:hover .en,
.nynav ul li.on .cn,
.nynav ul li.on .en {
  color: #fff;
}

.nyteam1 {
  padding: 30px 0 60px;
}
.nyteam1 .nr {
  padding-left: 310px;
  position: relative;
  min-height: 340px;
}
.nyteam1 .nr .pic {
  width: 245px;
  position: absolute;
  left: 0;
  top: 0;
}
.nyteam1 .nr .tit {
  font-size: 30px;
  color: #1e4ac8;
  margin-bottom: 10px;
}
.nyteam1 .nr .tit span {
  font-size: 14px;
  margin-left: 10px;
}
.nyteam1 .nr .jj .li {
  font-size: 20px;
  line-height: 45px;
  color: #333;
}
.nyteam1 .nr .jj .li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: #1e4ac8;
  border-radius: 50%;
  margin-right: 10px;
}

.nyteam2 {
  padding: 0 0 40px;
}
.nyteam2 .lmtit {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}
.nyteam2 ul {
  display: block;
  position: relative;
  width: 106%;
  left: -3%;
}
.nyteam2 ul li {
  display: block;
  width: 14.666666%;
  margin: 1% 1%;
  float: left;
}
.nyteam2 ul li .pic {
  overflow: hidden;
  margin-bottom: 10px;
}
.nyteam2 ul li img {
  transition: all 0.5s;
}
.nyteam2 ul li:hover img {
  transform: scale(1.1, 1.1);
}
.nyteam2 ul li .tit {
  font-size: 30px;
  color: #1e4ac8;
  margin-bottom: 10px;
  text-align: center;
}
.nyteam2 ul li .tit span {
  font-size: 14px;
  margin-left: 10px;
}
.nyteam2 ul li .jj {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  height: 90px;
  overflow: hidden;
}

.nynews {
  padding-top: 0;
}
.nynews .enlmtit {
  font-size: 35px;
  font-weight: bold;
  color: #333;
}
.nynews .cnlmtit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.nynews .nr ul {
  margin-bottom: 130px;
}
.nynews .nr ul li {
  display: block;
  margin-bottom: 50px;
  padding: 40px 40px 40px 500px;
  min-height: 300px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.nynews .nr ul li .pic {
  width: 420px;
  position: absolute;
  left: 40px;
  top: 40px;
}
.nynews .nr ul li .tit {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #333;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nynews .nr ul li .jj {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.nynews .nr ul li .date {
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.nynews .nr ul li .date .ann {
  max-width: 130px;
  height: 40px;
  border: 2px solid #1e4ac8;
  border-radius: 20px;
  font-size: 16px;
  color: #1e4ac8;
  text-align: center;
  line-height: 40px;
  float: right;
  padding: 0 35px;
}
.nynews .nr ul li:hover .tit {
  color: #1e4ac8;
}
.nynews .nr ul li:hover .date .ann {
  background: #1e4ac8;
  color: #fff;
}

.page {
  text-align: center;
  position: absolute;
  bottom: -95px;
  width: 100%;
}
.page a {
  display: inline-block;
  background: #fff;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding: 0 10px;
  margin: 0 1px;
}
.page a:hover,
.page a.on {
  background: #1e4ac8;
  color: #fff;
}

.shownews {
  padding: 60px 0;
}
.shownews .tit {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.shownews .date {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-bottom: 40px;
}
.shownews .nr {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.nypage {
  padding: 30px 0 60px;
}
.nypage .lmtit {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}
.nypage .nr {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.nypage1 {
  padding: 60px 0;
}

.nyzhanldw {
  padding: 0 0 60px;
}
.nyzhanldw .lmtit {
  line-height: 106px;
  background: url(../images/ny_04.png) no-repeat center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.nyzhanldw .nr {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.nymubiao {
  padding: 0 0 60px;
}
.nymubiao .lmtit {
  line-height: 46px;
  background: url(../images/ny_05.png) no-repeat center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.nymubiao .nr {
  min-height: 180px;
  position: relative;
  padding-left: 455px;
}
.nymubiao .nr .pic {
  text-align: center;
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px 0;
  border-right: 1px solid #c6d5e7;
}
.nymubiao .nr .pic .ico {
  margin-bottom: 10px;
}
.nymubiao .nr .pic .wz {
  font-size: 20px;
  color: #004ba8;
}
.nymubiao .nr .li {
  position: relative;
  padding-left: 180px;
  padding-right: 140px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.nymubiao .nr .li span {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #004ba8;
  font-size: 14px;
  color: #fff;
}

.nyshiming {
  padding: 0 0 60px;
}
.nyshiming .lmtit {
  line-height: 46px;
  background: url(../images/ny_06.png) no-repeat center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.nyshiming .nr ul {
  position: relative;
  width: 102%;
  left: -1%;
}
.nyshiming .nr ul li {
  display: block;
  width: 40%;
  margin: 2% 7% 5% 3%;
  float: left;
  position: relative;
  font-size:15px;
  overflow: hidden;
  line-height:28px;
}
.nyshiming .nr ul li .sz{
  width:56px;
  height:56px;
  line-height:56px;
  font-size:32px;
  text-align:center;
  color:#fff;
  background-color:#004aa9;
  float:left;
  border-radius: 50%;
  margin-right:15px;
}
.nyshiming .nr ul li .cell{
	text-align:left;
}

.nyshiming .nr ul li .fgc {
  transition: all 0.5s;
  position: absolute;
  padding: 20px 90px;
  box-sizing: border-box;
  color: #fff;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(30, 74, 200, 1);
}
.nyshiming .nr ul li .fgc .sz {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nyshiming .nr ul li .fgc .jj {
  font-size: 16px;
  line-height: 30px;
}
.nyshiming .nr ul li:hover .fgc {
  background: rgba(30, 74, 200, 1);
}

.nyyuanjing {
  padding: 0 0 60px;
}
.nyyuanjing .lmtit {
  line-height: 46px;
  background: url(../images/ny_07.png) no-repeat center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.nyyuanjing .nr {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #555;
}

.nyjiazg {
  padding: 0 0 60px;
}
.nyjiazg .lmtit {
  line-height: 46px;
  background: url(../images/ny_08.png) no-repeat center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.nyjiazg .nr {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #555;
}
.nyjiazg .nr img {
  margin-top: 50px;
}

.nygudsl {
  padding: 0 0 60px;
}
.nygudsl .nr {
  max-width: 880px;
  margin: 0 auto 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #1e4ac8;
}
.nygudsl .nr .tit {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #1e4ac8;
}
.nygudsl .nr .jj {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.nylingdao {
  padding: 0 0 60px;
}
.nylingdao .nr {
  padding-left: 290px;
  position: relative;
  min-height: 335px;
}
.nylingdao .nr .pic {
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.nylingdao .nr .tit {
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  line-height: 70px;
  font-size: 30px;
  color: #1e4ac8;
  background: #fff;
  padding: 0 30px;
  border-radius: 10px;
  display: inline-block;
}
.nylingdao .nr .tit span {
  font-size: 16px;
  margin-left: 10px;
}
.nylingdao .nr .jj {
  padding: 60px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.nylingdao .nr .jj:before {
  content: "“";
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  font-family: 宋体;
}
.nylingdao .nr .jj:after {
  content: "”";
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  font-family: 宋体;
}

.nyabout {
  padding: 0 0 60px;
}
.nyabout .wz {
  font-size: 16px;
  line-height: 30px;
}
.nyabout .ico {
  padding: 60px 0;
  text-align: center;
}
.nyabout .ico ul li {
  display: inline-block;
  margin: 0 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.nyabout .gudong .lmtit {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: bold;
}
.nyabout .gudong ul li {
  cursor: pointer;
  transition: all 0.5s;
  display: block;
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
.nyabout .gudong ul li .fgc {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
.nyabout .gudong ul li .fgc .tit {
  font-size: 16px;
}
.nyabout .gudong ul li .fgc .xian {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #1e4ac8;
  margin: 10px auto;
}
.nyabout .gudong ul li .fgc .jj {
  font-size: 14px;
  line-height: 25px;
}
.nyabout .gudong ul li:hover {
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.nyabout .gudong ul li:hover .fgc {
  opacity: 1;
}

.nychuangxin {
  padding: 30px 0 60px;
}
.nychuangxin .lmtit {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  margin-bottom: 60px;
}
.nychuangxin .nr ul {
  position: relative;
  width: 102%;
  left: -1%;
}
.nychuangxin .nr ul li {
  display: block;
  position: relative;
  width: 26.5%;
  margin: 1%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.nychuangxin .nr ul li.one {
  width: 41%;
}
.nychuangxin .nr ul li img {
  transition: all 0.5s;
}
.nychuangxin .nr ul li .tit {
  transition: all 0.5s;
  background: rgba(6, 28, 89, 0.8);
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.nychuangxin .nr ul li .fgc {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(6, 28, 89, 0.8);
  z-index: 99;
}
.nychuangxin .nr ul li .stit {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.nychuangxin .nr ul li .sjj {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  height: 75px;
  overflow: hidden;
}
.nychuangxin .nr ul li.one .stit {
  font-size: 25px;
}
.nychuangxin .nr ul li.one .sjj {
  font-size: 16px;
  line-height: 30px;
  height: 210px;
  overflow: hidden;
}
.nychuangxin .nr ul li:hover img {
  transform: scale(1.1, 1.1);
}
.nychuangxin .nr ul li:hover .tit {
  opacity: 0;
}
.nychuangxin .nr ul li:hover .fgc {
  opacity: 1;
}

.nylianhsys {
  padding: 30px 0 60px;
}
.nylianhsys .lmtit {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  margin-bottom: 60px;
}
.nylianhsys .nr ul {
  position: relative;
  width: 102%;
  left: -1%;
}
.nylianhsys .nr ul li {
  display: block;
  position: relative;
  width: 31.333333%;
  margin: 1%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.nylianhsys .nr ul li img {
  transition: all 0.5s;
}
.nylianhsys .nr ul li .tit {
  transition: all 0.5s;
  background: rgba(6, 28, 89, 0.8);
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.nylianhsys .nr ul li .fgc {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(6, 28, 89, 0.8);
  z-index: 99;
}
.nylianhsys .nr ul li .stit {
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.nylianhsys .nr ul li .sjj {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  height: 100px;
  overflow: hidden;
}
.nylianhsys .nr ul li:hover img {
  transform: scale(1.1, 1.1);
}
.nylianhsys .nr ul li:hover .tit {
  opacity: 0;
}
.nylianhsys .nr ul li:hover .fgc {
  opacity: 1;
}

.nyrecnav {
  padding: 60px 0 20px;
}
.nyrecnav .nr {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  line-height: 35px;
}
.nyrecnav .nr .list {
  position: relative;
  padding-left: 100px;
}
.nyrecnav .nr .list .lmtit {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  left: 0;
  top: 0;
  position: absolute;
}
.nyrecnav .nr .list a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.nyrecnav .nr .list a:hover,
.nyrecnav .nr .list a.on {
  background: #1e4ac8;
  color: #fff;
  border-radius: 5px;
}

.nyrec {
  padding: 0 0 100px;
}
.nyrec .nr {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
.nyrec .nr .lmtit {
  position: relative;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-right: 100px;
  line-height: 50px;
}
.nyrec .nr .lmtit .date {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.nyrec .nr .lmtit .li {
  float: left;
  width: 50%;
}
.nyrec .nr ul li {
  position: relative;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
  padding-right: 100px;
  line-height: 50px;
}
.nyrec .nr ul li .date {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.nyrec .nr ul li .li {
  box-sizing: border-box;
  padding-right: 20px;
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyrec .nr ul li .li a {
  color: #1e4ac8;
}
.nyrec .nr ul li .li a:hover {
  text-decoration: underline;
}

.showrec {
  padding: 60px 0;
}
.showrec .weizhi {
  padding: 10px 0;
  line-height: 25px;
  color: #999;
  font-size: 14px;
}
.showrec .nr {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
.showrec .nr .tit {
  font-size: 30px;
  color: #333;
  padding-right: 120px;
  position: relative;
  line-height: 44px;
}
.showrec .nr .tit .ann {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #1e4ac8;
  border: 2px solid #1e4ac8;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.showrec .nr .tit .ann:hover {
  background: none;
  color: #1e4ac8;
}
.showrec .nr .jj {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 20px;
}
.showrec .nr .wz {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.showrec .nr .wz .stit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
}
.showrec .nr .wz .stit:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 4px;
  background: #1e4ac8;
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.showrec .nr .wz table {
  width: 100%;
  border: 1px solid #bbcbf9;
}
.showrec .nr .wz table td {
  border: 1px solid #bbcbf9;
  padding: 10px;
}
.showrec .nr .wz table td.title {
  background: #e1e6f4;
  color: #1e4ac8;
  font-weight: bold;
  vertical-align: top;
  width: 190px;
}
.details_box table {
  width: 100% !important;
}
.details_box table td {
  border-width: 1px !important;
  display: table-cell !important;
  width: auto !important;
word-break: break-all;
}

.nyrecmess {
  padding: 60px 0;
}
.nyrecmess .weizhi {
  padding: 10px 0;
  line-height: 25px;
  color: #999;
  font-size: 14px;
}
.nyrecmess .nr {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
.nyrecmess .li {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.nyrecmess .li .tit {
  font-size: 14px;
  color: #1e4ac8;
  margin-bottom: 5px;
}
.nyrecmess .li .text {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.nyrecmess .li2 {
  padding: 0 10px;
  margin-bottom: 20px;
}
.nyrecmess .li2 .tit {
  font-size: 14px;
  color: #1e4ac8;
  margin-bottom: 5px;
}
.nyrecmess .li2 .shangc {
  padding: 50px 0;
  border: 3px dashed #eee;
  border-radius: 5px;
  text-align: center;
}
.nyrecmess .li2 .shangc .ann {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #1e4ac8;
  margin: 0 10px;
}
.nyrecmess .li2 .shangc .ann:hover {
  opacity: 0.8;
}
.nyrecmess .li2 .shangc .tishi {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.nyrecmess .sub {
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #1e4ac8;
  outline: none;
  margin-left: 10px;
}
.nyrecmess .sub:hover {
  opacity: 0.8;
}
.nyrecmess #filesmallpic {
  width: 0;
  height: 0;
}
.nyrecmess #filesmallpic_label {
  text-align: center;
  color: #333;
  font-size: 18px;
}

.youcxf {
  position: fixed;
  width: 70px;
  height: 350px;
  background: #1e4ac8;
  right: 0;
  top: 50%;
  margin-top: -140px;
}
.youcxf .li {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
}
.youcxf .li.li1 {
  top: 0;
  width: 70px;
}
.youcxf .li.li2 {
  top: 70px;
}
.youcxf .li.li3 {
  top: 140px;
}
.youcxf .li.li4 {
  top: 210px;
}
.youcxf .li.li5 {
  top: 280px;
}
.youcxf .li .ico {
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  float: left;
}
.youcxf .li .search {
  float: left;
  width: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
}
.youcxf .li .search .nr {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px 0 15px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.youcxf .li .search .text {
  width: 110px;
  height: 40px;
  font-size: 16px;
  color: #1e4ac8;
  float: left;
}
.youcxf .li .search .sub {
  width: 40px;
  line-height: 40px;
  float: left;
  font-size: 20px;
  color: #1e4ac8;
  outline: none;
}
.youcxf .li .wz {
  width: 0px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 70px;
}
.youcxf .li:hover .search {
  width: 180px;
  padding-right: 10px;
}
.youcxf .li.li1:hover {
  width: 250px;
}
.youcxf .li:hover {
  width: 170px;
}
.youcxf .li:hover .wz {
  width: auto;
  padding-right: 15px;
}
.youcxf .li:hover {
  background: #0986fb;
}

.experts_boxs {
  position: absolute;
  bottom: 0;
  background-color: rgba(30, 74, 200, 0.85);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.experts_boxs p {
  margin: 9px 0;
  font-size: 16px;
}
.experts_boxs p span {
  font-size: 22px;
}
.swiper-wrapper {
  text-align: center;
}
.swiper-slide {
  overflow: hidden;
  transition: all 0.5s;
}
.swiper-slide img {
  transition: all 0.5s;
}
.swiper-slide:hover img {
  transform: scale(1.05, 1.05);
}
.swiper-button-nexts {
  position: absolute;
  width: 35px;
  height: 25px;
  text-align: center;
  background: #f7f7f5;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 25px;
  right: 0px;
  bottom: 10px;
  outline: none;
  color: #bfbfbf;
}
.swiper-button-prevs {
  position: absolute;
  width: 35px;
  height: 25px;
  text-align: center;
  background: #f7f7f5;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 25px;
  right: 35px;
  bottom: 10px;
  outline: none;
  color: #bfbfbf;
}

.lmtit_ul {
  width: 310px;
  float: left;
}
.lmtit_ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
}
.lmtit_ul li span {
  font-size: 30px;
  width: 42px;
  height: 42px;
  background: #004ba8;
  border-radius: 50%;
  float: left;
  text-align: center;
  color: #ffffff;
}
.lmtit_ul li.hovera .lmtit_box{
  background: #004ba8;
  border-radius: 21px;
}
.lmtit_ul li.hovera .lmtit_box a {
  color: #fff;
}
.lmtit_ul li a {
  display: block;
  margin-left: 52px;
}
.lmtit_ul li .lmtit_box:hover {
  background: #004ba8;
  border-radius: 21px;
}
.lmtit_ul li .lmtit_box:hover a {
  color: #fff;
}
.lmtit_ul li + li {
  margin-top: 35px;
}
.right_content {
  margin-left: 395px;
  line-height: 1.8;
}

/* 轮播 */
.swiper-container_one{width: 100%;}
.swiper-container_one .swiper-slide p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.swiper-container_one .swiper-slide p span {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 1em;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.swiper-container_one .swiper-slide a {
    display: block;
}
.swiper-container_one .pagination_zijione {
    position: absolute;
    bottom: 0!important;
    width: 100%;
    z-index: 99;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.swiper-container_one .swiper-pagination-clickable span {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    opacity: 1;
    border:none;
}
.swiper-container_one .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #3455b6;
}
.swiper-container_one .swiper-slide a img {
    width: 100%;
    transition: all 0.5s;
}

.xinwendongtai_right .top_title{border-bottom: 2px solid #666666;position: relative;}
.xinwendongtai_right .top_title h1{display: inline-block;font-size: 24px;color: #1e4ac8;position: relative;padding-bottom:15px;font-weight: bold;}
.xinwendongtai_right .top_title h1:after{content: "";display: block;width: 100%;height: 4px;background-color: #1e4ac8;position: absolute;bottom: -2px;}
.xinwendongtai_right .top_title a{position: absolute;right: 0;top: 0;margin: auto;font-size: 16px;width: 78px;height: 28px;line-height: 28px;border-radius: 14px;background-color: #032da6;color: #fff;text-align: center;}
.xinwendongtai_right .right_title{padding-top: 20px;}
.xinwendongtai_right .topnew_main{padding-top: 20px;transition: all 1s;}
.xinwendongtai_right .topnew_main li{line-height: 35px;}
.xinwendongtai_right .topnew_main li a{display: block;position: relative;}
.xinwendongtai_right .topnew_main li a:after{content: "";display: block;clear: both;}
.xinwendongtai_right .topnew_main p{font-size: 16px;color: #333;float: left;width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 15px;box-sizing: border-box;}
.xinwendongtai_right .topnew_main a > span{font-size: 16px;color: #888888;float: right;width: 30%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: right;}

.xinwendongtai_right .topnew_main li:hover p{color: #004aa9;font-size: 18px;}
.xinwendongtai_right .topnew_main ul li:first-child a p span{width:100%;text-align:left;}
.innews .enlmtit{margin-bottom: 20px;}
.xinwendongtai_right .right_title_bottom{margin-bottom: 0;margin-top: 35px;padding-top: 0;}
.yiliao_lunbo{width: 620px;height: 442px;float: left;}
.xinwendongtai_right{width: 527px;float: right;margin-top: -7px;}
.clear_houlai:after{content: "";display: block;clear: both;}
.xinwendongtai_right .right_title:first-child{padding-top: 0;}
.xinwendongtai_right .topnew_main li a:before{content: "";display: block;height: 4px;width: 4px;border-radius: 50%;background-color: #999999;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.xinwendongtai_right .topnew_main li:hover a:before{width: 6px;height: 6px;background-color: #3455b6;}
.yiliao_lunbo_mian{padding: 50px 0 60px;}