*{margin:0;padding:0;}
body {
    margin:0;
    padding:0;
    font-size:12px;
}
.scrollpic {
    width: 1100px;

    position: relative;
}
#myscroll {
    display: block;
    width: 1062px;
    margin: 0 auto;
    position: relative;
    height: 140px;
    overflow: hidden;
    /*z-index: 55;*/
}
#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000000px;
}
#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
#myscroll ul li {
    display: block;
    float: left;
    padding: 0;
    width: 260px;
    margin: 0 6px;
    height: 100%;
}
#myscroll ul li:first-child{
    margin-left: 0;
}
#myscroll ul li:last-child{
    margin-right: 0;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 260px;
    padding: 0;
    position: relative;
    height: 100%;
    color: #333;
    overflow: hidden;
}
#myscroll ul li:hover{
    cursor:pointer;
}
#myscroll ul li:hover .intro{
    background: #f95a5e;
    color: #fff;
}
#myscroll ul li:hover img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 2.3s linear;
    opacity: 0.7;
}
#myscroll ul li a img{
    transition: all 0.3s linear;
    width: 100%;
    height: 110px;
}
#myscroll a .intro {
    position: absolute;
    left: 0;
    bottom: 0;
    /*z-index: 10;*/
    display: inline-block;
    background-color: #f3f3f3;
    /*filter: alpha(opacity=70);*/
    width: 100%;
    height: 30px;
    /*-moz-opacity: 0.7;*/
    /*-khtml-opacity: 0.7;*/
    /*opacity: 0.7;*/
    color: #5a5a5a;
    text-align: center;
}
#myscroll a .intro h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 40px;
    width: 260px;
    line-height: 30px;
    border-bottom: 1px solid #347fdc;
    /*font-weight:bold;*/
    overflow:hidden;
}
#mybtns {
    margin: 10px 0;
    width: 1100px;
    display: block;
    height: 42px;
    position: absolute;
    top: 50%;
    /*z-index: 33;*/
    transform: translateY(-45px);
}
#mybtns a {
    width: 12px;
    height: 26px;
    display: block;
    float: right;
    margin-top: 20px;
    background-color: #c1c1c1;
    /* margin-left:10px; */
    /* top: 50%; */
}
#mybtns a:hover {
    background-color: #347fdc;
}
#mybtns #left {
    float: left;
    background: url(../images/imgSlide/left.jpg) no-repeat;
}
#mybtns #left.leftBtns:hover{
    float: left;
    background: url(../images/imgSlide/hover_left.png) no-repeat;
}
#mybtns #right {
    float: right;
    background: url(../images/imgSlide/right.jpg) no-repeat;
}
#mybtns #right.rightBtns:hover{
    float: right;
    background: url(../images/imgSlide/hover_right.png) no-repeat;
}

#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.content_line .titname, .tabbox .titname{
    font-size:18px;
}
.content_line .object a{
    margin-right:10px;
}
.noticeInfo a{
    margin-right:10px;
}