/* å¤´éƒ¨ */
#home_li{
    background: #ff9c01
}



/* è½®æ’­å›¾ */


#slideShowContainer{
    
    /* margin-top: 10px;
    margin-left: 10px; */
    overflow: hidden;
    width:1250px;
    height:450px;
    position: relative;
    margin: 0px auto;
}
#slideShowContainer img{

    width:1250px;
    height: 450px;
    /* float: left; */
    transition: all 2s ease-out;
   
}
.moveright{
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(-1250px);
    -ms-transform: translateX(-1250px);
    -o-transform: translateX(-1250px);
    transform: translateX(-1250px);
}

.moveleft{
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(-1250px);
    -ms-transform: translateX(-1250px);
    -o-transform: translateX(-1250px);
    transform: translateX(-1250px);
}


#slideShowContainer img:hover{
    transform: scale(1.05);
}
#picUl{
    list-style: none;
    height: 450px;
}
#dotUl{
    top: 430px;
    left: 33%;
    list-style: none;
    display:flex;
    flex-direction: row;
    position:absolute;
    z-index: 2;
    padding-top:-1000px; 
}



#titleDiv{
    position: absolute;
    width: 100%;
    height: 42px;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    opacity:0.6;
    z-index: 1;
}
#titleDiv>span{
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 20px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#titleDiv>span>a{
    color: #FFFFFF;
}
.selected{
    width: 35px;
    height:2px;
    background-color: #FFFFFF;
    color: transparent;
    margin-left: 9px;
}
.unselected{
    width:35px;
    height:2px;
    background: #007130;
    color: transparent;
    margin-left: 9px;
}
.hide{
    display: none;
}
.show{
    display: block;
}

/* 

#banner {
    height:450px;
    width: 6250px;
    position: absolute;
    transition:1s;
    left: 0px;
}

#banner img {
    width:1250px;
    height: 100%;
    float: left;
    
}

#biao {
    position: absolute;
    top: 400px;
    left: 43%;
}

#biao_1 {

} */

/* æ•°æ®åº“ä»‹ç» */
#introduce{
margin-top:100px; 
height:200px;
width:1250px;
margin: 0px auto;
font-family:"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu 
}

#introduce_left{
width:1250px;
height: 100%;
/* background: rgb(243, 242, 245); */
float: left;
}
#introduce_left a{
    color: #337ab7;
    text-decoration: none;
}
#introduce_body a {
    color: #337ab7;
    text-decoration: none;
}
#introduce_left p{
    border-top:1px solid rgb(165, 159, 159);
    padding: 10px 30px 30px;
    font-size: 15px;
   
}
#introduce_left div{
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}


/* æ–°é—»å’Œå›¢é˜Ÿä»‹ç» */
#news_teamintroduce{
    width:1250px;
    height:250px;
    margin:auto;
}
#news{
    width: 600px;
    float: left;
}
#news_title{
    font-weight:600;
    font-size: 16px
}
#news_name{
    width:600px;
    /* line-height: 50px; */
    border-top:1px solid rgb(165, 159, 159);
    height:150px;
}
#news_name div{
    font-family: "Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu;
    font-size: 15px;
    color: #333;
}
#news_name{
    float:left;

}

/* #news_name div{
    width: 600px;
    height:20px;
} */
.news_right{
    float: right;
}
.news_left{
    width: 440px;
    height: 20px;
    float: left;
    padding: 10px 0px 6px 30px;
}
#news_name a {
    color: #337ab7;
}
#team_introduce{
    float:right;
    width: 600px;
}
 #team_introduce_title{
    font-weight: 600;
   font-size: 16px
}
#introduce_body  {
    border-top:1px solid rgb(165, 159, 159);
    padding: 10px 30px 30px;
    height:240px;
    font-size: 15px;
    font-family:"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu 
}
#introduce_body img{
   width:250px;
   /* height:150px; */
   float: left;
}
#introduce_body p{
    width:280px;
    float: right;
 }



 #team_introduce p, #news p{
     margin:0 0 0!important;
     margin-top:0!important 
 }

 #news p{
  font-size:15px;
  font-family: "Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu;
 }