@charset "utf-8";
/* 菜单栏 */
.navbar-default{
    background:none;
    border:none;
}
.navbar-nav > li > a{
    line-height: 36px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > .active > a{
    color: #fff;
    background: rgba(125, 125, 125, 0.4);
}
.navbar-default .navbar-nav > .active > a:hover{
    color: #fff;
    background-color: rgba(125, 125, 125, 0.4);
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background: rgba(125, 125, 125, 0.4);       
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
@media (min-width:769px) and (max-width:993px){
    .navbar-right{
        margin-right: -60px;
    }
    .menu{
        margin-left: -60px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 7px;
    }
    .navbar-brand > img {
        position: relative;
        top: -4px;
    }
}
.menu .navbar{
    margin-bottom: 0;
}
.menu{
    position: relative;
    z-index: 999;
}
.navbar-toggle{
    top: 8px;
    margin-bottom: 0;
}
.navbar-brand img{
    width: 111px;
    height: 33px;
}
/* 菜单栏 end */
/* 侧边栏 */
#my-menu{
    z-index: 999!important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    background: url('../img/LOGO.png') no-repeat 0 2px;
    background-size: 111px 33px;
}
.mm-menu {
    background: #26465e;
    border-color: rgba(0, 0, 0, .1);
    color: #fff;
}
.mm-navbar {
    border-bottom: none;
    padding: 10px 36px;
}
.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -40px;
}
.mm-listview>li>a,
.mm-listview>li>span {
    padding: 10px 10px 10px 60px;
}
.mm-menu .mm-listview {
    border-color: #fff;
}
.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px
}

/* 侧边栏 end */
/* banner */
.banner{
	position: relative;
	top: -66px;
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	width: 100%;
	/* height: 100%; */
	/* min-height: 400px; */
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	display: none;
}
.banner .swiper-container:hover .swiper-button-prev,.banner .swiper-container:hover .swiper-button-next{
	display: block;
}
/* banner end */
/* footer */
.footer{
    height: 370px;
    background: #26475f;
    margin-top: 100px;
    color: #fff;
}
.footer-logo{
    text-align: center;
    padding-top: 34px;
    font-family: 微软雅黑 ;
}
.footer-logo>img{
    width: 45px;
    height: 45px;
}
.footer-logo h4{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 18px;
}
.footer-logo p.footer-phone,.footer-logo p.footer-email{
    text-align: left;
    text-indent: 15px;
    font-family: helvetica;
    width: 172px;
    margin: 0 auto 10px;
}
.footer-logo p.footer-phone img,.footer-logo p.footer-email img{
    padding-right: 10px;
    position: relative;
    top: -1px;
}

/* .footer-logo p.footer-phone img{
    padding-right: 10px;
}
.footer-logo p.footer-email img{
    padding-right: 10px;
}
.footer-logo p.footer-phone{
    margin-left: -13px;
    font-family: helvetica;
}
.footer-logo p.footer-email{
    text-indent: 21px;
    font-family: helvetica;
}
@media (max-width: 1000px) and (min-width: 768px) {
    .footer-logo p.footer-email{
        text-indent: 11px;
    }
} */
.footer-link{
    padding-top: 39px;
    padding-left: 60px;
}
.footer-link dt{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
}
.footer-link dd{
    font-size: 14px;
    line-height: 26px;
}
.footer-link dd a{
    color: #fff;
}
.footer-link dd a:hover{
    text-decoration: underline;
}
.footer-weixin{
    padding-top: 70px;
    text-align: center;
    text-indent: 0;
}
.footer-weixin-img{
    width: 101px;
    height: 99px;
}
.footer-weixin p{
    line-height: 40px;
    text-align: center;
    text-indent: 0;
}
.friend-link span{
    display: inline-block;
    padding-right: 30px;
}
.friend-link a{
    color: #fff;
    padding: 0 11px;
    font-size: 12px;
}
.friend-link{
    margin: 24px auto 0;
    font-size: 12px;
    line-height: 50px;
}
.copy{
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-right:10px;
    font-size: 12px;
    font-family: Helvetica;
}
.copy p{
    margin: 0;
}
.beian{
    color: #fff;
}
.beian:hover{
    color: #fff;
    text-decoration: underline;
}
/* footer end */
/* 固定菜单 */
.fixed-menu{
    position: fixed;
    width: 62px;
    right:40px;
    top:700px;
    z-index: 999!important;
}

.fixed-kefu{
    width: 62px;
    height: 50px;
    background: url('../img/fixed-kefu.png') no-repeat;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}
.fixed-kefu:hover{
    background: none;
    background: url('../img/fixed-kefu-hover.png') no-repeat;
}
.fixed-kefu:hover .fixed-kefu-hover{
    display: block;
}
.fixed-kefu-hover{
    width: 172px;
    height: 95px;
    border: 1px solid #ebebeb;
    position: absolute;
    left: -180px;
    top: -38px;
    background: #fff;
    display: none;
}
.fixed-kefu-hover span{
    color: #8f8f8f;
    font-size: 14px;
    padding-left: 12px;
    line-height: 38px;
}
.fixed-kefu-hover p{
    white-space: nowrap;
    font-size: 20px;
    color: #005dac;
    text-indent: 27px;
    font-family: 微软雅黑;
    margin: 0;
}
.fixed-kefu-hover b{
    display: inline-block;
    width: 162px;
    margin-left: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #8f8f8f;
    line-height: 22px;
    border-top: 2px solid #f7f7f7;
}
.fixed-weixin{
    width: 62px;
    height: 50px;
    background: url('../img/fixed-weixin.png') no-repeat;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}
.fixed-weixin:hover{
    background: url('../img/fixed-weixin-hover.png') no-repeat;
}
.fixed-weixin:hover .fixed-weixin-hover{
    display: block;
}
.fixed-weixin-hover{
    position: absolute;
    top: 17px;
    left: -136px;
    display: none;
}
.fixed-top{
    width: 62px;
    height: 50px;
    background: url('../img/fixed-top.png') no-repeat;
    cursor: pointer;
    display: none;
}
.fixed-top:hover{
    background: url('../img/fixed-top-hover.png') no-repeat;
}
/* 固定菜单 end */
@media (max-width:768px){
    /* 菜单 */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        margin-top: 16px;
    }
    .menu{
        padding-right: 0;
        padding-left: 0;
    }
    /* 菜单 end */
    /* banner */
    .swiper-slide a img{
    	width: 100%;
    	height: 320px;
    }
    .banner{
    	top: -50px;
    }
    /* banner end */
    /* footer */
    .footer{
        height: 220px;
        margin-top: 50px;
    }
    .footer-logo {
        padding-top: 20px;
        margin-left: -32px;
    }
    .footer-logo h4{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .footer-logo p{
        margin-bottom: 3px;
    }
    .footer-logo p.footer-phone{
        margin-bottom: 3px;
    }
    .footer-logo p.footer-email{
        margin-bottom: 3px;
    }
    .copy{
        padding-top: 10px;
        font-size: 12px;
        float: none;
        text-align: center;
    }
    .footer-weixin{
        padding-top: 20px;
        font-size: 12px;
        width: 33%;
        padding-right: 0;
        padding-left: 0;
        /* min-width:165px;  */
    }
    .footer-weixin p{
        line-height: 24px;
        text-align: center;
    }
    /* footer end */
}

/* 菜单适配768px */
@media (min-width:768px) and (max-width:768px){
    /* 菜单 */
    .navbar-right{
        margin-right: -60px;
    }
    .menu{
        margin-left: -60px;
        position: relative;
        top: -20px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
    .navbar-brand > img {
        position: relative;
        top: 12px;
    }
    .banner{
        position: relative;
        top: -72px;
    }
    .iPadHide{
        display: none!important;
    }
    /* 菜单 end */
    /* footer */
    .footer{
        height: 320px;
        background: #26475f;
        margin-top: 100px;
        color: #fff;
    }
    .footer-logo{
        text-align: center;
        padding-top: 34px;
        font-family: 微软雅黑 ;
    }
    .footer-logo>img{
        width: 45px;
        height: 45px;
    }
    .footer-logo h4{
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 18px;
    }
    .footer-logo p.footer-phone,.footer-logo p.footer-email{
        text-align: left;
        text-indent: 15px;
        font-family: helvetica;
        width: 172px;
        margin: 0 auto 10px;
    }
    .footer-logo p.footer-phone img,.footer-logo p.footer-email img{
        padding-right: 10px;
        position: relative;
        top: -1px;
    }
    .footer-weixin{
        padding-top: 44px;
        font-size: 12px;
        width: 16%;
        padding-right: 0;
        padding-left: 0;
        /* min-width:165px;  */
    }
    .footer-weixin p{
        line-height: 24px;
        text-align: center;
    }
    .footer>.container>.row{
        padding-left: 30px;
    }
    .friend-link{
        margin: 4px auto 0;
        font-size: 12px;
        line-height: 40px;
    }
    /* footer end */
}
/* 菜单适配768px end */
/* 登记表单 */
.business{
    background: #F5F5F5;
    margin-bottom: -100px;
    margin-top: 100px;
    height: 380px;
}
.business h2{
    font: 30px/60px 微软雅黑;
    color: #282828;
    margin-bottom: 0;
}
.business-title-small{
    font: 14px/30px 微软雅黑;
    color: #ef0a0a;
}
.business .form-group>label,.business .form-group>div>input,.business .checkbox{
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
    font: 16px/45px 微软雅黑;
    font-weight: normal;
}
.business .checkbox>label input{
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 4px;
}
.business .checkbox>label{
    margin-right: 10px;
}
.business .form-group>label>span{
    color: #ef0a0a;
    padding: 0 2px;
}
.business .btn{
    width: 210px;
    height: 40px;
    font: 18px/28px 微软雅黑;
    margin-top: 30px;
}
.error{
    color: #ef0a0a;
    font: 12px/18px 微软雅黑;
    margin: 0;
}
@media (max-width: 767px) {
    .business{
        height: 620px;
    }
    .business h2{
        font: 24px/26px 微软雅黑;
        padding-top: 10px;
    }
    .business-title-small{
        font: 12px/16px 微软雅黑;
        margin-top: 12px;
    }
    .business .form-group>label,.business .form-group>div>input,.business .checkbox{
        height: 36px;
        line-height: 36px;
        margin-top: 4px;
        font: 14px/36px 微软雅黑;
    }
    .business .btn{
        width: 156px;
        height: 36px;
        font: 14px/21px 微软雅黑;
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1097px) {
    .business{
        height: 420px;
    }
    .business .btn{
        margin-top: 70px;
    }
}
 /* 登记表单 end */
 .detail-menu{
     display: none;
     position: absolute;
     top:66px;
     left: 0;
     vertical-align: middle;
     text-align: center;
     height: 66px;
     padding: 10px 0;
     width: 100%;
     line-height: 1.5;
     font-size: 14px;
     font-weight: normal;
     white-space: nowrap;
     color: #fff;
     background-color: rgba(125, 125, 125, 0.4);
     border-top: 1px solid rgba(255, 255, 255, 0.4);
 }
  .detail-menu a{
    color: #fff;
  }
  .detail-menu a:hover{
    text-decoration: none;
  }
 .detail-wrap{
     position: relative;
 }
.detail-wrap:hover .detail-menu{
    display: block;
}