@charset "utf-8";

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 700px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 700px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    background: url(http://suyou.test.dginfo.com/t/s/suyou/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;zoom:1;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.fullSlide .hd ul .on {
    background: #d81b1a;
    border: 1px solid #d81b1a;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(http://suyou.test.dginfo.com/t/s/suyou/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://suyou.test.dginfo.com/t/s/suyou/pc/images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}



/*标题*/
.itit{
    margin:0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.itit .itit-t1{
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    z-index: 1;
    position: relative;
    display: table;
    margin: auto;
    padding: 0 70px;
}
.itit .itit-t1:after,.itit .itit-t1:before{
    content:"";
    width: 58px;
    height: 16px;
    position: absolute;
    top: 15px;
}
.itit .itit-t1:before{
    background: url(../images/tit-fl.png) center no-repeat;
    left: 0;
}
.itit .itit-t1:after{
    background: url(../images/tit-fr.png) center no-repeat;
    right: 0;
}
.itit .itit-t2{
    color: #5a5a5a;
    font-size: 18px;
    margin-top: 10px;
}
.ititfff .itit-t1,.ititfff .itit-t2{
    color: #fff;
}
.ititfff .itit-t1:before{
    background: url(../images/tit-fffl.png) center no-repeat;
    left: 0;
}
.ititfff .itit-t1:after{
    background: url(../images/tit-fffr.png) center no-repeat;
    right: 0;
}


/*四大图标*/
.itubiao{
    margin-top: 50px;
}
.itubiao ul{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
}
.itubiao ul li{
    width: 25%;
    float: left;
}
.itubiao ul li img{
    display: block;
}
.itubiao ul li p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}


/*定制*/
.idingzhi{
    margin-top: 70px;
}
.idingzhi-list{
    border-top: 1px solid #e7e7e7;
}
.idingzhi-list .tab-hd ul li{
    float: left;
    width: 33.33%;
    cursor: pointer;
    padding: 20px 0;
}
.idingzhi-list .tab-hd ul li .dit{
    display: table;
    margin: auto;
}
.idingzhi-list .tab-hd ul li i{
    display: block;
    width: 66px;
    height: 44px;    
    float: left;
    margin-top: 5.5px;
}
.idingzhi-list .tab-hd ul li i.tb01{
    background: url(../images/itb05.png) center no-repeat;
}
.idingzhi-list .tab-hd ul li i.tb02{
    background: url(../images/itb06.png) center no-repeat;
}
.idingzhi-list .tab-hd ul li i.tb03{
    background: url(../images/itb07.png) center no-repeat;
}
.idingzhi-list .tab-hd ul li dl{
    float: left;
    margin-left: 10px;
}
.idingzhi-list .tab-hd ul li dl dt{
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
}
.idingzhi-list .tab-hd ul li dl dd{
    font-size: 12px;
    color: #797979;
    line-height: 15px;
    margin-top: 5px;
}
.idingzhi-list .tab-hd ul li.on{
    background: #d81b1a;
}
.idingzhi-list .tab-hd ul li.on dl dt,.idingzhi-list .tab-hd ul li.on dl dd{
    color: #fff;
}
.idingzhi-list .tab-hd ul li.on i.tb01{
    background: url(../images/itb05on.png) center no-repeat;
}
.idingzhi-list .tab-hd ul li.on i.tb02{
    background: url(../images/itb06on.png) center no-repeat;
}
.idingzhi-list .tab-hd ul li.on i.tb03{
    background: url(../images/itb07on.png) center no-repeat;
}
.idingzhi-list .tab-bd .tab-pal{
    position: relative;
}
.idingzhi-list .tab-bd .tab-pal .img{
    height: 630px;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fl{
    width: 270px;
    background: #d81b1a;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 30px 0;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fl i{
    font-size: 60px;
    font-style: inherit;
    color: #eca8a8;
    position: relative;
    padding-bottom: 25px;
    display: block;
    margin-bottom: 25px;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fl i:before{
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fl dl dt{
    font-size: 18px;
    color: #fff;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fl dl dd{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fr{
    width: 890px;
    padding: 40px 0;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fr .brief{
    float: left;
    width: 670px;
    font-size: 16px;
    line-height: 25px;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fr .more{
    width: 150px;
    background: #d81b1a;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    float: right;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fr .more a{
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding-right: 20px;
    background: url(../images/itb13.png) 105px center no-repeat;
}
.idingzhi-list .tab-bd .tab-pal .wz .idz-fr .more a:hover{
    opacity: .8;
}


/*产品中心*/
.ipro{
    background: #f5f5f5;
    padding: 70px 0;
}
.ipro-list .tab-hd{
    margin-bottom: 30px;
}
.ipro-list .tab-hd ul li{
    width: 154px;
    float: left;
    background: #fff;
    margin-left: 20px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.ipro-list .tab-hd ul li:first-child{
    margin-left: 0;
}
.ipro-list .tab-hd ul li a{
    padding-left: 16px;
    color: #333;
    background: url(../images/itb14.png) left no-repeat;
}
.ipro-list .tab-hd ul li.on{
    background: #d81b1a;
    color: #fff;
}
.ipro-list .tab-hd ul li.on a{
    color: #fff;
    background: url(../images/itb14on.png) left no-repeat;
}
.ipro-list .tab-bd .iprotop{
    background: #fff;
}
.ipro-list .tab-bd .iprotop .bigimg{
    float: left;
    width: 600px;
}
.ipro-list .tab-bd .iprotop .bigimg img{
    display: block;
    /* width: 600px; */
    height: 400px;
    margin: auto;
}
.ipro-list .tab-bd .iprotop .bigimg:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-list .tab-bd .iprotop .wz{
    float: right;
    width: 500px;
    padding: 100px 50px 0;
}
.ipro-list .tab-bd .iprotop .wz dl dt a{
    font-size: 24px;
    font-weight: bold;
}
.ipro-list .tab-bd .iprotop .wz dl dd{
    color: #5a5a5a;
    line-height: 28px;
    margin-top: 20px;
}
.ipro-list .tab-bd .iprotop .wz .more{
    height: 40px;
    margin-top: 60px;
}
.ipro-list .tab-bd .iprotop .wz .more a{
    background: #d81b1a;
    color: #fff;
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.ipro-list .tab-bd .iprobot{
    margin-top: 30px;
}
.ipro-list .tab-bd .iprobot ul li{
    float: left;
    width: 285px;
    margin-left: 20px;
    background: #fff;
}
.ipro-list .tab-bd .iprobot ul li:first-child{
    margin-left: 0;
}
.ipro-list .tab-bd .iprobot ul li .pors{
    position: relative;
    overflow: hidden;
}
.ipro-list .tab-bd .iprobot ul li .pors .bigimg img{
    width: 285px;
    /* height: 190px; */
}
.ipro-list .tab-bd .iprobot ul li:hover .pors .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-list .tab-bd .iprobot ul li .pors dl{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(216 27 26 / 80%);
    bottom: -285px;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
}
.ipro-list .tab-bd .iprobot ul li:hover .pors dl{
    bottom: 0;
}
.ipro-list .tab-bd .iprobot ul li .pors dl img{
    display: block;
    margin: auto;
    margin-top: 125px;
}
.ipro-list .tab-bd .iprobot ul li .pors dl dd{
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}
.ipro-list .tab-bd .iprobot ul li p{
    text-align: center;
    line-height: 40px;
}
.ipro-list .tab-bd .iprobot ul li:hover p{
    background: #d81b1a;
    color: #fff;
}


/*优势*/
.iyoushi{
    background: url(../images/iys-bj.jpg) center no-repeat;
    height: 540px;
    padding-top: 60px;
}
.iyoushi-list{
    margin-top: 70px;
}
.iyoushi-list ul li{
    float: left;
    width: 237px;
    padding: 60px 0;
    height: 230px;
    position: relative;
    margin-left: 3px;
}
.iyoushi-list ul li:first-child{
    margin-left: 0;
}
.iyoushi-list ul li:first-child:before{
    display: none;
}
.iyoushi-list ul li:before{
    content: "";
    width: 3px;
    height: 100%;
    background: url(../images/itb16.png) center top repeat;
    position: absolute;
    top: 0;
    left: -3px;
}
.iyoushi-list ul li .sz{
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.iyoushi-list ul li i{
    display: block;
    width: 58px;
    height: 51px;
    margin: 60px auto 0;
}
.iyoushi-list ul li i.tb01{
    background: url(../images/itb08.png) center no-repeat;
}
.iyoushi-list ul li i.tb02{
    background: url(../images/itb09.png) center no-repeat;
}
.iyoushi-list ul li i.tb03{
    background: url(../images/itb10.png) center no-repeat;
}
.iyoushi-list ul li i.tb04{
    background: url(../images/itb11.png) center no-repeat;
}
.iyoushi-list ul li i.tb05{
    background: url(../images/itb12.png) center no-repeat;
}
.iyoushi-list ul li dl{
    margin-top: 35px;
}
.iyoushi-list ul li dl dt{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.iyoushi-list ul li dl dd{
    display: none;
}
.iyoushi-list ul li dl span{
    text-align: center;
    color: #e49292;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.iyoushi-list ul li:hover{
    background: rgb(255 255 255 / 80%);
}
.iyoushi-list ul li:hover .sz,.iyoushi-list ul li:hover dl span{
    display: none;
}
.iyoushi-list ul li:hover i{
    margin-top: 0;
}
.iyoushi-list ul li:hover dl dt{
    color: #333;
}
.iyoushi-list ul li:hover dl dd{
    display: block;
    padding:0 10px;
    color: #5a5a5a;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}
.iyoushi-list ul li:hover i.tb01{
    background: url(../images/itb08on.png) center no-repeat;
}
.iyoushi-list ul li:hover i.tb02{
    background: url(../images/itb09on.png) center no-repeat;
}
.iyoushi-list ul li:hover i.tb03{
    background: url(../images/itb10on.png) center no-repeat;
}
.iyoushi-list ul li:hover i.tb04{
    background: url(../images/itb11on.png) center no-repeat;
}
.iyoushi-list ul li:hover i.tb05{
    background: url(../images/itb12on.png) center no-repeat;
}


/*行业应用*/
.iyingyong{
    margin-top: 70px;
}
#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}
#certify .swiper-container {
    padding: 10px 0;
}
#certify .swiper-slide {
    width: 520px;
    background: #fff;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
}
#certify .swiper-slide:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
}
#certify .swiper-slide-active:before{
    display: none;
}
#certify  .swiper-slide img{
    display:block;
}
#certify  .swiper-slide p {
    line-height: 70px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    margin: 0;
    font-size: 18px;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: 270px;
    width: 56px;
    height: 56px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -56px;
    background-size: 100%;
}
#certify .swiper-button-next {
    right: 270px;
    width: 56px;
    height: 56px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -112px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -168px;
    background-size: 100%
}


/*合作伙伴*/
.ihzhb{
    margin-top: 70px;
}
.ihzhb-tit{
    margin-bottom: 30px;
    line-height: 40px;
    background: url(../images/itb15.png) center repeat-x;
}
.ihzhb-tit .wz{
    font-size: 30px;
    padding-right: 20px;
    background: #fff;
}
.ihzhb-tit .more{
    width: 90px;
    background: #fff;
    padding-left: 20px;
}
.ihzhb-tit .more a{
    color: #666;
}
.ihzhb-tit .more a:hover{
    color: #d81b1a;
}
.ihzhb-tit .more a span{
    display: block;
    float: left;
    background: #d81b1a;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 20px;
    margin-top: 10px;
}
.ihzhb ul li{
    float: left;
    border: 1px solid #f0f0f0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 222px;
}
.ihzhb ul li img{
    width: 222px;
    /* height: 141px; */
}
.ihzhb ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}


/*关于我们*/
.iabout{
    background: url(../images/iabout-img.jpg) center top no-repeat;
    padding-top: 490px;
    margin-top: 50px;
}
.iabout-bj{
    background: #fff;
    padding: 60px 60px 0;
}
.iabout-tit{
    margin-bottom: 30px;
}
.iabout-tit .t1{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.iabout-tit .xian{
    height: 2px;
    width: 380px;
    background: #e1e1e1;
    margin: 20px auto;
    position: relative;
}
.iabout-tit .xian:after,.iabout-tit .xian:before{
    content:"";
    position: absolute;
    height: 2px;
    width: 40px;
    right: 50%;
}
.iabout-tit .xian:after{
    background: #333;
    margin-right: -40px;
}
.iabout-tit .xian:before{
    background: #d81b1a;
    margin-left: -40px;
}
.iabout-tit .t2{
    font-size: 18px;
    text-align: center;
}
.iabout-nr{
    color: #666;
    text-align: center;
    line-height: 25px;
}
.iphoto-list{
    margin-top: 30px;
}
.iphoto-list .tab-hd{}
.iphoto-list .tab-hd ul{
    display: table;
    margin: auto;
}
.iphoto-list .tab-hd ul li{
    float: left;
    border-left: 1px solid #dcdcdc;
}
.iphoto-list .tab-hd ul li:first-child{
    border-left: 0;
}
.iphoto-list .tab-hd ul li a{
    display: block;
    padding: 10px 40px;
    background: #f3f3f3;
    color: #333;
}
.iphoto-list .tab-hd ul li.on a{
    background: #d81b1a;
    color: #fff;
}
.iphoto-list .tab-bd{
    margin-top: 20px;
}
.iphoto-gd{
   position:relative;
}
.iphoto-gd .preva,.iphoto-gd .nexta{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    bottom: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    z-index: 99;
    margin-bottom: -20px;
}
.iphoto-gd .preva{
    left: 10px;
    background: url(../images/iphoto-jt.png) no-repeat;
}
.iphoto-gd .nexta{
    right: 10px;
    background: url(../images/iphoto-jt.png) 0px 80px;
}
.iphoto-gd .preva:hover{    
    background: url(../images/iphoto-jt.png) 0px 120px;
}
.iphoto-gd .nexta:hover{    
    background: url(../images/iphoto-jt.png) 0px 40px;
}
.iphoto-gd .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iphoto-gd .bd ul li{
    width: 220px;
    float:left;
    _display:inline;
    overflow:hidden;
    margin: 0 10px;
    position: relative;
}
.iphoto-gd .bd ul li img{
    width:220px;
    height: 170px;
    display: block;
}
.iphoto-gd .bd ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.iphoto-gd .bd ul li p{
    text-align:center;
    line-height: 40px;
    font-size: 15px;
    border-bottom: 2px solid #e1e1e1;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.iphoto-gd .bd ul li:hover p{    
    border-bottom: 2px solid #d81b1a;
}
.iphoto-gd .tempWrap{
    display: block;
    margin:auto;
}


/*定制流程*/
.iliucheng{
    margin-top: 70px;
}
.iliucheng ul li{
    float: left;
    width: 208px;
    border-left: 1px solid #ebebeb;
    padding: 30px 15px;
    height: 180px;
    overflow: hidden;
}
.iliucheng ul li:last-child{    
    border-right: 1px solid #ebebeb;
}
.iliucheng ul li i{
    font-style: inherit;
    font-size: 22px;
    display: block;
    width: 50px;
    height: 50px;
    background: #646464;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: 30px auto 0;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
}
.iliucheng ul li dl{
    margin-top: 25px;
}
.iliucheng ul li dl dt{
    font-size: 20px;
    text-align: center;
}
.iliucheng ul li dl span{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
}
.iliucheng ul li dl dd{
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    display: none;
}
.iliucheng ul li:hover{
    background: #d81b1a;
    border-radius: 10px;
}
.iliucheng ul li:hover i{
    background: #fff;
    color: #d81b1a;
    margin-top: 0;
}
.iliucheng ul li:hover dl dt{
    color: #fff;
}
.iliucheng ul li:hover dl dd{
    display: block;
    color: #fff;
}


/*新闻资讯*/
.inews{margin-top: 70px;background: #f5f5f5;padding:50px 0;}
.news1{width: 780px;overflow: hidden;}
.n_nav{height:40px;overflow: hidden;border-bottom: 1px solid #bebebe;}
.n_nav span a{font-size: 14px;color: #666;line-height: 40px;}
.n_nav span a:hover,.wt h4 span a:hover{color: #d81b1a;}
.n_nav li{ float: left;margin-right: 14px;padding-right: 20px;}
.n_nav li a{color: #333;font-size: 24px;line-height: 38px;display: inline-block;height: 38px;}
.n_nav li a:hover , .n_nav .cur a{color: #333;border-bottom: 2px solid #d81b1a;}
.n_nav .nobg{background:none;}
.news_c{margin-top: 20px;}
.news_c dl{overflow: hidden;}
.news_c dt{overflow: hidden;float: left;}
.news_c dt a{display: block;float: right;}
.news_c dt img{width: 280px;height: 170px;display: block;border: 1px solid #eee;}
.news_c dd{width: 480px;float: right;}
.news_c dd h3{font-size: 16px;line-height: 24px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.news_c dd h3 a{font-weight: bold;}
.news_c dd span{display: block;color: #999;font-size: 14px;margin: 10px 0;background: url(../images/ft_2.png) left no-repeat;padding-left: 20px;}
.news_c dd p{line-height: 25px;font-size: 14px;color: #666;}
.news_c ul{margin-top: 20px;padding-top: 20px;border-top: 1px dashed #bebebe;}
.news_c li{font-size: 14px;color: #999;line-height: 34px;float: left;margin-right: 20px;width: 380px;}
.news_c li .fr{width: 80px;text-align: right;}
.news_c li a{display: inline-block;max-width: 295px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.news_c li a:hover{color: #d81b1a;}
.wt{width: 380px;overflow: hidden;}
.wt h4{height:40px;overflow: hidden;line-height: 40px;margin-bottom: 25px;border-bottom: 1px solid #bebebe;}
.wt h4 a{font-size: 18px;border-bottom: 2px solid #d81b1aCC;line-height: 38px;width: 75px;display: block;color: #333;}
.wt h4 span a{display: inline-block;font-size: 14px;color:#555555;text-transform: uppercase;line-height: 40px;font-weight: normal;text-align: center;}
.wt dl{margin-bottom: 25px;overflow: hidden;}
.wt dt{width:124px; float: left; overflow: hidden;height:93px;margin-right: 25px;}
.wt dt img{ width:124px;height:93px;}
.wt dd{width: 360px;float: right;overflow: hidden;}
.wt dd h3{position: relative; padding-left: 29px;height:20px;line-height: 20px;font-size: 14px;font-weight: normal;margin-top: 5px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.wt dd h3:before{content: "问";position: absolute;left: 0;background: #52a1ff;color: #fff;width: 20px;height: 20px;text-align: center;line-height: 20px;}
.wt dd h3 a:hover{color: #d81b1a;}
.wt dd p{position: relative;padding-left: 29px;line-height: 25px;font-size: 14px;color: #666;margin-top: 10px;} 
.wt dd p:before{content: "答";position: absolute;left: 0;background: #d81b1a;color: #fff;width: 20px;height: 20px;text-align: center;line-height: 20px;}