@font-face {
    font-family: 'iconfont';
    /* project id 1000117 */
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*搜索框css*/
.soubtn{
    background: url(../img/header-sou.png) no-repeat center;
    width: 28px;
    height: 28px;
    border:none;
}
.search_box{
    position: relative;
}
.text{
    width:0px;
    position: absolute;
    right:35px;
    border:none;
    height: 35px;
    text-indent: 10px;
    top:-2px;
}
.search_cha{
    background: url(../img/search_cha.png) no-repeat center;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 45px;
    display: none;
    cursor: pointer;
}
.search_icon{
    width: 28px;
    height: 28px;
    background:none;
    position: absolute;
    top: 0;
    cursor: pointer;
}
/*手机导航*/
#navToggle{
    position: relative;
    width: 20px;
    height: 18px;
    display: block;
    /* display: none; */
    margin-top: 30px;
    margin-left: 31px;
}
#navToggle .line {
	border-radius: 0px;
	display: block;
    height: 2px;
	transition: all 0.3s ease;
	transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.inside-header #navToggle .line{
    background: #969696;
}
.navToggle-inside .line{
    background-color: #fff !important;
}
#navToggle .line1 {
    top: 0;
}
#navToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
#navToggle .line3 {
	top: auto;
    bottom: 0;
}
#navToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
    background-color: #05459b;
}
#navToggle.active .line1{
	transform: rotate(45deg);
}
#navToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
#navToggle.active .line3{
	transform: rotate(-45deg);
}
/* 手机导航下拉 */
.mobileMenu{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
    overflow: hidden;
    display: none;
    z-index: 3;
}
.mobileMenu .nav-mask{
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,.3);
    position: relative;
	display: none;
}
.mobileMenu .mobileMenu-ul {
    position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 22%;
	height: 100%;
	overflow: auto;
	display: none;
}
.mobileMenu-ul ul{
    padding-top: 14.4%;
    padding-left: 30%;
}
.mobileMenu-ul ul li{
    margin-bottom: 25px;
}
.mobileMenu-ul ul li h2{
    display: flex;
    align-items: center;
    font-size: 22px;
	color: #333;
    height: 48px;
}
.mobileMenu-ul ul li h2 span{
    font-size: 32px;
	color: #e3e3e3;
	position: relative;
    transition:color 0.3s;
    display: block;
    margin-right: 10px;
}
.mobileMenu-ul ul li h2 a{
    color: #333333;
    transition:color 0.3s;
}
.mobileMenu-ul ul li:hover h2 span{
    color: #666;
}
.mobileMenu-ul ul li:hover h2 a{
    color: #05459b;
}
@media(max-width: 1600px){
    .mobileMenu-ul ul{
        padding-top: 14%;
        padding-left: 70px;
    }
    .mobileMenu .mobileMenu-ul{
        width: 25%;
    }
}
@media(max-width: 1400px){
    .mobileMenu .mobileMenu-ul{
        width: 30%;
    }
}
@media(max-width: 1200px){
    .mobileMenu-ul ul li{
        margin-bottom: 12px;
    }
    .mobileMenu-ul ul li h2 span{
        font-size: 26px;
    }
    .mobileMenu-ul ul li h2{
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .mobileMenu .mobileMenu-ul{
        width: 40%;
    }
    .mobileMenu-ul ul li{
        margin-bottom: 15px;
    }
    .mobileMenu-ul ul li h2 span{
        font-size: 24px;
    }
    .mobileMenu-ul ul li h2{
        font-size: 16px;
        height: 30px;
    }
    #navToggle{
        margin-top: 25px;
        margin-left: 26px;
    }
    .mobileMenu-ul ul{
        padding-left: 40px;
    }
}
@media(max-width: 767px){
    .mobileMenu .mobileMenu-ul{
        width: 60%;
    }
    .mobileMenu-ul ul{
        padding-top: 10%;
    }
}
@media(max-width: 449px){
    .mobileMenu .mobileMenu-ul{
        width: 70%;
    }
    .mobileMenu-ul ul{
        padding-left: 30px;
    }
}
/* 内页导航按钮 */
.pronavToggle{
    position: relative;
    width: 50px;
    height: 50px;
    display: none;
    float: right;
    background: #1048a0;
    cursor: pointer;
}
.pronavToggle .line {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
    left: 50%;
	transition: all 0.3s ease;
	transform-origin: center center;
    width: 28px;
    margin-left: -14px;
    position: absolute;
}
#pronavToggle2 .line{
    background-color: #fff;
}
.pronavToggle .line1 {
    top: 15px;
}
.pronavToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
.pronavToggle .line3 {
	top: auto;
    bottom: 15px;
}
.pronavToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
}
.pronavToggle.active .line1{
	transform: rotate(45deg);
}
.pronavToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
.pronavToggle.active .line3{
	transform: rotate(-45deg);
}
@media(max-width:991px){
    .pronavToggle{
        display: block;
    }
}
/* 内页banner */
.inside-banner{
    width: 100%;
    position: relative;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* banner */
.banner-swiper .swiper-container{
    width: 100%;
}
.banner-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.banner-swiper .swiper-pagination-bullet{
    width: 18px;
    height: 3px;
    border-radius: 0px;
    opacity: .4;
    background:#fff;
    position: relative;
    display: block;
}
/* .banner-swiper .swiper-pagination-bullet-active{
    background-color: #1048a0;
} */
.banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin-bottom: 7px;
}
.banner-swiper > .swiper-pagination-bullets{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    padding-left: 52px;
}
.banner-swiper .swiper-pagination-bullet-active{
    width: 30px;
    opacity: 1;
}
@media (max-width: 991px){
    .banner-swiper > .swiper-pagination-bullets{
        padding-left: 32px;
    }
}
@media (max-width: 599px){
    
}
/* 自定义宽度 */
.inside-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .inside-container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .inside-container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .inside-container {
      width: 1180px;
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  @media (min-width: 1300px) {
    .inside-container {
      width: 1280px;
    }
  }
  @media (min-width: 1400px) {
    .inside-container {
      width: 1400px;
    }
  }
  @media screen and (min-width:1400px) and (max-width:1499px){
    .inside-container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
/* 
#bsWXBox{
   background: none !important;
}
#bsWXBox .bsTop {
    color: #666;
    background: #ffffff !important;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px;
}
.bsBox {
    padding: 0px !important;
    background: none !important;
}
.bsFrameDiv>div{
    background: white;
    border: 1px solid #cccccc;
} */
/*右侧浮窗*/
.right-side{
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-item{
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: #1048a0;
    margin-bottom: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-img{
    display: block;
}
.right-item.on{
    background: #1048a0;
}
.right-item-right{
    color: #fff;
    /* margin-left: 1px; */
    display: none;
    font-size: 18px;
    /* display: none; */
    position: absolute;
    right: 61px;
    top: 0px;
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #1048a0;
}
.right-wechat{
    position: relative;
}
.wx-img{
    display: none;
    position: absolute;
    right: 61px;
    top: 10px;
    width: 110px;
    height: 110px;
}
.wx-img img{
    display: block;
    width: 100%;
}
@media(max-width: 599px){
    .right-side{
        display: none;
    }
}

#fp-nav{
    text-align: right;
}
#fp-nav.right{
    right: 34px !important;
}
#fp-nav ul li{
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 14px !important;
    transition: all .3s;
    position: relative;
}
#fp-nav ul li a{
    display: block;
    border-radius: 50%;
    border: 1px solid transparent !important;
}
#fp-nav ul li a span{
    top: 4px !important;
    width: 10px !important;
    height: 10px !important;
    left: 4px !important;
    position: absolute !important;
    background: #05459b !important;
    border-radius: 50% !important;
    border: none !important;
}
#fp-nav ul li a.active, 
.fp-slidesNav ul li a.active{
    border-color: #05459b !important;
}
/* #fp-nav.right{
    position: absolute;
    right: 34px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
} */