

* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: Arial;
  color: #333;
  padding: 0px;
  margin: 0px; line-height: 200%;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}

.pcnone{
    display: none;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex{
  display: flex;
  flex-flow: row wrap;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1300px;
  margin: 0px auto;
}



/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #172a88;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #172a88;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-menu-wrapper-logo {
  position: relative;
}

.main-header-logo a .logo{
  height: 60px;
  padding: 15px 0;
}

.main-header {
  width: 100%;
  display: block;
  height: 125px;
/*  line-height: 80px;*/
}

.main-header.stricky-fixed {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.mobile-nav-toggler{
  display: none;
}

.main-header .main-header-content .main-header-top .wal{
  
  justify-content: space-between;
}

.main-header-top{
/*  background: url(../images/headtopbg.jpg) no-repeat center;*/
}


.main-header-tel .tel-box{
  height:100%;
  align-items: center;
  align-content: center;
  margin-left: 60px;
  color: #777;
}
.main-header-tel .tel-box:nth-child(1) {
  margin-left: 0;
}
.main-header-tel .tel-box img{
  margin-right: 15px;
}
.main-header-tel .tel-box .tel-right{
  align-content: space-between;
}
.main-header-tel .tel-box p{
   width: 100%;
}
.main-header-tel .tel-box b{
  width: 100%;
  font-size: 22px;
  color:#172a88;
}
.main-header .main-menu-wrapper{
  width: calc(100% - 450px);

}
.main-header .main-menu-wrapper > .wal{
  justify-content: space-between;
}
.main-header .main-menu-list{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.main-header .main-menu-list > li{
 
 width: calc(16% - 1px);
  text-align: center;
/*  text-transform: uppercase;*/
  position: relative;
  font-size: 17px;
  
  line-height: 18px;
  padding: 36px 0;
}
.main-header .main-menu-list > li:hover {
  background: #172a88;
}
.main-header .main-menu-list > li.on {
  background: #172a88;
}

.main-header .main-menu-list > li > a{
  display: block;
  width: 100%;
  height: 100%;
}
/*.main-header .main-menu-list > li:hover ,
.main-header .main-menu-list > li.on{
  background: #172a88;
  color: #fff;
  border-radius: 40px;
}*/

.main-header .main-menu-list > li:hover > a,
.main-header .main-menu-list > li.on > a{
  color: #fff;
}
.main-header .main-menu-list > li > ul{
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0px;
  z-index: 99;
  background: rgba(255,255,255,1);
  min-width: 100%;
  width: 180px;
  font-size: 16px;
  line-height: 140%;
 
  box-shadow: 0 0 5px #dfdfdf;
}

.main-header .main-menu-list > li > ul li{
  padding: 5px 0;
  line-height: 30px;
  margin: 0 15px;
  border-bottom: 1px dashed #d4d4d4;
  font-size: 14px;
  text-align: left;
}
.main-header .main-menu-list > li > ul li:nth-child(1) {
  margin-top: 10px;

}

.main-header .main-menu-list > li > ul li:last-child {
  margin-bottom: 10px;
  border: none;
}
.main-header .main-menu-list > li:hover > ul{
  display: block;
}

.main-header .main-menu-list > li > ul li:hover a{
  color: #172a88;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #172a88;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.mobile-nav-content .main-menu-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  background: rgba(255,255,255,0.1);
}
.mobile-nav-content .main-menu-list ul li{
  border:none;
}
.mobile-nav-content .main-menu-list ul li a{
  height: auto;
  line-height: 25px;
  padding: 7px;
}
.mobile-nav-content .main-menu-list li a.expanded {
/*  color: rgba(255, 255, 255, .7);*/
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #172a88;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #172a88;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}

/*head_top*/
.head_top{
  height: 35px;
  line-height: 35px;
  background: #f1f1f1;
  font-size: 15px;
}
.head_top .wal{
  justify-content: space-between;
}

.main-menu-list .cn{
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  height: 56px;
    line-height: 56px;
}
.stricky-fixed .main-menu-list .cn{
  color: #666;
}
.main-menu-list .cn a{
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
.main-menu-list .left > li .yiji span{
  display: none;
}
/*首页banner图 start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}


#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #172a88;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #172a88;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}


/*首页banner图 end*/


.main_title{
  margin-bottom: 40px;
  position: relative;
}
.main_title b{
  display: block;
  font-size: 40px;
  color: #172a88;
}
.main_title b span{
  color: #333;
}
.main_title > span{
  display: block;
  font-size: 16px;
  color: #999;
  padding-top: 20px;
}
/*product start*/
.product{
  position: relative;
  padding: 60px 0;
}
.pro_bg {
  position: absolute;
  top: 0;
  background: url(../images/prrobg.jpg) no-repeat #f1f1f1;
  width: 100%;
  height: 580px;
  z-index: -5;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.pro-nav { margin: 30px 0; display: none;}
.pro-nav ul { display: flex;  align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.pro-nav li {  text-align: center; background: #f1f1f1; padding: 20px 0;  margin: 5px; width:calc(25% - 10px);}
.pro-nav li a { display: block;}

.pro-nav li b a{ font-size: 16px; color: #333;  font-weight: normal; }
.pro-nav li:hover { background: #DA241C; color: #fff;}
.pro-nav li:hover a { color: #fff;}
.pro_list_bj{ width: 100%; float: left;}
.pro_list_l{ width: 280px; float: left;}
.pro_list_r{ width: calc(100% - 300px); float: right;}
@media (max-width: 740px) {
  .pro_list_l{ display: none;}
  .pro_list_r{ width:100%; float: right;}

}
.pro_list{ position:relative; z-index:999;}
.pro_list a { display: block; float: left; width: calc(33.33% - 22px); margin:10px;  border: 1px solid #f2f4f5; background:#fff;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 15px; background: #fff; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333;
    padding: 15px 10px;
white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #172a88;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
.ptotu { position: relative;}
.ptotu i { position: absolute; top:18px; left: 10px; opacity: 0;}
.ptotu .p2 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ptotu .p2 .pp_lf {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: -100%;
  left: -40%;
  width: 100%;
  height: 300%;
  
}

.ptotu .p2 .pp_rg {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: -100%;
  right: -50%;
  width: 100%;
  height: 300%;

}

.pro_list a:hover .pp_lf {
  left: -88%;
    background: rgba(0, 0, 0, 0.1);
}

.pro_list a:hover .pp_rg {
  right: -140%;
    background: rgba(0, 0, 0, 0.1);
}
.pro_list a:hover i { opacity: 1;}

/*company start*/
.about {  padding:60px 0; background: url(../images/abbg.jpg) no-repeat;} 
.about-box{ 
  display: flex;
   flex-flow: row wrap;
  justify-content: center;
    position: relative;

}
.about_fl{ flex: 1; padding-right:60px; }
.ab_txt { font-size: 16px; margin-top:30px; line-height: 32px; color: #666; text-align:justify;}

.about_fr{ flex:1;overflow: hidden;  }
.ab_list2{ display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top:50px; 

}
.ab_list2 li{ flex: 1; cursor: pointer; color:#333;  text-align: center; border-right: 1px solid #dedede;
  -webkit-transition:transform .3s;transition:transform .3s; font-size: 16px; padding:30px 20px; position: relative;}
.ab_list2 li:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 30%;
    background: #DA241C;
    z-index: 1;}
.ab_list2 li:first-child {  border-left: 1px solid #dedede;}
.ab_list2 li b { margin-bottom: 30px; font-size: 52px; color: #172a88;}
.ab_list2 li b i { font-size: 24px; font-weight: normal;}
.ab_list2 span { display: block; line-height: 32px; text-transform: uppercase; font-size: 17px; color: #666;}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 30px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0; }
.more_a2 span { display: inline-block; position: relative; z-index: 2; }
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#172a88; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover::before { height:1px; color: #172a88; }
.more_a2:hover { color: #172a88;}

/* 优势 */
.ysbg { 
  background: url(../images/ysbg.jpg) no-repeat; 
  padding: 60px 0; margin-top: 60px;
}
.ystit { 
  font-size: 15px; 
  color: #fff; 
  margin-top: 50px; 
  line-height: 28px; 
  text-align: center;
}
.ny-xiaoguo1 {
  width: 100%;
  display: flex;
  background-image: linear-gradient( to right , rgba(16,97,205, .8) 0% , rgba(11,46,140, .8) 100%);
  margin-top: 50px;
  flex-flow: row wrap;


}

.ny-xiaoguo1 a {
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  flex: 1;
  border-right: 1px solid rgba(43,86,181);
  text-align: center;
  color: #fff;


}
.ny-xiaoguo1 a:last-child { border: none;}

.ny-xiaoguo1 em {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
margin-bottom: 10px;
}

.ny-xiaoguo1 em img {
  width: 80px;
  height: 160px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ny-xiaoguo1 a:hover em img {
  margin-top: -80px;
}
.ny-xiaoguo1 b{ font-size: 22px;}
.ny-xiaoguo1 a p {
  font-size: 14px;
  margin: 20px ;
  line-height: 26px;
  color: #fff;

  text-align: justify;
}

.ny-xiaoguo1 a:hover p {
  color: #fff;
}

.ny-xiaoguo1 a:hover {
  background: #0C4CA4;
}

/*new start*/
.news { padding: 60px 0; }
.news_box {width: 70%;}
.news-con { float: left; width: 50%; margin-bottom: 20px;}
.news-con a { display: block; padding-right: 30px;}
.news-con a b { 
  font-size: 17px; 
  display: block; 
  margin: 15px 0 10px; 
  color: #333;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.news-con p{ line-height: 26px; color: #666;display: -webkit-box;  overflow: hidden; -webkit-line-clamp: 2 ;-webkit-box-orient: vertical; text-overflow: ellipsis;font-size: 15px}
.news-con a:hover b { color: #172a88;}
.news_fl_list {  margin-right: 30px; background: #fff; display: flex; flex-wrap: wrap;   padding: 20px 0;  border-top: 1px solid #f1f1f1;}
.news_fl_list a { display: block; color: #333; font-size: 16px;  width:calc(100% - 20px) ;margin: 10px 0;}
.news_fl_list a span { float: right; color: #999;}
.news_fl_list a:hover { color: #172a88;}
.news_fr { width: 30%; background: #F1F2F6; overflow: hidden;}
.news_fr a { display: block; padding:28px 20px; border-bottom: 1px solid #FAFAFA;}
.news_fr .news-tit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #333; }

.news_fr span { margin-right: 15px; color: #999;}
.news_fr a:hover { background: #172a88}
.news_fr a:hover .news-tit{
  color: #fff;
}

/*footer*/
.footer {   
  
   
    background: url(../images/footbg.jpg) no-repeat center bottom;
  
}
.foot {
    padding: 20px 0 30px 0;
 
}


.ft_lxwm { display: flex; align-items: center; justify-content: space-between;}
.ft_lxwm_tit b{    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
    display: block;}
    .ft_lxwm_tit p { color: #fff; font-size: 20px; }
.foot span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
}
.footer-nav{ display: flex;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content:space-between; align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.footer-nav li { position: relative;  
    }
.footer-nav a { 
    display: block;
    color:#fff;   
     height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.footer-nav a:hover { color: #FE7E19;}



.foot .ft-contact p {
    width: 40%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
}

.foot .footer_center {
    margin-top: 62px;
    display: flex;
  
    justify-content: center;
    flex-direction: column;
}
.footer_phone { display: flex; align-items: center;}
.footer_phone p {
  color:#fff;
  font-size:16px;
}
.footer_phone p img{ padding-right:15px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff; font-size: 32px;
 display: block;}

.foot .footer_center { width:20%;}
.foot .footer_center .footer_tel {
 
 display: flex;

 flex-direction: column;
}

.foot .footer_center p {
    text-align: left;
    color: #fff;
   
}

.foot .ft-logo{
  text-align: right;
  margin-top: 30px;
}
.foot .ewm p{
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
.foot .ewm img{  margin-top: 40px; }
.foot .foot-con { 
  display: flex; 
  flex-flow: row wrap;
  justify-content: space-between;
}
.foot .ft-contact {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; flex: 3;
 
}
.foot .ewm{text-align: right}
.copyright{
    margin-top: 15px;
}
.copyright,.bah {
   color: #fff;
   line-height: 200%;
   text-align: right;
   font-size: 15px;
}
.copyright a,.bah a,.bah span{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.bah span{
    padding-left: 10px;
    padding-right: 0;
}
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background:url(../images/jtup.png) no-repeat center #999;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}


.back-to-top:hover {
  color: #fff;
  background:url(../images/jtup.png) no-repeat center #172a88;
  transition: background 0.2s ease-in-out;
}

.slide-nav {
	
  background: #172a88;

  width:100%; margin-top: 10px;

  

}
.slide-nnav {

  background: #172a88;
  width:100%;

  

}
.slide-tit { background: #172a88; color: #fff; text-align: center; padding: 10px 0;}
.slide-tit b { color: #fff; font-size: 28px; display: block; margin: 10px 0;position: relative;top: 7px}
.slide-list {
  border-radius: 10px;
list-style: none;
padding:0;
  background: #fff;
  margin:20px;
  padding: 20px 0;
}
.slide-list li {

overflow: hidden;

}
.slide-list li img { padding-right: 6px; width: 12px;}
.slide-list li a {
text-decoration: none;
line-height: 62px;
font-size:18px;
display: block;
color: #444;
position: relative;
  border-bottom: 1px solid #dedede;
  font-weight: bold

}
.slide-list li:nth-last-child(1) a{border:none;}
.slide-list li:hover {background: #172a88}
.slide-list li a:hover {color: #fff; font-weight: bold;}

.slide-list li i{display: inline-block;float:left;width:20px;height:63px;padding-left: 20px;background: url(../images/jt.png) no-repeat center;background-size: 12px 12px;}
.slide-list li:hover i{background: url(../images/jt2.png) no-repeat center;background-size: 12px 12px;}