@font-face {
  font-family: "AkzidenzGrotesk-Light";
  src: url("../font/AkzidenzGrotesk-Light.otf");
}
* {
  font-family: "Arial","微软雅黑";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {

}

/* ----------------------首页---------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 111px;
  background: url('../images/header-bg.png') no-repeat center;
  z-index: 1000;
}

.wrap {
  max-width: 1308px;
  margin: 0 auto;
  width: 96%;
}

.logo {
  float: left;
}

.header-r {
  float: right;
}

.search {
  display: inline-block;
  position: relative;
  width: 305px;
  height: 36px;
  border-radius: 50px;
  border: 1px #d6d6d6 solid;
  background-color: #ffffff;
  text-align: left;
}

.ss {
  width: 75%;
  height: 100%;
  outline: none;
  border-radius: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}

.go {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 100%;
  background-color: #030060;
  color: #c7c7c7;
  font-size: 14px;
  border-radius: 50px;
  padding-left: 20px;
  background-size: 14px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 25% 53%;
  outline: none;
  cursor: pointer;
}

.wx {
  display: inline-block;
  margin: 0 25px;
  position:relative;
}

.lang {
  position: relative;
  display: inline-block;
}
.lang:hover .lang-s{
  height: initial;
}
.lang-s{
background-color: rgba(255,255,255,1);
color: #373737;
height: 0px;
width: 100%;
position: absolute;
top: 15px;
left: 0px;
overflow: hidden;
transition: height 0.3s;
z-index: 999;
text-align: center;
}
.lang-s a{
display: block;
line-height: 26px;
font-size: 14px;
}
.lang-s a:hover{
color:#ffffff;
background-color: #030060;
}
.wx:hover .wx-cont{
display: block;
opacity: 1;
}
.wx-cont {
  display: none;
  opacity: 0;
  position:absolute;
  z-index: 999;
  width:200px;
  float:left;
  top: 80px;
  left: -70px;
  transition: .5s;
}
.wx-pic{
width: 100%;
display: inline-block;
}
.wx-pic>img{
width: 100px;
}
.wx-wrap{
background-color: #ffffff;
padding: 40px;
max-width: 240px;
box-sizing: border-box;
text-align: center;
}
.wx-tx{
font-size: 14px;
margin-top: 10px;

}
.search-2{
display: none;
padding: 5px 0;
}
.header-top {
  margin-top: 16px;
  text-align: right;
}

.ul-nav2 a:hover{
  color:#ffffff;
  background-color: #030060;
}
.nav>ul>li>a:hover{
  color:#030060;
  font-weight: bold;
}
.nav {
  margin-top: 20px;
}

.nav>ul {
  overflow: hidden;
}

.nav>ul>li:nth-child(1) {
  margin-left: 0;
}

.nav>ul>li {
  float: left;
  margin-left: 55px;
}

.nav>ul>li>a {
  color: #222222;
  font-size: 16px;
}

.lb-banner .swiper-slide img {
  width: 100%;
}

.lb-banner .swiper-pagination {
  bottom: 39px;
}

.lb-banner .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 7px;
  /* transition: .5s; */
}

.lb-banner .swiper-pagination-bullet-active {
  background-color: #034bac;
}

.banner {
  position: relative;
}

.banner-txt {
  position: absolute;
  left: 15.94%;
  top: 38.89%;
  z-index: 9;
}

.banner-tx {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
}

.banner-tx2 {
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
}

.i-jj {
  background: url('../images/15.png') center no-repeat;
  height: 811px;
}

.i-jj-l {
  float: left;
  width: 25.23%;
}

.i-jj-r {
  float: right;
  width: 63.91%;
}

.i-jj-txt {
  padding-top: 170px;
}
.i-jj-wrap{
  overflow: hidden;
}
.i-jj-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;

}

.i-jj-tx {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 30px;
}

.i-jj-more {
  display: block;
  width: 148px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #094ba1;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: 80px;
}

.ul-jj-tx {
  color: #030060;
  font-size: 60px;
  font-family: Impact;
}

.ul-jj-tx2 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 25px;
}

.i-jj-r>ul {
  max-width: 843px;
  overflow: hidden;
  margin-left: -0.83%;
  padding-top: 130px;
}

.i-jj-r>ul>li:nth-child(1) {
  opacity: 0;
}

.i-jj-r>ul>li {
  float: left;
  width: 32.5%;
  height: 247px;
  margin: 4px 0 4px 0.83%;
  background-color: #000000;
  text-align: center;
  box-sizing: border-box;
}

.i-jj-r>ul>li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.ul-jj-icon {
  height: 54px;
}

.i-news {
  padding: 135px 0 145px;
}

.i-news-title {
  color: #030060;
  font-size: 30px;
  font-weight: bold;
}

.i-news-title2 {
  color: #908989;
  font-size: 16px;
  margin-top: 20px;
}

.i-news-cont {
  margin-top: 40px;
  overflow: hidden;
}

.i-news-l {
  float: left;
  width: 55.2%;
}

.ul-inews-l .i-news-time2 {
  font-size: 36px;
}

.ul-inews-l .i-news-time3 {
  font-size: 16px;
  margin-top: 5px;
}

.i-news-r {
  float: left;
  width: 44.8%;
}

.i-news-pic>img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
}

.i-news-pic {
  position: relative;
  overflow: hidden;
}

.i-news-menb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-left: 98px;
  background-color: rgba(0, 0, 0, 0.64);
  box-sizing: border-box;

}

.i-news-menb-tx {
  color: #ffffff;
  font-size: 16px;
}

.i-news-t {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background-color: #ffffff;
  line-height: initial;
}

.i-news-time {
  width: 67px;
  height: 67px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.i-news-time2 {
  color: #030060;
  font-size: 30px;
}

.i-news-time3 {
  color: #030060;
  font-size: 12px;

}

.ul-inews-l {
  padding: 0 10px 0 15px;
}

.ul-inews-r {
  padding: 5px 0 5px 14px;
  border-left: 1px #e3e3e3 solid;
}

.ul-inews-tx {
  color: #2d2c2c;
  font-size: 16px;

}

.ul-inews-tx2 {
  color: #acabab;
  font-size: 14px;
  margin-top: 20px;
}

.ul-i-news a {
  display: flex;
  align-items: center;
}

.ul-i-news li:nth-child(1) {
  margin-top: 0;
}

.ul-i-news li {
  margin-top: 7.6%;
}

.line-1 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;
}

.ft-top {
  background-color: #313437;
  padding: 75px 0;
}

.ft-bom {
  background-color: #252728;
  height: 50px;
  line-height: 50px;
}
.ft-bom p{
  color:#ffffff ;
  font-size: 14px;
}
.ft-cont {
  overflow: hidden;
}

.ft-nav {
  width: 400px;
  float: left;
}

.ft-nav>ul {
  overflow: hidden;
}

.ft-nav>ul>li {
  float: left;
  width: 149px;
  margin-left: 18.75%;
}

.ft-nav>ul>li:nth-child(2n-1) {
  margin-left: 12px;
}

.ft-nav>ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 1px 16px;
  border-bottom: 1px #56595b dashed;
}

.ft-nav>ul>li span {
  color: #ffffff;
  font-size: 14px;
}

.ft-r {

  float: right;
  margin-top: 15px;
}

.ft-title {
  color: #ffffff;
  font-size: 14px;
}

.ft-search {
  width: 312px;
  height: 40px;
  margin: 10px 0;
}

.ft-search input {
  width: 100%;
  height: 100%;
  background-color: #47494b;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  outline: none;
}

.ft-search input::placeholder {
  color: #737373;
  font-size: 14px;
}

.ft-dz {
  display: flex;
}

.ft-icon>a {
  margin-right: 10px;
}

.ft-tx {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.i-pdu-cont{
  overflow: hidden;
  padding: 100px 0 135px;
}
.ul-ipdu2{
  float: right;
}
.ul-ipdu2>li:nth-child(1){
  margin-top: 0;
}
.ul-ipdu2>li{
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}
.i-pdu-active{
  color:#030060 !important;
  font-weight: bold;
}
.i-pdu-tx{
  color:#414141;
  font-size: 16px;
  margin-top: 15px;
}
.ipdu-content{
  float: left;
width: 74.54%;
overflow: hidden;
}
.ipdu-cont{
  display: flex;
  justify-content: space-between;
}
.ul-ipdu3{
  max-width: 238px;
overflow: hidden;
margin: 70px 0 0 -3.5%;
}
.ul-ipdu3 li{
  float: left;
  width: 23.95%;
  margin: 12px 0 0 9.38%;
  height:165px;
}
.ipdu3-tx{
  color:#717070;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.ipdu-title{
  color:#030060;
  font-size: 32px;
  font-weight: bold;
}
.ipdu-title2{
  color:#404040;
  font-size: 18px;
  margin-top: 20px;
}
.ipdu-more{
  display: block;
  width: 136px;
  height: 40px;
  color:#ffffff;
  font-size: 14px;
  background-color: #030060;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  margin-top: 70px;
}
.ipdu-pic a>img{
  width: 100%;   
}

.ipdu-r{
  width: 51.08%;
}
.ul-ipdu{
overflow: hidden;
width: 400%;
}
.ul-ipdu>li{
float: left;
width: 25%;
}
/* ----------------------产品中心---------------------- */
.zy-nav {
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  border-bottom: 1px #d2d2d2 solid;
}

.pdu-content {

  padding: 75px 0 55px;
}

.pdu-l {
  float: left;
  width: 16.97%;
}

.pdu-r {
  float: right;
  width: 81.04%;
}
.zy-nav-tx:hover .zy-nav-line{
  display: block;
}
.zy-nav-tx {
  position: relative;
  display: inline-block;
  color: #212121;
  font-size: 16px;
  margin-right: 40px;
}
.zy-nav-tx:nth-last-child(1){
  margin-right: 0;
}

.zy-nav-active2 .zy-nav-line{
  display: block;
}
.zy-nav-line {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #020061;
}

.zy-nav-l {
  float: left;
}

.zy-nav-r {
  float: right;
  color: #858585;
  font-size: 14px;
}

 .zy-nav-r a:nth-child(4) {
color: #01005e !important;
    }

.zy-nav-active {
  color: #01005e !important;

}

.banner>img {
  width: 100%;
}

.pdu-title {
  position: relative;
  color: #333232;
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
}

.pdu-title::after {

  content: '';
  position: absolute;
  top: -5px;
  left: 1px;
  width: 6px;
  height: 33px;
  background-color: #020061;
}

.pdu-nav-tx {
  position: relative;
  color: #040061;
  font-size: 18px;
  padding: 9px 0;
  cursor: pointer;
}

.pdu-nav-icon {
  width: 11px;
height: 18px;
overflow: hidden;
position: absolute;
right: 16px;
top: 8px;
  position: absolute;
  right: 16px;
  top: 8px;
}

/* .pdu-nav-icon3 {
  display: none;
} */

.ul-pdu {
  overflow: hidden;
  margin-top: 20px
}

.ul-pdu li {
  margin-top: 15px;
  
}
.pdu-nav{
  display: none;
}
.pdu-nav li{
  margin-top: 10px;
}
.pdu-nav a{
  display: block;
  line-height: 1.5;
  padding:5px 0px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  color:#8f8f8f;
  font-size: 14px;
}
.pdu-nav a:hover{
  color:#040061;
  background-color: #e3e3e3;
}
.pdu-tx{
  color:#3b3b3b;
  font-size: 14px;
  margin-top: 20px;
}
.ul-pdu2{
  overflow: hidden;
  margin-left: -0.79%;
}
.ul-pdu2 li{
  position: relative;
  float: left;
  width: 32.54%;
  margin:10px 0 0 0.79%;
  padding: 0px 0 75px;

}
.pdu-pic{
  display: inline-block;
  width: 78.27%;
  -webkit-transition: .5s;
}
.pdu-pic>img
{
    height:200px;
}
.ul-pdu2 li:hover .pdu-menb{
  opacity: 1;
}
.ul-pdu2 li:hover .pdu-pic{
  transform: translateY(25px);
}
.ul-pdu2 li:hover .pdu-tx{
  opacity: 0;
}
.pdu-cont{
  text-align: center;
}
.pdu-menb{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 32, 97, 0.63);
  padding-top: 100px;
box-sizing: border-box;
transition: .5s;
-webkit-transition: .5s;
}
.pdu-m-mid{
  width: 100%;
display: flex;
margin-top: 50px;
}

.pdu-mid-txt {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.29);
padding-left: 10px;
margin-left: 36px;
}
.pdu-mid-txt:nth-child(2){
margin-left: 15.3%
}
.pdu-mid-tx{
  color:#ffffff;
  font-size: 14px;
  line-height: 24px;
}
.pdu-m-title{
  color:#ffffff;
  font-size: 18px;
  text-align: center;
}
.pdu-m-more{
  text-align: center;
margin-top: 20%;
 
}
.pdu-m-more a{
  display: inline-block;
  padding: 13px 35px;
  color:#2f2f2f;
  font-size: 16px;
  background-color: #ffffff;
}
.pdu-page{
  padding-top: 20px;
  text-align: center;
}
.pdu-page-cont{
  display: inline-block;
  margin-left: -6px;
}
.pdu-page-cont a{
  width: 41px;
  height: 41px;
  border: 1px #e0e0e0 solid;
  color:#555555;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 41px;
  text-align: center;
  margin-left: 6px;
  display: inline-block;
}
.prev,.next{
  width: 73px !important;
}
.qd{
  background-color: #848484;
  color:#ffffff !important
}
.inp{
  border:none !important;
}
.inp input{
  width: 100%;
height: 100%;
outline: none;
box-sizing: border-box;
border: 1px #e0e0e0 solid;
text-align: center;
}
.qd:hover,.num:hover,.prev:hover,.next:hover{
  background-color: #848484;
  color:#ffffff !important
}
/* ----------------------产品详情---------------------- */
.pduxq-top {
  height: 709px;
  background: url('../images/pdu-bg.png') center no-repeat;
}
.pduxq-top-name{
  color:#222222;
  font-size: 30px;

}
.pduxq-top-tx{
  color:#060606;
  font-size: 16px;
}
.pduxq-top-tx2{
   color:#222222;
   font-size: 14px;
   line-height: 22px;
   margin-top: 12px;
   width:120px;
}
.pduxq-top-cont{
display: flex;
align-items: center;
justify-content: space-around;
height: 100%;
}
.ul-pduxq{
overflow: hidden;
margin-top: 75px;
}
.ul-pduxq li:nth-child(1){
border-left: none;
padding-left: 0
}
.ul-pduxq li{
float: left;
padding: 0 40px 0 50px;
border-left: 1px #b5b5ba solid;
min-height: 72px;
display: flex;
flex-direction: column;
justify-content: center;
}
.pduxq-top-pic{
width: 34.63%;
}
.pduxq-top-pic>img{
width: 100%;
}
.pduxq-btn{
margin-top: 60px;
}
.pduxq-btn a{
display: inline-block;
width: 134px;
height: 42px;
line-height: 42px;
color:#ffffff;
font-size: 14px;
text-align: center;
background-color: #04005f;
margin-right: 25px;
}
.pduxq-btn a:nth-child(2){
background-color: #6e6e6e;
margin-right: 0;
}
.pduxq-cont{
padding: 55px 0 160px;
}
.pduxq-title{
color:#202020;
font-size: 24px;
}
.pduxq-tx{
color:#555555;
font-size: 16px;
line-height: 30px;
}
.pduxq-pic{

text-align: center;
}
.pduxq-pic2{
display: inline-block;
}
.pduxq-pic2>img{
width: 100%;
}
/* ----------------------大观荣誉---------------------- */
.honor{
  padding: 80px 0 90px;
}
.honor-title{
 color:#212121;
 font-size: 30px;
 font-weight: bold;
 text-align: center;
}
.ul-honor{
 max-width: 1380px;
 overflow: hidden;
 margin: 70px 0 0 -5.29%;
}
.ul-honor li{
 float: left;
 width: 19.71%;
 margin: 0 0 6.61% 5.29%;
 border: 2px #919191 solid;
 box-sizing: border-box;
 max-height: 381px;
}
.honor-pic>img{
 width: 100%;
}
/* ----------------------联系我们---------------------- */
.contact{
  padding: 90px 0 100px;
}
.lx-top-cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lx-title{
 color:#333333;
 font-size: 30px;
 font-weight: bold;
}

.lx-txt{
    margin-top: 35px;
}
.lx-tx{
color:#555555;
font-size: 14px;
line-height: 26px;
}

.lx-btn a{
display: block;
width: 198px;
height: 48px;
line-height: 48px;
padding-left: 39px;
box-sizing: border-box;
background-color: #1d1d1d;
margin-top: 7px;
}
.lx-btn span{
color:#ffffff;
font-size: 14px;
vertical-align: middle;
margin-left: 13px;
}
.lx-btn2{
  margin-top: 20px;
  text-align: center;
}
.lx-btn2 input{
  display: inline-block;
width: 198px;
height: 48px;
line-height: 48px;
box-sizing: border-box;
background-color: #1d1d1d;
color:#ffffff;
font-size: 14px;

}
.lx-cont{
margin-top: 105px;
}
.ul-lx{
overflow: hidden;
margin-top: 10px;
}
.ul-lx li:nth-child(2n){
float: right;
}
.ul-lx li{
float: left;
width: 49%;
height: 56px;
margin-top: 23px;
}
.ul-lx li input, .ul-lx li textarea{
width: 100%;
height: 100%;
border: 1px #dadada solid;
box-sizing: border-box;
border-radius: 6px;
outline: none;
background-color: transparent;
padding-left: 15px;
color: #333333;
font-size: 14px;

}
.ul-lx li input::placeholder,  .ul-lx li textarea::placeholder{
color:#c2c0c0;
font-size: 14px;
}
.ul-lx li textarea{

padding: 15px 0 0 15px;
resize: none;

}
/* ----------------------人力资源---------------------- */
.rl{
  padding: 70px 0 100px;
}
.rl-search{
 width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 31px 0;
box-sizing: border-box;
background-color: #eeeeee;

}
.rl-s-tx{
  color:#1e1e1e;
  font-size: 20px;
  font-weight: bold;
}
.rl-s-in{
width: 20.1%;
}
.rl-s-in input::placeholder{
color:#777474;
font-size: 14px;
}
.rl-s-in input, .rl-s-in select{
width: 100%;
height: 43px;
padding-left: 24px;
box-sizing: border-box;
outline: none;
color:#777474;
font-size: 14px;
}
.rl-s-in select{
background-image: url(../images/sel.png);
background-repeat: no-repeat;
background-size: 11px 6px;
background-position: 94%;
appearance: none;
-webkit-appearance: none;
border: none;
}
.rl-s-btn{
width: 18.35%;
height: 43px;
line-height: 43px;
background-color: #050160;
text-align:center;
}
.rl-s-btn-search
{
width: 100%;
height: 43px;
line-height: 43px;
display: block;
background-color: #050160;
color:#ffffff;
font-size: 14px;
font-weight: bold;
text-align: center;
cursor:pointer;
}
.rl-icon{
width: 13px;
height: 11px;
overflow: hidden;
}
.rl-txt{
 padding: 40px 20px 30px;
 
}
.rl-title{
color:#1b1b1b;
font-size: 18px;
font-weight: bold;
}
.rl-line{
width: 41px;
height: 1px;
background-color: #9e9e9e;
margin: 20px 0;
}
.rl-tx{
color:#484848;
font-size: 14px;
line-height: 26px;
}
.rl-xq{
margin-top: 25px;
color:#050160;
font-size: 14px;
display: flex;
align-items: center;
}
.zy-icon{
margin-left: 10px;
}
.zy-icon>img:nth-child(1){
display: none;
}
.ul-rl{
  overflow: hidden;
margin: 30px 0 0 -0.84%;
}
.ul-rl li{
width: 24.16%;
float: left;
margin: 0 0 40px 0.84%;
}
.ul-rl li:hover{
background-color: #b0b0b0;
}
.ul-rl li:hover .rl-line{
background-color: #ffffff;
}
.ul-rl li:hover .rl-tx,.ul-rl li:hover .rl-title,.ul-rl li:hover .rl-xq{
color:#ffffff ;
}
.ul-rl li:hover .zy-icon>img:nth-child(1){
display: block;
}
.ul-rl li:hover .zy-icon>img:nth-child(2){
display: none;
}
/* ----------------------新闻---------------------- */
.news-cont{
  overflow: hidden;
  width: 100%;
  padding: 75px 0 85px;
}
.news-l {
  width: 71.64%;
  float: left;
}

.news-r {
  width: 25.15%;
  float: right;
}
.news-txt {
max-width: 1160px;
padding: 0 0 45px 123px;
/* border-bottom: 1px #e6e6e6 solid; */
float: left;
overflow: hidden;
}
.news-title {
margin-top: 8px;
color: #2a292a;
font-size: 18px;
}
.xhx {

background-color: #e6e6e6;
height: 1px;
margin-left: 79px;
clear: both;
}
.news-shuju {
color: #c7c7c7;
font-size: 12px;
margin-top: 25px;
}
.news-tx {
max-width: 860px;
color: #555555;
font-size: 14px;
margin-top: 20px;
line-height: 24px;
}
.news-time {
width: 79px;
border-right: 1px #e6e6e6 solid;
padding: 0 0 25px 3px;
float: left;
position: absolute;
top: 0;
left: 0;
}
.news-time-tx {
color: #050160;
font-size: 48px;
margin-top: 5px;
}
.news-time-tx2 {
color: #767676;
font-size: 14px;
margin-top: 10px;
}

.ul-news li{
overflow: hidden;
margin-bottom: 40px;
position: relative;
}
.news-txt3 {
overflow: hidden;
}
.news-pic {
margin-right: 20px;
float: left;
}
.news-search-title, .news-tj-title {
color: #1d1d1d;
font-size: 24px;
margin-bottom: 20px;
}
.search-year, .search-month {
width: 100%;
padding-left: 15px;
background-color: #dedede;
color: #7b7b7b;
font-size: 16px;
max-width: 640px;
margin: 0 auto;
display: flex;
height: 41px;
line-height: 41px;
margin-bottom: 13px;
cursor: pointer;
border: 0px;
background-image: url(../images/sel2.png);
background-position: right;
background-repeat: no-repeat;
background-size: auto 100%;
appearance: none;
-webkit-appearance: none;
outline:none;
}
.search-input {
width: 100%;
}
.search-input>input {
width: 100%;
background-color: #dedede;
outline: none;
height: 41px;
margin-bottom: 13px;
padding-left: 14px;
font-size: 14px;
color:#333333;
box-sizing: border-box;
}
.search-xl {
text-align: center;
width: 15.2%;
background-color: #00a698;
}
.year, .month {
width: 84.75%;
background-color: #dedede;
color: #7b7b7b;
font-size: 16px;
}
.search-bnt {
width: 100%;
background-color: #020061;
height: 41px;
line-height: 41px;
text-align: center;
font-size: 14px;
color: #fff;
cursor: pointer;
}
#go{ width:100%; height:41px; line-height:41px; background:none; color:#ffffff; cursor:pointer;}
.news-tj-title{
margin-top: 48px;
}

.news-tj-tx {
color: #1d1d1d;
font-size: 18px;
margin-top: 20px;
}
.news-tj-tx2 {
color: #555555;
font-size: 14px;
margin-top: 25px;
line-height: 24px;
}
.news-tj-pic>img{
width: 100%;
}

.ul-newstj li{
margin-bottom: 30px;    
}

/* ---------------------新闻详情---------------------- */
.news-xq-title {
  color: #2c2c2c;
  font-size: 24px;
}

.news-xq-time {
  color: #afafaf;
  font-size: 12px;
  margin-top: 20px;
}

.newsxq-tx {
  color: #555555;
  font-size: 14px;
  line-height: 27px;
  margin-top: 24px;
}

.newsxq-pic2 {
  display: flex;
}

.newsxq-pic-t:nth-child(1) {
  margin-right: 20px;
}

.newsxq-pic-t>img {
  width: 100%;
}
/* ----------------------走进大观---------------------- */
.zj {
  padding: 80px 0 100px;
}

.zj-title {
  color: #212121;
  font-size: 30px;
  font-weight: bold;
  text-align: center;

}

.zj-tx {
  color: #555555;
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
}

.zj-mid {
  margin-top: 70px;
  overflow: hidden;
}

.zj-l {
  float: left;
  width: 50.08%;
}

.zj-r {
  float: left;
  width: 49.92%;
}

.ul-zj {
  display: flex;
  flex-wrap: wrap;
}

.ul-zj li {
  width: 50%;

}

.ul-zj li>img,
.zj-l-pic>img {
  width: 100%;
}

.ul-zj-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.ul-zj-tx {
  color: #333333;
  font-size: 24px;
  font-weight: bold;

}

.ul-zj-tx2 {
  color: #333333;
  font-size: 14px;
  margin-top: 20px;
  line-height: 22px;
}

.shebei {
  margin-top: 100px;
}

.sb-nav {
  text-align: center;
}

.sb-nav a {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #dedede;
  color: #828282;
  font-size: 18px;
  margin: 0 1px;
  padding:0 10px;

}

.sb-nav-active {
  background-color: #030062 !important;
  color: #ffffff !important;
  font-weight: bold;
}

.ul-sb {
  overflow: hidden;
  margin: 70px 0 0 -0.31%;
}

.ul-sb li {
  float: left;
  width: 24.69%;
  margin-left: 0.31%;
}
.ul-sb li:hover .sb-tx{
  color:#ffffff;
  font-weight: bold;
  background-color: #030062
}
.sb-tx {
  color: #212121;
  font-size: 16px;
  text-align: center;
  background-color: #e8e8e8;
  line-height: 60px;
}
.sb-pic>img{
  width: 100%;
}
/* ----------------------自适应---------------------- */
.menu{
  margin-left: 20px;
}
.close>ul>li:nth-child(1){
  transform:translate3d(0px,8px,0px) rotate(45deg);
}
.close>ul>li:nth-child(2){
  opacity: 0;
}
.close>ul>li:nth-child(3){
  transform:translate3d(0px,-8px,0px) rotate(-45deg);
}
.menu>ul>li {
width: 20px;
height: 2px;
background-color: #7a7a7a;
margin-bottom: 6px;

transition: transform 0.5s,opacity;
}
.menu>ul>li:nth-child(3){
  margin-bottom: 0px;
}
.menu>ul {
cursor: pointer;
}
.menu {
display: none;

}
.nav2{
  display: none;
position: fixed;
box-sizing: border-box;
padding-top: 111px;
top: 0px;
left: 0%;
width: 100%;
height: 100%;
background-color: #FFFFFF;
z-index: 888;
transition: .5s;
}


.ul-nav2{
overflow: hidden;
overflow-y: auto;
height: 100%
}
.ul-nav2 a{
display: block;
text-align: center;
font-size: 25px;
color: #373737;
line-height: 50px;
padding: 10px 0px;
border-bottom: 1px solid #000000;
}
.h111{
height: 111px;
}
/* ----------------------hover---------------------- */
.ul-i-news li:hover .ul-inews-r{
  border-left: 1px #030060 solid;
}

.news-pic{
  overflow: hidden;
}

.i-news-pic:hover img,.ul-news li:hover .news-pic>img{
  transform: scale(1.2)
} 
.news-pic>img{
transition: .5s;
-webkit-transition: .5s;
}



.z-con7 .fl{width: 293px;}
.z-con7 .fr{width: 100%;padding-bottom: 180px;border-left:2px solid #ededed;}
.z-con7 .fr ul{padding-left: 53px;}
.z-con7 .fr ul li{position: relative;margin-bottom: 30px;padding: 15px 30px;border: 6px solid #dedede;}
.z-con7 .fr ul li .i1{position: absolute;left: -69px;top: 34px;width: 19px;height: 19px;background: url("../images/z_con_31.png") no-repeat 0 0;}
.z-con7 .fr ul li .i2{position: absolute;left: -36px;top: 24px;width: 36px;height: 35px;background: url("../images/z_con_32.png") no-repeat 0 0;}
.z-con7 .fr ul li span{display: block;padding-bottom: 20px;color: #030060;font-size: 30px;font-weight: bold;}
.z-con7 .fr ul li p{color: #555;font-size: 16px;line-height: 30px;}
.z-con8 .fr{width: 680px;}
.z-con8 .fr b{display: block;padding-bottom: 25px;color: #00a0e9;font-size: 24px;font-weight: bold;}
.z-con8 .fr span{display: block;padding-bottom: 18px;color: #181818;font-size: 18px;}
.z-con8 .fr p{color: #555;font-size: 14px;text-indent: 2em;line-height: 30px;}
