#bannar{
    height:400px;
    width:100%;
    overflow:hidden;
    position:relative;
}
#bannar #list{
    height:400px;
    width:1920px;
    margin-left:-960px;
    position:absolute;
    top:0;
    left:50%;
}
#bannar #list li{
    width:1920px;
    height:400px;

}
#bannar #num{
    position:absolute;
    left:48%;
    bottom:10px;
    z-index:9;
}
#num li{
    float:left;
    width:20px;
    height:20px;
    line-height:20px;
    margin-right:10px;
    cursor:pointer;
    color:#FFF;
    border:1px solid #fff;
    text-align:center;
    font-size: 12px; 
    font-family:'Arial';
}
.active {
    background:#ff6600;
}

.contentbox{
    width:100%;
    border-bottom:1px solid #ccc;
    padding-bottom:40px;
     background:url("../image/m1_bg.jpg");
}
.contentbox .content{
    width:1100px;
    margin:0 auto;
    overflow:hidden;
}
.contentbox1{
    width:100%;
    border-bottom:1px solid #ccc;
    padding-bottom:40px;
     background:url("404.png");
}
.contentbox1 .content{
    width:1002px;
    margin:0 auto;
    overflow:hidden;
}
.content .title{
    margin:50px 0 30px 0;   
}
.title h1{
    font-size:40px;
    text-align:center;
    margin-bottom:15px;
    font-weight:bold;
}
.title p{
    
    font-size:14px;
    margin:0 auto;
    text-align:center;
    color:#999;
    line-height:25px;
}

.part1{
    margin-top:15px;
}
.part1 ul{
    width:100%;
    overflow:hidden;
}
.part1 ul li{
    width:25%;
    text-align:center;
    overflow:hidden;
    float:left;
}
.part1 ul li img{
    margin:0 0 30px 0px;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
}
.part1 ul li img:hover{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.part1 ul li a{
    font-size: 20px;
    color:#000;
    font-weight:bold;
    display:block;
}
.part1 ul li p{
    width:82%;
    color:#999;
    margin:0px auto;
    padding:18px 0;
    line-height:25px;
    border-bottom:dashed 1px #ccc; height:80px;
}
.part1 ul li dl{
    width:242px;
    margin:10px auto;
    overflow:hidden;
}
.part1 ul li dl dd a.icon{
    font-size:13px;
    line-height:22px;
    font-weight:normal;
    color:#666;
    float:left;
    margin:5px 5px;
    width:108px;
    border:1px solid #ccc;
}
.part1 ul li dl dd a.icon:hover{
    background-color:#eee;  
}

.part3 ul{
    width:100%;
    overflow:hidden;
}
.part3 ul li{
    width:20%;
    float:left;
    text-align:center;
}
.part3 ul li div.circle{
    width:94px;
    height:94px;
    margin:0 auto;
    border:solid 1px #505465;
    border-radius:50%;
    position:relative;
    -webkit-transition:border,box-shadow 0.2s ease;
    -moz-transition:border,box-shadow 0.2s ease;
    -ms-transition:border,box-shadow 0.2s ease;
    -o-transition:border,box-shadow 0.2s ease;
    transition:border,box-shadow 0.2s ease;
}
.part3 ul li div.circle:hover{
    border-color: #f08300;
    box-shadow: inset 0 0 0 50px #f08300;
    -webkit-box-shadow: inset 0 0 0 50px #f08300;
}
.part3 ul li div.circle img{
    position:absolute;
    left:28px;
    top:28px;
}
.part3 ul li h1{
    font-size:22px;
    font-weight:bold;
    margin:20px 0; 
}
.part3 ul li p{
    width:180px;
    line-height:25px;
    color:#999;
    margin:0 auto;
}
.title p.underline{
    width:200px;
    text-indent:-9999px;
    border-bottom:solid 1px #f08300;
}
.about{
    background:url("../image/aboutbg.jpg") no-repeat center bottom;
    background-size: cover;
    
}
.part4{
    padding:20px 0;
}
.part4 ul{
    overflow:hidden;
}
.part4 ul li{
    width:320px;
    float:left;
}
.part4 ul li a{
    margin:0 auto;
    display:block;
    overflow:hidden;
}
.part4 ul li a h2{
    float:left;
    font-size:60px;
    color:#f08300;
    font-weight: 600;
}
.part4 ul li a h2 sup{
    font-size:35px;
    color:#f08300;
    font-weight: 600;
}
.part4 ul li a .instruction{
    float:left;
    margin:10px 0 0 20px;
}
.instruction h3,.instruction p{
    color:#fff;
}
.instruction h3{
    font-size:30px;
}
.instruction h3 sup{
    color:#f08300;
    font-size:18px;
    font-weight:bold;
}
.instruction p{
    font-size:16px;

}
.news_n{ 
    width:100%;
    background:#f6f6f6;
}
#about{
    width:1002px;
    margin:0px auto;
   
}
#about #research{
    width:1000px;
    height:507px;   
}
#research-left{
    margin:30px 0 0 5px;
    float:left;
    width:370px;
    height:300px;
    position:relative;  
}

#research-left .news-title .news-index{
    position:absolute;
    right:10px;
    z-index:2;
    bottom:10px;
}
.news-index-hover{
    background:#999;
    
}
#research-left .news-title .news-index ul li {
    float:left;
    font-size:14px;
    font-weight:600;
    width:20px;
    height:20px;
    line-height:20px;
    cursor:pointer;
    margin:0 3px;
    text-align:center;
    border:1px dashed #666;
    color:red;
    font-family:"宋体";
    font-weight:normal;
}
#research-left .news-title{
    position:absolute;
    width:360px;
    bottom:0px;
    padding-left:10px;
    height:40px;
    line-height:40px;
    opacity:0.5;
    background:#000;
    filter:Alpha(opacity=50);left:0;
}

#research-left .news-title a {
    font-size:13px;
    text-decoration:none;
    color:#fff;
    font-weight:normal;
    font-family:"宋体";
}
#research-left .news-title a:hover {
    color:red;
}
#research-right{
    margin:30px 0 0 5px;
    width:600px;
    float:right;
}
#research-right ul li{
line-height:18px;
}
#research-right ul li strong{
    font-weight:bold;
    font-size:16px;
    color:#666;
}
#research-right ul li a{
    color:#000;
    font-size:14px;
    cursor:pointer;
    outline:none;
}
#research-right ul li span{
    float:right;
    margin-right:30px;
    color:#666;
    font-size:12px;
    font-weight:bold;
}
#research-right ul li a:link,#research-right ul li a:visited{
    color:#666;
    text-decoration:none;
}
#research-right ul li a:hover,#research-right ul li a:active{
    color:#f28200;
    text-decoration:underline;
}

#about #cooperate{
    width:382px;
    height:350px;
    background:#f2f2f2;
    float:right;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #d1d1d1;
}
#about  h2.center{
    color:#000;
                font-size:38px; 
                text-align:center;
                margin-bottom: 15px;
                padding-top:35px;
}
#about p{
                font-size:14px;
    text-align:center;
    color:#999;
    line-height:25px;}
#about  .center a{color:#666;
                font-size:18px; }
#about #cooperate ul{
   width:369px;
   padding-left:15px;
   height:310px;
}
#about #cooperate ul li{
    float:left;
    margin:10px 10px 0px 10px;
    position:relative;
    _margin:10px 10px 0px 10px;
    width:156px;
    height:90px;
    
}
#about #cooperate ul li img{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #999;
    position:absolute;
    left:0px;
    top:0px;
}
#about #cooperate ul li img span{
    border:1px solid #e9e8e8;
    position:absolute;
    left:0px;
}