
/*标签云*/

.mark{
    margin-top: 50px;
    padding: 20px 57px 35px;
    background-color: #7DC561;
}
.mark-title{
    margin-bottom: 20px;
    color: #fff;
}
.mark-box{
    margin: 5px;
    padding: 0 24px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
}
.mark-box:hover{
    background-color: #fff;
    color: #7DC561;
}
.marks a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.mark-box-left{
    float: left;
}
.mark-box-right{
    float: right;
}
/*list1*/
.list1{
    margin-top: 20px;
}
.list1-cont{
    padding: 0 0 10px;
    border-bottom: 1px solid #C5C5C5;
}
.list1-title,.list1-info{
    padding: 0;
}
.list1-info{
    font-size: 12px;
    color: #474747;
}
.list1-title p{
    margin: 10px 0;
    font-size: 16px;
    color: #109FD2;
}
.list1 a{
    text-decoration: none;
}
.more-box{
    padding: 0;
}
.more{
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #7DC561;
    color: #fff;
}
.more:hover{
    background-color: #58964b;
}
.list1-link-box{
    text-align: center;
}
.list1-link{
    margin: 35px auto 25px;
    width: 135px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #7BB6D2;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #9BCBE0;
}
.list1-link:hover{
    background-color: #9BCBE0;
    color: #fff;
}
/*part2轮播*/
.part2{
    padding-top: 20px;
    background-color: #68BBE7;
}
.part2-cont{
    position: relative;
}
.part2-title{
    font-size: 20px;
    color: #fff;
}
li{list-style:none;}
.scrollNews{
    margin: 50px 0 30px;
    width:100%;
    height: 600px;
    overflow:hidden;
}
.scrollNews dl{
    width:200%;
}
.scrollNews dd{
    position: relative;
    width: 11.7%;
    float:left;
    margin: 0 0.5%;
    overflow: hidden;
    display:inline;
}
.part2-box{
    margin-bottom: 20px;
}
.part2-pic-box{
    width: 100%;
    height: 173px;
    overflow: hidden;
}
.part2 a{
    text-decoration: none;
}
.pic-name{
    margin-bottom: 5px;
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    overflow: hidden;
}
.pic-name a{
    color: #676767;
}
.pic-name a:hover{
    color: #000;
}
.pic-info{
    padding-top: 10px;
    width: 100%;
    height: 95px;
    overflow: hidden;
    background-color: #fff;
}
.info-word{
    padding: 0 5%;
    height: 40px;
    text-indent: 30px;
    font-size: 12px;
    color: #A9A9A9;
}
.scroll-left,.scroll-right{
    position: absolute;
    width: 40px;
    height: 98px;
    top: 38%;
    cursor: pointer;
}
.scroll-left{
    left: -50px;
}
.scroll-right{
    right: -70px;
}
.scroll-left img,.scroll-right img{
    position: absolute;
}
.left-hidden,.right-hidden{
    display: none;
}
.scroll-left:hover .left-hidden{
    display: block;
}
.scroll-right:hover .right-hidden{
    display: block;
}
/*list3*/
.list3 a{
    text-decoration: none;
}
.list3-title-box{
    padding: 0;
}
.list3-title{
    margin-top: 20px;
    font-size: 20px;
}
.list3-box{
    padding: 15px 0;
    border-bottom: 1px dashed #CECECE;
}
.list3-pic-box{
    padding: 0;
    max-width: 200px;
    height: 120px;
    overflow: hidden;
}
.list3-info{
    padding-right: 0;
}
.info-title a{
    font-size: 16px;
    color: #109FD2;
}
.info-title a:hover{
    color: #333;
}
.info-cont{
    padding-right: 0;
    margin-top: 10px;
    color: #474747;
}
/*part4*/
.part4{
    padding: 100px 0 70px;
    text-align: center;
    background:url("../images/di.jpg");
}
.part4 dt{
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.part4 a,.part4 dd{
    line-height: 25px;
    text-decoration: none;
    color: #8280A4;
}
.part4 a:hover{
    color: #fff;
}
.menu{
    border-left: 1px solid #4C4C61;
    border-right: 1px solid #4C4C61;
}
.contact-title{
    padding-left: 42px;
    text-align: left;
}
.tel,.eml,.adr{
    float: left;
    width: 42px;
    height: 42px;
}
.tel{
    background: url("../images/tubiao.png");
}
.eml{
    background: url("../images/tubiao.png") left 0 top 84px;
}
.adr{
    background: url("../images/tubiao.png") left 0 top 42px;
}
.contact{
    float: left;
    height: 42px;
    line-height: 42px;
}
.clear{
    clear: both;
}
/*footer*/
