﻿body {
    font-family: 'Microsoft YaHei';
}

.inbonbanner {
    background: url(../images/bginbon.jpg) no-repeat center center;
    width:100%;
    height:350px;
}
    .inbonbanner .txt {
        padding-top: 20px;
    }

    .inbonbanner a {
        color: #fff;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
    }

    .inbonbanner h1 {
        font-family: 'Microsoft YaHei';
        font-size: 28px;
        color:#fff;
    }

.honor ul {
    margin-left: 20px;
    border-left: 2px solid #ccc;
    width: 98%;
    padding-top: 0px;
}

    .honor ul li {
        padding: 0px;
        min-height: 150px;
        margin-bottom: 40px;
    }

        .honor ul li h1 {
            width: 20px;
            height: 20px;
            border-radius: 10px 10px;
            display: inline-block;
            background: #009688;
            border: 2px solid #009688;
            margin-left: -11px;
            float: left;
            margin-top: 50px;
        }

        .honor ul li h2 {
            width: 40px;
            height: 30px;
            float: left;
            background: url(../images/tree_green.png) no-repeat;
            margin-top: 32px;
            margin-left: 10px;
        }

.honor .ct {
    float: left;
    background: #009688;
    width: 90%;
    min-height: 80px;
    border-radius: 5px;
}

.honor .act h2 {
    background: url(../images/tree_yellow.png) no-repeat;
}

.honor .act h1 {
    background: #cc9933;
    border: 2px solid #cc9933;
}

.honor .act .ct {
    background: #cc9933;
}

.honor .ct span {
    display: inline-block;
    float: left;
    width: 20%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
}

.honor .ct .dt {
    float: left;
    width: 80%;
    padding: 10px;
}

    .honor .ct .dt h4 {
        line-height: 30px;
        font-size: 16px;
        color: #fff;
    }

        .honor .ct .dt h4 strong {
            padding-right: 20px;
        }

.picbox {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .picbox img {
        width: 100%;
        border: 0px;
        /*transition: all 1s;
        -webkit-transition: all 1s; /* Safari */*/
    }

    .picbox:hover img {
        /*transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -moz-transform: scale(1.5);*/
    }

.pptop {
float: right; margin: 0px; padding: 0; background: #15334f; display:inline;
}
.ppform {
    padding-top:20px;
}

    .ppform ul {
        width: 710px;
        margin: 0 auto;
    }

    .ppform li {
        list-style: none;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
    }

    .ppform span {
        display: inline-block;
        width: 110px;
    }

    .ppform i {
        color: #ff0000;
        display: inline-block;
        margin-right: 7px;
    }
.inputpp {
    background: #fff;
    border: 1px solid #cac2bb;
    width: 320px;
    border-radius: 10px;
    line-height: 40px;
    height: 40px;
    text-indent: 10px;
    vertical-align: middle;
}
.textareapp {
    background: #fff;
    border: 1px solid #cac2bb;
    width: 580px;
    border-radius: 10px;
    height: 170px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
  .topserarch {
        float:right;
        display:inline;
    }

@media (max-width: 768px) {
    .pptop {
     display:none;
    }
     .ppform ul {
        width: 98%;
        margin: 0 auto;
    }

    .inputpp {
        width:100%;
    }
    .textareapp {
        width:100%;
    }
    .inbonbanner {
        background: url(../images/bginbon_768.jpg) center center no-repeat;
        width: 100%;
        height: 250px;
    }

    .leftmenu {
        display: none;
    }

    .honor .ct {
        margin-top: 0px;
    }

        .honor .ct span {
            float: initial;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 25px;
            border-bottom: 1px dashed #fff;
        }

        .honor .ct .dt {
            width: 100%;
            float: initial;
        }

    .honor ul li h2 {
        width: 10px;
        height: 10px;
        float: left;
        background: url(../images/tree_green_2.png) no-repeat;
        margin-top: 55px;
        margin-left: 2px;
    }

    .honor .act h2 {
        background: url(../images/tree_yellow_2.png) no-repeat;
    }
    .topserarch {
        float:right;
        display:inline;
    }
    
}

@media (max-width:480px) {
     .topserarch {
        display:none;
    }
    .inbonbanner {
        background: url(../images/bginbon_768.jpg) center center no-repeat;
        height: 150px;
    }
        .inbonbanner h1 {
         font-size:20px;
        }
        .inbonbanner a {
            font-size:13px;
        }
}
