﻿.fullSlide
{
    margin: 1px auto 0 auto;
    position: relative;
}
.fullSlide .bd
{
    position: relative;
    z-index: 0;
}
.fullSlide .bd li img
{
    width: 100%;
    vertical-align: top;
}
.fullSlide .hd
{
    position: absolute;
    bottom: 136px;
    width: 100%;
    z-index: 1;
    height: 7px;
    text-align: center;
    min-width: 1200px;
}
.fullSlide .hd ul
{
    text-align: center;
}
.fullSlide .hd ul li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 56px;
    height: 7px;
    margin: 0 8px;
    background: #fff;
    overflow: hidden;
}
.fullSlide .hd ul .on
{
    background: #f39800;
}
.whiteDiv
{
    width: 1200px;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 0 auto 30px auto;
    clear: both;
    position: relative;
    top: -105px;
}
.whiteDiv .indexType
{
    width: 1200px;
    height: 58px;
    text-align: center;
    margin: 30px auto 35px auto;
    background: url(../png/xg7fxs.png) no-repeat bottom center;
    color: #000;
    font-size: 24px;
}
.whiteDiv .imore
{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #15acc3;
    border-radius: 10px;
    margin: 25px auto 45px auto;
    font-size: 18px;
}
.whiteDiv .imore:hover
{
    background: #f39800;
}
.treasury .list
{
    width: 1150px;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.treasury .list .lista
{
    display: block;
    width: 263px;
    height: 290px;
    overflow: hidden;
}
.treasury .lista .pic
{
    width: 263px;
    height: 230px;
    overflow: hidden;
}
.treasury .lista .topic
{
    width: 263px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.treasury .lista:hover .topic
{
    background: #f39800;
    color: #fff;
}
.treasury .bd ul
{
    display: block;
}
.treasury .bd li
{
    float: left;
    display: inline;
    width: 263px;
    height: 290px;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
}
.news .list
{
    width: 1200px;
    height: 300px;
    overflow: hidden;
}
.news .list .newlist
{
    display: block;
    float: left;
    margin-left: 30px;
    width: 263px;
    height: 300px;
    overflow: hidden;
}
.news .newlist .pic
{
    width: 263px;
    height: 170px;
    overflow: hidden;
}
.news .newlist .topic
{
    width: 263px;
    height: 26px;
    line-height: 26px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 10px 0 8px 0;
}
.news .newlist .intro
{
    width: 263px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .newlist .time
{
    width: 263px;
    height: 22px;
    line-height: 22px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.news .newlist .time img
{
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.news .newlist:hover .topic, .news .newlist:hover .intro
{
    color: #f39800;
}
.aboutus .aboutIntro
{
    text-align: center;
    width: 1150px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 26px;
}
.aboutus .aboutIntro .more
{
    color: #f00;
}
.aboutus .lianju
{
    height: 190px;
    width: 1150px;
    overflow: hidden;
    margin: 40px auto 30px auto;
    background: url(../png/gx3cwi.png) repeat-x left 65px;
    text-align: center;
}
.aboutus .lianju ul li
{
    width: 126px;
    height: 190px;
    overflow: hidden;
    display: inline-block;
    margin: 0 58px;
}
.aboutus .lianju ul li dl
{
    width: 100%;
}
.aboutus .lianju ul li dl dt
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    height: 190px;
    position: relative;
}
.aboutus .lianju ul li dl dt .anti
{
    width: 126px;
    height: 126px;
}
.aboutus .lianju ul li:hover dl dt div.anti
{
    -moz-animation: rotate 10s infinite linear;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
}
.aboutus .lianju ul li dl dt div.lian-img
{
    position: absolute;
    left: 0;
    top: 40px;
    width: 126px;
    height: 47px;
    text-align: center;
}
.aboutus .lianju ul li .ch
{
    margin: 20px 0 0 0;
    color: #666;
    font-size: 18px;
    width: 126px;
    text-align: center;
}
.aboutus .lianju ul li:hover .ch
{
    color: #f39800;
}
.aboutus .lianju ul li dl dd
{
    margin-top: 12px;
    font-size: 14px;
}
@-moz-keyframes rotate
{
    0%
    {
        -moz-transform: rotate(0deg);
    }
    100%
    {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
.services
{
    height: 270px;
}
.services .left
{
    float: left;
    width: 345px;
    height: 205px;
    overflow: hidden;
    margin: 30px 0 0 30px;
}
.services .left .intro
{
    color: #666;
    font-size: 16px;
    width: 345px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.services .right
{
    float: right;
    width: 795px;
    height: 205px;
    overflow: hidden;
    margin: 30px 30px 0 0;
}
.services .right .serA
{
    width: 240px;
    height: 205px;
    background: #15acc3;
    overflow: hidden;
    float: left;
    margin-left: 25px;
    text-align: center;
}
.services .serA .icon
{
    width: 240px;
    height: 49px;
    overflow: hidden;
    margin-top: 28px;
}
.services .serA .desc
{
    color: #fff;
    font-size: 14px;
    width: 210px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px auto 0 auto;
}
.services .serA .name
{
    width: 135px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 15px auto 0 auto;
    font-size: 18px;
}
.services .right .serA:hover
{
    background: #f39800;
}
.footerDiv
{
    margin-top: -105px;
}