*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.banner{
    background: url("../banner.jpg") no-repeat top center;
    width: 100%;
    height: 700px;
    min-width: 1100px;
}
.clear{
    clear: both;
}
.logo{
    background: url("../logo.png") no-repeat;
    width: 375px;
    height: 219px;
    position: absolute;
    right: 100px;
    top: 30px;
}
.news1{
    margin-top: 50px;
}
.center{
    width: 1100px;
    margin: 0 auto;
}
.news1-head{
    font: bold 50px/110px "";
    text-align: center;
    height: 120px;
}


.slideBox{ width:640px; height:390px; overflow:hidden; position:relative; border:1px solid #ddd;}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hdmore{height:20px;position:absolute; right:5px; bottom:10px;overflow:hidden;z-index:2; line-height:20px;}
.slideBox .hdmore a{ font-size:14px; color:#FC0;}

.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;background:#fff; cursor:pointer;border-radius:5px; list-style: none}
.slideBox .hd ul li.on{ background:#3c74b4; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;overflow:hidden;}
.slideBox .bd ul{ width:640px; height:390px; }
.slideBox .bd li{ zoom:1; vertical-align:middle; list-style: none}
.slideBox .bd li p{ position:absolute; bottom:0px; left:0px; line-height:40px; font-size:16px; background: url(../tmbg.png); color:#fff; width:96%; padding:0px 2%; overflow:hidden; height:40px;}
.slideBox .bd img{ width:640px; height:390px; display:block;  }

.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.news1 .list{
    width: 417px;
    height: 100%;
}
.news1 .list li h2{
    font-size: 17px;
}
.news1 .list li p{
    font-size: 14px;
    color: #adadad;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 10px;
}
.ban2right-bottom li {
    list-style: disc;
    margin-left: 15px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}



.news2{
    background: #f5f5f5;
    margin-top: 110px;
    min-width: 1100px;
}
.news3{
    margin-top: 110px;
}
.news3 .content{
    margin: 20px auto 40px auto;
}
.news3 .content iframe {
    width: 700px;
    height: 450px;
    padding-left: 100px;
    padding-top: 30px;
}
.white{
    color: white;
    background: url("../tt_02.png") repeat-x;
    height: 48px;

    width: 1100px;
    margin: 30px auto 20px;
    position: relative;
    z-index: 100;
}
.white a{
    color: white;
}
.white em{
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #0161b2;
    float: left;
    font-style: normal;
    margin-top: -13px;
}
.white i{
    background: url(../tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}


.linePic{
    max-height: 660px;
}
.linePic ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.linePic li{
    width: 345px;
    height: 330px;
    border-top: 3px solid #a00c21;
}
.linePic li img{
    width: 345px;
    height: 194px;
}
.linePic li .title{
    font-size: 16px;
    line-height: 29px;
    width: 100%;
    text-indent: 10px;
    font-weight: bold;
}
.linePic li .abstract{
    font-size: 13px;
    line-height: 24px;
    color: #717171;
}
.footer{
    padding: 15px 0 15px 0;
    background: url(../bg_b.png) no-repeat top center;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}
.m20 {
    margin-top: 20px;
}
.w1080{
    width: 1100px;
    margin: 120px auto 50px auto;
}