@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{
    margin-top: 25px;
	margin-right: 10px;
    position: relative;
    width: 30px;
    height: 20px;
    display: none;
    float: right;
}
#navToggle .line {
	background: #000;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	transform-origin: center center;
	width: 100%;
	position: absolute;
}
#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;
}
#navToggle.active .line1{
	transform: rotate(45deg);
}
#navToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
#navToggle.active .line3{
	transform: rotate(-45deg);
}
.mobileMenu{
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 400;
    border-top: 1px solid #dcdcdc;
}
.mobileMenu ul {
    background: #fff;
}
.mobileMenu ul li{
    transform: translate3d(0, 10px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.mobileMenu.h-show ul li{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.menu-item{
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    transition: all .5s;
}
.menu-item i{
    font-size: 30px;
    display: block;
    margin-top: 6px;
}
.menu-item a{
    font-size: 30px;
    color: #000;
    padding-left: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-item:hover i{
    color: #e72a2c;
}
.menu li.on .menu-item i{
    color: #e72a2c;
}
.menu_li .menu-item{
    background: url(../img/arrow_icon1.png) no-repeat right 40px center;
}
.menu_li.on .menu-item{
    background: url(../img/arrow_icon2.png) no-repeat right 40px center;
}
.menu-itemtit{
    display: flex;
}
.menu_dl{
    display: none;
    padding-left: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.menu_dl dd a{
    font-size: 24px;
    color: #333;
    line-height: 64px;
}
.menu_dl dd a:hover{
    color: #e72a2c;
}
.ovh-f{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
@media(max-width: 991px){
    #navToggle{
        display: block;
    }
}
@media(max-width: 767px){
    .menu-item{
        height: 70px;
    }
    .menu-item i{
        font-size: 24px;
        margin-top: 4px;
    }
    .menu-item a{
        font-size: 24px;
        padding-left: 20px;
    }
    .menu_dl{
        padding-left: 65px;
    }
    .menu_dl dd a{
        font-size: 18px;
        line-height: 36px;
    }
    #navToggle{
        margin-right: 0px;
    }
    .menu_li .menu-item{
        background: url(../img/arrow_icon1.png) no-repeat right 20px center;
        background-size: 12px 22px;
    }
    .menu_li.on .menu-item{
        background: url(../img/arrow_icon2.png) no-repeat right 20px center;
        background-size: 22px 12px;
    }
}
@media(max-width: 599px){
    .menu-item i{
        font-size: 18px;
    }
    .menu-item a{
        font-size: 18px;
        padding-left: 15px;
    }
    .menu_dl dd a{
        font-size: 16px;
        line-height: 32px;
    }
    .menu_dl{
        padding-left: 60px;
    }
}

/* 内页导航按钮 */
#pronavToggle{
    display: none;
}
#pronavToggle{
    display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	/* background: #f5f5f5; */
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 22;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#pronavToggle::before {
    margin-top: -7px;
}
#pronavToggle::after {
    margin-top: 7px;
}
#pronavToggle span,
#pronavToggle::after,
#pronavToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#pronavToggle.show span {
    opacity: 0;
}
#pronavToggle span, #pronavToggle::after, #pronavToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
@media(max-width:991px){
    #pronavToggle{
        display: block;
        width: 50px;
        height: 50px;
    }
}
/* 内页banner */
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #00479d;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .swiper-pagination-bullet{
        width: 40px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    .swiper-pagination-bullet{
        width: 30px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
