@charset "utf-8";
/* CSS Document */
.d-location{
    width: 100%;
}
.d-location .content{
    width: 1100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
    background: #f3f3f3;
    text-indent: 20px;
}
.d-box{
    width: 1100px;
    margin: 30px auto;
}
.d-box .left{
    width: 720px;
    float: left;
}
.d-box .left .brief{
    width: 100%;
    height: 148px;
}
.d-box .left .brief .img{
    width: 235px;
    height: 148px;
    border: 1px solid #e5e5e5;
    float: left;
}
.d-box .left .brief .text{
    width: 465px;
    float: right;
}
.d-box .left .brief .text .tit{
    font-size: 22px;
    padding-bottom: 10px;
}
.d-box .left .brief .text p{
    line-height: 26px;
}
.d-box .left .zongs{
    width: 100%;
    height: 220px;
    margin-top: 30px;
}
.d-box .left .zongs .tit{
    width: 100%;
    height: 25px;
    line-height: 22px;
    font-size: 22px;
    background: url(img/left-tit-icon.png);
    background-repeat: no-repeat;
    text-indent: 35px;
    margin-bottom: 20px;
}
.d-box .left .zongs ul{
    margin: -10px 0 0 -11px;
}
.d-box .left .zongs ul li{
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #d3d3d4;
    background: -webkit-linear-gradient(#fdfdfd,#f7f7f7);
    background: -o-linear-gradient(#fdfdfd,#f7f7f7);
    background: -moz-linear-gradient(#fdfdfd,#f7f7f7);
    background: -mos-linear-gradient(#fdfdfd,#f7f7f7);
    background: linear-gradient(#fdfdfd,#f7f7f7);
    margin: 10px 0 0 11px;
    float: left;
}
.d-box .left .zongs ul li:hover {
    background: #de6439;
}
.d-box .left .zongs ul li:hover a{
    color: #fff;
}
.d-box .left .list{
    width: 100%;
    margin-top: 30px;
}
.d-box .left .list ul .box{
    width: 678px;
    padding: 25px 20px;
    height: 223px;
    border: 1px solid #e5e5e5;
    margin-top: 18px;
}
.d-box .left .list ul .box:hover{
    border: 1px solid #b6e3dd;
    box-shadow: 0px 0px 9px #e5e5e5;
}
.d-box .left .list ul .box .tit{
    width: 678px;
    height: 40px;
    color: #2b9485;
    line-height: 40px;
    font-size: 22px;
    text-indent: 20px;
    background: #eeeeee;
}
.d-box .left .list ul .box .tit a{
    float: right;
    font-size: 18px;
    color: #2b9485;
    padding-right: 30px;
}
.d-box .left .list ul .box .tit .w-icon{
    display: none;
    float: right;
    padding-top: 17px;
    padding-left: 5px;
}
.d-box .left .list ul .box:hover .tit{
    background: #2b9485;
    color: #fff;
}
.d-box .left .list ul .box:hover .tit a{
    color: #fff;
}
.d-box .left .list ul .box:hover .tit .w-icon{
    display: block;
}
.d-box .left .list ul .box:hover .tit .g-icon{
    display: none;
}
.d-box .left .list ul .box .img{
    width: 250px;
    height: 160px;
    margin-top: 25px;
    float: left;
}
.d-box .left .list ul .box .text{
    width: 400px;
    height: 155px;
    margin-top: 25px;
    float: right;
}
.d-box .left .list ul .box .text ul li{
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 45px;
    border-bottom: 1px dashed #d2d2d2;
}
.d-box .left .list ul .box .text ul li:hover a{
    color: #f08553;
}
.d-box .left .list ul .box .text ul li:nth-child(1){
    background: url(img/d-list-1.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-position-x: 10px;
}
.d-box .left .list ul .box .text ul li:nth-child(2){
    background: url(img/d-list-2.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-position-x: 10px;
}
.d-box .left .list ul .box .text ul li:nth-child(3){
    background: url(img/d-list-3.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-position-x: 10px;
}
.d-box .left .list ul .box .text ul li:nth-child(4){
    background: url(img/d-list-4.png);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-position-x: 10px;
}



.all-right{
    width: 330px;
    padding: 30px 10px;
    border: 1px solid #e5e5e5;
    float: right;
}
.all-right .video .tit{
    width: 100%;
    height: 40px;
    font-size: 22px;
    background: url(img/d-tit.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.all-right .video .tit a{
    font-size: 18px;
    line-height: 18px;
    float: right;
	border: 1px solid #ccc;
    padding: 5px 7px 7px 7px;
    border-radius: 15px;
}
.all-right .video .tit a:hover{
    color: #de6439;
}
.all-right .video .tit a i{
    font-size: 14px;
}
.all-right .video .box{
    width: 100%;
    height: 190px;
    margin-top: 20px;
}
.all-right .news{
    margin: 30px 0;
}
.all-right .news .tit{
    width: 100%;
    height: 40px;
    font-size: 22px;
    background: url(img/d-tit.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.all-right .news .tit a{
    font-size: 18px;
    line-height: 18px;
    float: right;
	border: 1px solid #ccc;
    padding: 5px 7px 7px 7px;
    border-radius: 15px;
}
.all-right .news .tit a:hover{
    color: #de6439;
}
.all-right .news .tit a i{
    font-size: 14px;
}
.all-right .news ul li{
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #d2d2d2;
}
.all-right .news ul li:hover a{
    color: #de6439;
}
.all-right .news ul li:nth-child(1){
    background: url(img/d-news-1.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .news ul li:nth-child(2){
    background: url(img/d-news-2.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .news ul li:nth-child(3){
    background: url(img/d-news-3.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .news ul li:nth-child(4){
    background: url(img/d-news-4.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .news ul li:nth-child(5){
    background: url(img/d-news-5.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .news ul li:nth-child(6){
    background: url(img/d-news-6.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
}
.all-right .expert .tit{
    width: 100%;
    height: 40px;
    font-size: 22px;
    background: url(img/d-tit.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.all-right .expert .tit a{
    font-size: 18px;
    line-height: 18px;
    float: right;
	border: 1px solid #ccc;
    padding: 5px 7px 7px 7px;
    border-radius: 15px;
}
.all-right .expert .tit a:hover{
    color: #de6439;
}
.all-right .expert .tit a i{
    font-size: 14px;
}
.all-right .expert ul{
    margin: 0px 0 0 -10px;
}
.all-right .expert ul li{
    width: 160px;
    height: 190px;
    margin: 16px 0 0 10px;
    position: relative;
    float: left;
}
.all-right .expert ul li a img{
    display: block;
    width: 100%;
    height: 190px;
}
.all-right .expert ul li .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(img/ys-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}
.service{
    width: 1100px;
    margin: 0 auto 50px auto;
}
.service .tit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.service ul li{
    width: 183px;
    height: 175px;
    border-radius: 10px;
    float: left;
}
.service ul li:hover{
    background: #22a290;
}
.service ul li .icon{
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #1cae99;
    border-radius: 50%;
    margin: 25px auto 0 auto;
    position: relative;
}
.service ul li .icon img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.service ul li .title{
    font-size: 18px;
    text-align: center;
    margin: 15px 0 5px 0;
}
.service ul li p{
    font-size: 12px;
    text-align: center;
}
.service ul li:hover .title{
    color: #fff;
}
.service ul li:hover p{
    color: #fff;
}