/**
    首页
 */
body {
    /*background: url(/Public/home/images/ban.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background-attachment: fixed;*/
    /*font: normal 100% Helvetica, Arial, sans-serif;*/
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}
.header1{
    width: 100%;
    background-color: white;
}

.content {
    width: 100%;
}
.news {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.new {
    width: 810px;
    margin-left: 10rem;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    display: flex;
}
.left {
    float: left;
    width: 580px;
}
.bt {
    border-bottom: 3px solid #1c6ca2;
    height: 40px;
    width: 300px;
    /*font-weight:bold;*/
}
.list {
    margin-top: 6px;
}
.li {
    transform: translateY(0);
    opacity: 1;
}
.li span{
    font-size: 13px;
}
.gd {
    width: 4rem;
    margin-top: 15px;
    border: 1px solid #1c6ca2;
    background-color: #fff;
    color: #1c6ca2;
    height: 40px 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gd:hover{
    background: #1c6ca2;
    color: #fff;
}
.right {
    width: 100%;
    flex: 1;
    float: left;
    margin-top: 36px;
}
.right li {
    display: inline;
    float: left;
    margin-left: 10px;
    height: 130px;
}
.jpg{
    line-height: 0;
    display: block;
}
.jpg img {
    width: 100%;
}
.text{
    display: block;
    width: 165px;
    position: relative;
    bottom: 38px;
    height: 29px;
}
.text .span1 {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}
.text span {
    font-size: 11px;
    color: #e5e5e5;
    padding-left: 5px;
    line-height: 16px;
}
.bannerbox{
    height: 670px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.containt-div{
    width: 1024px;
    position: relative;
    height: 670px;
}
.bannerbox ul{
    position: relative;
}
.bannerbox ul li{
    position: fixed;
    top: 0;
    left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}
.bannerbox ul li.zero-li{
    background: url("../images/4.jpg") center no-repeat;
    background-size: cover;
    /*margin-top: 88.55px;*/
}
.bannerbox ul li.fst-li{
    background: url("../images/ban1333.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.sec-li{
    background: url("../images/3.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li.third-li{
    background: url("../images/1.jpg") center no-repeat;
    background-size: cover;
}
.bannerbox ul li .img1{
    position: absolute;
}
/*banner-01*/
.baner-01-a{
    width: 65.4rem;
    /*height: 33rem;*/
    position: absolute;
    top: 100px;
    left: 10rem;
    /*margin-left: -163px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/*banner2*/
.banner2-02{
    width:65.4rem;
    /*height: 93px;*/
    position: absolute;
    top: 100px;
    left: 10rem;
    /*margin-left: -163px;*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/*banner3*/
.banner3-01{
    /*position: absolute;*/
    /*top: 10rem;*/
    width: 970px;
    /*height: 73px;*/
    /*left: 50%;*/
    /*margin-left: -360px;*/
    /*transform: translateX(-50%);*/
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.nav{width:100px;height:14px;position:absolute;bottom:10px;right:20px;z-index: 2; left: 50%;margin-left: -50px}
.nav dl dd{list-style-type:none;width:12px;height:12px;float:left;margin-right:5px;cursor:pointer;
    border:1px solid #fff;}
.nav dl .bg{background:#ff7300;width:14px;height:14px;border:none;}

@media screen and (max-device-width: 1920px) {


}