*, body, html {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}
/*.nav >li>ul{
    position: absolute;
    left:0;
    top:40px;
    background: #fff;
    width:100%;
    text-align: center;
    z-index:999;
    display: none;
}
.nav >li>ul >li{
    line-height: 30px;
}
.nav >li>ul >li a{
    color: #777;
}
.nav >li:hover>ul{
    display: block;}*/
.bg {
    background: url('img/bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 0 0;
}

.bg img {
    margin-bottom: 15px;
}

.list span {
    float: right;
}

.list li {
   /* line-height: 30px;*/
}

.list li a {
    color: #282828;
}

.list li p{
    width:83%;
    display: inline-block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis; /* for IE */
    -o-text-overflow: ellipsis; /* for Opera */
    -icab-text-overflow: ellipsis; /* for iCab */
    -khtml-text-overflow: ellipsis; /* for Konqueror Safari */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.tab li {
    width: 18%;
    float: left;
    text-align: center;
    border: 1px solid #d30007;
    margin-left: 1%;
    margin-right: 1%;
    color: #d30007;
    cursor: pointer;
}

.active {
    background: #d30007;
    color: white !important;
}

.footer {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
}

/*------------------------------productcenter----------------------------------------*/

.bg1 {
    background: url('img/bg1.jpg') repeat center center;
    padding: 20px 0 0;
}

.bg1 img {
    margin-bottom: 15px;
}

.footer1 {
    width: 100%;
    background: white;
    line-height: 40px;
}

/*-----------------------------device---------------------------------------------*/
.dlist ul li {
}

.dlist ul li > div {
    position: fixed;
    left: 50%;
    top: 40%;
    width: 30%;
    margin-left: -15%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .dlist ul li > div {
        width: 80%;
        margin-left: -40%;
    }
}

.dlist ul li > div > div {
    position: relative;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dlist ul li > div > div i {
    position: absolute;
    color: #535353;
    right: 5px;
    top: 5px;
    font-size: 20px;
}

.dlist ul li > div > div img {
    width: 100%;
}

.dlist ul li > div > div p {
    color: #fff;
}

/*-----------------news-----------------------*/
.glist ul li {
    background: white;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:15px;
    cursor: pointer;
}

.glist ul li > div:last-of-type {
    display: none;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left:50%;
    width:70%;
    margin-left:-35%;
    top:40%;

}

.glist ul li h2, .glist ul li small {
    text-align: center;
    display: block;
}
.glist ul li > div:last-of-type >div{
    color: white;
    position: relative;
}
.glist ul li > div:last-of-type >div >div{
    overflow-y: auto;
    height:350px;
}
.glist ul li > div:last-of-type > div >img{
    position: absolute;
    right:30px;
    top:10px;}

/*--------------------news1---------------------------*/
.nlist ul li{
    list-style: disc inside;
    line-height:30px;
    padding:5px;
}
.nlist ul li span{
    float: right;
}
.nlist ul li:nth-of-type(odd){
    background: #e5e5e5;
}

.nlist ul li a{color:black;}

/*-----------------------about-----------------------------*/
.four{
    background: #fdfdfd;
    padding:10px 0;}

.gsjj{width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background: #e5e5e5;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    position: relative;
    z-index:9;
}


.Picture-scroll {
    width: 100%;
    height: 250px;
    max-width: 1210px;
    float: left;
    overflow: hidden;
    background: white;
    padding: 15px 10% 0;
    margin-bottom:15px;
}
/*公共部分*/

.Picture-scroll .wc960 {
    margin: 0 auto;
    width: 100%;
}
.Picture-scroll .fl {
    float: left;
}
.Picture-scroll .warp-pic-list li {
    float: left;
    display: inline;
}
.Picture-scroll .row .hd {
    height: 30px;
}
.Picture-scroll .btnbox {
    float: right;
    margin-right: 45%;
}
.Picture-scroll .tab-T-3 {
    width: 66px;
}
.Picture-scroll .tab-T-3 li {
    width: 13px;
    height: 13px;
    font-size: 0;
    background: url(img/slickbtn.png) no-repeat right;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    display: inline;
}
.Picture-scroll .tab-T-3 li.cur {
    background: url(img/slickbtn.png) no-repeat left;
}
.Picture-scroll .rowE .warp-pic-list {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.Picture-scroll .rowE .count li {
    width: 305px;
    height: 250px;
}
.Picture-scroll .rowE .count li a img{
    width: 250px;
    height:175px;
}
.Picture-scroll .rowE .count li a{
    color: #333;
}

.Picture-scroll .rowE .count .img_wrap {
    width: 305px;
    height: 150px;
    display: block;
}
.Picture-scroll .rowE .btn {
    display: block;
    height: 34px;
    position: absolute;
    top: 90px;
    width: 24px;
    z-index: 200;
    cursor: pointer;
}
.Picture-scroll .rowE .prev {
    background: url(img/leftstop.png) no-repeat left top;
    left: 0;
}
.Picture-scroll .rowE .prev:hover {
    background: url(img/leftstart.png) no-repeat left top;
;
}
.Picture-scroll .rowE .next {
    background: url(img/rightstop.png) no-repeat left top;
;
    right: 0;
}
.Picture-scroll .rowE .next:hover {
    background: url(img/rightstart.png) no-repeat left top;
;
;
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    border-left-width: 0
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #428bca
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #dfdfdf;
    cursor: default
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #dfdfdf;
    cursor: default;
    background-color: transparent
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 22px 30px;
    font-size: 17.5px
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    padding: 2px 6px;
    font-size: 10.5px
}













