header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .cont a {
  height: 30px;
  padding: 30px 0;
}
header .cont a img {
  height: 100%;
}
header .cont ul {
  width: 45%;
}
header .cont ul a {
  line-height: 30px;
  padding: 30px 0;
}
header .cont ul a:hover{
  color: #154897;
  font-weight: 600;
}
header .cont ul li.active>a{
  color: #154897;
  font-weight: 600;
}
header .cont .top-ico {
  padding: 25px 0;
}
header .cont .top-ico a {
  height: 40px;
  padding: 0;
  margin: 0 20px;
}
header .cont .top-tel {
  padding: 25px 0;
}
header .cont .top-tel h5 {
  line-height: 40px;
  margin-left: 5px;
  font-weight: 600;
  color: #154897;
}
.inx-01 {
  width: 100%;
}
.inx-01 .img-box{
  width: 100%;
  height: 100vh;
}
.inx-01 img {
  width: 100%;
}
.inx-01 img:nth-child(2){display: none;}
.btn-style {
  width: 160px;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
}
.inx-02 {
  width: 100%;
  height: 90vh;
  background-image: url(../images/pic-1.jpg);
  background-size: cover;
  position: relative;
}
.inx-02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.inx-02 .cont {
  height: 100%;
  position: relative;
}
.inx-02 .cont .left {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
}
.inx-02 .cont .left h4 {
  font-weight: 600;
}
.inx-02 .cont .left p {
  font-size: 17px;
  margin-top: 30px;
  line-height: 34px;
  text-indent: 2rem;
}
.inx-02 .cont .left .btn {
  width: 160px;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
}
.inx-02 .cont .left ul {
  width: 70%;
  margin-top: 40px;
}
.inx-02 .cont .left ul a {
  color: #fff;
}
.inx-02 .cont .left ul a img {
  width: 54px;
  margin: 0 auto;
}
.inx-02 .cont .left ul a p {
  margin-top: 10px;
  text-align: center;
  text-indent: 0;
}
.tit-box img {
  height: 40px;
  margin-top: 15px;
}
.tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.tit-box img:last-child {
  transform: rotateY(180deg);
}
.tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.before-con {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inx-03 {
  background-color: #f5f5f5;
  position: relative;
}
.inx-03 .tit-box img {
  height: 40px;
  margin-top: 15px;
}
.inx-03 .tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.inx-03 .tit-box img:last-child {
  transform: rotateY(180deg);
}
.inx-03 .tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.inx-03 .inx-03-switch {
  width: 100%;
  margin-top: 80px;
  margin-left: 0%;
}
.inx-03 .inx-03-switch li {
  width: 100%;
  padding: 0 7%;
  box-sizing: border-box;
}
.inx-03 .inx-03-switch li .left {
  width: 65%;
}
.inx-03 .inx-03-switch li .left .img-box {
  width: 100%;
  height: 540px;
  position: relative;
}
.inx-03 .inx-03-switch li .left .img-box .info {
  position: absolute;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(21, 72, 151, 0.8);
}
.inx-03 .inx-03-switch li .left .img-box .info .text {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.inx-03 .inx-03-switch li .left .img-box .info .text em {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 20px 0;
  display: block;
}
.inx-03 .inx-03-switch li .left .img-box .info .text p {
  line-height: 32px;
  margin-bottom: 30px;
  opacity: .8;
}
.inx-03 .inx-03-switch li .left .img-box .info .text a {
  margin: 0 auto;
  width: 150px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  position: relative;
}
.inx-03 .inx-03-switch li .left .img-box .info .text a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  transform: translate(-50%, 0);
  width: 20%;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.inx-03 .inx-03-switch li .left .img-box .info .text a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 20%;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.inx-03 .inx-03-switch li .left .img-box .info .text a:hover::before {
  width: 60%;
}
.inx-03 .inx-03-switch li .left .img-box .info .text a:hover::after {
  width: 60%;
}
.inx-03 .inx-03-switch li .right {
  background-color: #fff;
  width: 35%;
  padding: 30px;
  box-sizing: border-box;
}
.inx-03 .inx-03-switch li .right a {
  width: 100%;
  background-color: #fafafa;
  height: 31%;
}
.inx-03 .inx-03-switch li .right a .img-box {
  width: 45%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inx-03 .inx-03-switch li .right a .img-box img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inx-03 .inx-03-switch li .right a .info {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.inx-03 .inx-03-switch li .right a .info h5 {
  font-size: 1vw;
  font-weight: 600;
}
.inx-03 .inx-03-switch li .right a .info p {
  margin-top: 10px;
  color: #7b7b7b;
}
.inx-03 .inx3-prv {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 7.3%;
  top: 55%;
  z-index: 3;
  opacity: .4;
  background: url(../images/left-ico.png) no-repeat center;
  background-color: #fff;
  cursor: pointer;
  transition: all .6s;
}
.inx-03 .inx3-prv:hover {
  opacity: 1;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}
.inx-03 .inx3-next {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 7.3%;
  top: 55%;
  z-index: 3;
  opacity: .4;
  background: url(../images/left-ico.png) no-repeat center;
  background-color: #fff;
  cursor: pointer;
  transition: all .6s;
  left: auto;
  right: 7.3%;
  transform: rotateY(180deg);
}
.inx-03 .inx3-next:hover {
  opacity: 1;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}
.inx-04 .tit-box img {
  height: 40px;
  margin-top: 15px;
}
.inx-04 .tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.inx-04 .tit-box img:last-child {
  transform: rotateY(180deg);
}
.inx-04 .tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.inx-04 .box {
  width: 100%;
  margin-top: 80px;
}
.inx-04 .box .left {
  width: 30%;
}
.inx-04 .box .left h5 {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 30px;
}
.inx-04 .box .left h5:nth-child(5) {
  margin-top: 50px;
}
.inx-04 .box .left p {
  font-size: 18px;
  color: #7b7b7b;
  margin-top: 10px;
  padding-left: 40px;
  line-height: 40px;
}
.inx-04 .box .left p:nth-child(2) {
  background: url(../images/ico-5.png) no-repeat left center;
}
.inx-04 .box .left p:nth-child(3) {
  background: url(../images/ico-6.png) no-repeat left center;
}
.inx-04 .box .left p:nth-child(4) {
  background: url(../images/ico-7.png) no-repeat left center;
}
.inx-04 .box .left .top-tel {
  margin-top: 10px;
  align-items: center;
}
.inx-04 .box .left .top-tel h4 {
  margin-right: auto;
  margin-left: 5px;
}
.inx-04 .box ul {
  width: 70%;
}
.inx-04 .box ul li {
  width: 21%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}
.inx-04 .box ul li .img_box {
  width: 100%;
  height: 360px;
  border-radius: 15px 15px 0 0;
}
.inx-04 .box ul li .info {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.inx-04 .box ul li .info p {
  text-transform: uppercase;
  color: #7b7b7b;
}
.inx-04 .box ul li .info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 8px;
}
.inx-05 {
  width: 100%;
  background-color: #f5f5f5;
}
.inx-05 .tit-box img {
  height: 40px;
  margin-top: 15px;
}
.inx-05 .tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.inx-05 .tit-box img:last-child {
  transform: rotateY(180deg);
}
.inx-05 .tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.inx-05 .box {
  margin-top: 80px;
}
.inx-05 .box ul {
  width: 100%;
}
.inx-05 .box ul li {
  width: 30%;
  height: 480px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.inx-05 .box ul li .img_box{
  height: 100%;
}
.inx-05 .box ul li .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.inx-05 .box ul li .info .info-box {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inx-05 .box ul li .info .info-box img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.inx-05 .box ul li .info .info-box em {
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.inx-05 .box ul li .info .info-box h5 {
  font-size: 20px;
  font-weight: 600;
}
.inx-05 .box ul li .info .info-box h4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 100px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.inx-05 .box ul li:nth-child(2) .info {
  background-color: #fff;
  color: #000;
}
.inx-05 .box ul li:nth-child(2) .info em {
  background-color: #000;
}
.inx-05 .box ul li:nth-child(2) .info h4 {
  color: #154897;
  border-color: #000;
}
.inx-06 .tit-box img {
  height: 40px;
  margin-top: 15px;
}
.inx-06 .tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.inx-06 .tit-box img:last-child {
  transform: rotateY(180deg);
}
.inx-06 .tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.inx-06 .box {
  margin-top: 80px;
}
.inx-06 .box .left {
  width: 40%;
}
.inx-06 .box .left .img_box {
  width: 100%;
  height: 360px;
}
.inx-06 .box .left .info {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.inx-06 .box .left .info h5 {
  font-size: 24px;
  font-weight: 600;
}
.inx-06 .box .left .info em {
  font-size: 17px;
  color: #7b7b7b;
  margin: 20px 0;
  display: block;
}
.inx-06 .box .left .info p {
  line-height: 30px;
  color: #7b7b7b;
}
.inx-06 .box .left .info i {
  width: 160px;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #000;
  border-color: #000;
}
.inx-06 .box .right {
  width: 56%;
}
.inx-06 .box .right .top {
  width: 100%;
  background-color: #fafafa;
}
.inx-06 .box .right .top .img_box {
  width: 45%;
  height: 260px;
}
.inx-06 .box .right .top .info {
  width: 55%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inx-06 .box .right .top .info h5 {
  font-size: 24px;
  font-weight: 600;
}
.inx-06 .box .right .top .info em {
  font-size: 17px;
  color: #7b7b7b;
  display: block;
  margin-top: 25px;
}
.inx-06 .box .right .bottom {
  width: 100%;
}
.inx-06 .box .right .bottom a {
  width: 46%;
}
.inx-06 .box .right .bottom a .img_box {
  width: 100%;
  height: 200px;
}
.inx-06 .box .right .bottom a .info {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.inx-06 .box .right .bottom a .info h5 {
  font-size: 24px;
  font-weight: 600;
}
.inx-06 .box .right .bottom a .info em {
  font-size: 17px;
  color: #7b7b7b;
  margin: 20px 0;
  display: block;
}
.inx-07 {
  text-align: center;
  color: #fff;
  background: url(../images/pic-9.png) no-repeat;
}
.inx-07 h4 {
  font-weight: 600;
}
footer {
  background-color: #222;
  padding-top: 60px;
  color: #fff;
  position: relative;
  z-index: 99;
}
footer ul {
  width: 70%;
  padding-right: 3%;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer ul li a {
  color: #ebebeb;
  margin-bottom: 20px;
  opacity: .8;
}
footer ul li a:first-child {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
footer ul li em {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  opacity: .8;
}
footer .info {
  width: 30%;
  padding-left: 3%;
  box-sizing: border-box;
}
footer .info h4 {
  margin-top: 20px;
}
footer .info a {
  width: 150px;
  line-height: 50px;
  background-color: #154897;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
footer .info img{width: 100px;margin-top: 10px;}
footer .bottom {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bottom p {
  opacity: .6;
  font-size: 14px;
}
footer .bottom p a {
  margin-left: 10px;
  color: #fff;
}
.oth-hengfu {
  width: 100%;
  height: 500px;
  position: relative;
}
.oth-hengfu .img-box {
  width: 100%;
  height: 100%;
}
.oth-hengfu .oth-tit {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.oth-hengfu .oth-tit h4 {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.mbx {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.mbx p {
  line-height: 32px;
}
.mbx p img {
  display: inline-block;
  margin-right: 10px;
}
.mbx p a {
  display: inline-block;
}
.mbx p a:last-child {
  margin-right: auto;
}

.tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.tit-box img:last-child {
  transform: rotateY(180deg);
}
.tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #154897;
  font-size: 2.4vw;
}
.ab-01 .box {
  margin-top: 80px;
}
.ab-01 .box .left {
  width: 45%;
}
.ab-01 .box .left h5 {
  color: #154897;
  font-weight: 600;
  text-indent: 2rem;
}
.ab-01 .box .left p {
  line-height: 30px;
  color: #7b7b7b;
  margin-top: 20px;
  text-indent: 2rem;
}
.ab-01 .box .left ul {
  width: 90%;
  margin-top: 60px;
}
.ab-01 .box .left ul li {
  text-align: center;
}
.ab-01 .box .left ul li .ico-box {
  width: 80px;
  padding: 20px 0;
  border: 1px solid #154897;
  border-radius: 10px;
  margin: 0 auto;
}
.ab-01 .box .left ul li .ico-box img {
  width: 40px;
  margin: 0 auto;
}
.ab-01 .box .left ul li p {
  text-indent: 0;
  font-size: 17px;
  font-weight: 600;
  color: #154897;
}
.ab-01 .box .right {
  width: 48%;
}
.ab-02 {
  background-color: #f5f5f5;
}
.ab-02 .top {
  width: 100%;
  margin-top: 80px;
}
.ab-02 .top .info {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.ab-02 .top .info h5 {
  font-weight: 600;
}
.ab-02 .top .info p {
  font-size: 18px;
  margin-top: 20px;
}
.ab-02 .bottom {
  margin-top: 60px;
}
.ab-02 .bottom h5 {
  width: 100%;
  font-weight: 600;
  padding-left: 30px;
  border-left: 4px solid #154897;
}
.ab-02 .bottom ul {
  width: 100%;
  margin-top: 60px;
}
.ab-02 .bottom ul li {
  width: 23%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
.ab-02 .bottom ul li h5 {
  padding-left: 0;
  font-size: 22px;
  border: none;
}
.ab-02 .bottom ul li em {
  width: 30px;
  height: 3px;
  background-color: #154897;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.ab-02 .bottom ul li p {
  line-height: 32px;
  margin-top: 10px;
}
.ab-03 {
  background: url(../images/pic-10.png) no-repeat center;
}
.ab-03 .ab-03-switch {
  width: 100%;
  margin-top: 80px;
}
.ab-03 .ab-03-switch ul {
  width: 100%;
}
.ab-03 .ab-03-switch ul li {
  width: 20%;
  padding: 0 30px;
  padding-top: 16vw;
  padding-bottom: 4vw;
  box-sizing: border-box;
  text-align: center;
}
.ab-03 .ab-03-switch ul li:nth-child(2) {
  padding-top: 12vw;
}
.ab-03 .ab-03-switch ul li:nth-child(3) {
  padding-top: 8vw;
}
.ab-03 .ab-03-switch ul li:nth-child(4) {
  padding-top: 4vw;
}
.ab-03 .ab-03-switch ul li:nth-child(5) {
  padding-top: 0;
}
.ab-03 .ab-03-switch ul li h5 {
  font-weight: 600;
  font-size: 22px;
}
.ab-03 .ab-03-switch ul li em {
  width: 40px;
  height: 3px;
  background-color: #154897;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ab-03 .ab-03-switch ul li p {
  line-height: 32px;
}
.ab-04 {
  background-color: #f5f5f5;
}

.ab-04 .ab-04-switch {
  width: 100%;
  margin-top: 80px;
}
.ab-04 .ab-04-switch ul {
  width: 100%;
}
.ab-04 .ab-04-switch ul li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
.ab-04 .ab-04-switch ul li a {
  width: 100%;
  background-color: #fff;
}
.ab-04 .ab-04-switch ul li a .img-box {
  position: relative;
  height: 380px;
}
.ab-04 .ab-04-switch ul li a .img-box img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ab-04 .ab-04-switch ul li a p {
  line-height: 60px;
  text-align: center;
  background-color: #154897;
  color: #fff;
}

.ab-05 .ab-05-switch {
  margin-top: 80px;
}
.ab-05 .ab-05-switch li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}
.ab-05 .ab-05-switch li .img_box {
  height: 320px;
}
.ab-05 .ab-05-switch li p {
  margin-top: 10px;
  line-height: 40px;
  background-color: #154897;
  text-align: center;
  color: #fff;
}
.news-list .news-type {
  width: 100%;
}
.news-list .news-type ul {
  margin-top: 0;
}
.news-list .news-type ul::after {
  display: none;
}
.news-list .news-type li {
  width: 130px;
  border: 1px solid #154897;
  text-align: center;
  margin: 0 20px;
}
.news-list .news-type li a {
  line-height: 45px;
}
.news-list .news-type li.active a {
  color: #fff;
  background-color: #154897;
}
.news-list .news-type li:hover a {
  color: #fff;
  background-color: #154897;
}
.news-list ul {
  margin-top: 80px;
}
.news-list ul::after {
  display: block;
  content: "";
  width: 30%;
  height: 0px;
}
.news-list ul li {
  width: 30%;
  margin-bottom: 60px;
}
.news-list ul li .img_box {
  width: 100%;
  height: 260px;
}
.news-list ul li .news-list-info {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.news-list ul li .news-list-info p {
  font-weight: lighter;
}
.news-list ul li .news-list-info p:nth-child(3) {
  margin-top: 15px;
  line-height: 30px;
}
.news-list ul li .news-list-info h5 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
.news-list ul li .news-list-info img {
  margin-top: 15px;
  width: 30px;
}
.pro-list {
  width: 100%;
  background-color: #fafafa;
}
.pro-list .pro-list-tap {
  width: 100%;
}
.pro-list .pro-list-tap li {
  margin: 0 10px;
}
.pro-list .pro-list-tap li a {
  padding: 15px 25px;
  border: 1px solid #154897;
}
.pro-list .pro-list-tap li.active a {
  background-color: #154897;
  color: #fff;
}
.pro-list .box {
  margin-top: 60px;
}
.pro-list .box li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.pro-list .box li:last-child{margin-right: auto;}
.pro-list .box li a .img-box {
  width: 100%;
  height: 380px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.pro-list .box li a .img-box img {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-list .box li a .img-box .more {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .6s;
}
.pro-list .box li a .img-box .more svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro-list .box li a p {
  text-align: center;
  margin-top: 10px;
  line-height: 50px;
  background-color: #fff;
  transform: all .4s;
}
.pro-list .box li:hover a .more {
  opacity: 1;
}
.pro-list .box li:hover a p {
  background-color: #154897;
  color: #fff;
}
.coop-01 {
  width: 100%;
}

.coop-01 .box {
  margin-top: 80px;
}
.coop-01 .box .left {
  width: 50%;
  color: #7b7b7b;
}
.coop-01 .box .left p {
  line-height: 32px;
  text-indent: 2rem;
  margin-top: 15px;
}
.coop-01 .box .right {
  width: 45%;
}
.coop-01 .box .right img {
  width: 100%;
  margin: 0 auto;
}
.coop-02 {
  width: 100%;
  background-color: #f5f5f5;
}

.coop-02 .box {
  width: 100%;
  margin-top: 40px;
}
.coop-02 .box li {
  width: 33.33%;
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.coop-02 .box li .info {
  background-color: #fff;
  padding: 25px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.coop-02 .box li .info h5 {
  font-size: 20px;
  font-weight: 600;
}
.coop-02 .box li .info p {
  line-height: 32px;
  color: #7b7b7b;
  margin-top: 10px;
}
.coop-03 .box {
  width: 100%;
  margin-top: 80px;
}
.coop-03 .box img {
  margin: 0 auto;
  width: 60%;
}
.coop-04 {
  background-color: #f5f5f5;
}

.coop-04 .box {
  width: 100%;
  margin-top: 40px;
}
.coop-04 .box img {
  margin: 0 auto;
  width: 60%;
}
.coop-04 ul {
  width: 100%;
}
.coop-04 ul li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}
.coop-04 ul li .ico-box {
  width: 80px;
  height: 80px;
  background-color: #154897;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.coop-04 ul li .ico-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.coop-04 ul li h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.coop-04 ul li p {
  line-height: 32px;
  color: #7b7b7b;
}
.coop-ly {
  width: 100%;
  background-color: rgba(21, 72, 151, 0.8);
  padding: 30px 0;

  z-index: 3;
}
.coop-ly h5{color: #fff;margin-bottom: 20px;text-align: center;}
.coop-ly form {
  width: 100%;
}
.coop-ly form input {
  width: 28%;
  height: 45px;
  border: none;
  text-indent: 2rem;
}
.coop-ly form button {
  width: 120px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.service-01 form {
  margin-top: 80px;
}
.service-01 form input {
  width: 28%;
  height: 50px;
  text-indent: 2rem;
  border: 2px solid #154897;
}
.service-01 form button {
  width: 120px;
  border: none;
  background-color: #154897;
  color: #fff;
  cursor: pointer;
}
.service-02 {
  background-color: #f5f5f5;
}

.cat-01 {
  width: 100%;
  background-color: #fafafa;
  padding-top: 120px;
}
.cat-01 .cat-01-left {
  width: 40%;
  box-sizing: border-box;
}
.cat-01 .cat-01-left ul {
  margin-top: 80px;
}
.cat-01 .cat-01-left ul li {
  margin-top: 30px;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cat-01 .cat-01-left ul li:first-child {
  background-image: url(../images/contact_ico1.png);
}
.cat-01 .cat-01-left ul li:nth-child(2) {
  background-image: url(../images/contact_ico2.png);
}
.cat-01 .cat-01-left ul li:nth-child(3) {
  background-image: url(../images/contact_ico4.png);
}
.cat-01 .cat-01-left ul li:last-child {
  background-image: url(../images/contact_ico5.png);
}
.cat-01 .cat-01-left h4 {
  font-size: 30px;
  font-weight: 600;
}
.cat-01 .cat-01-left h5 {
  margin-top: 20px;
  line-height: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
}
.cat-01 .cat-01-left h5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 50%;
  background-color: #154897;
}
.cat-01 .cat-01-left p {
  margin-top: 10px;
}
.cat-01 .cat-01-left form {
  margin-top: 30px;
}
.cat-01 .cat-01-left form input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
.cat-01 .cat-01-left form textarea {
  height: 160px;
  background: #fff;
  font-size: 15px;
  color: #666;
  padding: 15px;
  line-height: 24px;
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  margin-top: 30px;
  outline: none;
  font-family: none;
}
.cat-01 .cat-01-left form button {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
  border: none;
  height: 50px;
  color: #fff;
  background-color: #154897;
}
.zxdt_box {
  position: fixed;
  width: 48%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  right: 0;
  top: 0;
  padding-top: 80px;
  box-sizing: border-box;
}
.zxdt_box .zxdt {
  width: 100%;
  height: 100%;
}
.zxdt_box .bddt_box {
  width: 100%;
  height: 100%;
}
.zxdt_box .bddt {
  width: 100%;
  height: 100%;
}
.news_inner {
  width: 100%;
  background: #fff;
}
.news_inner img {
  margin: 0 auto;
  display: inline-block;
}
.news_inner .ym_tit {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.news_inner p:nth-child(2) {
  text-align: center;
 
  font-size: 14px;
}
.news_inner span {
  padding: 20px 0;
  display: block;
  font-size: 14px;
  color: #6f7173;
}
.news_inner span img {
  max-width: 100% !important;
  height: auto!important;
}
.news_inner .qh {
  width: 100%;
  margin-top: 30px;
  height: 60px;
  line-height: 30px;
}
.news_inner .qh em:first-child {
  float: left;
  display: block;
}
.news_inner .qh em:last-child {
  float: right;
  display: block;
}
.news_inner .qh em a {
  color: #333;
  display: inline-block;
}
.news_inner .qh em a:hover {
  color: #00478B;
}
.product-info-l {
  width: 75%;
  padding-right: 40px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product-info-l .pro-show {
  width: 100%;
  margin-top: 40px;
}
.product-info-l .pro-show .pro-pic {
  width: 30%;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.product-info-l .pro-show .pro-pic img {
  width: 100%;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}
.product-info-l .pro-show .pro-name {
  width: 65%;
}
.product-info-l .pro-show .pro-name h4 {
  color: #154897;
  margin-bottom: 40px;
  text-align: left;
}
.product-info-l .pro-show .pro-name p {
  line-height: 36px;
  margin-top: 30px;
  color: #154897;
  font-weight: 600;
}
.product-info-l .pro-show .pro-name p i {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.product-info-l .pro-show .pro-name span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  color: #154897;
}
.product-info-l .pro-show .pro-name span i {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.product-info-l .pro-show .pro-name a {
  width: 140px;
  line-height: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.product-info-l .pro-show .pro-name a:last-child {
  margin-right: auto;
  margin-left: 50px;
  background-color: #154897;
}
.product-info-l .pro-show .pro-name span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  color: #154897;
}
.pro-nr {
  margin-top: 30px;
  line-height: 36px;
}
.pro-nr .tab {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-nr .tab p {
  line-height: 50px;
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
.pro-nr .tab.active {
  background-color: #154897;
  color: #fff;
}
.pro-nr .pro-js {
  padding: 20px;
  margin-top: 30px;
  max-height: 2400px;
  overflow: scroll;
  box-sizing: border-box;
}
.pro-nr .pro-js img{max-width: 100%!important;display: inline-block;}
.pro-nr .pro-js.active {
  display: block;
}
.pro-nr .pro-js td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-info-r {
  width: 25%;
  padding-left: 40px;
  box-sizing: border-box;
}
.product-info-r h5 {
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  color: #154897;
}
.product-info-r h5:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 24px;
  background-color: #154897;
}
.product-info-r em {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 15px;
}
.product-info-r li {
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.product-info-r li .img_box {
  position: relative;
  height: 360px;
}
.product-info-r li .img_box img {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.product-info-r li .img_box p {
  position: absolute;
  width: 100%;
  line-height: 50px;
  background-color: #154897;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.pic-big {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
.pic-big .pic-big-box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.pic-big .pic-big-box .img_box {
  width: 40%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pic-big .pic-big-box .pic-esc {
  position: absolute;
  color: #fff;
  right: 15%;
  top: 16%;
  cursor: pointer;
}
.pic-big .pic-big-box .pic-esc img {
  width: 30px;
  height: 30px;
}
.pic-big .pic-big-box .pic-esc h5 {
  font-size: 17px;
  line-height: 30px;
  margin-left: 5px;
  font-weight: bold;
}

header .m-open{padding-top: 18px;transform: translateX(100%);opacity: 0;transition: all .6s;}
.m_nav{
  display: flex;
  align-items:center;
  position: relative;
}
.m_nav>button{
  background-color: rgba(0,0,0,0);
  border:none;
  width: 30px;
  height: 20px;
  position: relative;
}
.m_close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  display: none;
}
.m_nav em{
  width: 30px;
  height: 4px;
  background-color: #154897;
  display: block;
  position: absolute;
}
.m_ht1{
  left: 0;
  top: 0;
  transition: all 0.8s;
}
.m_ht2{
  left: 0;
  top: 8px;
}
.m_ht3{
  left: 0;
  bottom:0;
  transition: all 0.8s;
}
    .m_htl_an{
      -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 7px;
  }
  .m_ht3_an{
      -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 7px;
  }
  .m_nav_box{
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(0,0,0,.6);
      z-index: 999;
      left: 100%;
      opacity: 0;
      top: 58px;
    }
    .m_nav_list{
      width: 80%;
      height: 100%;
      background-color: #fff;
      margin-left:auto;
      overflow:auto;
      padding:10px;
      box-sizing: border-box;
      overflow: hidden;
    }
  .m_nav_list>dl{
    width: 100%;
    line-height: 40px;
    overflow:hidden;
  }
  .m_nav_list>dl>dt{
    background-color: #f5f5f5;
    position: relative;
    box-sizing: border-box;
  }
  .m_nav_list>dl>dt:after{
    position: absolute;
    width: 20px;
    height: 1px;
    background:#fff;
    content:"";
    bottom: 0;
    left: 0;
  }
  .m_nav_list>dl>dt>a{
    color: #333;
    font-size: 14px;
    padding: 0 0 0 20px;
    height: auto;
  }
  .m_nav_list>dl>dd{
    width: 32%;
    float: left;
    box-sizing: border-box;
  }
  .m_nav_list>dl>dd>a{
    color: #333;
    font-size: 14px;
    padding-right: 10px;
    padding: 0;
    height: auto;
  }
