body{
    background-image: url("../images/footer/bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*顶部 PHONE*/
.top1{
    display: none;
}



/*轮播*/
#wrapper {
    background:#fff;
    position:relative;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px){
    #wrapper{
        width: 100%;
    }
}
a {
    text-decoration:none;
    -webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
    outline:none;
}

a:hover {
    color:#444;
}


.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    /*max-height:374px !important;*/
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
    width:100% !important;
    /*max-height:374px !important;*/
    position:relative;
}

/*@media only screen and (min-width: 768px) and (max-width: 959px) {*/
/*.banner, .bannercontainer			{	width:768px; height:309px;}*/
/*}*/

/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
/*.banner, .bannercontainer		{	width:480px; height:193px;	}*/
/*}*/

/*@media only screen and (min-width: 320px) and (max-width: 479px) {*/
/*.banner, .bannercontainer		{	width:320px;height:129px;	}*/
/*}*/

/*@media only screen and (max-width: 319px) {*/
/*.banner, .bannercontainer		{	width:240px;height:97px;	}*/
/*}*/

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background:#0476d9 !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color:#0476d9 !important;
}
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
    display: none;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/index/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/index/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    width: 100%;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/index/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*首页 正文*/
.bt{
    color: #02529f;
    line-height: 32px;
    font-size: 20px;
    overflow: hidden;
    /*border-bottom: 2px solid #1e82d9;*/
    margin-bottom: 20px;
    font-weight: bold;
}
.bt a{
    float: right;
    line-height: 32px;
}



.one{
    margin-bottom: 20px;
}
.one .bt span{
    display: block;
    float: left;
    width: 670px;
}
.one .bt .more{
    margin: 0 auto;
    display: block;
    width: 21px;
    height: 32px;
}
.one .bt .mores{
    color: #333333;
    font-size: 14px;
}
.one .bt .mores:hover{
    color: red;
}
.one dd ul{
    overflow: hidden;
    /* width: calc(100% + 30px); */
    margin: 0 -15px;
}


.one dd ul li{
    float: left;
    width: 25%;
    padding: 0 15px;
}

.one dd ul li .img{
    width: 100%;
    height: 174px;
    overflow: hidden;
}
.one dd ul li img{
    width: 100%;
    /*height: 100%;*/
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.one dd ul li .img a:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}


.one dd ul li h1{
    height: 48px;
    margin: 20px 0 10px 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.one dd ul li h1 a{
    color: #3b3b3b;
    font-size: 16px;
    vertical-align: top;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.one dd ul li h1 a:hover{
    color:#004b9d
}
.one dd ul li p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 72px;
}
.one dd ul li span{
    display: table;
    margin-top: 10px;
    color: #999999;
}


@media screen and (max-width: 1199px){
    .container{
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .one{
        margin-bottom: 20px;
    }
    .one .bt span{
        width: 100%;
    }
    .one .bt .mores{
        display: none;
    }
    .one dd ul li{
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 20px;
        background: #f1f1f1;
    }
    .one dd ul li:last-child{
        margin-bottom: 0;
    }
    .one dd ul li .img{
        height: auto;
        width: 50%;
        float: left;
        padding-right: 15px;
    }
    .one dd ul li h1{
        width: 50%;
        padding-left: 15px;
        margin:10px 0;
    }
    .one dd ul li p{
        width: 50%;
        padding-left: 15px;
        -webkit-line-clamp: 4;
        height: 96px;
    }

}

@media screen and (max-width: 767px){
    .one dd ul li h1{
        -webkit-line-clamp:inherit;
        height: 24px;
        line-height: inherit;
        padding-left: 0;
        margin: 0 0 5px 0;

    }
    .one dd ul li p{
        padding-left: 0;
        -webkit-line-clamp: 2;
        height: 48px;
    }
}




.two{
    overflow: hidden;
    padding:20px 0;
    width: 100%;
    background-image:url("../images/index/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    /*background: url("../images/index/bg.png")no-repeat top center;*/
    background-size: cover;
    margin-bottom: 20px;
}

.two .san{
    width: 48%;
    float: left;
}
.two .san .list{
    padding: 10px;
    margin-bottom: 10px;
    overflow:hidden;
    background: #ffffff;
}
.two .san .col-lg-12:last-child .list{
    margin-bottom: 0;
}

.two .san .list .time{
    display: table;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #999999;
}
.two .san .list .time span,.two .san .list .time p{
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
}
.two .san .list .time span{
    color: #fff;
    border-right: 1px solid #1e82d9;
}
.two .san .list .time p{
    color: #333;
    text-align: center;
}

.two .san .list h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    width:70%;
    line-height: 40px;
    float: left;
}
.two .san .list h1 a{
    color: #333;
}
.two .san .list h1 a:hover{
    color: #02529f;
}

.two dl{
    width: 48%;
    float: right;
}
.two dl dd ul li{
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
}
.two dl dd ul li a{
    display: block;
    float: left;
    max-width: 80%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.two dl dd ul li a:hover{
    color:#004b9d
}
.two dl dd ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
}




.three .new{
    overflow: hidden;
    margin-bottom: 10px;
}
.three .new dt{
    width: 300px;
    height: 170px;
    overflow: hidden;
    float: left;
}
.three .new dt img{
    height: 100%;
    transition: .4s all ease;
}
.three .new dt:hover img{
    transform: scale(1.1,1.1);
    transition: .4s all ease;
}
.three .new dd{
    width: calc(100% - 320px);
    float: right;
}

.three .new dd .titl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    line-height: 24px;
}
.three .new dd .titl a{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.three .new dd p{
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999999;
    margin: 10px 0;
}
.three .new dd span{
    color: #999999;
    margin-top: 10px;
    background: url(../images/frame/time.jpg) no-repeat left center;
    padding-left: 25px;
    box-sizing: border-box;
}

.three .list li{
    overflow: hidden;
    line-height: 30px;
}
.three .list li span{
    color: #999999;
    margin-right: 8px;
    font-size: 14px;
    float: left;
}
.three .list li a{
    font-size: 16px;
    float: left;
    display: block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}


.four .list li{
    overflow: hidden;
    line-height: 38px;
}
.four .list li span{
    color: #999999;
    margin-right: 8px;
    font-size: 14px;
    float: right;
}
.four .list li a{
    font-size: 16px;
    float: left;
    display: block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}






/*手机适配*/
@media (max-width:758px) {
    .two dl,.two .san{
        width: 100%;
        float: inherit;
    }
    .two .san{
        margin-bottom: 20px;
    }
    .two .san .list h1{
        width: calc(100% - 70px);
    }

    .two dl dd ul li a{
        max-width: 70%;
    }

    /*three*/
    .three .new dt{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: inherit;
    }
    .three .new dt img{
        width: 100%;
    }
    .three .new dd{
        width: 100%;
        float: inherit;
    }
    .three .new dd p{
        height: auto;
    }
    .three .list li a{
        width: calc(100% - 97px);
        float: right;
    }
    .four{
        margin-top: 20px;
    }

}