
a,img{
    transition: all ease-out .5s;
}
/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.imgh img{
    display: block;
    width: 100%;
    height: 100%;
}
.imgh:hover img{
    transform: scale(1.1);
}


/*按钮*/
.mm{
    transition: .5s;
}
.mm:hover{
    transform: translateY(-5px);
}
.mm:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.mm:hover:before{
    opacity: 1;
}
a,img{
    transition: all ease-out .5s;
}
.one {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.one:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*首页banner*/
.banner-box{
    width: 100%;
    max-height: 750px;
    overflow: hidden;
    position: relative;
}
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}
.html5zoo-timer-0{
    background: transparent !important;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}


/*sou-box*/
.sou-box{
    height: 81px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sou1{
    width: 394px;
    height: 81px;
    background-color: #fff;
    border-radius: 8px 8px 0px 0px;
    font-size: 14px;
    color: #444;
    line-height: 1;
    padding-left: 63px;
    box-sizing: border-box;
    transition: all ease-out .5s;
}

.sou1:hover{
    background-color: #1b544b;
    color: #fff;
}
.sou1 p{
    padding: 20px 0 10px;
    font-size: 18px;
}

.sou2{
    width: 397px;
    height: 81px;
    background-color: #ffffff;
    border-radius: 8px 8px 0px 0px;
    margin-left: 9px;
    transition: all ease-out .5s;
}
.sou2:hover{
    background-color: #1b544b;
}

.sou2 .topxunpan {
    width: 100%;
    height: 30px;
    background: url("../images/xun.png") no-repeat 76px center;
    box-sizing: border-box;
    padding-left: 128px;
    line-height: 30px;
    margin-top: 20px;
}

.sou2:hover .topxunpan {
    background: url("../images/xun2.png") no-repeat 76px center;
}

.sou2 .topxunpan .xp {
    position: relative;
    line-height: 30px;
    color: #444;
    font-size: 18px;
    cursor: pointer;
}
.sou2:hover .topxunpan .xp {
    color: #fff;
}
.topxunpan .xp i {
    font-weight: bold;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 29%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #1b544b;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #1b544b;
    transform: rotate(-180deg);
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.sou3{
    width: 392px;
    height: 81px;
    background:url("../images/tel1.png") no-repeat 72px center #ffffff;
    border-radius: 8px 8px 0px 0px;
    line-height: 81px;
    box-sizing: border-box;
    padding-left: 130px;
    font-size: 30px;
    color: #444444;
    font-family: 宋体;
    /*font-weight: bold;*/
    transition: all ease-out .5s;
}
.sou3:hover{
    background:url("../images/tel1-2.png") no-repeat 72px center #1b544b;
    color: #fff;
}
/*duct-box*/
.duct-box{
    background: url("../images/duct-bg.jpg") no-repeat center;
    height: 1056px;
    padding-top: 70px;
    box-sizing: border-box;
}
.duct-top{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.titles a{
    color: #333333;
    font-family: SimSun;
    font-size: 24px;
    font-weight: bold;
}
.titles a span{
    font-size: 36px;
    font-weight: normal;
}
.titles i{
    font-size: 16px;
    color: #555555;
}


.duct-nav li{
    float: left;
    margin-left: 10px;
    width: 110px;
    text-align: center;
}

.duct-nav li a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duct-nav li a:hover{
    transform: translateY(-3px);
    color: #1b544b;
}

.duct{
    width: 100%;
    margin-top: -9px;
}
.duct li{
    float: left;
    margin: 49px 0 0 36px;
    width: 376px;
    height: 381px;
    background-color: #f9f9f9;
    border-radius: 16px 0px 16px 0px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    transition: all ease-out .5s;
}
.duct li:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.duct li:nth-child(3n+1){
    margin-left: 0;
}

.duct li .duct-img{
    display: block;
    width: 100%;
    height: 271px;
    border-radius: 6px;
    overflow: hidden;
}

.duct li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.duct li:hover .duct-img img{
    transform: scale(1.03);
}
.duct li .duct-name{
    display: block;
    width: 100%;
    line-height: 1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 23px 0 15px;
    font-size: 15px;
    color: #444444;
    text-align: center;
}
.duct li:hover .duct-name{
    transform: translateY(-3px);
    color: #1b544b;
}

.duct li p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.duct li .duct-more{
    background: url("../images/d-jia.png") no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.duct li:hover .duct-more{
    transform: rotate(360deg);
}


/*dy-box*/
.dy-box{
    background: url("../images/dy-bg.jpg") no-repeat center;
    height: 677px;
    overflow: hidden;
}

.dy-box .titles{
    line-height: 1;
    position: absolute;
    top: 0;
    left:0;
}

.dy-text{
    width: 440px;
    line-height: 1;
    margin-top: 50px;
}
.dy-text li{
    padding-left: 68px;
    box-sizing: border-box;
    line-height: 1;
    margin-top: 50px;
    height: 49px;
}

.dy-text li span{
    font-size: 18px;
    color:#444;
    display: block;
    transition: all ease-out .5s;
}
.dy-text li p{
    font-size: 14px;
    color: #777;
    margin-top: 15px;
    transition: all ease-out .5s;
}
.dy-text li:hover span{
    transform: translateY(3px);
}
.dy-text li:hover p{
    transform: translateY(-3px);
}
.dy-text li:nth-child(1){
    background: url("../images/d1.png") no-repeat 0 center;
}
.dy-text li:nth-child(2){
    background: url("../images/d2.png") no-repeat 0 center;
    padding-left: 74px;
}
.dy-text li:nth-child(3){
    background: url("../images/d3.png") no-repeat 0 center;
    margin-top: 120px;
}
.dy-text li:nth-child(4){
    background: url("../images/d4.png") no-repeat 0 center;
}

.dy-text li:nth-child(3) span,
.dy-text li:nth-child(3) p,
.dy-text li:nth-child(4) span,
.dy-text li:nth-child(4) p{
    color: #fff;
}


.dy-tu{
    width: 601px;
    height: 626px;
    overflow: hidden;
    transition: all ease-out .5s;
}
.dy-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.dy-tu:hover{
    transform: translateX(-3px);
}

.ys-box{
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 650px;
}
.ys-box .titles{
    line-height: 1;
}

.ys-desc{
    padding-top: 105px;
}

.ys{
    width: 600px;
}

.ys-num{
    width: 35px;
}
.ys-num li{
    width: 35px;
    height: 36px;
    position: relative;
    text-align: center;
    line-height: 36px;
    color: #999;
    font-size: 18px;
    border-radius: 50%;
    margin-bottom: 35px;
    transition: all ease-out .5s;
}
.ys-num li.on{
    background-color: #1b544b;
    color: #fff;
    font-size: 24px;
}
.ys-num li:before{
    content: '';
    position: absolute;
    top: 18px;
    right: -100px;
    background: url("../images/ys-xx.png") no-repeat center;
    width: 0;
    height: 3px;
    transition: all ease-out .5s;
}

.ys-num li.on:before{
    width: 66px;
}

.ys-text{
    width: 420px;
    line-height: 1;
    padding-top: 9px;
    position: relative;
}

.ys-text li b{
    font-size: 18px;
    color: #444;
    border-bottom: 4px solid #1b544b;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 45px;
    display: inline-block;
}
.ys-text li p{
    font-size: 14px;
    line-height: 30px;
    color: #444444;
}

.ys-but{
    position: absolute;
    top: 224px;
    left: 0;
    width: 46px;
    line-height: 1;
}
.ys-but:before{
    content: '.';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    width: 5px;
    text-align: center;
    font-size: 18px;
    color: #1b544b;
}
.yl,.yr{
    cursor: pointer;
    font-size: 18px;
    color: #1b544b;
    transition: all ease-out .5s;
}

.yl:hover{
    transform: translateX(-5px);
}
.yr:hover{
    transform: translateX(5px);
}


.ys-list{
    width: 81px;
}

.ys-list li{
    border-radius: 50%;
    transition: all ease-out .5s;
    width: 81px;
    height: 81px;
    background: rgba(255,255,255,.5);
    position: relative;
    cursor: pointer;
    margin-top: 49px;
}
.ys-list li:hover{
    background: #fff;
}
.ys-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.ys-list .ys-qq i{
    display: block;
    background: url("../images/y1.png") no-repeat center;
    width: 100%;
    height: 100%;
}
.ys-list .ys-wei i{
    display: block;
    background: url("../images/y2.png") no-repeat center;
    width: 100%;
    height: 100%;
}
.ys-list .ys-zi i{
    display: block;
    background: url("../images/y3.png") no-repeat center;
    width: 100%;
    height: 100%;
}

.ys-list li span{
    display: block;
    width: 0;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 85px;
    transition: all ease-out .5s;
}
.ys-list li span img{
    display: block;
    width: 100%;
    height: 100%;
}
.ys-list li:hover span{
    width: 80px;
}


/*case-box*/
.case-box{
    background: url("../images/case-bg.jpg") no-repeat center;
    height: 641px;
    margin-top: 79px;
}
.case-box .titles{
    line-height: 1;
}

.case-t-more{
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 8px;
    line-height: 1;
}

.case-t-more:hover{
    color: #1b544b;
    transform: translateX(3px);
}

.case{
    margin-top: 40px;
}

.case-nav{
    background: url("../images/case-xx.png") no-repeat bottom center;
    height: 296px;
    width: 55px;
    margin-top: 96px;
}
.case-nav .pageState{
    text-align: center;
    font-size: 14px;
    color: #777777;
    letter-spacing: 2px;
}

.case-nav .pageState span{
    font-size: 24px;
    color: #1b544b;
    font-weight: bold;
}


.case-list{
    width: 1081px;
}

.case-list li{
    float: left;
    margin-right: 39px;
    width: 521px !important;
}
.case-list li .case-img{
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.case-list li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.02);
}

.case-list li:hover .case-img img{
    transform: scale(1);
}

.case-list li .case-name{
    display: block;
    font-size: 15px;
    color: #444444;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-right: 40px;
    line-height: 1;
    margin: 20px 0;
    position: relative;
}

.case-list li .case-name:before{
    content: '→';
    font-size: 15px;
    color: #444;
    position: absolute;
    right: 0;
    top: 0;
}

.case-list li:hover .case-name{
    color: #1b544b;
    transform: translateY(-3px);
}

.case-list li i{
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: relative;
}

.case-list li i:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1b544b;
    transition: all ease-out .5s;
}
.case-list li:hover i:before{
    width: 100%;
}

.case-list li p{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-size: 13px;
    color: #777777;
    margin-top: 19px;
}

.tempWrap{
    width: 100% !important;
}

/*about-box*/
.about-box{
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 599px;
    overflow: hidden;
}


.aboutL{
    width: 532px;
    line-height: 1;
}

.about-name{
    display: block;
    background: url("../images/about-tit.png") no-repeat center;
    width: 247px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    color: #fff;
    padding-left: 58px;
    font-size: 18px;
    margin: 65px 0 0;
}

.about-zi{
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #555555;
    height: 144px;
    margin-top: 50px;
}

.about-list{
    margin-top: 64px;
    height: 200px;
}

.about-list li{
    float: left;
    text-align: center;
    line-height: 1;
    height: 200px;
    position: relative;
    z-index: 0;
    transition: all ease-out .5s;
    width: 170px;
}
.about-list li a{
    display: block;
    width: 100%;
    height: 200px;
}
.about-list li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all ease-out .5s;
    z-index: -1;
}
.about-list li:hover:before{
    height: 100%;
}

.about-list li i{
    display: block;
    width: 100%;
    height: 51px;
    position: relative;
    margin-top: 54px;
    transition: all ease-out .5s;
}
.about-list li:hover a{
    transform: translateY(-20px);
}
.about-list li:nth-child(1) i{
    background: url("../images/a1.png") no-repeat center;
}
.about-list li:nth-child(1):hover i{
    background: url("../images/a11.png") no-repeat center;
}

.about-list li:nth-child(2) i{
    background: url("../images/a2.png") no-repeat center;
}
.about-list li:nth-child(2):hover i{
    background: url("../images/a22.png") no-repeat center;
}

.about-list li:nth-child(3) i{
    background: url("../images/a3.png") no-repeat center;
}
.about-list li:nth-child(3):hover i{
    background: url("../images/a33.png") no-repeat center;
}

.about-list li span{
    display: block;
    width: 2px;
    height: 0;
    background-color: #1b544b;
    transition: all ease-out .5s;
    margin: 0 auto;
}

.about-list li:hover span{
    height: 21px;
    margin: 20px auto 0;
}

.about-list li p{
    font-size: 16px;
    color: #fff;
    transition: all ease-out .5s;
    margin-top: 20px;
}
.about-list li:hover p{
    color: #1b544b;
}


.aboutR{
    width: 960px;
    height: 600px;
    background-color: #1b544b;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -356px;
}

.aboutR img{
    display: block;
    width: 100%;
    height: 100%;
}

/*new-box*/
.new-box{
    background: url("../images/new-bg.jpg") no-repeat center;
    height: 532px;
    overflow: hidden;
    margin-top: 80px;
}

.new-top .titles{
    line-height: 1;
}

.new-nav li{
    margin-left: 50px;
    height: 21px;
    line-height: 21px;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
}
.new-nav li:nth-child(1){
    background: url("../images/n1.png") no-repeat 0 center;
}
.new-nav li:nth-child(1).on{
    background: url("../images/n11.png") no-repeat 0 center;
}
.new-nav li:nth-child(2){
    background: url("../images/n2.png") no-repeat 0 center;
}
.new-nav li:nth-child(2).on{
    background: url("../images/n22.png") no-repeat 0 center;
}
.new-nav li:nth-child(3){
    background: url("../images/n3.png") no-repeat 0 center;
}
.new-nav li:nth-child(3).on{
    background: url("../images/n33.png") no-repeat 0 center;
}

.new-nav li a{
    display: block;
    font-size: 18px;
    color: #484848;
}

.new-nav li.on a{
    color: #1b544b;
}

.new-list li:nth-child(3n+1){
    margin-left: 0;
}
.new-list li{
    float: left;
    margin: 30px 0 0 58px;
    width: 361px;
    height: 111px;
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all ease-out .5s;
    box-sizing: border-box;
    padding: 31px 30px 0 35px;
    line-height: 1;
}

.new-list li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform: translateY(-3px);
}
.new-list li .new-name{
    display: block;
    width: 100%;
    background: url("../images/n-d.png") no-repeat 0 center;
    padding-left: 25px;
    font-size: 15px;
    color: #444444;
    line-height: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-list li:hover .new-name{
    transform: translateY(-3px);
    color: #1b544b;
}
.new-list li .new-nn{
    display: block;
    width: 100%;
    line-height: 14px;
    margin-top: 20px;
}

.new-list li .new-nn span{
    font-size: 14px;
    color: #999999;
}
.new-list li .new-nn a{
    display: block;
    font-size: 12px;
    color: #999999;
    background: url("../images/n-qq.png") no-repeat right center;
    padding-right: 16px;
}


.new-list li .new-nn a:hover{
    color: #1b544b;
    transform: translateY(-3px);
}

/*link*/
.links {
    width: 100%;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    margin-bottom: 80px;
}
.links .link_main .link_tit {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    background: url("../images/link.png") no-repeat center;
    width: 130px;
    height: 40px;
}

.links .link_main .link_list > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 22px;
    position: relative;
}
.links .link_main .link_list  a:hover{
    color: #1b544b;
}
.links .link_main .link_list > a:hover::after,
.links .link_main .link_list > a:hover::before {
    width: 100%;
}
.links .link_main .link_list > a::after,
.links .link_main .link_list > a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #1b544b;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}
.links .link_main .link_list > a::after {
    left: 0;
    top: 0;
}
.links .link_main .link_list > a::before {
    right: 0;
    bottom: 0;
}



































































































































































































































































































































































































































































































































































