.nav-page,
.inside-roof {
  display: none;
}

.main_middle {
  width: 1440px;
  margin: 0 auto;
  z-index: 9;
}

.small_middle {
  width: 1300px;
  margin: 0 auto;
  z-index: 9;
}
.header {
  height:100px;
}
/* 头部 */
.header_wrapper {
  position: relative;
  animation-name: fadeIn;
  z-index: 33;
}

.header_wrapper .heager-bj {
transition:2s;
transform-origin:top center;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}


.h_logo {
  height:100px;
  margin-right: 75px;
}

.h_menu {
  flex: 1;
  margin-right: 95px;
}

.menu_li .stair {
  display: block;
  font-size: 15px;
  color: #464646;
}

.menu_li {
  position: relative;
  height: 100px;
  line-height: 100px;
}

.menu_li .dropdown {
  position: absolute;
  top: 100px;
  width: 200px;
  left: 50%;
  transform: rotateX(90deg) translate(-50%);
  transform-origin: top;
  transition: 0.1s linear;
  background-color: #fff;
}

.menu_li:hover .dropdown {
  transform: rotateX(0deg) translate(-50%);
}

.drop_title {
  margin-bottom: 20px;
}

.drop_title img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.dropdown ul li {
  line-height: 30px;
  border-bottom: 1px #f2f2f2 solid;
}

.dropdown ul li a {
  display: block;
  line-height: 50px;
  padding: 0px 10px;
  text-align: center;
  font-size: 14px;
}

.dropdown ul li a:hover {
  background: #223378;
  color: #fff;
}

.dropdown ul li:last-child {
  border-bottom: none;
}

.dropdown::before {
  position: absolute;
  content: '';
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #223378;
  left: 50%;
  transform: translate(-50%,-16px);
  background: #fff;
  top: 0px;
}

.dropdown ul li:first-child {
  border-top: 2px #223378 solid;
}

.drop_title h3 {
  font-size: 30px;
  font-weight: 300;
}

.drop_list_wrapper .drop_list {
  flex: 1;
  margin-right: 30px;
}

.drop_list_wrapper .drop_list:last-of-type {
  margin-right: 0;
}

.drop_list_wrapper .drop_list .dorp_list_t {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  font-weight: 300;
}

.drop_list_wrapper .drop_list .dorp_list_items ul li {
  font-size: 16px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}

.drop_list_wrapper .drop_list .dorp_list_items ul li::after {
  content: '>';
  font-family: '宋体';
  font-size: 18px;
}

.drop_list_wrapper .drop_list .dorp_list_items ul li a {
  font-weight: 300;
}


.h_search {
  width: 28px;
  margin-top: 10px;
  margin-right: 55px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.h_search .iconfont {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #ababab;
  display: block;
}

.h_search .search-box {
  width: 380px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  top: 56px;
  z-index: 10;
  box-sizing: border-box;
  padding: 18px 27px;
  z-index: 10;
  background: #243279;
  transition: 0.3s;
  transform-origin: top center;
}

.h_search .search-box.active {
  transform: translateX(-50%) scaleY(1);
}

.search-box .close {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/wel26.png) no-repeat center;
  background-size: 100%;
  margin-top: 2px;
  opacity: 1;
  margin-left: 13px;
}

.h_search form {
  line-height: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .2);
}

.h_search input {
  width: 222px;
  border: none;
  color: #fff;
  box-sizing: border-box;
  margin-right: 10px;
  background-color: transparent;
  line-height: 34px;
}

.h_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.h_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.h_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.h_search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}



.h_search button {
  width: 22px;
  height: 22px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url('../images/sousuo_01.png');
  transition: background-image 0.3s linear;
}

/* bottom */
.bottom-wrapper {
  overflow: hidden;
  background: #22337a;
  color: #fff;
  position: relative;
}

.bottom-wrapper a {
  color: #fff;
}

.bottom-wrapper::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 85px;
  left: 0px;
  background-color: #49558a;
  ;
}

.bottom-wrapper .left {
  width: 260px;
  flex: 0 0 auto;
  padding-top: 20px;
  margin-right: 50px;
}

.bottom-wrapper .left .code {
  margin-top: 40px;
  margin-bottom: 40px;

}

.bottom-wrapper .right {
  flex: 1 1 auto;
  padding-top: 20px;
}

.footer-item {
  box-sizing: border-box;
  position: relative;
}

.footer-item .title {
  line-height: 70px;
  margin-bottom: 20px;
}

.footer-item ul {
  line-height: 28px;
}

.footer-item:last-child:after {
  display: none;
}


.copy {
  line-height: 70px;
  text-align: center;
  border-top: 1px solid #49558a;
  background: #22337a;
  color: #fff
}

/* 头部电话 */
.h_contact {
  position: relative;
  width: 105px;
  background-color: #243279;
  height: 100px;
  text-align: center;
  cursor: pointer;

}

.h_contact>.dianhua {
  font-size: 24px;
  color: #fff;
  line-height: 90px;

}

.h_contact .contact-show {
  width: 250px;
  position: absolute;
  right: 0;
  transform: scaleY(0);
  top: 90px;
  z-index: 10;
  box-sizing: border-box;
  padding: 18px 27px;
  z-index: 10;
  background: #243279;
  transition: 0.3s;
  color: #fff;
  transform-origin: top center;
  text-align: center;
}

.h_contact .active {
  transform: scaleY(1);
}

.h_contact .contact-show>.dianhua {
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 50%;
}

.h_contact .contact-show span {
  display: block;
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}

.h_contact .contact-show p {
  font-size: 24px;

  font-weight: bold;

}

/* banner */
.banner_wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper-pagination .my-bullet {
  margin: 0 6px;
  width: 30px;
  cursor: pointer;
  height: 6px;
  border-radius: 4px;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #22337a;
}

/* news */
.news-wrapper {
  margin-bottom: 80px;
  margin-top: 80px;
}

.h-news-title {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
  height: 65px;
  position: relative;
}

.news-content .news-left {
  margin-right: 20px;
}

.news-list-title {
  line-height: 45px;
  margin-bottom: 10px;
  background: #f4f4f4;
  padding: 0px 20px;
}

.news-list-title h1 {
  font-weight: bold;
  font-size: 18px;
}

.news-list-title a {
  color: #22337a;
  transition: 0.1s;
}

.news-list-title a .iconfont {
  vertical-align: -4px;
  font-size: 20px;
  color: #22337a;
  transition: 0.3s;
}

.news-list-title a:hover .iconfont {
  margin-left: -4px;
}

.hn-content .news-list-item {
  margin-right: 20px;
}

.hn-content .news-list-item:last-child {
  margin-right: 0px;
}

.news-list-item .wrap {
  background-color: #f4f4f4;
  padding: 10px 20px 30px 20px;
}

.news-list-item .wrap .wrap-left a {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;

}

.news-list-item .wrap .wrap-right {
  margin-top: 20px;
}

.news-list-item .wrap .wrap-right .iconfont {
  font-size: 24px;
  color: #22337a;
  transition: 0.3s;
}

.news-list-item .wrap .wrap-right a:hover .iconfont {
  padding: 5px;
  color: #000;
}

.h-news-title::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 33px;
  background-color: #22337a;
  display: block;
}

.bottom-news {
  margin-top: 50px;
}

.bottom-news-item {
  position: relative;
  background: #f4f4f4;
  margin-right: 20px;
  padding: 20px;
}

.bottom-news-item h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
}

.bottom-news-item h1 a {
  font-weight: bold;
}

.bottom-news-item .tip {
  background: #22337a;
  color: #fff;
  position: absolute;
  width: 80px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  top: 0px;
  transform: translateY(-20px);
}

.bottom-news-item .tip::after {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  background: #f4f4f4;
  bottom: 0px;
  right: 0px;
  transform: rotate(135deg) translate(-1px, -16px);

}

.news-list-item img {
  width: 100%;
}

.bottom-news-item:last-child {
  margin-right: 0px;
}

/* product */
.h-product {
  padding-bottom: 100px;
}

.h-product .product-item {
  width: 33.33%;
  display: block;
  overflow: hidden;
  position: relative;
}

.h-product .product-item img {
  transition: all 0.5s;
  width: 100%;
}

.h-product .product-item:hover img {
  transform: scale(1.2);
}

.h-product .product-item p {
  line-height: 55px;
  height: 55px;
  transition: all 0.2s;
  position: relative;
  background-color: #22337a;
  color: #fff;
  text-align: center;
}

.h-product .product-item:nth-child(2) p {
  background-color: #384c9f;
}

/* application */
.h-application-item {
  width: 25%;
  position: relative;
}

.h-application-item img {
  width: 100%;
  height: 100%;
}

.h-application-item .wrap span {
  display: block;
}

.h-application-item .wrap {
  position: absolute;
  top: 0px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  left: 0;
  width: 100%;
  height: 148px;
  background-color: #f9f9f9;
  transition: 0.3s;
  text-align: center;
}

.h-application-item:hover .wrap {
  background-color: #22337a;
  color: #fff;
  height: 188px;
  border-top: 1px solid #22337a;
  border-left: 1px solid #22337a;
}

.h-application-item:hover .wrap i {
  transform: scale(1);
}

.h-application-item .wrap i {
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
  padding: 8px;
    box-sizing: border-box;
  border-radius: 50%;
  transform: scale(0) rotate(1turn);

}

.h-application-item:hover .wrap span {
  color: #fff;
  transition: 0.3s;
}

.h-application .last {
  background-color: #22337a;
  color: #fff;
  padding: 0px 40px;
}

.h-application .last .title {
  font-size: 24px;
  margin-top: 40px;
  line-height: 55px;
}

.h-application .last .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-bottom: 10px;
}

.h-application .last a {
  color: #fff;
  border: 1px solid #fff;
  width: 128px;
  margin-top: 20px;
  display: block;
  line-height: 28px;
  text-align: center;
  position: relative;
}

.h-application .last a:hover {
  background: #fff;
}

.h-application .last p {
  line-height: 24px;
}

.h-application .last a:hover .iconfont {
  color: #22337a;
}

.h-application .last a .iconfont {
  font-size: 30px;

}

.h-application-item .wrap .title {
  font-size: 24px;
  margin-top: 40px;
}

.h-application-item .wrap span {
  font-size: 12px;
  color: #8c8c8c;
  text-transform: uppercase;
}

/* about_wrapper */
.about_wrapper {
  padding: 80px 0 80px;
  background: url(../image/bei.jpg) center 0px no-repeat
}

.about_outer {
  position: relative;
}

.about_main .about_img {
  width: 600px;
  text-align: right;
}

.about_main .about_img img {
  width: 100%;
  margin-bottom: 20px;
}

.about_main p {
  font-size: 15px;
  line-height: 30px;
}

.about_main .about_img span {
  position: relative;
  padding-right: 120px;
  font-size: 14px;
  color: #515151;
  line-height: 25px;
}

.about_main .about_img span::after {
  position: absolute;
  bottom: -20px;
  right: 120px;
  display: inline-block;
  content: '';
  width: 184px;
  height: 1px;
  background-color: #DFDFDF;
}

.about_bottom_list {
  margin-top: 20px;
}

.about_bottom_list .about-item {
  border: 1px solid #e0e0e0;
  line-height: 52px;
  width: 180px;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 14px;


}

.about_bottom_list .about-item a {
  padding: 0px 15px;
  transition: 0.3s;
}

.about_bottom_list .about-item a:hover {
  background: #243279;
  color: #fff;
}

.about_bottom_list .about-item span {
  font-weight: bold;
  flex: 0 0 auto;
  margin-left: 10px;

}

.about_bottom_list .about-item .iconfont {
  font-size: 24px;
  color: #243279;
  transition: 0.3s;
  vertical-align: -3px;
  flex: 0 0 auto;

}


.about_bottom_list .about-item a:hover .iconfont {
  color: #fff;
  transform: translateX(3px);
}

.about_bottom_list .about-item .jiantou_xiangyou_o {
  flex: 1 1 auto;
  text-align: right;
}

.about_bottom_list .about-item a:hover .jiantou_xiangyou_o {
  transform: translateX(-3px);
}

.about_main .about_right {
  width: 600px;
}

.about_main .about_right .ab_t {
  font-size: 36px;
  color: #171313;
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
}

.about_main .about_right .ab_t span {
  padding-left: 20px;
}

.about_main .about_right .ab_t::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background: #243279;
}

.about-advatange .adv-item {
  margin-right: 20px;
  position: relative;
  background: #000;
  cursor: pointer;
  transition: all 0.3s linear;
  overflow: hidden;
}

.about-advatange .adv-item:last-child {
  margin-right: 0px;
}

.about-advatange .adv-item .adv-img {
  opacity: 0.5;
}

.about-advatange .adv-show {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);

}

.about-advatange .adv-item:hover {
  background: #243279
}

.about-advatange .adv-show .title {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.about-advatange .adv-item:hover .adv-show .title {
  transform: translate(-50%, -80px);
}

.about-advatange .adv-show .desc {
  bottom: -101px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s;
  padding: 0px 20px;
  line-height: 24px;

}

.about-advatange .adv-item:hover .adv-show .desc {
  bottom:20px;
}

.about-advatange img {
  width: 100%;
}

/* inside */
.inside_header_wrapper {
  height: 418px;
  background-color: #1e1e1e;
}

/* inside_banner */
.inside_banner {
  position: absolute;
  top: 90px;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url('../images/tu_02.jpg');
}

.inside_bottom {
  margin-top: 80px;
}

/* about */
.company-main {
  margin: 60px auto;
}

.company-main .left {
  width: 43%;
  padding-right: 20px;
  float: left;
  height: 514px;
  overflow: auto;
}

.company-main .left h5 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.company-main .left h5::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  top: 2px;
  left: 0px;
  background: #243279;
}

.company-main .left .txt {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 38px;
}

.company-main .content {
  width: 52%;
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 42px;
}

.company-main .content {
  position: relative;
}

.about-xuanzuan {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-xuanzuan .list {
  width: 80px;
  height: 80px;

}

.about-xuanzuan .list a {
  display: block;
  width: 90px;
  height: 90px;
  background: #ebebeb;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
padding-top:10px;
  box-sizing: border-box;
}

.about-xuanzuan .list a span {
  display: block;
  padding-top: 14px;
}

.about-xuanzuan .list a {
  transition: 1s;
}

.about-xuanzuan .list a:hover {
  color: #464646;
  transform: scale(1.1) rotate(1turn);
  background: #243279;
  color: #fff;
}

.about-xuanzuan .list-02 {
  position: absolute;
  left: 75px;
  top: 245px;
  z-index: 2;

}

.about-xuanzuan .list-01 {
  position: absolute;
  left: 236px;
  top: 65px;
  z-index: 2;
}

.about-xuanzuan .list-03 {
  position: absolute;
  left: 400px;
  top: 245px;
  z-index: 2;

}

.about-xuanzuan .list-04 {
  position: absolute;
  left: 245px;
  top: 400px;
  z-index: 2;

}

.img-content-circle img {
  animation: definedcircle 6s ease-in-out infinite alternate;
}

@keyframes definedcircle {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }

}

.about-xuanzuan .list {
  transition: 1s;
}

.company-main .left .v-player {
  display: block;
  box-sizing: border-box;
  width: 235px;
  height: 69px;
  border: 1px solid #243279;
  font-size: 19px;
  color: #243279;
  font-weight: bold;
  line-height: 67px;
  visibility: visible !important;
  padding: 0 29px;
  border-radius: 34px;
}

.company-main .left .v-player:hover {
  padding: 0 33px;
  background: #243279;
  color: #FFFFFF;
}

.motion {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.company-main .left .v-player i {
  display: block;
  width: 26px;
  height: 26px;
  background-position: 0 -60px;
  float: right;
  margin-top: 21px;
}

.v-player i {
  display: inline-block;
  background: url(../image/icon.png) no-repeat;
  font-style: normal;
}

.video-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}

.video-pop-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  height: 540px;
  background: #000;
  margin: -270px 0 0 -480px;
}

.video-pop-main video {
  display: block;
  width: 100%;
  height: 540px;
}

.video-pop-main .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../image/v_close.png') no-repeat;
  position: absolute;
  right: -30px;
  top: 0;
}

.video-pop-main .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* 新闻 */
.news-nav {
  width: 100%;
}

.news-nav li.on {
  border-bottom: 3px solid #26347b;
  background: #fff;
}

.news-nav li {
  height: 70px;
  box-sizing: border-box;
  width: 50%;
  background: #f5f5f2;
}

.news-nav li a {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 70px;
  font-weight: normal;
}
.news-nav li a.on{
	    border-bottom: 3px solid #26347b;
    background: #fff;
}
.contactdetail .right_contact {
  flex: 1 1 auto
}