/* logo+search开始 */
.Top{
    height: 235px;
    background: url("../images/logobj.jpg") no-repeat center;
}
.Top .LoGo{
    float: left;
    width: 601px;
    height: 81px;
    margin-top: 73px;
}
.Top .Search{
    float: right;
    width: 400px;
    height: 50px;
    padding-left: 45px;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: 84px;
    background: url("../images/searchbj.png") no-repeat center;
}
.Top .Search input{
    display: block;
    width: 100%;
    height: 50px;
    line-break: 50px;
    outline: none;
    background: none;
    border: none;
    font-size: 16px;
    color: #ae2519;
}
.Top .Search input::placeholder{
    font-size: 16px;
    color: #ae2519;
}
.Top .Search button{
    position: absolute;
    right: 18px;
    top: 16px;
    width: 20px;
    height: 19px;
    cursor: pointer;
    background: url("../images/searchbtn.png") no-repeat center;
}
.Top .Search button:hover{
    background: url("../images/searchbtnac.png") no-repeat center;
}
/* logo+search结束 */

/* 导航开始 */
.Nav{
    height: 50px;
    padding-bottom: 14px;
    background: url("../images/navbj.png") no-repeat center;
}
.Nav ul li{
    float: left;
    width: 146px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    box-sizing: border-box;
    border-top: 3px solid #9b160a;
	/*transition: 0.5s;*/
}
.Nav ul li>a{
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.Nav ul li:hover{
    background: #ae2519;
    border-top: 3px solid #fdff24;
}
.Nav ul li.on{
    background: #ae2519;
    border-top: 3px solid #fdff24;
}
/* 导航结束 */

/* 头条开始 */
.Tou{
    padding: 30px 0;
}
.TouCen{
    padding: 19px 30px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.TouCen img{
    float: left;
    margin-right: 47px;
}
.TouCen h3 a{
    float: left;
    font-size: 30px;
    color: #000000;
    line-height: 45px;
}
.TouCen h3 a:hover{
    color: #ae2519;
}
/* 头条结束 */

/* 切换开始 */
.Qie{
    height: 440px;
    padding: 20px 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.QieCen{
    background: #fff;
    overflow: hidden;
}
.Qie .QieLeft{
    float: left;
    width: 150px;
  	display:none;
    height: 400px;
    background: url("../images/qiehuanbj.png") no-repeat left center;
}
.Qie .QieLeft ul li{
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}
.Qie .QieLeft ul li h2{
    font-size: 20px;
    color: #ffffff;
}
.Qie .QieLeft ul li.on h2{
    color: #fdff24;
}
.Qie .QieLeft ul li h2:hover{
    color: #fdff24;
}
.QieRight{
    float: right;
    width: 97%;
    margin-right: 20px;
}
.QieRight>ul>li{
    display: none;
}
.QieRightl{
    float: left;
    width: 640px;
    height: 360px;
    margin-top: 20px;
    position: relative;
}
.QieRightl .bd ul li{
    float: left;
    width: 640px;
    position: relative;
}
.QieRightl .bd ul li>a{
    display: block;
    width: 640px;
    height: 360px;
    overflow: hidden;
}
.QieRightl .bd ul li>a img{
    display: block;
    width: 640px;
    height: 360px;
}
.QieRightl .bd ul li:hover>a img{
    opacity:0.9;
    filter: alpha(opacity=90);
}
.QieRightl .bd ul li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 9;
    background: url("../images/blackbj.png") repeat;
}
.QieRightl .bd ul li h3 a{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.QieRightl .bd ul li h3 a:hover{
    font-weight: bold;
}
.QieRightl .hd{
    position: absolute;
    right: 30px;
    bottom: 22px;
    z-index: 9;
}
.QieRightl .hd ul li{
    float: left;
    width: 24px;
    height: 5px;
    margin-left: 3px;
    cursor: pointer;
    background: #ffffff;
}
.QieRightl .hd ul li.on{
    background: #ae251a;
}
.QieRightl .hd ul li:hover{
    background: #ae251a;
}
.QieRightl .prev{
    position: absolute;
    left: 0;
    top: 150px;
    width: 40px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/prev.jpg") no-repeat center;
}
.QieRightl .prev:hover{
    background: url("../images/prev1.jpg") no-repeat center;
}
.QieRightl .next{
    position: absolute;
    right: 0;
    top: 150px;
    width: 40px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/next.jpg") no-repeat center;
}
.QieRightl .next:hover{
    background: url("../images/next1.jpg") no-repeat center;
}
.QieRightr{
    float: right;
    width: 480px;
    margin-top: 5px;
}
.QieRightr .hd{
    height: 48px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dddddd;
}
.QieRightr .hd ul li{
    float: left;
    cursor: pointer;
    padding: 0 3px;
    line-height: 45px;
    margin-right: 16px;
}
.QieRightr .hd ul li h2 a{
    font-size: 16px;
    color: #333333;
}
.QieRightr .hd ul li.on{
    border-bottom: 3px solid #ae2519;
}
.QieRightr .hd ul li.on h2 a{
    color: #ae2519;
}
.QieRightr .bd ul li{
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #e6e6e6;
}
.QieRightr .bd ul li h3 a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.QieRightr .bd ul li h3 a:hover{
    color: #ae2519;
}
.QieRightr .bd ul li span{
    float: right;
    font-size: 15px;
    color: #999999;
}
.QieRightGong{
    margin-top: 46px;
}
.QieRightGong ol{
    width: 1010px;
}
.QieRightGong ol li{
    float: left;
    width: 147px;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-right: 21px;
    margin-bottom: 29px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.QieRightGong ol li h2 a{
    display: block;
    height: 108px;
    box-sizing: border-box;
    font-size: 16px;
    color: #999999;
    padding-top: 70px;
    font-weight: normal;
}
.QieRightGong ol li.QieGongLi1 h2 a{
    background: url("../images/QieGongLi1.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi2 h2 a{
    background: url("../images/QieGongLi2.png") no-repeat center 27px;
}
.QieRightGong ol li.QieGongLi3 h2 a{
    background: url("../images/QieGongLi3.png") no-repeat center 25px;
}
.QieRightGong ol li.QieGongLi4 h2 a{
    background: url("../images/QieGongLi4.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi5 h2 a{
    background: url("../images/QieGongLi5.png") no-repeat center 23px;
}
.QieRightGong ol li.QieGongLi6 h2 a{
    background: url("../images/QieGongLi6.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi7 h2 a{
    background: url("../images/QieGongLi7.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi8 h2 a{
    background: url("../images/QieGongLi8.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi9 h2 a{
    background: url("../images/QieGongLi9.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi10 h2 a{
    background: url("../images/QieGongLi10.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi11 h2 a{
    background: url("../images/QieGongLi11.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi12 h2 a{
    background: url("../images/QieGongLi12.png") no-repeat center 22px;
}
.QieRightGong ol li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    border-color: #ae2519;
}
.QieRightGong ol li:hover h2 a{
    color: #ae2519;
}
.QieRightGong ol li.QieGongLi1:hover h2 a{
    background: url("../images/QieGongLi1_1.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi2:hover h2 a{
    background: url("../images/QieGongLi2_1.png") no-repeat center 27px;
}
.QieRightGong ol li.QieGongLi3:hover h2 a{
    background: url("../images/QieGongLi3_1.png") no-repeat center 25px;
}
.QieRightGong ol li.QieGongLi4:hover h2 a{
    background: url("../images/QieGongLi4_1.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi5:hover h2 a{
    background: url("../images/QieGongLi5_1.png") no-repeat center 23px;
}
.QieRightGong ol li.QieGongLi6:hover h2 a{
    background: url("../images/QieGongLi6_1.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi7:hover h2 a{
    background: url("../images/QieGongLi7_1.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi8:hover h2 a{
    background: url("../images/QieGongLi8_1.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi9:hover h2 a{
    background: url("../images/QieGongLi9_1.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi10:hover h2 a{
    background: url("../images/QieGongLi10_1.png") no-repeat center 22px;
}
.QieRightGong ol li.QieGongLi11:hover h2 a{
    background: url("../images/QieGongLi11_1.png") no-repeat center 24px;
}
.QieRightGong ol li.QieGongLi12:hover h2 a{
    background: url("../images/QieGongLi12_1.png") no-repeat center 22px;
}
.QieRightGong>a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: #fafafa;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.QieRightGong>a:hover{
    color: #ffffff;
    background: #ae2519;
}
.QieRightTi{
    padding-top: 20px;
}
.QieRightTi ul{
    width: 1010px;
}
.QieRightTi ul li{
    float: left;
    width: 323px;
    height: 90px;
    margin-bottom: 10px;
    margin-right: 11px;
}
.QieRightTi ul li>a{
    display: block;
}
.QieRightTi>a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: #fafafa;
    margin-top: 10px;
}
.QieRightTi>a:hover{
    color: #ffffff;
    background: #ae2519;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.QieRightGai{
    padding-top: 6px;
}
.QieRightGai .hd{
    height: 47px;
    border-bottom: 1px solid #dddddd;
}
.QieRightGai .hd ul li{
    float: left;
    padding: 0 3px;
    margin-right: 19px;
    cursor: pointer;
}
.QieRightGai .hd ul li h2,.QieRightGai .hd ul li h2 a{
    font-size: 16px;
    color: #333333;
    line-height: 44px;
}
.QieRightGai .hd ul li.on{
    border-bottom: 3px solid #ae2519;
}
.QieRightGai .hd ul li.on h2{
    color: #ae2519;
}
.QieRightGai .hd ul li:hover{
    border-bottom: 3px solid #ae2519;
}
.QieRightGai .hd ul li:hover h2,.QieRightGai .hd ul li:hover h2 a{
    color: #ae2519;
}
.QieRightGai .hd ul a.other{
    display: block;
    float: left;
    width: 70px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #333;
    margin-right: 19px;
}
.QieRightGai .hd ul a.other:hover {
    border-bottom: 3px solid #ae2519;
    color: #ae2519;
}
.QieRightGai .bd ul li{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-top: 14px;
    padding-bottom: 20px;
}
.QieRightGai .bd ul li p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.QieRightGai .more{
    text-align: right;
}
.QieRightGai .more a{
    font-size: 14px;
    color: #999999;
}
.QieRightGai .more a:hover{
    color: #ae2519;
}
/* 切换结束 */

/* 服务大厅开始 */
.FuWu{
    padding: 30px 0;
}
.FuWuCen{
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.FuWuTop{
    height: 82px;
    border-bottom: 1px solid #e6e6e6;
}
.FuWuTop h2{
    height: 85px;
    padding-top: 10px;
    line-height: 73px;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/fuwubj.png") no-repeat center bottom;
}
.FuWuTop h2 a{
    font-size: 36px;
    color: #ae2519;
    font-style: italic;
}
.FuWuBot{
   // height: 219px;
  overflow:hidden;
  padding:20px 15px;
    box-sizing: border-box;
}
.FuWuBot .prev{
    float: left;
    width: 40px;
    height: 60px;
    cursor: pointer;
    margin-top: 60px;
    margin-right: 30px;
    background: url("../images/fuwuprev.jpg") no-repeat center;
}
.FuWuBot .prev:hover{
    background: url("../images/fuwuprev1.jpg") no-repeat center;
}
.FuWuBot .next{
    float: right;
    width: 40px;
    height: 60px;
    cursor: pointer;
    margin-top: 60px;
    background: url("../images/fuwunext.jpg") no-repeat center;
}
.FuWuBot .next:hover{
    background: url("../images/fuwunext1.jpg") no-repeat center;
}
.FuWuBot .prev,.FuWuBot .next{
display:none!important
}
.FuWuBot .bd{
    float: left;
    width: 100%;
}
.FuWuBot .bd ul li{
    float: left;
    width: 156px;
    height: 180px;
    text-align: center;
    background: #fafafa;
    margin:0 4px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.FuWuBot .bd ul li h2 a{
    display: block;
    width: 156px;
    height: 180px;
    box-sizing: border-box;
    padding-top: 112px;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}
.FuWuBot .bd ul li.FuWuLi1 h2 a{
    background: url("../images/FuWuLi1.png") no-repeat center 48px;
}
.FuWuBot .bd ul li.FuWuLi2 h2 a{
    background: url("../images/FuWuLi2.png") no-repeat center 48px;
}
.FuWuBot .bd ul li.FuWuLi3 h2 a{
    background: url("../images/FuWuLi3.png") no-repeat center 47px;
}
.FuWuBot .bd ul li.FuWuLi4 h2 a{
    background: url("../images/FuWuLi4.png") no-repeat center 47px;
}
.FuWuBot .bd ul li.FuWuLi5 h2 a{
    background: url("../images/FuWuLi5.png") no-repeat center 51px;
}
.FuWuBot .bd ul li.FuWuLi6 h2 a{
    background: url("../images/FuWuLi6.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi7 h2 a{
    background: url("../images/FuWuLi7.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi8 h2 a{
    background: url("../images/FuWuLi8.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi9 h2 a{
    background: url("../images/FuWuLi9.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi10 h2 a{
    background: url("../images/FuWuLi10.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi11 h2 a{
    background: url("../images/FuWuLi11.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi12 h2 a{
    background: url("../images/FuWuLi12.png") no-repeat center 52px;
}
.FuWuBot .bd ul li:hover{
    background: #ae2519;
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
}
.FuWuBot .bd ul li:hover h2 a{
    color: #ffffff;
}
.FuWuBot .bd ul li.FuWuLi1:hover h2 a{
    background: url("../images/FuWuLi1_1.png") no-repeat center 48px;
}
.FuWuBot .bd ul li.FuWuLi2:hover h2 a{
    background: url("../images/FuWuLi2_1.png") no-repeat center 48px;
}
.FuWuBot .bd ul li.FuWuLi3:hover h2 a{
    background: url("../images/FuWuLi3_1.png") no-repeat center 47px;
}
.FuWuBot .bd ul li.FuWuLi4:hover h2 a{
    background: url("../images/FuWuLi4_1.png") no-repeat center 47px;
}
.FuWuBot .bd ul li.FuWuLi5:hover h2 a{
    background: url("../images/FuWuLi5_1.png") no-repeat center 51px;
}
.FuWuBot .bd ul li.FuWuLi6:hover h2 a{
    background: url("../images/FuWuLi6_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi7:hover h2 a{
    background: url("../images/FuWuLi7_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi8:hover h2 a{
    background: url("../images/FuWuLi8_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi9:hover h2 a{
    background: url("../images/FuWuLi9_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi10:hover h2 a{
    background: url("../images/FuWuLi10_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi11:hover h2 a{
    background: url("../images/FuWuLi11_1.png") no-repeat center 52px;
}
.FuWuBot .bd ul li.FuWuLi12:hover h2 a{
    background: url("../images/FuWuLi12_1.png") no-repeat center 52px;
}
/* 服务大厅结束 */

/* 小banner开始 */
.SmallBanner{
    height: 120px;
    padding-bottom: 29px;
}
.SmallCen{
    position: relative;
}
.SmallBanner .hd{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}
.SmallBanner .hd ul li{
    float: left;
    width: 24px;
    height: 5px;
    margin-left: 3px;
    cursor: pointer;
    background: #ffffff;
}
.SmallBanner .hd ul li.on{
    background: #ae251a;
}
.SmallBanner .hd ul li:hover{
    background: #ae251a;
}
/* 小banner结束 */

/* 职工风采开始 */
.FengCai{
    height: 593px;
    background: #fafafa;
}
.FengCaiBot{
    padding-top: 31px;
    overflow: hidden;
}
.FengCaiLao{
    float: left;
    width: 380px;
    height: 457px;
    background: #ffffff;
    padding: 16px 20px 0;
    box-sizing: border-box;
}
.FengCaiLaoTop{
    height: 50px;
    border-bottom: 1px solid #dddddd;
}
.FengCaiLaoTop h2{
    float: left;
    font-size: 18px;
    color: #ae2519;
    line-height: 49px;
    padding: 0 3px;
    border-bottom: 3px solid #ae2519;
}
.FengCaiLaoTop>a{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
}
.FengCaiLaoTop>a:hover{
    color: #ae2519;
}
.FengCaiLaoBot{
    padding-top: 20px;
}
.FengCaiLaoBots{
    width: 340px;
    height: 191px;
    position: relative;
}
.FengCaiLaoBots h3 a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    z-index: 9;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    background: url("../images/blackbj.png") repeat;
}
.FengCaiLaoBots h3 a:hover{
    font-weight: bold;
}
.FengCaiLaoBot ul{
    padding-top: 13px;
}
.FengCaiLaoBot ul li{
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #e6e6e6;
}
.FengCaiLaoBot ul li h3 a{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.FengCaiLaoBot ul li h3 a:hover{
    color: #ae2519;
}
.FengCaiLaoBot ul li span{
    float: right;
    font-size: 15px;
    color: #999999;
}
.FengCaiBi{
    margin: 0 20px;
}
/* 职工风采结束 */

/* 友情链接开始 */
.You{
    padding: 20px 0;
    border-top: 3px solid #ae2519;
}
.You ul li{
    float: left;
    width: 380px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding-left: 20px;
    padding-right: 29px;
    margin-right: 20px;
    position: relative;
}
.You ul li em{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    background: url("../images/sanjiao.png") no-repeat right center;
}
.You ul li:hover em{
    color: #ae2519;
}
.YouYin{
    position: absolute;
    width: 100%;
    height: 240px;
    overflow-y: auto;
    left: 0;
    bottom: 39px;
    padding: 15px 0;
    background: #f5f5f5;
    box-sizing: border-box;
    display: none;
    z-index: 100;
}
.YouYin a{
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}
.YouYin a:hover{
    color: #ae2519;
    background: #ffffff;
}
.You ul li:hover .YouYin{
    display: block;
}
/* 友情链接结束 */

/* 底部开始 */
.Bottom{
    width: 100%;
    height: 220px;
    background: #9b160a;
    box-sizing: border-box;
    padding-top: 31px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.Bottom .Bottom1{
    float: left;
    width: 116px;
    height: 82px;
    border-right: 1px dashed #ffffff;
}
.Bottom .Bottom1 ul li{
    width: 100%;
}
.Bottom .Bottom1 a{
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.Bottom .Bottom1 a:hover{
    color: #fff;
}
.Bottom .Bottom2{
    width: 306px;
    padding-left: 61px;
}
.Bottom .Bottom2 .GaBa{
    padding-left: 26px;
    background: url("../images/gaba.png") no-repeat left center;
}
.Bottom .Bottom3{
    width: 347px;
    padding-left: 66px;
}
.Bottom .Bottom4{
    width: 216px;
    padding-left: 65px;
    border-right: 0;
}
.Bottom .Bottom4 .BottomImg1{
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
.Bottom .Bottom4 .BottomImg2{
    float: right;
    margin-top: 9px;
}
.Bottom a[href]:hover{
    color: #fdff24;
}
/* 底部结束 */



.DaTing{
    height: auto!important;
  overflow:hidden;
  padding-bottom:10px;
    background-color: #fafafa;
}
.DaTing ul{
  display:flex;
  padding-right:10px;
  flex-wrap:wrap;
  justify-content:space-between;
}
.DaTing ul li{
    float: left;
    width: 160px;
    height: 150px;
    box-sizing: border-box;
/*    border: 1px solid #fafafa;*/
    text-align: center;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    margin-left: 8px;
    margin-top: 8px;
    background: #ffffff;
}
.DaTing ul li h2 a{
    display: block;
    height: 150px;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    box-sizing: border-box;
    padding-top: 100px;
}
.DaTing ul li.DaTingLi1 h2 a{
    background: url("../images/FuWuLi7.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi2 h2 a{
    background: url("../images/FuWuLi8.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi3 h2 a{
    background: url("../images/FuWuLi11.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi4 h2 a{
    background: url("../images/FuWuLi10.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi5 h2 a{
    background: url("../images/FuWuLi9.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi6 h2 a{
    background: url("../images/FuWuLi12.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi7 h2 a{
    background: url("../images/FuWuLi1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi8 h2 a{
    background: url("../images/FuWuLi4.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi9 h2 a{
    background: url("../images/FuWuLi2.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi10 h2 a{
    background: url("../images/FuWuLi3.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi11 h2 a{
    background: url("../images/FuWuLi5.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi12 h2 a{
    background: url("../images/FuWuLi6.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi13 h2 a{
  background: url("../images/FuWuLi13.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi1:hover h2 a{
    background: url("../images/FuWuLi7_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi2:hover h2 a{
    background: url("../images/FuWuLi8_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi3:hover h2 a{
    background: url("../images/FuWuLi11_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi4:hover h2 a{
    background: url("../images/FuWuLi10_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi5:hover h2 a{
    background: url("../images/FuWuLi9_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi6:hover h2 a{
    background: url("../images/FuWuLi12_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi7:hover h2 a{
    background: url("../images/FuWuLi1_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi8:hover h2 a{
    background: url("../images/FuWuLi4_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi9:hover h2 a{
    background: url("../images/FuWuLi2_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi10:hover h2 a{
    background: url("../images/FuWuLi3_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi11:hover h2 a{
    background: url("../images/FuWuLi5_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi12:hover h2 a{
    background: url("../images/FuWuLi6_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li.DaTingLi13:hover h2 a{
  background: url("../images/FuWuLi13_1.png") no-repeat center 45px / 40px 40px;
}
.DaTing ul li:hover{
    z-index:2;
    -webkit-transform:  translate3D(0,-3px,0);
    -moz-transform: translate3D(0,-3px,0);
    -ms-transform:  translate3D(0,-3px,0);
    transform:  translate3D(0,-3px,0);
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);
    background: #ae2519 !important;
}
.DaTing ul li:hover h2 a{
    color: #ffffff;
}