@media (min-width: 1200px) {
    .container {
        width: 1010px;
    }
}

/*<!--......导航D抬头...................-->*/
.touone {
    width: 50%;
    float: left;
}

.toutwo {
    text-align: right;
    width: 50%;
    padding-top: 8px;
    float: right;
}

.touone > img {
    width: 37px;
    height: 35px;
    margin-right: 16px;
    position: relative;
    bottom: 7px;
}

.touone > span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 3px;
    color: #666666;
}

.touone > span:nth-child(3) {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin: 0 9px 0 45px;
}

.touone > a:nth-child(4) {
    width: 48px;
    height: 11px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #44CEF6;
}

.toutwo > span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #333333;
}

.toutwo > span:nth-child(1) {
    display: inline-block;
    margin-right: 12px;
}

/*<!--......导航条...................-->*/

.step {
    counter-reset: flag;
}

.step li {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.step li a {
    cursor: pointer;
    /*padding: 10px 15px;*/
    padding: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.step li a:before {

    counter-increment: flag;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.step li a:after {
    content: "";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.step-arrow {
    margin: 20px 0;
}

.step-arrow.unhover li a:hover,
.step-arrow.unhover li a:focus {
    background-color: #F6F6F6;
    color: #444444;
}

.step-arrow.unhover li a:hover:before,
.step-arrow.unhover li a:focus:before {
    background-color: #D2D2D2;
    color: #FFFFFF;
}

.step-arrow.unhover li:not(:last-child) a:hover:after,
.step-arrow.unhover li:not(:last-child) a:focus:after {
    background-color: #F6F6F6;
}

.step-arrow li {
    padding-right: 20px;
}

.step-arrow li:last-child {
    padding-right: 0;
}

.step-arrow li:nth-child(n+2) a {
    margin-left: -20px;
    border-radius: 0;
}

.step-arrow li:not(:last-child) a:after {
    position: absolute;
    top: -1px;
    right: -16px;
    width: 30px;
    height: 30px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background-color: #F6F6F6;
    border-radius: 0 5px 0 50px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    box-sizing: content-box;
}

.step-arrow li:not(:last-child) a:hover:after {
    background-color: #00B8F5;
}

.step-arrow li a {
    border-radius: 0;
    color: #444444;
    background-color: #F6F6F6;
    ont-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    padding-right: 16px;
}

.step-arrow li a > em {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    position: relative;
    top: 2px;
}

.step-arrow li a:hover {
    background-color: #00B8F5;
    color: #FFFFFF;
}

.step-arrow li a:hover:before {
    background: #FFFFFF;
    color: #00B8F5;
}

.step-arrow li a:before {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    left: 3rem;
    font-weight: bold;
    font-size: 1rem;
    overflow: hidden;
    top: 10px;
    background: #D2D2D2;
    color: #FFFFFF;
}

.step-arrow li.active a:before {
    background: #FFFFFF;
    color: #00B8F5;
}

.step-arrow li.active a:after {
    background-color: #00B8F5;
}

.step-arrow li.active a,
.step-arrow li.active a:hover {
    background-color: #44cef6;
    color: #FFFFFF;
}

.step-arrow li.active a:before,
.step-arrow li.active a:hover:before {
    background-color: #FFFFFF;
    color: #00B8F5;
}

.step-arrow li.active a:after,
.step-arrow li.active a:hover:after {
    background-color: #44cef6 !important;
}

/*<!--......中部重要四张...................-->*/
.zhongimput > li {
    padding: 0;
    list-style: none;
    position: relative;

    cursor: pointer;
}

.zhongimput > li > p {
    width: 240px;
    height: 30px;
    background-color: #000000;
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 10px;
    margin: 0;
    position: absolute;
    top: 0;

}

.zhongimputnei {
    width: 240px;
    height: 80px;
    background-color: #E9EAEB;
    padding: 10px 14px 0 6px;
}

.zhongimputnei > p {
    font-family: MicrosoftYaHei;
    font-size: 12px;

    color: #000000;
}
/*/.......小类导航条.............*/
.step-arrow li#xiaolei-color a{
    background-color: #bbf0ff;
}
.step-arrow li#xiaolei-color a:after{
    background-color: #bbf0ff !important;
}
/*<!--................中部重要十二张..........................-->*/
.xiaolei-pag{
    padding: 0 3px 0 3px;
}dbe0e3

.xiaolei-pag>a{
    padding: 0 ;
}
.thumbnail .caption{
    padding: 5px;
}
.caption>p{
    margin: 0;
}
/*<!--................广告上方的小标题.............................-->*/

.xiaolei-dibiao>p{
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    line-height: 62px;
    color: #44cef6;
    margin: 35px 0 0 0;
    border-top: 1px solid #dbe0e3;
}
/*<!--......底部广告图...................-->*/
.dibu-xiaoguanggaotu{
    margin-top: 28px;
}
.dibu-guanggaotu {
    margin-top: 322px;
}
/*44cef6*/

/*<!--..............底部的底部栏........................-->*/

.dalei-dibulan {
    text-align: center;
    margin-bottom: 56px;
    margin-top: 30px;

}

.dalei-dibulan > span {
    font-family: SimSun;
    font-size: 12px;
    color: #9B9B9B;
}

/*<!--..............真的真的最底部........................-->*/

.zhendedibu {
    height: 40px;
    background-color: #32A6C8;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}