@charset "UTF-8";
/*=================================*/
@font-face {
  font-family: 'HitMe';
  src: url("../fonts/HitMe.eot");
  src: url("../fonts/HitMe.eot") format("embedded-opentype"), url("../fonts/HitMe.woff2") format("woff2"), url("../fonts/HitMe.woff") format("woff"), url("../fonts/HitMe.ttf") format("truetype"), url("../fonts/HitMe.svg#HitMe") format("svg");
}
select::-ms-expand {
  display: none;
}


@font-face {
  font-family: 'HarmonyOS';
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.eot");
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.eot") format("embedded-opentype"), url("../fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC_Medium.woff") format("woff"), url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype"), url("../fonts/HarmonyOS_Sans_SC_Medium.svg#HarmonyOS_Sans_SC_Medium") format("svg");
}
.nyzjwmtit h2,
.navbox{
  font-family: 'HarmonyOS';
}
/*================inc==============*/
.w1100 {
  width: 1100px;
  margin: 0 auto;
}

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

.navtopbg {
  width: 100%;
  min-width: 1200px;
  background: transparent url(../img/navtopbg.jpg) center no-repeat;
  background-size: cover;
  height: 35px;
}

.hotline {
  padding-left: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #dae0ea;
  background: url(../img/nticon.png) 5px center no-repeat;
}

.topr {
  width: 380px;
}
.topr .ewm {
  position: relative;
  width: 26px;
  height: 35px;
  margin-right: 20px;
}
.topr .ewm i {
  display: block;
  width: 26px;
  height: 35px;
  background: transparent url(../img/weixin.png) center no-repeat;
  cursor: pointer;
}
.topr .ewm .ewmimg {
  display: none;
  position: absolute;
  z-index: 11;
  margin-left: -60px;
  left: 50%;
  top: 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.topr .ewm .ewmimg img {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ccc;
}
.topr .ewm .ewmimg p {
  color: #ccc;
}
.topr .search {
  width: 204px;
  height: 23px;
  margin-top: 6px;
  margin-right: 16px;
  background: transparent url(../img/searchbg.png) center no-repeat;
}
.topr .search .searchtx {
  width: 138px;
  height: 21px;
  line-height: 23px;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
  border: none;
  outline: none;
  background-color: transparent;
}
.topr .search .searchbtn {
  background: transparent url(../img/searchbtn.png) center no-repeat;
  width: 44px;
  height: 23px;
  border: none;
  outline: none;
}
.topr .lang {
  background: transparent url(../img/langline.png) left center no-repeat;
  height: 23px;
  margin-top: 6px;
}
.topr .lang .langtx {
  height: 23px;
  width: 20px;
  padding-left: 32px;
  background: transparent url(../img/langicon.png) left center no-repeat;
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  margin-left: 17px;
  cursor: pointer;
}

.navbox {
  height: 87px;
}
.navbox a.logo {
  display: block;
  width: 210px;
  height: 53px;
  margin-top: 17px;
}
.navbox a.logo h1 {
  text-indent: -999999px;
}

.navscroll {
  width: 100%;
  min-width: 1200px;
  height: 87px;
}

.navbg {
  width: 100%;
  min-width: 1200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.navbg.navfix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav ul li {
  float: left;
  text-align: center;
  position: relative;
}
nav ul li > a {
  display: block;
  /*width: 118px;*/
  padding: 0px 17px;
  height: 85px;
  line-height: 85px;
  font-size: 14px;
  color: #666;
  transition: color all 0.3s;
}
nav ul li > a.ma {
  background: transparent url(../img/navarr.jpg) right center no-repeat;
}
nav ul li > a:hover {
  color: #1d4d87;
  border-bottom: solid 2px #1f5492;
  transition: color all 0.3s;
}
nav ul li > a.cur {
  color: #1d4d87;
  border-bottom: solid 2px #1f5492;
  transition: color all 0.3s;
}
nav ul li .subnav {
  position: absolute;
  top: 87px;
  left: -32px;
/*  width: 459px;*/
  width: 470px;
  overflow: hidden;
  padding: 46px 30px 46px 30px;
  background: url(../img/subnavbg.png) left top no-repeat;
  background-color: #fff;
  z-index: 10;
}
nav ul li .subnav dl {
  float: left;
  width: 129px;
  white-space:normal; work-wrap: break-word;
}
nav ul li .subnav dl dd {
  border-bottom: solid 1px #dae4ec;
  background: transparent url(../img/subarr.png) 2px 15px no-repeat;
  text-align: left;
  padding-left: 20px;
  white-space:normal;  work-wrap: break-word;
}
nav ul li .subnav dl dd a {
  line-height: 20px;
  color: #666;
  padding: 10px 0px;
  font-size: 12px;
  display: block;
  white-space:normal; work-wrap: break-word;
  transition: color all 0.3s;
}
nav ul li .subnav dl dd a:hover {
  color: #3e8ddc;
  transition: color all 0.3s;
}
nav ul li .subnav img {
  float: right;
  display: block;
}

footer {
  height: 172px;
  width: 100%;
  min-width: 1200px;
  background: transparent url(../img/footerbg.jpg) center no-repeat;
  background-size: cover;
}

.botbox {
  padding-bottom: 35px;
}
.botbox > ul {
  width: 800px;
  padding-top: 50px;
}
.botbox > ul li {
  float: left;
  margin-right: 50px;
}
.botbox > ul li.last {
  margin-right: 0;
}
.botbox > ul li a {
  font-size: 14px;
  color: #e5e5e5;
}
.botbox > ul li a:hover {
  text-decoration: underline;
}

.selectbox {
  margin-top: 37px;
  width: 290px;
  height: 40px;
  position: relative;
}
.selectbox .selectcur {
  width: 220px;
  padding-left: 22px;
  height: 40px;
  background-color: #272727;
  font-size: 14px;
  color: #e5e5e5;
  line-height: 40px;
}
.selectbox .selectbtn {
  width: 48px;
  height: 40px;
  background: #185ebd url(../img/botarr.png) center no-repeat;
  cursor: pointer;
}
.selectbox .selectul {
  display: none;
  width: 242px;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 15;
}
.selectbox .selectul li {
  border-bottom: solid #ccc 1px;
  line-height: 40px;
  background-color: #272727;
}
.selectbox .selectul li a {
  padding-left: 22px;
  display: block;
  color: #ccc;
}
.selectbox .selectul li a:hover {
  background-color: #fff;
}

.copyright {
  text-align: center;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 56px;
}
.copyright a {
  color: #5e5e5e;
}
.copyright a:hover {
  color: #fff;
}

/*===========================首页===========================*/
.sybko {
  width: 100%;
  min-width: 1200px;
  height: 375px;
  overflow: hidden;
}
.sybko .bklbg {
  width: 50%;
  height: 375px;
  background: transparent url(../img/sybg02.jpg) right center no-repeat;
  background-size: cover;
  position: relative;
  left: -80px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sybko .bklbg .bkl {
  width: 550px;
  padding-right: 50px;
  padding-top: 30px;
}
.sybko .bkrbg {
  width: 50%;
  height: 375px;
  background-color: #eee;
  position: relative;
  top: 0;
  left: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sybko .bkrbg .bkr {
  width: 550px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 657px;
  min-width: 1200px;
}

.banner li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.banner li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .btns {
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 15px;
  text-align: center;
}

.banner .btns span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent url(../img/dots.png) center no-repeat;
  margin: 0 4px;
  cursor: pointer;
}

.banner .btns span.cur {
  background: transparent url(../img/dotb.png) center no-repeat;
}

.divider {
  width: 100%;
  height: 1px;
  background: transparent url(../img/syline.png) repeat-x;
  margin: 30px 0;
}

.bktit01 {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
.bktit01 i {
  display: inline-block;
  width: 43px;
  height: 36px;
  background: transparent url(../img/icon01.png) center no-repeat;
  vertical-align: top;
  margin-right: 10px;
}
.bktit01 b {
  display: inline-block;
  width: 85px;
  height: 13px;
  background: transparent url(../img/company.png) left center no-repeat;
  margin-left: 10px;
}

.bktit02 {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
.bktit02 i {
  display: inline-block;
  width: 43px;
  height: 36px;
  background: transparent url(../img/icon02.png) center no-repeat;
  vertical-align: top;
  margin-right: 10px;
}
.bktit02 b {
  display: inline-block;
  width: 132px;
  height: 13px;
  background: transparent url(../img/sale.png) left center no-repeat;
  margin-left: 10px;
}

.bktx {
  display: block;
  overflow: hidden;
}
.bktx .p {
  float: left;
  width: 415px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.bktx .seemore {
  float: right;
  width: 39px;
  height: 59px;
  background: transparent url(../img/iconarr.png) center no-repeat;
  line-height: 59px;
  padding-left: 19px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
.bktx:hover .seemore {
  color: #3e8ddc;
  background: transparent url(../img/iconarrA.png) center no-repeat;
}

.bktit03 {
  color: #333;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
.bktit03 i {
  display: inline-block;
  width: 43px;
  height: 36px;
  background: transparent url(../img/icon03.png) center no-repeat;
  vertical-align: top;
  margin-right: 10px;
}
.bktit03 b {
  display: inline-block;
  width: 99px;
  height: 13px;
  background: transparent url(../img/newcenter.png) left center no-repeat;
  margin-left: 10px;
}

.bkr {
  width: 550px;
  padding: 30px 0 0 40px;
}
.bkr ul li.last a {
  border: none;
}
.bkr ul li a {
  display: block;
  padding: 18px 0;
  overflow: hidden;
  border-bottom: solid 1px #cecece;
}
.bkr ul li a .date {
  float: left;
}
.bkr ul li a .date i {
  float: left;
  color: #333;
  font-size: 60px;
  font-style: normal;
  font-family: 'HitMe';
  line-height: 60px;
}
.bkr ul li a .date p {
  float: left;
  width: 60px;
  text-align: center;
  background: transparent url(../img/datedot.png) center no-repeat;
}
.bkr ul li a .date p span {
  display: block;
  margin: 0 auto;
  line-height: 30px;
  font-size: 12px;
  color: #8a8a8a;
}
.bkr ul li a .brief {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 318px;
}
.bkr ul li:hover .date i {
  color: #225b9d;
}
.bkr ul li:hover .date p {
  background: transparent url(../img/datedot2.png) center no-repeat;
}
.bkr ul li:hover .date p span {
  color: #225b9d;
}
.bkr ul li:hover .brief {
  color: #225b9d;
}

.sypro {
  padding-bottom: 60px;
}
.sypro .syprotit {
  padding: 35px 0;
  font-size: 24px;
  color: #333;
  position: relative;
  top: 40px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sypro .syprotit i {
  display: inline-block;
  zoom: 1;
  width: 149px;
  height: 13px;
  background: transparent url(../img/proc.png) center no-repeat;
  margin-left: 10px;
}
.sypro ul {
  position: relative;
  top: 40px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sypro ul li {
  float: left;
  margin-right: 16px;
  margin-bottom: 22px;
}
.sypro ul li a {
  display: block;
  position: relative;
  width: 384px;
  height: 338px;
}
.sypro ul li a .proimg {
  width: 384px;
  height: 338px;
}
.sypro ul li a .bg {
  width: 290px;
  height: 218px;
  position: absolute;
  margin-left: -145px;
  bottom: 0;
  left: 50%;
  z-index: 2;
  background: transparent url(../img/probg.png) center repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sypro ul li a .bz {
  width: 100%;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 3;
}
.sypro ul li a .bz .proicon {
  width: 80px;
  height: 60px;
  margin: 0 auto;
}
.sypro ul li a .bz .proicon.pro03 {
  height: 50px;
  padding-top: 10px;
}
.sypro ul li a .bz span {
  font-size: 18px;
  color: #fff;
  border-bottom: solid 2px #fff;
}
.sypro ul li a .tips {
  width: 190px;
  height: 86px;
  margin-left: -95px;
  font-size: 14px;
  line-height: 24px;
  color: #bdc8dd;
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sypro ul li a:hover .bg {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.8s ease 0s;
}
.sypro ul li a:hover .bz {
  top: 55%;
  transition: all 0.8s ease 0s;
}
.sypro ul li a:hover .tips {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.8s ease 0s;
}

/*==========================产品中心=========================*/
.nybd {
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.nybd .w1200 {
  position: absolute;
  height: 484px;
  margin-left: -600px;
  left: 50%;
  top: 0;
}

.nyprotit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyprotit h2 {
  font-size: 48px;
  color: #203280;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyprotit span {
  display: block;
  width: 221px;
  height: 30px;
  background: transparent url(../img/tit01.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyprotit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #203280;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.prosearchbg {
  position: relative;
  background-color: #3e8ddc;
  overflow: hidden;
}

.prosearch {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  height: 83px;
}
.prosearch label {
  line-height: 83px;
  font-size: 24px;
  color: #fff;
}
.prosearch select {
  width: 220px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  outline: none;
  border: none;
  padding-left: 10px;
  margin: 19px 32px 0;
  font-size: 14px;
  color: #666;
}
.prosearch .prosearchbox {
  width: 540px;
  height: 45px;
  background-color: #fff;
  margin-top: 19px;
}
.prosearch .prosearchbox .prosearchtx {
  width: 480px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  padding-left: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #666;
}
.prosearch .prosearchbox .searchicon {
  border: none;
  width: 45px;
  height: 45px;
  background: #fff url(../img/prosearchbtn.png) center no-repeat;
}
.prosearch .prosubmit {
  border: none;
  outline: none;
  height: 45px;
  width: 144px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background-color: #72afec;
  margin-top: 19px;
}

.mainbg {
  background-color: #f1f1f1;
}

.protab {
  padding: 50px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.protab a {
  width: 187px;
  height: 49px;
  border-radius: 24px;
  border: solid 1px #3e8ddc;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  float: left;
  margin-right: 13px;
  margin-bottom: 15px;
      display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.protab a:hover {
  background-color: #3e8ddc;
  color: #fff;
}
.protab a.cur {
  background-color: #3e8ddc;
  color: #fff;
}

.proimgtab {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  overflow: hidden;
}
.proimgtab ul li {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.proimgtab ul li .tabbtn {
  display: block;
  width: 289px;
  height: 170px;
  position: relative;
}
.proimgtab ul li .tabbtn img {
  width: 289px;
  height: 170px;
}
.proimgtab ul li .tabbtn p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  width: 253px;
  background: url(../img/mask.png) repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 253px;
  font-size: 18px;
  color: #fff;
}
.proimgtab ul li.cur .tabbtn p {
  background: url(../img/maskcur.png) repeat;
}

.protx {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  padding-bottom: 100px;
  min-height:750px;
}

.protop {
  padding: 26px;
  background-color: #fff;
}
.protop h2 {
  color: #2970b6;
  font-size: 16px;
  font-weight: bolder;
}
.protop p {
  font-size: 14px;
  color: #666;
}

.msgli ul li .msgtit {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b5b5b5;
}
.msgli ul li .msgtit p {
  font-size: 16px;
  color: #333;
  padding-left: 25px;
  background: url(../img/msgdot.png) no-repeat left center;
}
.msgli ul li .msgtit i {
  display: block;
  width: 18px;
  height: 10px;
  background: transparent url(../img/msgarr.png) right center no-repeat;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}
.msgli ul li .msgtit.cur i {
  transform: rotateZ(180deg);
  transition: all 0.3s ease 0s;
}
.msgli ul li .msgp {
  display: none;
  margin-top: 20px;
}
.msgli ul li .msgp table tr {
  height: 60px;
  background-color: #fff;
}
.msgli ul li .msgp table tr th {
  background-color: #1f62b1;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.msgli ul li .msgp table tr th.fth {
  text-align: center;
  padding-left: 20px;
}
.msgli ul li .msgp table tr td {
  text-align: left;
  color: #666;
  line-height:1.4;
  font-size: 16px;
  padding-right:3%;
}
.msgli ul li .msgp table tr td.ftd {
  text-align: center;
  padding-left: 20px;
}

.nyqysltit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyqysltit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyqysltit span {
  display: block;
  width: 297px;
  height: 30px;
  background: transparent url(../img/strength.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyqysltit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.strengthbg {
  width: 100%;
  min-width: 1200px;
  padding: 80px 0 70px;
  background: transparent url(../img/strengthbg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.strength .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.strength .stit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
  margin-bottom: 20px;
}
.strength .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
}
.strength .tx {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.strength .tx .txp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.strength .tx img {
  width: 100%;
  padding-top: 20px;
}

.slideimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 22px;
  border-top: solid 1px #cecece;
}
.slideimg .bd {
  margin: 0 5px;
  width: 1090px;
  overflow: hidden;
}
.slideimg .bd ul li {
  width: 253px;
  float: left;
  margin-right: 26px;
  position: relative;
}
.slideimg .bd ul li img {
  width: 100%;
}
.slideimg .bd ul li p {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  background: url(../img/mask.png) repeat;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
}
.slideimg .hd {
  margin-top: 40px;
  text-align: center;
}
.slideimg .hd ul {
  zoom: 1;
  display: inline-block;
  *display: inline;
  text-align: center;
  margin: 0 auto;
}
.slideimg .hd ul li {
  float: left;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  border-radius: 50%;
  border: solid 2px #055fad;
  text-indent: -9999px;
  cursor: pointer;
}
.slideimg .hd ul li.on {
  background-color: #055fad;
}

.jcsb {
  position: relative;
  padding: 60px 0;
}
.jcsb .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.jcsb .stit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
  margin-bottom: 20px;
}
.jcsb .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
}
.jcsb .tx {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.jcsb .tx .txp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.jcsb .tx img {
  width: 100%;
  margin-top: 20;
}

.slideimg01 .hd {
  margin-top: 20px;
}

.xjsbbg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding: 80px 0 70px;
  background: transparent url(../img/xjsbbg.jpg) center no-repeat;
  background-size: cover;
}

.xjsb .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.xjsb .stit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
  margin-bottom: 20px;
}
.xjsb .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
}
.xjsb .tx {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.xjsb .tx .txp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.xjsb .tx img {
  width: 100%;
  padding-top: 20px;
}

.zlrz {
  position: relative;
  padding: 60px 0;
}
.zlrz .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.zlrz .stit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
  margin-bottom: 20px;
}
.zlrz .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
}
.zlrz .tx {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.zlrz .tx .txp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.zlrz .tx img {
  width: 100%;
  margin-top: 20;
}

.slideimg04 {
  padding-top: 22px;
  border-top: solid 1px #cecece;
}
.slideimg04 .bd {
  margin: 0;
  width: 1100px;
  overflow: hidden;
}
.slideimg04 .bd ul li {
  width: 171px;
  float: left;
  margin-right: 15px;
  position: relative;
  text-align: center;
}
.slideimg04 .bd ul li a {
  display: block;
}
.slideimg04 .bd ul li a span.cert {
  display: block;
  margin: 10px 0 18px;
  color: #666;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.qyrybg {
  width: 100%;
  min-width: 1200px;
  padding: 80px 0 58px;
  background: transparent url(../img/qyrybg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.qyry .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.qyry .stit h2 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 20px;
}
.qyry .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.qyry .tx {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.qyry .tx .txp {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.qyry .tx img {
  width: 100%;
  padding-top: 20px;
}

.slideimg05 {
  padding-top: 22px;
  border-top: none;
}
.slideimg05 .bd {
  margin: 0;
  width: 1100px;
  overflow: hidden;
}
.slideimg05 .hd ul li {
  background-color: transparent;
  border: solid 2px #fff;
}
.slideimg05 .hd ul li.on {
  background-color: #fff;
}

.nyqyzxtit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyqyzxtit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyqyzxtit span {
  display: block;
  width: 339px;
  height: 30px;
  background: transparent url(../img/qyzxtit.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyqyzxtit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.newstab {
  text-align: center;
  padding: 80px 0 50px;
  position: relative;
  left: 0;
  top: 100px;
  opacity: 0;
}
.newstab a {
  zoom: 1;
  display: inline-block;
  width: 184px;
  height: 49px;
  border: solid 1px #3e8ddc;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 49px;
  border-radius: 24px;
  margin: 0 9px;
}
.newstab a.cur {
  background-color: #3e8ddc;
  color: #fff;
}

.waterli {
  opacity: 0;
  position: relative;
  left: 0;
  top: 100px;
}
.waterli .waterbox {
  width: 1200px;
  position: relative;
}
.waterli .waterbox .waterfall-box img {
  width: 282px;
}
.waterli .waterbox .waterfall-box .watertx {
  width: 230px;
  padding: 0 26px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: #fff url(../img/seemore.png) right bottom no-repeat;
}
.waterli .waterbox .waterfall-box .watertx h2 {
  font-size: 14px;
  color: #005baa;
  line-height: 20px;
  margin-bottom: 14px;
}
.waterli .waterbox .waterfall-box .watertx p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.waterli .waterbox .waterfall-box .watertx span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 14px;
}

.fenye {
  width: 100% !important;
  text-align: center;
  padding: 60px 0 80px;
  left:0 !important;
}

.nwmainbg {
  background-color: #f0f8ff;
  position: relative;
}

.nyxswltit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyxswltit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyxswltit span {
  display: block;
  width: 215px;
  height: 30px;
  background: transparent url(../img/xswltit.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyxswltit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ryxxscroll {
  opacity: 0;
  position: relative;
  left: 0;
  top: 80px;
}

.xswl {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}
.xswl > h2 {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  font-size: 38px;
  color: #205595;
  border-bottom: solid 1px #c8c8c8;
}

.nwimg {
  opacity: 0;
  position: relative;
  left: 80px;
  top: 0;
  padding-top: 50px;
}
.nwimg h2 {
  font-size: 20px;
  color: #333;
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.nwimg .nwli li {
  width: 345px;
  margin-bottom: 20px;
  overflow: hidden;
}
.nwimg .nwli li em {
  display: block;
  width: 157px;
  height: 64px;
}
.nwimg .nwli li em img {
  display: block;
  width: 157px;
  height: 64px;
}

.ryxx {
  height: 64px;
  background-color: #3e8ddc;
}
.ryxx label {
  font-size: 18px;
  color: #fff;
  font-weight: bolder;
  line-height: 64px;
  padding-left: 35px;
}
.ryxx .xxsearch {
  height: 35px;
  padding: 15px 0;
}
.ryxx .xxsearch input[type="text"], .ryxx .xxsearch input.name, .ryxx .xxsearch input.phone {
  width: 128px;
  height: 35px;
  padding: 0;
  padding-left: 10px;
  line-height: 35px;
  border: 0px none;
  background-color: #fff;
  border-radius: 4px;
  color: #888;
  font-size: 16px;
  margin-right: 16px;
  vertical-align: top;
}
.ryxx .xxsearch select {
  width: 128px;
  height: 35px;
  padding: 0;
  padding-left: 10px;
  line-height: 35px;
  border: 0px none;
  background-color: #fff;
  border-radius: 4px;
  color: #888;
  font-size: 16px;
  margin-right: 16px;
}
.ryxx .xxsearch select option {
  line-height: 35px;
}
.ryxx .xxsearch input[type="submit"], .ryxx .xxsearch input.submitbtn {
  width: 85px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  color: #2c6eb1;
  font-size: 16px;
  margin-right: 16px;
  vertical-align: top;
}

.scrollli {
  height: 445px;
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.scrollli .scrollel {
  position: relative;
}
.scrollli .scrollel li {
  float: left;
  padding: 36px 0;
  border-bottom: solid 1px #eee;
  padding-left: 22px;
  height:220px;
}
.scrollli .scrollel li .ry {
  width: 270px;
  font-size: 16px;
  color: #666;
  border-right: solid 1px #dbdbdb;
}

.scrollbarf {
  width: 1px;
  height: 465px;
  background-color: #acacac;
  position: absolute;
  right: 14px;
  top: 0;
  border-radius: 4px;
}

.scrollbtnf {
  width: 8px;
  height: 105px;
  position: absolute;
  right: -4px;
  top: 0;
  text-align: center;
  cursor: pointer;
  background: #acacac;
  border-radius: 4px;
}

.lfqtbg {
  background-color: #fff;
  margin-top: 80px;
}

.lfqt {
  padding: 60px 0;
}
.lfqt .stit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 10%;
}
.lfqt .stit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
  margin-bottom: 20px;
}
.lfqt .stit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
}
.lfqt .tx {
  padding-top: 40px;
  padding-bottom: 20px;
}
.lfqt .tx .txp {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.lfqt .tx img {
  width: 100%;
  margin-top: 20;
}

.slideimg06, .slideimg07 {
  padding-top: 50px;
  border-top: none;
}
.slideimg06 .bd, .slideimg07 .bd {
  margin: 0;
  width: 1200px;
  overflow: hidden;
}
.slideimg06 .bd ul li, .slideimg07 .bd ul li {
  width: 280px;
  float: left;
  margin-right: 27px;
  position: relative;
}

.nwimg2 {
  opacity: 0;
  position: relative;
  top: 0;
  left: 80px;
  padding-top: 50px;
}
.nwimg2 h2 {
  font-size: 20px;
  color: #333;
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.nwimg2 .nwli li {
  width: 287px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  transition: all 0.3s ease 0s;
}
.nwimg2 .nwli li:hover {
  color: #3e8ddc;
  transition: all 0.3s ease 0s;
}

.nw .map {
  opacity: 0;
  position: relative;
  left: -80px;
  top: 0;
  margin-top: 20px;
}

.nw2 .map2 {
  opacity: 0;
  position: relative;
  left: -80px;
  top: 0;
  margin-top: 40px;
  width: 100%;
}
.nw2 .map2 img{

  width: 100%;
}

.nylyzxtit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nylyzxtit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nylyzxtit span {
  display: block;
  width: 262px;
  height: 30px;
  background: transparent url(../img/msgtit.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nylyzxtit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.msgbg {
  background-color: #f0f8ff;
  min-width: 1200px;
  padding: 60px 0 80px;
}

.msg {
  text-align: center;
}
.msg h2 {
  font-size: 38px;
  color: #205595;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.msg .msglabel {
  padding-top: 40px;
  padding-bottom: 32px;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.msg .msglabel label {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
  width: 288px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #3e8ddc;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 46px;
}
.msg .msglabel label.cur {
  background-color: #3e8ddc;
  color: #fff;
}
.msg table {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.msg table tr td {
  text-align: left;
  padding-bottom: 30px;
}
.msg table tr td .name, .msg table tr td .tel, .msg table tr td .email {
  width: 346px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #888;
}
.msg table tr td textarea {
  width: 1188px;
  height: 240px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 14px;
  color: #888;
}
.msg table tr td.btn {
  text-align: center;
}
.msg table tr td.btn input[type="submit"] {
  width: 190px;
  height: 52px;
  border-radius: 5px;
  background-color: #3e8ddc;
  color: #fff;
  border: none;
  margin-right: 18px;
  font-size: 18px;
  color: #fff;
}
.msg table tr td.btn input[type="button"] {
  width: 190px;
  height: 52px;
  border-radius: 5px;
  background-color: #b2b2b2;
  color: #fff;
  border: none;
  font-size: 18px;
  color: #fff;
}

.nyzptit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyzptit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyzptit span {
  display: block;
  width: 343px;
  height: 30px;
  background: transparent url(../img/recruittit.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyzptit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.pd {
  position: absolute;
  height: 87px;
  width: 100%;
  min-width: 1200px;
  left: 0;
  top: -87px;
  z-index: -1;
}

.recruitbg {
  background-color: #fff;
  padding: 0px 0 20px;
  position: relative;
}

.zpb {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  left: 0;
  top: 80px;
}

.recruit .zptab {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 60px;
}
.recruit .zptab a {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 20px;
  width: 200px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #3e8ddc;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 46px;
}
.recruit .zptab a.cur {
  background-color: #3e8ddc;
  color: #fff;
}
.recruit .zpli ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}
.recruit .zpli ul li a{
  display: block;
  width: 280px;
  height: 196px;
  position: relative;
}
.recruit .zpli ul li img{
  width: 280px;
  height: 196px;
}
.recruit .zpli ul li p{
  position: absolute;
  bottom: -36px;
  left:0;
  padding:0 10px;
  width: 260px;
  height:36px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  transition:all 0.5s;
  background:url(../img/mask.png) repeat;
}
.recruit .zpli ul li a{
  overflow: hidden;
}
.recruit .zpli ul li a:hover p{
  bottom: 0;
  transition:all 0.5s;
}
.gnjs {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  height: 360px;
  padding-bottom: 180px;
}
.gnjs .scrollbox {
  height: 352px;
  width: 640px;
  overflow: hidden;
  position: relative;
}
.gnjs .scrollbox .scrollarea {
  color: #666;
  font-size: 14px;
  position: absolute;
  width: 600px;
}
.gnjs .scrollbox .scrollbar {
  width: 1px;
  height: 352px;
  background-color: #acacac;
  position: absolute;
  right: 14px;
  top: 0;
  border-radius: 4px;
}
.gnjs .scrollbox .scrollbtn {
  width: 8px;
  height: 105px;
  position: absolute;
  right: -4px;
  top: 0;
  text-align: center;
  cursor: pointer;
  background: #acacac;
  border-radius: 4px;
}
.gnjs .gnimg img {
  width: 488px;
  height: 354px;
}

.rczp {
  opacity: 0;
  position: relative;
  left: 0;
  top: 80px;
}
.rczp .rczph {
  background-color: #f3f2f0;
}
.rczp .rczph dl dd {
  float: left;
  line-height: 60px;
  font-size: 16px;
  color: #666;
}
.rczp .rczph dl dd.h-one {
  width: 375px;
  padding-left: 50px;
}
.rczp .rczph dl dd.h-two {
  width: 175px;
}
.rczp .rczph dl dd.h-thr {
  width: 435px;
}
.rczp .rczph dl dd.h-for {
  width: 165px;
}
.rczp .rczpli ul li .tit {
  cursor: pointer;
  overflow: hidden;
  border-bottom: solid 1px #e6e5e5;
}
.rczp .rczpli ul li .tit span {
  line-height: 60px;
  font-size: 16px;
  color: #666;
  display: block;
  float: left;
}
.rczp .rczpli ul li .tit .t-one {
  width: 375px;
  padding-left: 50px;
  position: relative;
}
.rczp .rczpli ul li .tit .t-two {
  width: 175px;
}
.rczp .rczpli ul li .tit .t-thr {
  width: 435px;
}
.rczp .rczpli ul li .tit .t-for {
  width: 165px;
}
.rczp .rczpli ul li .tit.on span {
  color: #205595;
}
.rczp .rczpli ul li .jobmsg {
  display: none;
  padding: 20px 50px;
  background-color: #fafafa;
}
.rczp .rczpli ul li .jobmsg .jobbrief ul {
  width: 800px;
}
.rczp .rczpli ul li .jobmsg .jobbrief ul li {
  float: left;
  width: 260px;
  font-size: 16px;
  color: #666;
}
.rczp .rczpli ul li .jobmsg span.mst {
  display: block;
  font-weight: bolder;
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}
.rczp .rczpli ul li .jobmsg div.xxms {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.rczp .rczpli ul li .jobmsg .sendbtn {
  display: block;
  width: 113px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  background-color: #3e8ddc;
  margin: 30px 0;
}

.nyzjwmtit {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -100px;
  height: 200px;
}
.nyzjwmtit h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bolder;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyzjwmtit span {
  display: block;
  width: 189px;
  height: 30px;
  background: transparent url(../img/abouttit.png) center no-repeat;
  background-size: cover;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyzjwmtit i {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  left: 40%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.abouttit {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.abouttit h2 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
}
.abouttit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}

.aboutbg {
  padding-bottom: 82px;
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.about {
  width: 1080px;
  height: 400px;
  padding: 60px;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.about .scrollbox {
  height: 380px;
  width: 670px;
  overflow: hidden;
  position: relative;
}
.about .scrollbox .scrollarea {
  color: #666;
  font-size: 14px;
  position: absolute;
  width: 640px;
}
.about .scrollbox .scrollbar {
  width: 1px;
  height: 380px;
  background-color: #acacac;
  position: absolute;
  right: 14px;
  top: 0;
  border-radius: 4px;
}
.about .scrollbox .scrollbtn {
  width: 8px;
  height: 105px;
  position: absolute;
  right: -4px;
  top: 0;
  text-align: center;
  cursor: pointer;
  background: #acacac;
  border-radius: 4px;
}

.aboutslide {
  width: 372px;
  overflow: hidden;
}
.aboutslide .bd ul li {
  width: 372px;
}
.aboutslide .bd ul li .topimg {
  margin-bottom: 10px;
}
.aboutslide .bd ul li .topimg a {
  display: block;
  position: relative;
}
.aboutslide .bd ul li .topimg a img {
  width: 372px;
  height: 245px;
  display: block;
}
.aboutslide .bd ul li .topimg a p {
  line-height: 34px;
  color: #fff;
  padding-left: 15px;
  background: transparent url(../img/mask.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 357px;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 357px;
}
.aboutslide .bd ul li .botimg .bot-l a, .aboutslide .bd ul li .botimg .bot-r a {
  display: block;
  position: relative;
}
.aboutslide .bd ul li .botimg .bot-l a img, .aboutslide .bd ul li .botimg .bot-r a img {
  display: block;
  width: 182px;
  height: 120px;
}
.aboutslide .bd ul li .botimg .bot-l a p, .aboutslide .bd ul li .botimg .bot-r a p {
  line-height: 34px;
  color: #fff;
  padding-left: 15px;
  background: transparent url(../img/mask.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 167px;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 167px;
}
.aboutslide .hd {
  margin-top: 10px;
  text-align: center;
}
.aboutslide .hd ul {
  zoom: 1;
  display: inline-block;
  *display: inline;
  text-align: center;
  margin: 0 auto;
}
.aboutslide .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  border: solid 2px #055fad;
  text-indent: -9999px;
  cursor: pointer;
}
.aboutslide .hd ul li.on {
  background-color: #055fad;
}

.yearbybg {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.yearbybg .yearkd {
  width: 1920px;
  min-width: 1200px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 480px;
  margin-left: -960px;
  background: transparent url(../img/kd.png) 20px center repeat-x;
}

.yearby {
  height: 400px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 10%;
}
.yearby .yearbtn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: -25px;
  top: 26%;
}
.yearby .yearbtn.prevyear {
  left: 0;
  background: transparent url(../img/larr.png) center no-repeat;
}
.yearby .yearbtn.nextyear {
  right: 0;
  background: transparent url(../img/rarr.png) center no-repeat;
}
.yearby .yearli {
  position: absolute;
  bottom: 0;
  left: 0;
}
.yearby .yearli ul li {
  height: 120px;
  line-height: 120px;
  float: left;
  width: 136px;
  text-align: center;
  position: relative;
  font-family: "Arial";
  color: #fff;
  font-size: 24px;
}
.yearby .yearli ul li.hover {
  font-size: 30px;
  font-weight: bolder;
  background: transparent url(../img/dd.png) center top no-repeat;
}
.yearby .yeartx {
  height: 213px;
  width: 628px;
  position: absolute;
  margin-left: -314px;
  left: 50%;
  top: 0;
}
.yearby .yeartx h2 {
  width: 370px;
  font-size: 46px;
  color: #fff;
  line-height: 46px;
  padding-bottom: 16px;
  border-bottom: solid 1px #5daae4;
  position: absolute;
  right: 0;
  top: 15px;
}
.yearby .yeartx h2 i {
  font-family: "Arial";
  font-size: 62px;
  font-weight: bolder;
  font-style: normal;
}
.yearby .yeartx .yearp {
  width: 628px;
  height: 213px;
}
.yearby .yeartx .yearp .yearimg {
  width: 213px;
  height: 213px;
  border-radius: 50%;
}
.yearby .yeartx .yearp .yearimg img {
  display: block;
  width: 213px;
  height: 213px;
  border-radius: 50%;
}
.yearby .yeartx .yearp .yearwz {
  width: 370px;
  position: absolute;
  right: 0;
  top: 95px;
}
.yearby .yeartx .yearp .yearwz p {
  font-size: 16px;
  color: #dbefff;
  line-height: 24px;
}

.zzjgbg {
  background-color: #ecf4f8;
  position: relative;
}

.zzjg .abouttit {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  left: 0;
  top: 10%;
}
.zzjg .abouttit h2 {
  font-size: 38px;
  color: #205595;
  line-height: 38px;
}
.zzjg .abouttit i {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #c8c8c8;
  margin: 0 auto;
  margin-top: 20px;
}
.zzjg .tx {
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
  padding-bottom: 95px;
}

.culturebg {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 72px;
  position: relative;
}

.culture .topli {
  margin-bottom: 18px;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.culture .topli .litx {
  float: left;
  margin-right: 1px;
}
.culture .topli .litx img {
  display: block;
  width: 280px;
  height: 257px;
}
.culture .topli .litx .tx {
  width: 220px;
  height: 78px;
  background-color: #fff;
  padding: 17px 30px 35px 30px;
}
.culture .topli .litx .tx h2 {
  font-size: 18px;
  color: #0b4d95;
}
.culture .topli .litx .tx p {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.culture .topli .lilast {
  padding: 40px;
  width: 270px;
  height: 307px;
  overflow: hidden;
  background: transparent url(../img/lilastbg.jpg) center no-repeat;
  background-size: cover;
}
.culture .topli .lilast p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.culture .topli .lilast p strong {
  font-size: 18px;
  font-weight: normal;
}
.culture .topli .lilast p.mp {
  margin-top: 20px;
}
.culture .bot-tx {
  background-color: #fff;
  overflow: hidden;
  padding: 40px 60px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  opacity: 0;
  position: relative;
  left: 0;
  top: 10%;
}
.culture .bot-tx .mp {
  margin-top: 26px;
}

.address {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 590px;
}
.address .map {
  width: 100%;
  height: 590px;
  min-width: 1200px;
}
.address .maplxwm {
  opacity: 0;
  position: absolute;
  left: 45%;
  margin-left: 142px;
  top: 20px;
  padding: 10px;
  width: 438px;
  height: 530px;
  background-color: #fff;
}
.address .maplxwm h2 {
  font-size: 24px;
  color: #231815;
  line-height: 66px;
  padding-left: 34px;
  background: transparent url(../img/mapline.jpg) 0 bottom repeat-x;
}
.address .maplxwm .addrtx {
  padding: 36px 30px;
}
.address .maplxwm .addrtx p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.address .maplxwm .addrtx i {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #000;
  margin: 30px 0;
}
.address .maplxwm .addrtx .addrtel {
  padding-left: 32px;
  background: transparent url(../img/addrtel.png) left center no-repeat;
}
.address .maplxwm .addrtx .addremail {
  padding-left: 32px;
  background: transparent url(../img/addremail.png) left center no-repeat;
}
.address .maplxwm .addrtx .addrweb {
  padding-left: 32px;
  background: transparent url(../img/addrweb.png) left center no-repeat;
}

.newsdtl {
  padding-top: 90px;
  padding-bottom: 120px;
}
.newsdtl .newsdtltit {
  opacity: 0;
  position: relative;
  top: 80px;
  left: 0;
  padding-bottom: 30px;
  text-align: center;
}
.newsdtl .newsdtltit h2 {
  font-size: 26px;
  color: #333;
  line-height: 32px;
}
.newsdtl .newsdtltit p.timer {
  font-size: 14px;
  color: #bbb;
  margin: 0 auto;
  margin-top: 20px;
}
.newsdtl .newsdtltx {
  opacity: 0;
  position: relative;
  top: 80px;
  left: 0;
  padding-bottom: 30px;
}
.newsdtl .newsdtltx p.ps {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-indent: 2em;
}
.newsdtl .newsdtltx img {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.newsdtl .newsdtlctrl {
  opacity: 0;
  position: relative;
  top: 80px;
  left: 0;
  padding: 40px 0 0;
  border-top: solid 1px #cecccd;
}
.newsdtl .newsdtlctrl .pagectrl p {
  font-size: 14px;
  color: #999;
  line-height: 34px;
}
.newsdtl .newsdtlctrl .pagectrl p a {
  color: #999;
}
.newsdtl .newsdtlctrl .pagectrl p a:hover {
  color: #1d4d87;
}
.newsdtl .newsdtlctrl .backbtn a {
  display: block;
  color: #1d4d87;
  padding-top: 28px;
  background: url(../img/backbtn.png) no-repeat center 10px;
}

.waterli > .waterbox > .waterfall-box a {
  display: block;
  width: 282px;
  background: transparent url(../img/seemore.png) right bottom no-repeat;
}
.waterli > .waterbox > .waterfall-box a:hover .watertx {
  background: url(../img/probg.png) repeat;
}
.waterli > .waterbox > .waterfall-box a:hover .watertx h2 {
  color: #fff;
}
.waterli > .waterbox > .waterfall-box a:hover .watertx p {
  color: #fff;
}
.waterli > .waterbox > .waterfall-box a:hover .watertx span {
  color: #abc9e3;
}


/*====================搜索结果=====================*/
.result {
  width: 1200px;
  margin:0 auto;
  padding-bottom:80px;
}
.result table tr {
  height: 60px;
  background-color: #fff;
}
.result table tr th {
  background-color: #1f62b1;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.result table tr th.fth {
  text-align: left;
  padding-left: 20px;
}
.result table tr td {
  text-align: center;
  color: #666;
  font-size: 16px;
}
.result table tr td.ftd {
  text-align: left;
  padding-left: 20px;
}
/*================添加视频=================*/
.layermask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(../img/mask.png) repeat;
  z-index: 999999;
}
.layermask .vicon {
  width: 800px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -300px;
  z-index: 99999999999;
}
.layermask .vicon .close {
  width: 78px;
  height: 44px;
  background: url(../img/vi01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -56px;
  cursor: pointer;
  z-index: 999999999999999;
  display: block;
}

.sharebox{
  margin-top:30px;
}
.sharebox .li{
  width:45px;
  height:45px;
  position: relative;
}
.sharebox .li .wximg img{
  width:100%;
  transition: all .6s;
}
.sharebox .li .wximg .img1{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
  opacity:0;
  transition: all .6s;
}
.sharebox .li:hover .wximg .img0{
  opacity:0;
}
.sharebox .li:hover .wximg .img1{
  opacity:1;
}
.sharebox .li:hover .foot-wx-tp{
  opacity:1;
  visibility:visible;
}
.sharebox .li{
  margin-right:10px;
}
.sharebox .li .foot-wx-tp{
  position: absolute;
  width:200px;
  bottom:50px;
  left:50%;
  margin-left:-100px;
  background-color:#fff;
  padding:10px;
  z-index:2;
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.sharebox .li .foot-wx-content{
  width:90px;
}
.sharebox .li .foot-wx-content .foot-wx-title{
  width:100%;
  font-size:12px;
  line-height:1.2;
  margin-top:5px;
  color:#333;
  text-align:center;
}
.sharebox .li .foot-wx-content img{
  width:100%;
}
/*.map .BMap_Marker{
  top:10px !important;
}*/
/*# sourceMappingURL=style.css.map */
