
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: 550px;
    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;
}


/*form*/
.form {
    height: 107px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    padding-top: 33px;
    box-sizing: border-box;
}


.webq_bottom_r {
    width: 100%;
    position: relative;
}


.webq_bottom_r3 {
    height: auto;
    float: left;
}

.webq_bottom_r3_1 {
    float: left;
    width: 196px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #f6f6f6;
    border-radius: 20px;
}

.webq_bottom_ml {
    margin-left: 11px;
}

.webq_bottom_r1 {
    height: 40px;
    margin-left: 11px;
    position: relative;
    background: #f6f6f6;
    width: 287px;
    float: left;
    border-radius: 20px;
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 30px;
    color: #b3b3b3;
    padding: 5px 10px 5px 40px;
    box-sizing: border-box;
    display: block;
}

.webq_bd_2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: none;
    color: #b3b3b3;
    box-sizing: border-box;
    padding: 0 10px 0 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}

.webq_bd_go {
    margin: 0;
    border: 0;
    width: 151px;
    height: 40px;
    background-color: #1ea467;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    float: right;
    display: block;
}


.ly_d1 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/ly_d1.png) no-repeat 16px center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ly_d2 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/ly_d2.png) no-repeat 16px center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.ly_d3 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/ly_d3.png) no-repeat 16px center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.webq_yan {
    width: 287px;
    margin-left: 11px;
    float: left;
    background: #f6f6f6;
    border-radius: 20px;
    height: 40px;
}

.webq_yan input {
    width: 185px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 39px;
    font-size: 14px;
    color: #b3b3b3;
    float: left;
    background: url("../image/form-yan.png") no-repeat 16px center;
}

.webq_yan .web_yanimg {
    width: 78px;
    height: 31px;
    overflow: hidden;
    margin: 5px 23px 0 0;
    float: left;
}

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

/*图标移动home*/

.lqy_jia .webq_bd_2 {
    padding: 0 50px 0 10px;
}

.lqy_jia .ly_d1 {
    left: 201px;
}

.lqy_jia .ly_d2 {
    left: 201px;
}

.lqy_jia .webq_bd_1 {
    padding: 0 50px 0 10px;
}

.lqy_jia .ly_d3 {
    left: 462px;
}

/*图标移动end*/


/*定义input的初始颜色home*/

.webq_bottom_r input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r input::-moz-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r input:-moz-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #b3b3b3;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

/*定义input的初始颜色end*/

.title {
    text-align: center;
    line-height: 1;
}

.title h6 {
    color: #333333;
    font-size: 30px;
}

.title h6 a {
    color: #333;
}

.title i {
    display: block;
    background: url("../image/tit-xx.png") no-repeat center;
    width: 53px;
    height: 2px;
    margin: 13px auto;
}

.title p {
    font-size: 16px;
    color: #808080;
}

/*duct-box*/
.duct-box {
    background: url("../image/duct-bg.jpg") no-repeat center;
    height: 1022px;
    padding-top: 75px;
    box-sizing: border-box;
    overflow: hidden;
}

.duct-box .between {
    /*height: 767px;*/
    overflow: hidden;
}

.ductL-more {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
    padding: 0 20px 0 94px;
    color: #4d4d4d;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../image/duct-liicon.png) no-repeat 38px center;
}

.ductL-more:hover {
    background: url(../image/duct-liicon2.png) no-repeat 38px center;
    color: #1ea467;
}

.duct-box .center {
    width: 1200px;
    margin: 67px auto 0 auto;
}

.duct-box .center .duct-left {
    width: 265px;
    height: 767px;
    position: relative;
    float: left;
    background-color: #1471cf;
}

.duct-box .center .duct-left .bt {
    width: 241px;
    height: 113px;
    padding: 33px 0 0 87px;
    background: url(../image/l_t_back.png) 30px 38px no-repeat;
    position: relative;
    box-sizing: border-box;
}

.duct-box .center .duct-left .bt b {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: normal;
}

.duct-box .center .duct-left .bt p {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
}

.duct-left .menu .list .menuItem {
    display: none;
}

.duct-left .menu .list .show {
    display: block;
}

.duct-left .menu {
    width: 100%;
    height: 513px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fbfbfb;
    cursor: auto;
    box-sizing: border-box;
    padding-top: 14px;
}

.duct-left .menu .list:last-child {
    border-bottom: 0;
}

.duct-left .menu .list {
    width: 100%;
    margin: 0 auto;
}

.duct-left .menu .list p {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    margin: 0 auto;
    /*border-bottom: 1px solid #ececec;*/
    border-top: 1px solid #ececec;
    padding: 0 20px 0 37px;
}

.duct-left .menu .list:last-child p {
    border-bottom: none;
}

.duct-left .menu .list p:first-child {
    border-top: 0;
    border-bottom: 1px solid #ececec;
}

.duct-left .menu .list p::after {
    content: '';
    background: url("../image/duct-liicon.png") no-repeat center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 17px;
    left: 37px;
}

.duct-left .menu .list p.xia::after {
    background: url("../image/duct-liicon2.png") no-repeat center;
}

.duct-left .menu .list p.xia {
    border-bottom: 1px solid #ececec;

}

.duct-left .menu .list p.xia::before {
    height: 100%;
}

.duct-left .menu .list .xia a {
    color: #1ea467;
}

.duct-left .menu .list p a {
    display: block;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 54px;
}

.duct-left .menu .list ul {
    width: 211px;
    margin: 0 auto;
    padding: 10px 0;
}

.duct-left .menu .list ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 56px;
    position: relative;
    box-sizing: border-box;
}

.duct-left .menu .list ul li::after {
    content: '';
    width: 6px;
    height: 5px;
    background: url(../image/kua.png);
    position: absolute;
    top: 19px;
    left: 45px;
}

.duct-left .menu .list ul li:last-child {

}

.duct-left .menu .list ul li a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.duct-left .menu .list ul li:hover a {
    color: #1ea467;
    padding-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.duct-box .center .tel {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding-top: 27px;
    padding-left: 22px;
}

.duct-box .center .tel p i {
    display: block;
    background: url("../image/tell2.png") no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 28px;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
}

.duct-box .center .tel p b {
    display: block;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin-top: 5px;
}

.duct-box .center .tel span {
    display: block;
    width: 74px;
    height: 74px;
    border: dashed 1px #ffffff;
    margin-right: 24px;
}

.duct-box .center .tel span img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 5px auto;
}


.duct {
    float: right;
    width: 890px;
}

.duct li:nth-child(1),
.duct li:nth-child(2),
.duct li:nth-child(3) {
    margin-top: 0;
}

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

.duct li {
    width: 282px;
    height: 235px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all ease-out .5s;
    box-sizing: border-box;
    padding: 7px;
    z-index: 0;
    border-radius: 5px;
    float: left;
    margin: 27px 0 0 22px;
}

.duct li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #1471cf;
    transition: all ease-out .5s;
}

.duct li:hover:before {
    height: 100%;
}

.duct li .duct-img {
    display: block;
    width: 100%;
    height: 178px;
    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;
    background: url("../image/d-j.png") no-repeat right center;
    width: 100%;
    line-height: 46px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-right: 30px;
    color: #808080;
    font-size: 14px;
}

.duct li:hover .duct-name {
    color: #fff;
    background: url("../image/d-j2.png") no-repeat right center;
}


/*small-box*/
.small-box {
    background: url('../image/small-bg.jpg') no-repeat center;
    height: 193px;
    box-sizing: border-box;
    padding-top: 50px;
    line-height: 1;
    color: #fff;
}

.smaL b {
    display: block;
    font-size: 30px;
    color: #fefefe;
}

.smaL p {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    color: #d8d8d8;
    margin-top: 19px;
}

.smaR {
    background: url("../image/zizi.png") no-repeat 0 center;
    padding-left: 154px;
    box-sizing: border-box;
}

.smaR p {
    font-family: Impact;
    font-size: 27px;
    margin-right: 40px;
}

.smaR p b {
    display: block;
}

.smaR a {
    display: block;
    background: url("../image/smal-a.png") no-repeat center;
    width: 126px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fefefe;
    margin: 25px 0 0 0;
}

/*ys-box*/
.ys-box {
    background: url("../image/ys-bg.jpg") no-repeat center;
    height: 901px;
    box-sizing: border-box;
    padding-top: 72px;
    overflow: hidden;
}

.ys {
    margin: 64px auto 0;
    width: 83.7%;
    overflow: hidden;
    height: 620px;
    position: relative;
}

.ys li {
    width: 100%;
    height: 620px;
    position: relative;
}

.ys li .ys-tu {
    width: 100%;
    height: 566px;
}

.ys li .ys-tu img {
    display: block;
    width: 100%;
    height: 100%;
}

.ys li .ys-text {
    width: 46%;
    height: 87px;
    background-color: #ffffff;
    box-shadow: 1px 2px 9px 0px rgba(26, 113, 201, 0.1);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 8% 0 37px;
    line-height: 1;
    top: 525px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
}

.ys li .ys-text span {
    display: block;
    position: relative;
    font-size: 20px;
    color: #262626;
    padding-top: 45px;
    box-sizing: border-box;
    text-align: center;
}

.ys li .ys-text span:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    background: url("../image/ys-icon.png") no-repeat center;
    width: 68px;
    height: 54px;
    margin-left: -34px;
}

.ys li .ys-text p {
    width: 80%;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    text-align: left;
    text-indent: 2em;
    box-sizing: border-box;
    padding-top: 14px;
    overflow: hidden;
    height: 76px;
}


.ys-but {
    background: url("../image/ys-but.png") no-repeat center;
    width: 80px;
    height: 86px;
    position: absolute;
    top: 525px;
    right: 27%;
}

.ys-but .yl {
    background: url("../image/yl.png") no-repeat center;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 37px;
    left: 14px;
    cursor: pointer;
}

.ys-but .yr {
    background: url("../image/yr.png") no-repeat center;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 37px;
    right: 14px;
    cursor: pointer;
}


/*pro-box*/
.pro-box {
    background: url("../image/pro-bg.jpg") no-repeat center top;
    padding-top: 74px;
    margin-bottom: 79px;
}

.pro-box .title h6,
.pro-box .title p {
    color: #fff;
}

.pro {
    text-align: center;
    line-height: 1;
    margin-top: 64px;
    padding-bottom: 50px;
}

.pro li {
    display: inline-block;
    width: 97px;
    margin: 0 35px;
}

.pro li p {
    color: #fff;
    font-size: 14px;
}

.pro li span {
    display: block;
    overflow: hidden;
    position: relative;
    width: 97px;
    height: 98px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
    margin-bottom: 21px;
}

.pro li span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../image/pro-li.png") no-repeat center;
    width: 100%;
    height: 100%;
    transition: all ease-out .5s;
    transform: scale(0);
    z-index: -1;
}

.pro li:hover span:before {
    transform: scale(1);
}

.pro li span i {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-out .5s;
}


.pro .p1 span i {
    background: url("../image/p1.png") no-repeat center;
}

.pro .p1:hover span i {
    background: url("../image/p11.png") no-repeat center;
}

.pro .p2 span i {
    background: url("../image/p2.png") no-repeat center;
}

.pro .p2:hover span i {
    background: url("../image/p22.png") no-repeat center;
}

.pro .p3 span i {
    background: url("../image/p3.png") no-repeat center;
}

.pro .p3:hover span i {
    background: url("../image/p33.png") no-repeat center;
}

.pro .p4 span i {
    background: url("../image/p4.png") no-repeat center;
}

.pro .p4:hover span i {
    background: url("../image/p44.png") no-repeat center;
}

.pro .p5 span i {
    background: url("../image/p5.png") no-repeat center;
}

.pro .p5:hover span i {
    background: url("../image/p55.png") no-repeat center;
}

.pro .p6 span i {
    background: url("../image/p6.png") no-repeat center;
}

.pro .p6:hover span i {
    background: url("../image/p66.png") no-repeat center;
}

.pro .p7 span i {
    background: url("../image/p7.png") no-repeat center;
}

.pro .p7:hover span i {
    background: url("../image/p77.png") no-repeat center;
}

.aboutTime {
    background: url("../image/about-time.png") no-repeat center;
    height: 187px;
    width: 1227px;
    margin: 0 auto;
    padding-top: 53px;
    box-sizing: border-box;
}

.aboutTime ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #616161;
}

.aboutTime ul li:before {
    content: "";
    width: 1px;
    background: #dcdcdc;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutTime ul li:first-child:before {
    display: none;
}

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

.aboutTime ul li span b {
    color: #727272;
    font-family: ArialMT;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    line-height: 48px;
    display: inline-block;
    padding-right: 26px;
}

.aboutTime ul li span b:after {
    content: "+";
    position: absolute;
    color: #727272;
    font-family: ArialMT;
    font-size: 40px;
    right: -5px;
    top: 0;
    line-height: 40px;
}

.aboutTime ul li p {
    line-height: 1;
    margin-bottom: 24px;
}


/*case*/
.case-box {
    background: url("../image/case-bg.jpg") no-repeat center;
    height: 626px;
    overflow: hidden;
}

.case {
    margin-top: 65px;
    position: relative;
       height: 410px;
    overflow: hidden;
}

.tempWrap {
    width: 100% !important;
}

.case li {
    width: 384px !important;
    height: 408px;
    background-color: #ffffff;
    box-shadow: 3px 4px 5px 0px rgba(6, 0, 1, 0.05);
    position: relative;
    padding: 23px 28px 0;
    box-sizing: border-box;
    margin-right: 25px;
}

.case li .case-img {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

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

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

.case li .case-name {
    display: block;
    width: 100%;
    line-height: 1;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    margin: 32px 0 20px;
    text-align: center;
}

.case li:hover .case-name {
    transform: translateY(-3px);
    color: #1471cf;
}

.case li p {
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #808080;
    height: 72px;
}

.case li span {
    font-family: ArialMT;
    font-size: 18px;
    color: #666;
    margin-top: 25px;
    display: block;
}

.case li .case-more {
    display: block;
    width: 55px;
    height: 45px;
    background: url("../image/c-mm.png") no-repeat center #1471cf;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case li:hover .case-more {
    background: url("../image/c-mm.png") no-repeat center #1ea467;
}


/*about-box*/
.about-box {
    background: url("../image/about-bg.jpg") no-repeat center;
    height: 1193px;
    box-sizing: border-box;
    padding-top: 75px;
    overflow: hidden;
}

.about-box .title h6 a,
.about-box .title p{
    color: #fff
}

.about-img {
    width: 100%;
    height: 417px;
    overflow: hidden;
    margin: 65px 0 0;
}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-img:hover img {
    transform: scale(1.03);
}


.about-text{
    margin: 32px auto 35px;
    overflow: hidden;
    position: relative;
    width: 1120px;
}

.about-text .about-p{
    font-size: 16px;
    line-height: 34px;
    color: #616161;
    overflow: hidden;
    text-indent: 2em;
}
.about-text a{
    display: inline-block;
    font-size: 16px;
    color: #4d7fc9;
    position: absolute;
    top: 73px;
    right: 100px;
}
.zi{
    height:334px;
    overflow:hidden;
}

.zi .slideGroup {
    width:100%;
}

.zi .slideGroup .parHd {
    width: 100%;
    text-align: center;
}

.zi .slideGroup .parHd ul {
    display: inline-block;
}

.zi .slideGroup .parHd ul li {
    display: inline-block;
    width: 159px;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    z-index: 0;
}

.zi .slideGroup .parHd ul li a{
    display: block;
    font-size: 18px;
    color: #ffffff;
}


.zi .slideGroup .parHd ul li:first-child {
    background: url("../image/zli1.png") no-repeat center;
}
.zi .slideGroup .parHd ul li:first-child.on {
    background: url("../image/zli11.png") no-repeat center;
}
.zi .slideGroup .parHd ul li:nth-child(2) {
    background: url("../image/zli2.png") no-repeat center;
}
.zi .slideGroup .parHd ul li:nth-child(2).on {
    background: url("../image/zli22.png") no-repeat center;
}

.zi .slideGroup .parHd ul li:first-child{
    padding-left: 60px;
}
.zi .slideGroup .parHd ul li:nth-child(2){
    padding-left: 56px;
}
.zi .slideGroup .parHd ul li:first-child:before{
    content: '';
    position: absolute;
    top: 17px;
    left: 27px;
    background: url("../image/zz1.png") no-repeat center;
    width: 24px;
    height: 20px;
}
.zi .slideGroup .parHd ul li:nth-child(2):before{
    content: '';
    position: absolute;
    top: 18px;
    left: 31px;
    background: url("../image/zz2.png") no-repeat center;
    width: 17px;
    height: 20px;
}

.zi .slideGroup .parBd .slideBox {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.zi .slideGroup .parBd ul li {
    width: 283px;
    margin-right: 23px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
}

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

.zi .slideGroup .parBd ul li .img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.zi .slideGroup .parBd ul li:hover .img img {
    transform: scale(1.03);
}

.zi .slideGroup .parBd ul li .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    margin-top: 10px;
}
.zi .slideGroup .parBd ul li:hover .name{
    color: #fff;
}
.zi .slideGroup .parBd ul li .name::before {
    content: '';
    width: 0;
    height: 100%;
    background: #1471cf;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.zi .slideGroup .parBd ul li:hover .name::before {
    width: 100%;
}


/*/new-box*/
.new-box{
    background: url("../image/new-bg.jpg") no-repeat center;
    height: 1135px;
    box-sizing: border-box;
    padding-top: 74px;
}
.new-big{
    height:620px;
    overflow:hidden;
}

.new-nav{
    width: 100%;
    margin: 54px 0 39px;
}

.new-nav li{
    display: block;
    float: left;
    margin-right: 19px;
    background: url("../image/new-n1.png") no-repeat center;
    width: 150px;
    height: 48px;
    line-height: 48px;
    padding-left: 62px;
    box-sizing: border-box;
    transition: all ease-out .5s;
}

.new-nav li a{
    display: block;
    color: #fff;
    font-size: 18px;
}

.new-nav li.on {
    background: url("../image/new-n2.png") no-repeat center;
}

.new-nav .new-nav-a{
    font-family: ArialMT;
    font-size: 16px;
    color: #333;
    margin-top: 35px;
    line-height: 1;
}
.new-nav .new-nav-a:hover{
    color: #1471cf;
    transform: translateY(-3px);
}

.new{
    width: 100%;
}

.newL{
    width: 470px;
    line-height: 1;
}
.newL .newL-img{
    display: block;
    width: 100%;
    height: 287px;
    overflow: hidden;
}

.newL .newL-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.newL:hover .newL-img img{
    transform: scale(1.03);
}


.newL .newL-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444444;
    margin: 37px 0 20px;
}
.newL:hover .newL-name{
    transform: translateY(-3px);
    color: #1471cf;
}

.newL  p{
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    height: 52px;
}

.newL .newL-nn{
    width: 100%;
    border-bottom: 1px solid #1471cf;
    height: 29px;
    line-height: 1;
    margin-top: 28px;
}

.newL .newL-nn span{
    font-size: 14px;
    color: #999999;
}
.newL .newL-nn a{
    display: block;
    background: url("../image/nl-j.png") no-repeat center;
    width: 23px;
    height: 13px;
    -webkit-animation: hang linear 2s infinite;
}
.yuansu{
}
@-webkit-keyframes hang {
    0%,100%{
        -webkit-transform: translateX(-8px);
    }
    50%{
        -webkit-transform: translateX(0);
    }
}

.newR{
    width: 654px;
}
.newR li:first-child{
    margin-top: 0;
}
.newR li:last-child{
    border: none;
}
.newR li{
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    transition: all ease-out .5s;
    margin-top: 18px;
}
.newR li:hover{
    border-color: #1471cf;
}

.newR li .newR-img{
    display: block;
    border-radius: 50%;
    width: 129px;
    height: 129px;
    overflow: hidden;
}
.newR li .newR-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.newR li:hover .newR-img{
    transform: scale(1.03);
}
.newR li .newR-text{
    width: 462px;
}
.newR li .newR-nn{
    width: 462px;
    line-height: 16px;
}
.newR li .newR-nn  a{
    display: block;
    width: 75%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}

.newR li .newR-nn span{
    font-size: 14px;
    color: #999;
}
.newR li:hover .newR-nn  a{
    transform: translateX(3px);
    color: #1471cf;
}
.newR li .newR-text p{
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    overflow: hidden;
    height: 56px;
    margin: 18px 0 10px;
}

.newR li .newR-text .newR-more{
    display: block;
    text-align: center;
    font-family: ArialMT;
    font-size: 14px;
    color: #888888;
    width: 75px;
    height: 25px;
    border-radius: 11px;
    border: solid 1px #cccccc;
    line-height: 25px;
}

.newR li:hover .newR-text .newR-more{
    background-color: #1471cf;
    color: #fff;
    border-color: #1471cf;
}


.ch-box{
    margin-top: 40px;
}
.ch-nav{
    display: block;
    background: url("../image/ch.png") no-repeat center;
    width: 150px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    padding-left: 59px;
}

.ch-list{
    width: 100%;
    margin-top: 29px;
}
.ch-list li:nth-child(2n+1){
    margin-left: 0;
}
.ch-list li{
    width: 581px;
    height: 84px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    padding: 22px 20px 0;
    line-height: 1;
    margin-bottom: 15px;
    transition: all ease-out .5s;
    float: left;
    margin-left: 38px;
}
.ch-list li:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.ch-list li .ch-nn{
    margin-bottom: 15px;
}
.ch-list li .ch-nn a{
    display: block;
    width: 75%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.ch-list li .ch-nn span{
    display: block;
    font-size: 14px;
    color: #666;
}
.ch-list li:hover .ch-nn a{
    transform: translateX(3px);
    color: #1471cf;
}

.ch-list li p{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    color: #666666;
}


















































































































































