
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;
}
/*首页banner*/
.banner-box{
    width: 100%;
    max-height: 606px;
    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;
}

.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;
}

.title{
    line-height: 1;
    text-align: center;
}

.title b{
    font-family: Arial-Black;
    font-size: 60px;
    letter-spacing: 5px;
    color: #e0e0e0;
    opacity: 0.3;
    display: block;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 24px;
    color: #0d1c3e;
    margin: -30px 0 13px;
    font-weight: bold;
}

.title i{
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #333333;
}











/*duct-box*/
.duct-box{
    margin: 60px 0;
}

.duct{
    margin-top: 30px;
}

.ductL{
    height: 668px;
    width: 323px;
}

.ductL-tit{
    width: 323px;
    height: 86px;
    background:url("../images/duct-tit.jpg") no-repeat center;
    box-sizing: border-box;
    padding-left: 96px;
    line-height: 86px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.duct-nav{
    height: 438px;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 10px;
    box-sizing: border-box;
}

.duct-nav li{
    margin: 0 auto;
    width: 280px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 75px;
    background: url("../images/dn-d.png") no-repeat 48px center;
    transition: all ease-out .5s;
}
.duct-nav li:hover{
    border-color: #192848;
}

.duct-nav li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    background: url("../images/dn-j.png") no-repeat 250px center;
}

.duct-nav li:hover a{
    background: url("../images/dn-j.png") no-repeat 161px center;
    transform: translateX(5px);
}

.ductL-tu{
    background: url("../images/ductL-tu.jpg") no-repeat center;
    width: 323px;
    height: 149px;
    box-sizing: border-box;
    padding: 22px 0 0 27px;
}

.ductL-tu p{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 22px;
}
.ductL-tu p b{
    font-family: Arial-BoldMT;
    font-size: 48px;
    color: #1a2849;
    padding-right: 5px;
}
.ductL-tu img{
    display: block;
    background: url("../images/d-ll.png") no-repeat center;
    width: 105px;
    height: 105px;
    box-sizing: border-box;
    padding: 12px;
    margin-left: 17px;
    float: left;
}

.ductR{
    width: 827px;
}

.ductR-tit{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.ductR-tit b{
    display: block;
    padding-left: 33px;
    box-sizing: border-box;
    background: url("../images/huo.png") no-repeat 0 center;
    font-size: 20px;
    color: #38312b;
}

.ductR-tit b i{
    font-size: 16px;
    color: #38312b;
}

.ductR-tit a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 38px;
    background-color: #0d1c3e;
}
.duct-list li:nth-child(1),
.duct-list li:nth-child(2),
.duct-list li:nth-child(3){
    margin-top: 13px;
}
.duct-list li:nth-child(3n+1){
    margin-left: 0;
}

.duct-list li{
    float: left;
    width: 254px;
    margin: 30px 0 0 30px;
    background-color: #f5f5f5;
    height: 295px;
    transition: all ease-out .5s;
}
.duct-list li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 8px 5px rgba(0,0,0,.05);
}

.duct-list li .duct-img{
    display: block;
    width: 100%;
    height: 207px;
    background-color: #ffffff;
    border: solid 5px #f5f5f5;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.duct-list li .duct-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.duct-list li:hover .duct-img img{
    transform: scale(1.1);
}
.duct-list li .duct-name{
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #38312b;
    margin: 18px 0 20px;
}

.duct-list li .duct-more{
    display: block;
    background: url("../images/more.png") no-repeat center;
    width: 37px;
    height: 8px;
    margin: 0 auto;
}


.coop-box{
    height: 592px;
    background-color: #f0f1f2;
    box-sizing: border-box;
    padding-top: 60px;
}

.coop{
    margin-top: 40px;
    position: relative;
}

.coop li.swiper-slide{
    float: left;
    width: 300px;
    height: 160px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.coop li.swiper-slide .coop-img{
    display: block;
    width: 100%;
    height: 100%;
    border: solid 10px #f6f6f6;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.coop li.swiper-slide .coop-img img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.coop li.swiper-slide .coop-name{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(26, 40, 73, .95) url("../images/cpc-name.png") no-repeat center 76px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 45px 40px 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transform: translateY(100%);
}
.coop li.swiper-slide:hover .coop-name{
    transform: translateY(0);
}

.coop-dian {
    bottom: -40px !important;
    left: 0;
    width: 100%;
}

.coop-dian .swiper-pagination-bullet-active {
    opacity: 1;
    background: #263352 !important;
}

.coop-dian .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 7px;
}

/*ys*/
.ys-box{
    background: url("../images/ys-bg.jpg") no-repeat center;
    width: 100%;
    height: 1244px;
}
.ys-tit{
    padding: 59px 0 47px;
    color: #fff;
}
.ys-tit1{
    height: 58px;
    width: 570px;
    margin: 0 auto;
}
.ys-tit1 h6{
    height: 58px;
    border-right: 1px solid #fff;
    width: 275px;
}
.ys-tit1 h6 b{
    font-family: SimHei;
    font-size: 70px;
    line-height: 58px;
    display: block;
}
.ys-tit1 h6 p{
    margin-left: 10px;
    width: 210px;
}
.ys-tit1 h6 p i{
    display: inline-block;
    font-family: SimHei;
    font-size: 12px;
    line-height: 1;
    margin-top: 6px;
}
.ys-tit1 h6 p span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 6px;
}

.ys-tit1 h5{
    font-size: 16px;
    width: 277px;
}
.ys-tit1 h5 b{
    display: block;
    font-size: 18px;
    margin-top: 3px;
}
.ys-tit2{
    text-align: center;
    width: 525px;
    margin: 25px auto 0;
    height: 30px;
    letter-spacing: 5px;
    color: #ffffff;
    line-height: 30px;
    border: dashed 1px rgba(255,255,255,.25);
}


.ys{

}
.ys1{
    width: 100%;
}
.ys1 .ys-img{
    width: 581px;
    height: 348px;
}
.ys1 .ys-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.ys-text{
    width: 386px;
    margin-left: 51px;
    margin-top: 64px;
}
.ys-text b{
    font-size: 40px;
    letter-spacing: 1px;
    color: #333;
    line-height: 1;
    display: block;
    -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
    0%,100%{
        opacity: 1;
    }
    50%{
        opacity:.5;
    }
}
.ys-text h6{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin: 40px 0 20px;
}
.ys-text h6 i{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    height: 20px;
    background-color: #333333;
    border-radius: 2px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

.ys-text p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ys1 .ys-text{
    width: 477px;
}
.ys2 .ys-text{
    width: 430px;
}

.ys2{

}
.ys2 .ys-text{
    margin-top: 23px;
    margin-left: 0;
}
.ys2 .ys-img{
    margin-top: -38px;
    margin-left: 106px;
}
.ys4{
    margin-left: 0 !important;
    position: relative;
}
.ys4:before{
    content: '';
    position: absolute;
    top: 28px;
    width: 1px;
    height: 310px;
    background: rgba(255,255,255,.2);
    right: -80px;
}
.ys5{
    position: relative;
}
.ys5:before{
    content: '';
    position: absolute;
    top: 28px;
    width: 1px;
    height: 310px;
    background: rgba(255,255,255,.2);
    right: -80px;
}
.ys3{
    float: left;
    width: 271px;
    margin-left: 192px;
}
.ys3 .ys-text{
    color: #fff;
    margin: 65px 0 0 0;
}
.ys3 .ys-text b,
.ys3 .ys-text h6{
    color: #fff;
}
.ys3 .ys-text h6 i{
    background-color: #fff;
    color: #316bbc;
}
.ys3 .ys-text p{
    width: 285px;
    color: #d8e2f0;
    margin-top: 0;
}

/*case-box*/
.case-box{
    margin: 70px 0 60px;
}

.case-nav{
    height: 38px;
    line-height: 38px;
    margin-top: 28px;
    overflow: hidden;
}

.case-nn{
    padding-top: 3px;
    line-height: 32px;
}

.case-nn li{
    float: left;
    width: 120px;
    text-align: center;
    transition: all ease-out .5s;
    position: relative;
    height: 32px;
}
.case-nn li:before{
    content: '|';
    color: #000;
    width: 1px;
    height: 17px;
    left: 0;
    top: 9px;
    line-height: 1;
    position: absolute;
}
.case-nn li:hover:before{
    opacity: 0;
}
.case-nn li:first-child:before{
    display: none;
}
.case-nn li:hover{
    background: #192848;
}

.case-nn li a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 16px;
    color: #000;
}

.case-nn li:hover a{
    color: #fff;
}


.case-more{
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 38px;
    background-color: #0d1c3e;
}

.case{
    width: 100%;
    margin-top: 17px;
    height: 317px;
}
.case li:first-child{
    margin-left: 0;
}
.case li{
    float: left;
    width: 354px;
    margin-left: 43px;
    transition: all ease-out .5s;
    margin-top: 15px;
}
.case li.on{
    width: 404px;
    transform: translateY(-15px);
}
.case li .case-img{
    display: block;
    width: 100%;
    height: 210px;
    border: solid 5px #f6f6f6;
    box-sizing: border-box;
    overflow: hidden;
    transition: all ease-out .5s;
}
.case li.on .case-img{
    height: 240px;
}

.case li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.case li .case-nn{
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 91px;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 16px;
    background:url("../images/c-j.png") no-repeat 110% center;
    transition: all ease-out .5s;
    overflow: hidden;
}
.case li.on .case-nn{
    border-color: #192848;
    background:url("../images/c-j.png") no-repeat 92% center;
}
.case li .case-nn i{
    display: block;
    font-family: SimHei;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.case li .case-nn a{
    display: block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

/*about-box*/
.about-box{
    height: 863px;
    background-color: #f0f1f2;
    box-sizing: border-box;
    padding-top: 60px;
}

.about{
    position: relative;
    z-index: 0;
}
.about .title b{
    color: #ffffff;
    opacity: 0.3;
    padding-top: 62px;
}

.about-tu{
    width: 1200px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-tu img{
    display: block;
    width: 100%;
    height: 100%;
}

.about-zi{
    margin: 205px auto 0;
    width: 1128px;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #666666;
    overflow: hidden;
    text-align: center;
    height: 102px;
}

/* 荣誉资质 */
.zi {
    width: 100%;
    position: relative;
    margin-top: 35px;
}


.zi .parHd {
    text-align: center;
}

.zi .parHd ul li {
    width: 160px;
    height: 42px;
    border: solid 1px #dcdcdc;
    display: inline-block;
    transition: .6s;
    line-height: 42px;
    box-sizing: border-box;
    position: relative;
    color: #545454;
    margin: 0 5px;
}

.zi .parHd ul li.on {
    background-color: #192848;
    border-color: #192848;
}


.zi .parHd ul li a {
    display: block;
    color: #666;
    font-size: 16px;
}

.zi .parHd ul li.on a {
    color: #fff;
}

.zi .parBd .slideBox {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.zi .parBd .slideBox .tempWrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.zi .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.zi .parBd ul li {
    width: 280px !important;
    height: 210px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    margin-right: 28px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-top: 31px;
    transition: all ease-out .5s;
    padding-top: 10px;
}
.zi .parBd ul li:hover{
    transform: translateY(-5px);
}

.zi .parBd ul li .pic {
    display: block;
    width: 260px;
    margin: 0 auto;
    height: 160px;
    transition: .5s;
    overflow: hidden;
}

.zi .parBd ul li .pic img {
    width: 100%;
    /*height: 100%;*/
    display: block;
    transition: .8s;
}

.zi .parBd ul li:hover .pic img {
    transform: scale(1.1);
}

.zi .parBd ul li .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    white-space: nowrap;
    transition: .5s;
    height: 40px;
}


.zi .parBd ul li:hover .name {
    color: #192848;
}

/*form-box*/
.form-box{
    background: url("../images/form-bg.jpg") no-repeat center;
    height: 340px;
    margin-bottom: 62px;
}


.formL{
    padding-top: 55px;
    color: #fff;
    line-height: 1;
}

.formL b{
    display: block;
    font-size: 32px;
}

.formL p{
    font-size: 14px;
    margin: 27px 0 76px;
}

.formL span{
    display: block;
    font-size: 26px;
}

.formL a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 38px;
    border: solid 1px #ffffff;
    line-height: 38px;
    margin-top: 20px;
}

.formL a:hover{
    border-color: #ffe158;
    background: #ffe158;
    color: #333;
}

.form{
    width: 583px;
    padding-top: 50px;
}

.webq_bottom_r {
    width: 100%;
}

.webq_bottom_rli1 {
    width: 42px;
    height: 4px;
    background: #000;
}

.webq_bottom_rt2 {
    height: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.webq_bottom_rt2 span {
    font-size: 20px;
}

.webq_bottom_rli2 {
    width: 42px;
    height: 4px;
    background: #000;
}


.webq_bottom_r1 {
    height: 90px;
    padding: 0 10px 0 47px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.webq_bottom_r3 {
}

.webq_bottom_r3_1 {
    width: 280px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 47px;
    box-sizing: border-box;
}

.webq_bottom_r3_2 {
    float: left;
    width: 155px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 36px;
    background: none;
    box-sizing: border-box;
}


.webq_bottom_d1{
    background: url(../images/ly_d1.png) no-repeat 18px center #fcfcfc;
}

.webq_bottom_d2{
    background: url(../images/ly_d2.png) no-repeat 18px center #fcfcfc;
}

.webq_bottom_d3{
    background: url(../images/ly_d3.png) no-repeat 17px 16px #fcfcfc;
}



.webq_bottom_r3_ml {
    margin-left: 23px;
}

.webq_bottom_xx{width: 264px;margin-top: 20px;position: relative;height: 50px;background: #fcfcfc;float: left;}


.webq_bottom_yzmtu {
    float: right;
    width: 102px;
    height: 45px;
    margin: 3px 5px 0 0;
}


.webq_bottom_yzmtu img {
    width: 90px;
    height: 38px;
    display: block;
}


.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 42px;
    color: #888;
}

.webq_bd_2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: none;
    color: #888;
    display: block;
}

.webq_bd_go {
    margin: 19px auto 0;
    border: 0;
    width: 282px;
    height: 50px;
    background-color: #ffe158;
    cursor: pointer;
    color: #0e1d3f;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    float: right;
    display: block;
}


.webq_bottom_r input::-webkit-input-placeholder {
    color: #888;
}

.webq_bottom_r input::-moz-placeholder {
    color: #888;
}

.webq_bottom_r input:-moz-placeholder {
    color: #888;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #888;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #888;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #888;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #888;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #888;
}


/*new-box*/
.new-box{
    margin-bottom: 60px;
}

.new-nav{
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.new-nav li{
    width: 200px;
    height: 100px;
    background-color: #0d1c3e;
    margin-bottom: 1px;
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 0;
}
.new-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffe158;
    z-index: -1;
    transition: all ease-out .5s;
}
.new-nav li.on:before{
    width: 100%;
}

.new-nav li a{
    display: block;
}
.new-nav li a p{
    font-size: 20px;
    color: #fff;
    padding: 30px 0 14px;
    transition: all ease-out .5s;
}
.new-nav li a i{
    display: block;
    font-size: 12px;
    color: #a9b1c4;
    transition: all ease-out .5s;
}

.new-nav li.on a p{
    color: #0d1c3e;
}
.new-nav li.on a i{
    color: #696e7d;
}
.newR{
    width: 100%;
    height: 302px;
}
.newT{
    width: 945px;
    height: 302px;
    float: right;
}
.newT .new-img{
    display: block;
    width: 438px;
    height: 302px;
    overflow: hidden;
}

.newT .new-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.newT:hover .new-img img{
    transform: scale(1.1);
}

.newT .new-text{
    width: 485px;
    height: 302px;
    line-height: 1;
    background: url("../images/n-hua.png") no-repeat 0 27px;
    padding-left: 25px;
    box-sizing: border-box;
}

.newT .new-text .newT-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding: 26px 0 20px;
}
.newT:hover .new-text .newT-name{
    transform: translateX(5px);
    color: #192848;
}

.newT .new-text span{
    display: block;
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 25px;
}
.newT .new-text p{
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    height: 112px;
    margin-bottom: 38px;
}
.newT .new-text .newT-more{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 120px;
    height: 38px;
    background-color: #0d1c3e;
    line-height: 38px;
}

.newT .new-text .newT-more:hover{
    background: #ffe158;
    color: #333;
}

.new-list{
    width: 100%;
    margin-top: 5px;
}

.new-list li:nth-child(2n+1){
    margin-left: 0;
}
.new-list li{
    width: 572px;
    float: left;
    margin-left: 56px;
    height: 76px;
    line-height: 76px;
    box-sizing: border-box;
    padding-left: 25px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/n-hh.png") no-repeat 0 center;
    transition: all ease-out .5s;
}
.new-list li:hover{
    background: url("../images/n-hua.png") no-repeat 0 center;
}
.new-list li a{
    display: block;
    width: 80%;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list li:hover a{
    transform: translateX(5px);
    color: #192848;
}
.new-list li span{
    font-size: 14px;
    color: #cccccc;
}











































































































































































































































































































































































































































































































































































































































































































