
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: 800px;
    overflow: hidden;
}
.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;
}

.titles{
    text-align: center;
    line-height: 1;
    background: url("../images/titles.png") no-repeat center 21px;
}
.titles h6{
    font-weight: bold;
    color: #1d2c6c;
    font-size: 26px;
}
.titles p{
    font-size: 16px;
    letter-spacing: 2px;
    color: #666666;
    margin-top: 41px;
}








/*duct-box*/
.duct-box{
        padding: 96px 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 150px 0px 0px 0px;
    margin-top: -130px;
    z-index: 1;
    position: relative;
    margin-bottom: 129px;
}

.duct-nav{
    position: relative;
    height: 121px;
    margin: 76px 0 64px;
}
.duct-nav:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1759px;
    height: 1px;
    background: #ddd;
}
.duct-nav:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1759px;
    height: 1px;
    background: #ddd;
}
.duct-nav li:first-child{
    border-left: 1px solid #ddd;
}
.duct-nav li{
    width: 20%;
    height: 121px;
    transition: all ease-out .5s;
    float: left;
    line-height: 1;
    box-sizing:border-box;
    padding: 44px 0 0 44px;
    position: relative;
    z-index: 0;
    border-right: 1px solid #dddddd;
}
.duct-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #e09a04;
    transition: all ease-out .5s;
}
.duct-nav li:hover:before{
    height: 100%;
}
.duct-nav li i{
    display: block;
    width: 60px;
    height: 44px;
    transition: all ease-out .5s;
}
.duct-nav li:hover i{
    transform: translateX(-5px);
}
.duct-nav li:nth-child(1) i{
    background: url("../images/01.png") no-repeat center;
}
.duct-nav li:nth-child(1):hover i{
    background: url("../images/011.png") no-repeat center;
}
.duct-nav li:nth-child(2) i{
    background: url("../images/02.png") no-repeat center;
}
.duct-nav li:nth-child(2):hover i{
    background: url("../images/022.png") no-repeat center;
}
.duct-nav li:nth-child(3) i{
    background: url("../images/03.png") no-repeat center;
}
.duct-nav li:nth-child(3):hover i{
    background: url("../images/033.png") no-repeat center;
}
.duct-nav li:nth-child(4) i{
    background: url("../images/04.png") no-repeat center;
}
.duct-nav li:nth-child(4):hover i{
    background: url("../images/044.png") no-repeat center;
}
.duct-nav li:nth-child(5) i{
    background: url("../images/05.png") no-repeat center;
}
.duct-nav li:nth-child(5):hover i{
    background: url("../images/055.png") no-repeat center;
}

.duct-nav li p{
    width: 120px;
    margin-left: 10px;
}

.duct-nav li p span{
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    color: #888888;
    transition: all ease-out .5s;
}

.duct-nav li p b{
    display: block;
    font-weight: normal;
    margin-top: 9px;
    font-size: 20px;
    color: #333333;
    transition: all ease-out .5s;
}
.duct-nav li:hover p span,
.duct-nav li:hover p b{
    color: #fff;
}
.duct li:nth-child(4n+1){
    margin-left: 0;
}
.duct li{
    float: left;
    margin: 0 0 57px 26px;
    width: 300px;
    line-height: 1;
}
.duct li .duct-img{
    display: block;
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 20px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.duct li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.duct li:hover .duct-img img{
    transform: scale(1.02);
}

.duct li .duct-nn{
    margin-top: 23px;
    width: 100%;
}
.duct li .duct-nn .duct-name{
    display: block;
    width: 90%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    position: relative;
}
.duct li .duct-nn .duct-name:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69px;
    height: 2px;
    background-color: #1d2c6c;
    transition: all ease-out .5s;
}
.duct li:hover .duct-nn .duct-name:before{
    width: 100%;
}
.duct li:hover .duct-nn .duct-name{
    color: #1d2c6c;
}
.duct li .duct-nn i{
    display: block;
    padding-top: 20px;
    color: #999999;
    font-family: ArialMT;
    font-size: 20px;
    transition: all ease-out .5s;
}
.duct li:hover .duct-nn i{
    color: #1d2c6c;
    transform: translateY(-5px);
}

/*small-box*/
.small-box{
    background: url("../images/small-bg.jpg") no-repeat center;
    height: 249px;
    position: relative;
    color: #fff;
}
.sm-logo{
    width: 340px;
    height: 340px;
    position: absolute;
    top: -107px;
    left: 50%;
    transform: translate(-50%);
}

.smL{
    line-height: 1;
    padding-top: 71px;
}

.smL p{
    font-size: 20px;
}
.smL h6{
    text-align: center;
    width: 457px;
    height: 62px;
    background-color: #e09a04;
    border-radius: 0px 20px 0px 20px;
    line-height: 62px;
    font-size: 20px;
    margin-top: 39px;
}

.smR{
    line-height: 1;
    padding-top: 35px;
    color: #fff;
}

.smR p{
    background: url("../images/tel2.png") no-repeat right top;
    padding-top: 72px;
    font-size: 20px;
}

.smR p i{
    font-family: ArialMT;
    font-size: 30px;
}

.smR a{
    display: block;
    background: url("../images/smR.png") no-repeat center;
    width: 156px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 63px;
    float: right;
    margin-top: 23px;
}

/*ys-box*/
.ys-box{
    margin: 90px 0;
}

.ys{
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 537px;
    margin-top: 64px;
    box-sizing: border-box;
    padding-top: 95px;
}
.ys-nav{
    width: 385px;
}

.ys-nav li{
    width: 100%;
    height: 100px;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    line-height: 1;
    box-sizing: border-box;
    padding: 30px 0 0 35px;
    position: relative;
    z-index: 0;
}

.ys-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1d2c6c;
    transition: all ease-out .5s;
    z-index: -1;
}
.ys-nav li.on:before{
    width: 100%;
}
.ys-nav li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 1px;
    background: #ddd;
}
.ys-nav li h6{
    display: block;
    transition: all ease-out .5s;
    margin-bottom: 14px;
    font-size: 18px;
    color: #333333;
}

.ys-nav li p{
    color: #999;
    font-family: ArialMT;
    font-size: 14px;
    transition: all ease-out .5s;
}

.ys-nav li i{
    display: block;
    background: url("../images/ys-jian.png") no-repeat center;
    width: 0;
    height: 100%;
    position: absolute;
    right: 37px;
    top: 0;
    transition: all ease-out .8s;
}
.ys-nav li.on i{
    width: 33px;
}

.ys-nav li.on h6{
    font-weight: bold;
    color: #fff;
}
.ys-nav li.on p{
    color: #fff;
}

.ys-text{
    width: 815px;
    margin-right: 15px;
    position: relative;
    height: 400px;
}
.ys-text li{
    position: relative;
}
.ys-text li .ys-zi{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 577px;
    height: 190px;
    background-color: rgba(255,255,255,.9);
    box-sizing: border-box;
    padding: 37px 13px 0;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.ys-dian{
    position: absolute;
    top: 0;
    left: 447px;
    box-sizing: border-box;
    padding-top: 124px;
    background: url("../images/ys-xx.png") no-repeat center top;
    width: 13px;
}

.ys-dian li{
    width: 13px;
    height: 13px;
    transition: all ease-out .5s;
    background: url("../images/yd1.png") no-repeat center;
    line-height: 10;
    overflow: hidden;
}
.ys-dian li:first-child{
    background: url("../images/yd2.png") no-repeat center;
}


/*coop-box*/
.coop-box{
    background: url("../images/coop-bg.jpg") no-repeat center;
    height: 680px;
    box-sizing: border-box;
    padding-top: 73px;
}

.coop-box .titles{
    background: url("../images/titles2.png") no-repeat center 21px;
}
.coop-box .titles h6,
.coop-box .titles p{
    color: #fff;
}

.coop{
    margin-top: 65px;
    width: 100%;
}

.coop li{
    width: 300px !important;
    margin-right: 27px;
    text-align: center;
}
.coop li .coop-img{
    width: 100%;
    display: block;
    height: 240px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.coop li:hover .coop-img{
    border-radius: 20px 0 20px 0;
}
.coop li .coop-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.coop li:hover .coop-img img{
    transform: scale(1.02);
}

.coop li .coop-name{
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 25px 0 11px;
}

.coop li i{
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    transition: all ease-out .6s;
}
.coop li p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255,255,255,.8);
    height: 60px;
    margin-top: 18px;
    transition: all ease-out .7s;
}

.coop li:hover .coop-name,
.coop li:hover i,
.coop li:hover p{
    transform: translateY(-5px);
}

.tempWrap{
    width: 100% !important;
}

/*about-box*/
.about-box{
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 959px;
    box-sizing: border-box;
    padding-top: 97px;
}


.about-tit{
    line-height: 1;
    position: absolute;
    top: -15px;
    left: 0;
}
.about-tit b{
    display: block;
    font-size: 36px;
    color: #333333;
    line-height: 52px;
    margin-top: -13px;
    float: left;
}

.about-tit a{
    display: block;
    font-size: 16px;
    letter-spacing: 5px;
    color: #666666;
    writing-mode:tb-rl;
    float: left;
    margin: 218px 0 0 55px;
}

.about-tit a:hover{
    transform: translateY(-5px);
    color: #1d2c6c;
}


.aboutL{
    background: url("../images/aboutL-bg.png") no-repeat center;
    width: 553px;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin-left: 190px;
}
.aboutL img{
    display: block;
    width: 530px;
    height: 430px;
    margin: 0 auto;
}

.about-x{
    background: url("../images/aboutL-zi.png") no-repeat center;
    width: 110px;
    height: 335px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 41px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #333;
    writing-mode:vertical-lr;
    box-sizing: border-box;
    padding-left: 43px;
    transition: all ease-out .5s;
}

.aboutL:hover .about-x{
    transform: translateY(40px);
}

.aboutR{
    width: 466px;
    line-height: 1;
    padding-top: 18px;
}

.aboutR h6{
    background: url("../images/aboutR-tit.png") no-repeat left 19px ;
    font-size: 24px;
    color: #333333;
    height: 32px;
}


.aboutR i{
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    color: #999999;
    margin: 17px 0 30px;
}
.aboutR p{
    overflow: hidden;
    font-size: 14px;
    line-height: 42px;
    color: #333333;
    height: 210px;
}
.aboutR a{
    display: block;
    text-align: center;
    color: #fff;
    width: 180px;
    height: 48px;
    background-color: #1d2c6c;
    font-size: 16px;
    line-height: 48px;
    margin-top: 30px;
}

.aboutR a:hover{
    transform: translateX(5px);
}

.zi{
    margin-top: 57px;
}
.zi li{
    width: 300px !important;
    line-height: 1;
    margin-right: 26px;
}

.zi li .zi-img{
    display: block;
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 20px;
    border: solid 1px #1d2c6c;
    box-sizing: border-box;
    overflow: hidden;
}
.zi li:hover .zi-img{
    border-radius: 20px 0 20px 0;
}
.zi li .zi-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.zi li:hover .zi-img img{
    transform: scale(1.02);
}

.zi li:hover .zi-img{
    transform: scale(1.02);
}

.zi li .zi-nn{
    display: block;
    margin-top: 20px;
    transition: all ease-out .5s;
    line-height: 1;
}
.zi li:hover .zi-nn{
    transform: translateY(-5px);
}
.zi li .zi-nn .zi-name{
    display: block;
    width: 70%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #666666;
}

.zi li:hover .zi-nn .zi-name{
    color: #1d2c6c;
}


.zi li .zi-nn .zi-more{
    display: block;
    width: 65px;
    text-align: center;
    border-bottom: 1px solid #1d2c6c;
    padding-bottom: 7px;
    box-sizing: border-box;
    font-family: ArialMT;
    font-size: 14px;
    color: #999;
}

.zi li:hover .zi-nn .zi-more{
    color: #1d2c6c;
    border-color: #1d2c6c;
}


/*case-box*/
.case-box{
    background: url("../images/case-bg.jpg") no-repeat center;
    height: 850px;
    box-sizing: border-box;
    padding-top: 93px;
}


.case-box .titles{
    background: url("../images/titles2.png") no-repeat center 21px;
}
.case-box .titles h6,
.case-box .titles p{
    color: #fff;
}


.case{
    margin-top: 77px;
}
.case li{
    float: left;
    width: 620px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 0px 50px 0px 50px;
    /*overflow: hidden;*/
    transition: all ease-out .5s;
    margin: 0 0 40px 39px;
    box-sizing: border-box;
    padding: 10px 30px 0 10px;
    line-height: 1;
}
.case li:hover{
    transform: translateY(-5px);
}
.case li:nth-child(2n+1){
    margin-left: 0;
}

.case li:nth-child(2),
.case li:nth-child(4){
    border-radius: 50px 0px 50px 0px;
}

.case li .case-img{
    display: block;
    width: 260px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 0px 50px 0px 50px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}
.case li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px 50px 0px 50px;
}

.case li:hover .case-img img{
    transform: scale(1.02);
}

.case li:hover .case-img{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.case li:nth-child(2) .case-img,
.case li:nth-child(4) .case-img{
    border-radius: 50px 0px 50px 0px;
}
.case li .case-text{
    padding-top: 21px;
    width: 294px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.case li .case-text .case-name{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.case li:hover .case-text .case-name{
    transform: translateY(-5px);
    color: #1d2c6c;
}

.case li .case-text i{
    display: block;
    width: 26px;
    height: 2px;
    background-color: #999999;
    transition: all ease-out .5s;
    margin: 17px 0 20px;
}
.case li:hover .case-text i{
    width: 100%;
    background-color: #1d2c6c;
}

.case li .case-text p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 90px;
}
.case li .case-text .case-more{
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 96px;
    height: 35px;
    line-height: 35px;
    background-color: #e09a04;
}
.case li:hover .case-text .case-more{
    transform: translateX(-5px);
}

/*new-box*/
.new-box{
    margin-top: 83px;
    margin-bottom: 62px;
}

.new-box .titles h6 a{
    color: #1d2c6c;
}

.new-big{
    margin-top: 73px;
}

.new{
    width: 700px;
    line-height: 1;
}

.new-nav{
    width: 100%;
    border-bottom: 1px solid #1d2c6c;
    height: 57px;
}

.new-nav li{
    float: left;
    transition: all ease-out .5s;
    box-sizing: border-box;
    padding-left: 48px;
    width: 145px;
    height: 50px;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    line-height: 50px;
}

.new-nav li:before{
    content: '';
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/n-icon.png") no-repeat center;
    transition: all ease-out .5s;
}

.new-nav li.on:before{
    width: 100%;
}

.new-nav li a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #1d2c6c;
}
.new-nav li.on a{
    color: #fff;
}

.new-nav .nn-more{
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}

.new-nav .nn-more:hover{
    color: #1d2c6c;
    transform: translateY(-3px);
}

.new-list{
    margin-top: 43px;
}

.new-list li:first-child{
    margin-top: 0;
}

.new-list li{
    margin-top: 40px;
    line-height: 1;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.new-list li .new-tu{
    display: block;
    width: 175px;
    height: 120px;
    overflow: hidden;
}

.new-list li .new-tu img{
    display: block;
    width: 100%;
    height: 100%;
}

.new-list li:hover .new-tu{
    transform: scale(.98);
}

.new-list li .new-text{
    width: 503px;
    padding-top: 4px;
}
.new-list li .new-text a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.new-list li:hover .new-text a{
    transform: translateX(5px);
    color: #1d2c6c;
}
.new-list li .new-text span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin: 16px 0 13px;
}

.new-list li .new-text p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    height: 60px;
}


.newR{
    width: 500px;
    line-height: 1;
}

.newR-nav{
    width: 100%;
    border-bottom: 1px solid #1d2c6c;
    height: 57px;
}
.newR-nav h6{
    font-weight: bold;
    background: url("../images/n-icon2.png") no-repeat 8px center;
    font-size: 20px;
    color: #1d2c6c;
    padding-left: 35px;
    height: 23px;
    line-height: 23px;
}

.newR-nav a{
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
}

.newR-nav a:hover{
    transform: translateY(-3px);
    color: #1d2c6c;
}

.newR-img{
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin: 40px 0 0;
}
.newR-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.qa{
    width: 100%;
    margin-top: 29px;
    height: 375px;
    overflow: hidden;
}

.qa ul{
    width: 100%;
}
.qa li{
    margin-bottom: 40px;
}
.qa li a{
    display: block;
    background: url("../images/wen.png") no-repeat 0 center;
    padding-left: 45px;
    width: 100%;
    margin: 0 auto;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .6s;
}
.qa li:hover a{
    color: #1d2c6c;
    transform: translateX(3px);
}
.qa li p{
    background: url("../images/da.png") no-repeat 0 0;
    padding-left: 47px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    width: 100%;
    margin: 8px auto 0;
    overflow: hidden;
    height: 64px;
}

.link-box{
    margin-bottom: 54px;
}
.link{
    border-top: 1px solid #ddd;
    padding-top: 43px;
}

.link h6{
    background: url("../images/links.png") no-repeat center top;
    padding-top: 35px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    width: 108px;
}

.link-a{
    width:91%;
    margin-top: -10px;
}
.link-a a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding:0 17px;
    line-height: 36px;
    transition: .5s;
}

.link-a a:hover{
    color: #1d2c6c;
    transform: translateY(-3px);
}
















































































































































































