*{margin: 0;padding: 0;}
a{text-decoration: none}
a:hover{text-decoration: none}
ul,li{list-style: none;margin-bottom: 0}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
input{outline: none}
p{margin: 0;}
body,html{background: #fff;}
body{
    font-family: "微软雅黑";
    box-sizing: border-box;
}

/*top*/

.logo-top{
    background:#003c7a;
}
.logo>a{
    display: inline-block;
    width: 380px;
    float: left;
}
.logo>a>img{
    width: 100%;
}
.logo>span{
    line-height: 120px;
    display: inline-block;
    font-size: 30px;
    color: #016934;
    font-family: 楷体;
    font-weight: bold;

}
.tel{
    float: right;
    padding-top: 2px;
}
.tel>a{
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.tel>a>img{
    padding-bottom: 3px;
}
.tel>a>span{
    margin-top: 5px;
    display: inline-block;
    color: #fff;
}
.tel label {
    width: 180px;
    position: relative;}
.tel input {
    outline: none;
    border: solid 1px #ccc;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;}
.tel button {
    position: absolute;
    right: 6px;
    top: -1px;
    border: transparent;
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    padding: 5px 5px;
    background: transparent;
}
.navbar-header form{
    display: none;
}
/*导航*/
.navbar{
    z-index: 2;
    background: #00609a;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
}
.navbar-nav>li{
    padding-right: 115px;
}
.navbar-nav>li:last-of-type{
    padding-right: 0;
}
.navbar-nav>li>span{
    display: inline-block;
    width: 0;
    background: #fbfaf6;
    height: 2px;
    transition: .3s;
}
.navbar-nav>li:hover>span{
    width: 100%;
}
.navbar-nav>li>a{
    font-size: 16px;
    padding-bottom: 0;
    color: #fff!important;
}
.navbar-nav>li>ul{
   display: none;
    position: absolute;
    top: 56px;
    left: -50%;
    right: 0;
    margin: 0 auto;
    transition: 1s;
    background: #fff;
    width: 150%;
    z-index: -3;
}
.navbar-nav>li:hover{
    background:transparent;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #2a333c;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #2a333c;
}
.navbar-nav>li:hover>a{
    color: #2a333c;
}
.navbar-nav>li:hover>ul{
    display: block;
    z-index: 3;
}
.navbar-nav>li>ul>li{
    text-align: center;
    padding: 5px 0;

}
.navbar-nav>li>ul>li:hover{
   background: #cccccc;

}
.navbar-nav>li>ul>li>a{
    color: #777;
}
.navbar-nav>li>ul>li:hover>a{
    color: #fff;
}
.search{
    display: none;
}
@media all and (min-width: 992px) and (max-width: 1200px){
    .navbar-nav>li{
        padding-right: 58px!important;
    }
}
@media all and (max-width: 767px){
    .tel form{
        display: none;
    }
    .navbar-header form{
        display: block!important;
    }
    .navbar-header label {
        width: 180px;
        position: relative;}
    .navbar-header input {
        outline: none;
        border: solid 1px #ccc;
        border-radius: 20px;
        padding: 3px 15px;
        font-size: 12px;
        margin: 9px 29px;
    }
    .navbar-header button {
        position: absolute;
        right: -20px;
        top: 4px;
        border: transparent;
        font-size: 14px;
        color: #ccc;
        font-weight: normal;
        padding: 5px 5px;
        background: transparent;
    }
    .logo a{
        width: 240px!important;
        padding: 10px 0;
    }
    .logo>span{
        display: none;
    }
    .tel{
        padding: 10px 15px 0 0!important;
    }
    .tel span:first-of-type{
        font-size: 15px!important;
        padding: 5px!important;
    }
    .tel span:last-of-type{
        font-size: 12px!important;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background: #fff!important;
    }
    .navbar-default .navbar-toggle{
        background: transparent!important;
        margin-right: 30px;
    }
    .navbar-nav{
        margin: 7.5px 0!important;
    }
    .search1{
        display: none;
    }
    .search{
        display: block;
        padding-left: 30px;
    }
    .sp-bottom-thumbnails.sp-has-pointer{
        display: none;
    }
    .sp-fade-arrows{
        opacity: 1!important;
    }
    .navbar-nav>li>span{
        display: none!important;
    }
    .navbar-nav>li>ul{
        display: none!important;
    }
    .tel>a>span{
        display: none;
    }
    .tel{
        padding: 7px 15px 0 0!important;
    }
    .logo a{
        padding: 0!important;
    }

}
/*搜索*/
#myBtn{ display: inline-block; width: 50px; height: 50px; padding-top: 15px; float:left; }
#myBtn i{ font-size: 16px; color: #fff;}
#myBtn1{ display: inline-block; width: 50px; height: 50px; padding-top: 15px; float:left; }
#myBtn1 i{ font-size: 16px; color: #fff;}
.modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 20%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-body input{ margin: 20px 15px 10px; padding: 12px 5px; border: 1px solid #ddd; width: 95%; border-radius: 5px;}
/* 弹窗内容 */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0 0 20px;
    /*top: 20%;*/
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* 添加动画 */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* 关闭按钮 */
.close {
    color:#333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #1688d3;
    border-top: 1px solid #ddd;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    border: none !important;
}
.modal-footer a{
    color: #fff;
    background: #1688d3;
    border-radius: 5px;
    padding: 10px 18px;
}
.modal-footer a:hover{ color: #fff; text-decoration: none;}
 /*结束*/


.container{
    padding-left: 0!important;
    padding-right: 0!important;
}


/*foot1*/
.foot-down{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ccc;
}

.foot-down>p{
    font-size: 12px;
    color: #333;
    padding: 5px 0;
}
.foot-down>p>span{
    margin: 0 30px;
}
.foot-down>p>a{
    color: #333;
}