body{
    font: 14px/1 "Microsoft Yahei", "微软雅黑", sans-serif;
    margin: auto 0;
    height: 1000px;
}
/*导航开始header*/
.head>ul>li>a{
    text-decoration: none;
    color: #222222;
}
.head>ul>li>a:hover{
    color: #f47e2f;
}
.head ul li{
    float: left;
    list-style: none;
    line-height: 70px;
    padding-left: 30px;
}
.head{
    background-color: #f5f7fa;
    height: 70px;
    border: solid 1px #f5f7fa;
    border-bottom-color: #dcdcdc;
}
.head>.col-lg-2:nth-child(1){
    padding-right: 50px;
}
.head>.col-lg-2{
    padding-left: 0px;
    padding-right: 0px;
}
.hotline{
    line-height: 70px;
    text-align: right;
}
.hotline>span:nth-child(1){
    font-size: 15px;
}
.hotline>span:nth-child(2){
    color: #f47e2f;
    font-weight: bolder;
    font-size: 16px;
}
.sec-nav{
    background-color: #0083d5;
    height:38px;
    position: fixed;
    top: 70px;
    z-index: 10;
}
.sec-nav>ul>li{
    float: left;
    list-style: none;
    background-color: #0083d5;
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 38px;
}
.sec-nav>ul>li>a{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}
.sec-nav>ul>li:hover>a{
    color: #0083d5;
}
.sec-nav>ul>li:hover{
    background-color: #e1e1e7;
    color: #0083d5;
    cursor: pointer;
}
.sec-nav>ul>li:nth-child(1){
    background-color: #e1e1e7;
}
.sec-nav>ul>li:nth-child(1)>a{
    color: #0083d5;
}
/*
banner开始*/
.banner>img{
    height: 300px;
    width: 100%;
}
.main-box{
    margin-top: 60px;
}
.title{
    border: solid 1px #ffffff;
    border-bottom-color: #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.title>p:nth-child(1){
    font-size: 24px;
    text-align: center;
}
.title>p:nth-child(2){
    text-align: center;
    padding-top: 10px;
}
.main-cont{
    line-height: 30px;
}
.main-cont>img{
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
.next{
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    border-left-color: #0083d5;
    border-left-width: 8px;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.main-left>div:nth-child(1){
    background-color:#f47e2f;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.main-left>p{
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
}
.main-left>p>span{
    font-size: 10px;
    padding-right: 10px;
}
.main-left>p:hover>span{
    color: #f47e2f;
}
.main-left>p:hover{
    background-color: #dce7fa;
    cursor: pointer;
}
