/*首页banner*/
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-swipe-box-0 {
    z-index: -1;
}

.html5zoo-timer-0 {
    z-index: -1;
}

.html5zoo-img-box-0 {
    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 {
    text-align: center;
}

.title h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    color: #0181da;
}
.title h3 a{
    display: block;
    color: #0181da;
}

.title i {
    display: block;
    background: url("../images/title-line.png") no-repeat center;
    width: 640px;
    height: 3px;
    margin: 23px auto 17px;
}

.title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
}

/*duct*/
.duct-box {
    padding-top: 70px;
}

.ductTop {
    margin-top: 34px;
}

.ductL {
    width: 250px;
    height: 410px;
    background-image: linear-gradient(135deg, rgba(13, 173, 197, 0.8) 0%, #0181da 100%),
    linear-gradient(#0181da, #0181da);
    background-blend-mode: normal, normal;
    box-sizing: border-box;
    padding: 25px 0 0 21px;
}

.ductL .ductL-tit b {
    display: block;
    font-family: Impact;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #ffffff;
}

.ductL .ductL-tit p {
    width: 218px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding-bottom: 14px;
    margin: 10px 0 0;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 24px;
}

.ductL .ductL-tit p a {
    display: block;
    float: right;
    background: url("../images/duct-more.png") no-repeat center;
    width: 46px;
    height: 24px;
    margin: 0 11px 0 0;
    transition: .6s;
}

.ductL .ductL-tit p a:hover {
    transform: translateX(5px);
}

.ductL .ductL-ul {
    width: 170px;
    margin-top: 7px;
}

.ductL .ductL-ul li {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    border-radius: 17px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-left: 14px;
    box-sizing: border-box;
    margin-top: 10px;
}

.ductL .ductL-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0181da;
    transition: .6s;
    z-index: -1;
}

.ductL .ductL-ul li:hover::before {
    width: 100%;
}

.ductL .ductL-ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}

.ductL .ductL-ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 1px;
    background: #fff;
}

.ductR {
    width: 930px;
    height: 410px;
    background-color: #0181da;
}

.ductR .ductR-img {
    display: block;
    width: 600px;
    height: 400px;
    background-color: #ffffff;
    margin: 5px;
    position: relative;
}

.ductR .ductR-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.ductR-text {
    margin-right: 25px;
}

.ssk {
    margin: 18px 0 0;
    position: relative;
    height: 42px;
}

.ss-text {
    width: 275px;
    height: 42px;
    background: #fff;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.ss-submit {
    width: 24px;
    height: 24px;
    background: url(../images/zoom.png) no-repeat center;
    cursor: pointer;
    margin-left: 17px;
    position: absolute;
    right: 11px;
    top: 9px;
}

.ductR-p {
    margin-top: 30px;
}

.ductR-p p {
    line-height: 40px;
    color: #fff;
}

.ductR-p p span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.ductR-p p i {
    display: block;
    width: 185px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
}

.ductR-p p:first-child i {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ductR-more {
    width: 255px;
    height: 52px;
    background-color: #ffffff;
    border-radius: 26px;
    margin: 40px auto 13px;
    border: 2px solid #fff;
    box-sizing: border-box;
    line-height: 52px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ductR-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    background: #0181da;
    transition: .6s;
    z-index: -1;
}

.ductR-more:hover:before {
    transform: translateX(127px);
}

.ductR-more .ductr-more1 a {
    display: block;
    width: 125px;
    text-align: center;
    height: 100%;
    transition: .6s;
    color: #fff;
}

.ductR-more:hover .ductr-more1 a {
    color: #0181da;
}

.ductR-more .ductr-more2 a {
    display: block;
    width: 125px;
    text-align: center;
    height: 100%;
    transition: .6s;
    color: #0181da;
}

.ductR-more:hover .ductr-more2 a {
    color: #fff;
}

.ductR-tell {
    background: url("../images/tell2.png") no-repeat 26px center;
    padding-left: 67px;
    box-sizing: border-box;
    color: #fff;
    font-family: Impact;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1;
}

.duct-desc {
    width: 100%;
    margin-top: 11px;
}

.duct-desc li:nth-child(4n+1) {
    margin-left: 0;
}

.duct-desc li {
    float: left;
    margin: 26px 0 0 20px;
    width: 285px;
}

.duct-desc li .duct-img {
    display: block;
    width: 100%;
    height: 210px;
    background: #ffffff;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.duct-desc 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-desc li .duct-name {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    color: #333;
    transition: .6s;
}

.duct-desc li:hover .duct-name {
    color: #0181da;
}

.duct-desc li .duct-name:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #0181da;
    transition: .6s;
}

.duct-desc li .duct-name:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #0181da;
    transition: .6s;
}

.duct-desc li:hover .duct-name:after,
.duct-desc li:hover .duct-name:before {
    width: 50%;
}

.duct-desc li .duct-img .duct-mark {
    display: block;
    width: 279px;
    height: 204px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 0;
}

.duct-desc li .duct-img .duct-mark:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 0;
    background: rgba(1, 129, 218, .8);
    transition: .6s;
    z-index: -1;
}

.duct-desc li .duct-img .duct-mark:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 100%;
    width: 0;
    background: rgba(1, 129, 218, .8);
    transition: .6s;
    z-index: -1;
}

.duct-desc li:hover .duct-img .duct-mark:after,
.duct-desc li:hover .duct-img .duct-mark:before {
    width: 50%;
}

.duct-desc li .duct-img .duct-mark p {
    text-align: center;
    padding: 52px 20px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    background: url("../images/sou2.png") no-repeat center 13px;
    position: relative;
    height: 80px;
    margin-top: 62px;
    transition: .6s;
    transform: translateY(150px);
}

.duct-desc li:hover .duct-img .duct-mark p {
    transform: translateY(0);
}

.duct-desc li .duct-img .duct-mark p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    height: 1px;
    background-color: #ffffff;
}

.duct-desc li .duct-img .duct-mark p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    height: 1px;
    background-color: #ffffff;
}


.Index-box {
    background: url("../images/num.png") no-repeat center top;
    margin-top: 27px;
}

/*time*/
.aboutTime .title h3 {
    padding: 52px 0 23px;
}

.aboutTime ul {
    width: 1200px;
    margin: 66px auto 0;
}

.aboutTime ul li {
    float: left;
    width: 227px;
    margin: 0 36px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #666;
}

.aboutTime ul li h6 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
}

.aboutTime ul li span {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0 14px;
    transition: .6s;
}

.aboutTime ul li:hover span,
.aboutTime ul li:hover span b {
    color: #0181da;
}

.aboutTime ul li span b {
    color: #666;
    font-size: 50px;
    position: relative;
    font-weight: normal;
    line-height: 48px;
    display: inline-block;
    font-family: Impact;
    padding-right: 10px;
    transition: .6s;
}

.aboutTime ul li span b:after {
    content: "+";
    position: absolute;
    font-size: 24px;
    right: -5px;
    top: 5px;
    line-height: 14px;
    font-weight: normal;
}

.aboutTime ul li i {
    display: block;
    font-size: 14px;
    color: #666;
}

.aboutTime ul li p {
    margin-top: 10px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.aboutTime .aboutTime-more {
    display: block;
    margin: 63px auto 0;
    background: #0181da;
    border-radius: 21px;
    width: 225px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    padding-left: 73px;
    box-sizing: border-box;
    position: relative;
}

.aboutTime .aboutTime-more i {
    display: block;
    position: absolute;
    top: 17px;
    right: 59px;
    background: url("../images/time-more.png") no-repeat center;
    width: 21px;
    height: 7px;
    -webkit-animation: hang linear 2s infinite;
}

@-webkit-keyframes hang {
    0%, 100% {
        -webkit-transform: translate(8px, 0);
    }
    50% {
        -webkit-transform: translate(0, 0);
    }
}

/*ys*/
.ys-box {
    margin-top: 88px;
}

.title1 {
    text-align: center;
}

.title1 h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 2px;
    color: #333333;
}

.title1 p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #666666;
    background: url("../images/title1.png") no-repeat center;
    margin: 25px auto 38px;
}

.ys-nav {
    margin: 0 auto;
    width: 1200px;
}

.ys-nav li {
    width: 300px;
    height: 125px;
    float: left;
    text-align: center;
}

.ys-nav li.ys-nav1 {
    background: #0181da;
}

.ys-nav li.ys-nav2 {
    background: #008ced;
}

.ys-nav li.ys-nav3 {
    background: #0291f4;
}

.ys-nav li.ys-nav4 {
    background: #0196fd;
}

.ys-nav li i {
    padding-top: 33px;
    display: block;
    transition: .6s;
}

.ys-nav li.on i {
    transform: rotateY(360deg);
}

.ys-nav li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 15px auto 0;
}

.ys-text {
    width: 100%;
}

.ys-text li {
    width: 100%;
    height: 550px;
    position: relative;
}

.ys-text li.ys-text1 {
    background: url("../images/ys-1.jpg") no-repeat center;
}

.ys-text li.ys-text2 {
    background: url("../images/ys-2.jpg") no-repeat center;
}

.ys-text li.ys-text3 {
    background: url("../images/ys-3.jpg") no-repeat center;
}

.ys-text li.ys-text4 {
    background: url("../images/ys-4.jpg") no-repeat center;
}

.ys-text li .ys-desc {
    width: 450px;
    height: 560px;
    background: rgba(255, 255, 255, .95);
    padding: 107px 0 0 67px;
    box-sizing: border-box;
    position: relative;
}

.ys-text li .ys-desc b {
    display: block;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #333333;
}

.ys-text li .ys-desc i {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 1px;
    color: #666666;
    margin: 16px 0 55px;
}

.ys-text li .ys-desc p {
    width: 311px;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}

.ys-text li .ys-desc span {
    width: 118px;
    height: 5px;
    background-color: #0181da;
    position: absolute;
    bottom: 95px;
}

/*case-box*/
.case-box {
    margin: 70px 0;
}

.case {
    margin-top: 17px;
}

.case li:nth-child(3n+1) {
    margin-left: 0;
}

.case li {
    float: left;
    margin: 23px 0 0 18px;
    width: 388px;
    height: 147px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    position: relative;
    transition: .6s;
}

.case li:hover {
    background: #0181da;
}

.case li .case-img {
    display: block;
    width: 180px;
    height: 130px;
    margin: 8px 0 0 8px;
    overflow: hidden;
}

.case li .case-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .8s;
}

.case li:hover .case-img img {
    transform: scale(1.1);
}

.case li .case-nn {
    margin-left: 15px;
    width: 172px;
    box-sizing: border-box;
    padding: 36px 0 0;
}

.case li .case-nn .case-name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #333;
    transition: .6s;
}

.case li:hover .case-nn .case-name {
    color: #fff;
    transform: translateX(5px);
}

.case li .case-nn p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    height: 45px;
    margin-top: 25px;
    transition: .6s;
}

.case li .case-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/case-jia.png") no-repeat center;
    width: 32px;
    height: 32px;
    transition: .6s;
}

.case li:hover .case-more {
    background: url("../images/case-jia2.png") no-repeat center;
}

.case li:hover .case-nn p {
    color: #fff;
}

/*about*/
.about {
    margin: 49px 0 55px;
}

.aboutL {
    width: 645px;
    height: 430px;
}

.aboutL img {
    display: block;
    width: 100%;
    height: 100%;
}

.aboutR {
    width: 500px;
    height: 500px;
    border: solid 6px #dddddd;
    box-sizing: border-box;
    text-align: center;
}

.aboutR b {
    display: block;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #333333;
    padding: 40px 0 0;
}

.aboutR p {
    width: 378px;
    height: 222px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #555555;
    overflow: hidden;
    margin: 55px auto;
}

.aboutR a {
    margin: 0 auto;
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #0181da;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.aboutR a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.aboutR a:hover:before {
    transform: scale(0);
}

/* 荣誉资质 */
.zi {
    width: 100%;
    position: relative;
}

.zi .slideGroup {
    width: 1200px;
    margin: 0 auto;
}

.zi .slideGroup .parHd {
    width: 645px;
    border-bottom: 1px solid #ddd;
    height: 34px;
    position: absolute;
    top: -95px;
    left: 0;
}

.zi .slideGroup .parHd ul li {
    width: 135px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    float: left;
    font-weight: bold;
}

.zi .slideGroup .parHd ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background: #0181da;
    opacity: 0;
    transition: .6s;
}

.zi .slideGroup .parHd ul li.on {
    color: #0181da;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.zi .slideGroup .parHd ul li.on::after {
    opacity: 1;
}

.zi .slideGroup .parBd .slideBox {
    position: relative;
    margin-top: 27px;
    width: 1200px;
    overflow: hidden;
}

.zi .slideGroup .parBd .slideBox .tempWrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zi .slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.zi .slideGroup .parBd ul li {
    width: 285px !important;
    height: 215px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

.zi .slideGroup .parBd ul li .pic {
    display: block;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.zi .slideGroup .parBd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
}
.zi .slideGroup .parBd ul li:hover .pic img {
    transform: scale(1.1);
}
.zi .slideGroup .parBd ul li .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: .6s;
    height: 185px;
}
.zi .slideGroup .parBd ul li:hover .name {
    background:rgba(1, 129, 218, 0.7);
}
.zi .slideGroup .parBd ul li .name i {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 185px;
    padding: 0 15%;
    box-sizing: border-box;
    transition: .6s;
    transform: translateY(150px);
}

.zi .slideGroup .parBd ul li:hover .name i {
    transform: translateY(0);
}

.zi .slideGroup .parBd ul li .name:before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -moz-transition: opacity .4s, -moz-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    transition: opacity .4s, transform .4s;
    top: 14%;
    right: 5%;
    bottom: 14%;
    left: 5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.zi .slideGroup .parBd ul li .name:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -moz-transition: opacity .4s, -moz-transform .4s;
    -o-transition: opacity .4s, -o-transform .4s;
    transition: opacity .4s, transform .4s;
    top: 8%;
    right: 10%;
    bottom: 8%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


.zi .slideGroup .parBd ul li:hover .name:after,
.zi .slideGroup .parBd ul li:hover .name:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.zi .slideGroup .parBd ul li .zi-nn{
    display: block;
    width: 100%;
    padding: 0 5% 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}

/*new*/
.news {
    margin: 83px auto 62px;
    position: relative;
}

.news .hd {
    width: 435px;
    margin: 20px auto 0;
}
.news .hd ul li:first-child{
    margin-left: 0;
}
.news .hd ul li {
    float: left;
    width: 135px;
    height: 38px;
    background: #eeeeee;
    border-radius: 19px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    margin-left: 14px;
}

.news .hd ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s;
}

.news .hd ul li:hover a{
    color: #fff;
    background:  #0181da;
}

.news .hd ul li.on a{
    color: #fff;
    background:  #0181da;
}

.news .bd {
    margin-top: 36px;
    overflow: hidden;
}

.newsTopL {
    width: 764px;
    height: 200px;
}

.newsImg {
    height: 200px;
    width: 366px;
}

.newsImg img {
    display: block;
    height: 200px;
    width: 366px;
}

.newsText {
    width: 370px;
    margin-right: 10px;
}

.newsText a {
    display: block;
    line-height: 14px;
    color: #595959;
    margin-top: 20px;
}

.newsTopL:hover a {
    color: #3389f3;
}

.newsTop {
    height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
}

.newsText:hover a {
    color: #3389f3;
}

.newsText p {
    display: block;
    color: #808080;
    padding: 20px 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.newsLine {
    width: 40px;
    height: 1px;
    background: #e6e6e6;
}

.newsText span {
    line-height: 14px;
    color: #808080;
    padding-top: 20px;
    display: block;
}

.newsList ul li {
    width: 366px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0 14px 0 13px;
}

.newsList .newsBottom ul li a {
    display: inline-block;
    line-height: 50px;
    width: 250px;
    padding-left: 10px;
    background: url(../images/newsIco1.jpg) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    transition: .6s;
}

.newsList .newsBottom ul li span {
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
    margin-left: 20px;
}

.newsList .newsBottom ul li:hover a,
.newsList .newsBottom ul li:hover span {
    color: #0181da;
}



.newsL {
    width: 439px;
}

.newsL img {
    width: 100%;
    height: 254px;
    display: block;
}

.newsL span {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #024289;
    text-align: center;
    color: #fff;
}

.newsL span i {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
}

.newsLt {
    width: 330px;
    display: inline-block;
    padding: 0 17px;
    height: 70px;
    vertical-align: bottom;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fafafa;
    font-size: 16px;
    color: #4d4d4d;
}

.newsR {
    width: 723px;
}

.newsR ul li {
    height: 280px;
    width: 192px;
    background: #fafafa;
    margin: 0px 4px 0px;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.newsR ul li:hover {
    background: #0064b9;
}

.newsR ul li:hover span,
.newsR ul li:hover a,
.newsR ul li:hover p,
.newsR ul li:hover span i{
    color: #fff;
}

.newsR ul li span {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-transition: .5s;
    transition: .5s;
}

.newsR ul li span i {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    color: #0181da;
}

.newsR ul li a.newsRt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    -webkit-transition: .5s;
    transition: .5s;
}

.newsR ul li p {
    color: #808080;
    padding-top: 20px;
    line-height: 26px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.newsR ul li:hover .newsRm {
    margin-left: 20px;
}
.newsRm {
    width: 53px;
    height: 6px;
    background: url(../images/newsList.png) no-repeat center;
    display: block;
    margin-top: 40px;
    transition: .5s;
}

/*link*/
.link h6{
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-family: Impact;
    font-size: 30px;
    letter-spacing: 4px;
    color: #666666;
    background: url("../images/link.png") no-repeat 92px center;
}
.link h6 span{
    color: #0181da;
    font-family: Impact;
    font-size: 30px;
    letter-spacing: 4px;
}
.link-a{
    width: 100%;
    margin-top: 14px;
}
.link-a a{
    display: inline-block;
    padding: 0 25px 0 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    transition: .6s;
}
.link-a a:hover{
    color: #0181da;
}










