i {
    display: block;
    background-repeat: no-repeat;
}

.bgset {
    background-repeat: no-repeat;
}

.m-auto {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pt50 {
    padding-top: 50px;
}

.icons {
    background: url(../images/icons.png) no-repeat;
}

.icon {
    display: block;
    background-repeat: no-repeat;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

@font-face {
    font-family: 'FreeSerif';
}

/*banner*/
.banner-wrap {
    width: 100%;
    height: 700px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

.banner-wrap ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-wrap ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-wrap ul li:not(:first-child) {
    display: none;
}

.banner-wrap li img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.circle-box {
    width: 100%;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
}

.circle-box span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #e50012;
    margin-right: 20px;
}

.circle-box span.cur {
    background-color: #e50012;
}

.banner-wrap span.jt {
    display: block;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    position: absolute;
    top: 320px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.banner-wrap span.left-jt {
    left: 20px;
    background-image: url(../images/babot1.png);
}

.banner-wrap span.right-jt {
    right: 20px;
    background-image: url(../images/babot2.png);
}

.research .rscont {
    height: 60px;
    overflow: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    font-family: microsoft yahei;
    overflow: hidden;
}

.research .rscont .hotworld {
    height: 60px;
    line-height: 60px;
    width: 700px;
    float: left;
}

.rscont .hotworld * {
    display: inline-block;
    float: left;
    font-size: 17px;
}

.rscont .hotworld span {
    color: #6d6d6d;
    font-weight: bold;
}

.rscont .hotworld a {
    color: #6d6d6d;
    margin-right: 8px;
}

.rscont .rsbox {
    width: 296px;
    background: #ddd;
    height: 45px;
    overflow: hidden;
    margin-top: 8px;
    float: right;
}

.rscont .rsbox .cont_text {
    width: 220px;
    float: left;
    height: 15px;
    font-size: 14px;
    color: #6d6d6d;
    background: none;
    border: none;
    outline: none;
    padding: 15px 0px 15px 10px;
}

.rscont .rsbox .cont_btn {
    width: 51px;
    height: 45px;
    float: right;
    background: url(../images/rsbtn.png) no-repeat;
    cursor: pointer;
    outline: none;
    border: none;
}

/**/
.homeT {
    text-align: center;
    position: relative;
    top: 40px;
}

.homeT h3 {
    font-size: 40px;
    line-height: 32px;
    color: #e6142f;
}

.homeT h3 span {
    display: inline-block;
    padding: 0 70px;
    position: relative;
}

.homeT h3 span:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 14px;
    width: 42px;
    background: url(../images/title-bg.png) no-repeat left top;
}

.homeT h3 span:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 14px;
    width: 42px;
    background: url(../images/title-bg.png) no-repeat left top;
}

.homeT p {
    font-size: 14px;
    line-height: 16px;
    color: #aaa;
    text-transform: uppercase;
    margin-top: 10px;
}

.homeTitle {
    text-align: center;
}

.homeTitle h3 {
    font-size: 42px;
    line-height: 40px;
    color: #333;
}

.homeTitle h3 span {
    display: inline-block;
    padding: 0 70px;
    font-size: 36px;
    position: relative;
    letter-spacing: 8px;
}

.homeTitle h3 span:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 14px;
    width: 42px;
}

.homeTitle h3 span:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 14px;
    width: 42px;
}

.homeTitle p {
    font-size: 14px;
    line-height: 16px;
    color: #aaa;
    text-transform: uppercase;
    margin-top: 10px;
}

.c5 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 30px;
}

.cpml {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cpml .cpmu {
    zoom:1;width: 100%;
}

.cpml .cpmu li:hover {
    background: #e6142f;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    color: #fff;
}

.cpml .cpmu li {
    float: left;
    margin-right: 20px;
    margin-bottom: 21px;
    width: 375px;
    border: 2px #ededed solid;
    background: #ededed;
    box-shadow: 0px 2px 10px 0px #ededed;
}

.cpml .cpmu li .img {
    width: 375px;
    height: 280px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.cpml .cpmu li .img img {
    width: 375px;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    height: 280px;
}

.cpml .cpmu li .img img:hover {
}

.cpml .cpmu li .img .on {
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom:1;-webkit-transform: rotateX(180deg) scale(.5,.5);
    transform: rotateX(180deg) scale(.2,.2);
    transition: all ease-out .5s;
}

.cpml .cpmu li .img .on i {
    width: 65px;
    height: 65px;
    background-position: -150px -147px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.cpml .cpmu li .p {
    background: #fff;
    color: #333;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.cpml .cpmu li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cpml .cpmu li:hover .on {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1,1);
    transform: rotateX(0deg) scale(1,1);
    transition: all 1s cubic-bezier(.23,1,.38,1) 0s;
    background: rgba(0,0,0,.3);
}

.c-bj {
    padding-bottom: 30px;
    padding-top: 1px;
}

.ba {
    padding-bottom: 30px;
    padding-top: 1px;
    /* background:url(../images/ba.jpg);*/
}

.c55 {
    padding-top: 25px;
}

.ba {
    padding-bottom: 30px;
    padding-top: 1px;
    /* background:url(../images/ba.jpg);*/
}

.c55 {
    padding-top: 25px;
}

.hotpro {
    overflow: hidden;
    margin-top: 30px;
}

.hotpro .list {
    zoom:1;width: 100%;
}

.hotpro .list li:hover {
    background: #e6142f;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    color: #fff;
}

.hotpro .list li {
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    width: 375px;
    border: 2px #ededed solid;
    background: #ededed;
}

.hotpro .list li .img {
    width: 375px;
    height: 280px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.hotpro .list li .img img {
    width: 375px;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    height: 280px;
}

.hotpro .list li .img .on {
    /* width:100%;*/
    height: 100%;
    /* background:transparent;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom:1;-webkit-transform: rotateX(180deg) scale(.5,.5);
    transform: rotateX(180deg) scale(.2,.2);
    transition: all ease-out .5s;
}

.hotpro .list li .img .on i {
    width: 65px;
    height: 65px;
    background-position: -150px -147px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.hotpro .list li .p {
    /* background:#ededed;*/
    color: #333;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.hotpro .list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hotpro .list li:hover .on {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1,1);
    transform: rotateX(0deg) scale(1,1);
    transition: all 1s cubic-bezier(.23,1,.38,1) 0s;
    background: rgba(0,0,0,.3);
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.c56 {
    text-align: center;
    margin-top: 5px;
}

.c56 a:hover {
    background: #e50012;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.i_more {
    position: relative;
    z-index: 1;
    display: block;
    width: 150px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.i_more .line {
    display: inline-block;
    background-color: #e50012;
    position: absolute;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.i_more:hover {
    color: #e50012;
    border: 1px solid #e50012;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

.i_more .line_top {
    height: 1px;
    width: 0;
    left: -50%;
    top: -1px;
}

.i_more:hover .line_top {
    width: 100%;
    left: 0px;
}

.i_more .line_right {
    height: 0;
    width: 1px;
    top: -50%;
    right: -1px;
}

.i_more:hover .line_right {
    height: 100%;
    top: 0px;
}

.i_more .line_bottom {
    width: 1px;
    height: 0;
    bottom: -50%;
    left: -1px;
}

.i_more:hover .line_bottom {
    height: 100%;
    bottom: 0px;
}

.i_more .line_left {
    height: 1px;
    width: 0;
    right: -50%;
    bottom: -1px;
}

.i_more:hover .line_left {
    width: 100%;
    right: 0px;
}

.i_more01 {
    border: 1px solid #7E7E7E;
    color: #7d7d7d;
    margin: 0 auto;
}

.i_more02 {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
}

.i_more03 {
    border: 1px solid #7E7E7E;
    color: #7d7d7d;
}

/**/
.service-wrap {
}

.tt-public {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
}

.tt-public h2,.tt-public h2 a {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    position: relative;
}

.tt-public p {
    font-size: 18px;
    padding-top: 12px;
}

.tt-public h2:before,.tt-public h2:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cecece;
    position: absolute;
    top: 17px;
    z-index: 2;
}

.tt-public h2:before {
    left: -60px;
}

.tt-public h2:after {
    right: -60px;
}

/**/
.service-cont {
    height: 450px;
    overflow: hidden;
}

.service-box {
    width: 100%;
    height: 445px;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 2;
}

.svs-img {
    width: 29px;
    height: 269px;
    background-image: url(../images/svs_img.png);
    position: absolute;
    right: 420px;
    top: 153px;
    z-index: 1;
}

.service-infos {
    width: 100%;
    position: relative;
    z-index: 8;
}

.service-infos>div:not(:first-child) {
    display: none;
}

.service-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.service-list a {
    display: block;
}

.service-list .img-box {
    width: 698px;
    height: 100%;
}

.service-list .txts {
    width: 440px;
    height: 88px;
    background-color: #e50012;
    color: #fff;
    padding: 20px 170px 0 30px;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 3;
}

.service-list .txts span {
    display: inline-block;
    padding: 10px 8px 0 0;
}

.service-list .look-detail {
    width: 106px;
    height: 42px;
    line-height: 42px;
    background-color: #1a1a1a;
    color: #fff;
    padding-left: 20px;
    position: absolute;
    right: 0;
    bottom: 33px;
    z-index: 9;
}

.service-list .look-detail:after {
    content: '';
    display: block;
    width: 22px;
    height: 15px;
    background: url(../images/icons.png) no-repeat -81px -5px;
    position: absolute;
    right: 19px;
    top: 14px;
    z-index: 2;
}

.service-nav {
    width: 356px;
    height: 300px;
    background-color: #1a1a1a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.service-nav ul li {
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    position: relative;
}

.service-nav a {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.service-nav li span {
    display: block;
    width: 398px;
    height: 60px;
    background-color: #e50012;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.service-nav li:hover a,.service-nav li.cur a {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

.service-nav li span {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.service-nav li:hover span,.service-nav li.cur span {
    opacity: 1;
    -webkit-transform: translateX(-42px);
    -moz-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
}

/**/
.peixun-wrap {
    width: 100%;
    height: 300px;
    /* background-color:#f5f5f5;*/
}

.peixun-box .imgs {
    width: 698px;
    height: 445px;
    overflow: hidden;
}

.peixun-box .left-side {
    width: 698px;
    height: 445px;
    position: relative;
}

.peixun-box .imgs-list {
    position: relative;
}

.peixun-box .left-side .img-box {
    float: left;
    position: relative;
    width: 698px;
    height: 445px;
}

.peixun-box .img-box p {
    width: 658px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.3);
    padding: 0 20px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.peixun-box .tt {
    display: block;
    width: 76px;
    height: 55px;
    line-height: 42px;
    padding-left: 40px;
    font-weight: bold;
    color: #fff;
    background-position: -60px -110px;
    position: absolute;
    left: -20px;
    top: 10px;
    z-index: 3;
}

.peixun-box .circles {
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: 15px;
    z-index: 9;
}

.peixun-box .circles span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-right: 12px;
}

.peixun-box .circles span.cur {
    background-color: #fff;
}

.peixun-box .right-side {
    width: 490px;
    height: 445px;
    background-color: #fff;
}

.peixun-box .right-side h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    background-color: #e50012;
    padding-left: 20px;
    position: relative;
}

.peixun-box .right-side a.more {
    display: block;
    width: 470px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
}

.kecheng-main {
    width: 448px;
    height: 390px;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.kecheng-box {
    width: 448px;
    height: 390px;
    position: relative;
}

.kecheng-infos {
    height: 194px;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
}

.kecheng-infos h4 {
    width: 260px;
    padding: 28px 0 18px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kecheng-infos h4 a {
    color: #1a1a1a;
}

.kecheng-infos .info {
    font-size: 16px;
    color: #1a1a1a;
}

.kecheng-infos .name {
    padding-right: 30px;
}

.kecheng-infos .info p {
    padding-top: 8px;
}

.kecheng-infos .abtns a {
    display: block;
    width: 93px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #e50012;
    margin-top: 20px;
}

.kecheng-infos .abtns .baoming {
    background-color: #e50012;
    color: #fff;
}

.kecheng-infos .hot {
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 46px;
    top: 24px;
    padding-left: 28px;
    font-size: 16px;
    color: #1a1a1a;
}

.kecheng-infos .hot i {
    width: 18px;
    height: 23px;
    background-position: -60px -5px;
    position: absolute;
    left: 0;
    top: 0;
}

.kecheng-infos .icon-book {
    width: 49px;
    height: 40px;
    background-position: -5px -5px;
    position: absolute;
    right: 10px;
    bottom: 28px;
    z-index: 1;
}

/*appli*/
.appli {
    padding: 80px 0;
    /* overflow: hidden; */
    background: #f8f8f8;
}

.appli_box {
    width: 70%;
    margin: 0 auto;
}

.appli_tit {
    text-align: center;
}

.appli_tit span {
    font-size: 42px;
    line-height: 42px;
    background: url(../images/20210810085537_1665559755.png)no-repeat center;
    background-position-y: 20px;
    display: inline-block;
    height: 70px;
}

.appli_call {
    margin-top: 30px;
}

.appli_call ul {
    margin-bottom: 12px;
    overflow: hidden;
}

.appli_call li {
    width: 19%;
    display: inline-table;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.appli_call li>a {
    display: block;
}

.appli_call li>a>img {
    width: 100%;
    height: auto;
}

.appli_call li {
}

.appli_call li>div {
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0,0.7);
    ;position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotateX(90deg);
    transition: 600ms;
}

.appli_call li>div>a {
    display: block;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.appli_call li:hover div {
    transform: rotateX(0deg);
    transition: 600ms;
}

.appli_call li br {
    display: none;
}

/*case*/
/*title*/
.title1 {
    text-align: center;
}

.title1a {
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    top: 25px;
    letter-spacing: 0px;
    color: #eee;
    font-family: Arial;
}

.title1b {
    font-size: 36px;
    color: #333;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
}

.title1b span {
    font-size: 42px;
    font-weight: bold;
    color: #333;
}

.title1c {
    font-size: 20px;
    color: #999;
    font-weight: 100;
}

.comp_con {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

.case_da {
    width: 100%;
    background: #f8f8f8;
    padding: 60px 0px 100px 0px;
}

.comp_img {
    position: relative;
    background: #fff;
    padding: 30px;
}

.comp_hd {
    background: rgba(0, 0, 0, 0.4);
    width: 950px;
    height: 60px;
    position: absolute;
    bottom: 416px;
    left: 35px;
    z-index: 2;
}

.comp_hd .prev,.comp_hd .next {
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    color: #fff !important;
    position: absolute;
    margin-bottom: -20px;
}

.comp_hd .prev:before {
    content: '←';
    font-size: 28px;
}

.comp_hd .next:before {
    content: '→';
    font-size: 28px;
}

.comp_hd .prev {
    left: 31px;
}

.comp_hd .next {
    right: 31px;
}

.comp_hd ul {
    margin: 30px auto;
    width: 190px;
}

.comp_hd ul li {
    float: left;
    width: 6px;
    height: 6px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
}

.comp_hd ul li.on {
    background-position: 0 0;
    width: 12px;
    background: #333;
}

.comp_bd {
    width: 957px;
    height: 490px;
    overflow: hidden;
}

.comp_bd .tempWrap {
    width: 100% !important;
}

.comp_bd tr {
    display: block;
}

.comp_bd td {
    width: 957px !important;
}

.comp_text {
    width: 463px;
}

.comp_text1 {
    width: 350px;
    background: #fff;
    height: 495px;
    color: #333;
    padding: 46px 43px 16px 52px;
}

.comp_jj_bt {
    display: inline-block;
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 39px;
}

.comp_jj_bt span {
    font-size: 24px;
    font-family: auto;
    color: rgba(0, 0, 0, 0.5);
}

.line {
    width: 360px;
    height: 1px;
    background: rgba(204, 204, 204, 0.3);
    margin: 20px 0px;
}

.comp_jj_bt p {
    font-size: 18px;
    color: #999;
}

.comp_jj_nr {
    font-size: 15px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.comp_jj_mo {
    width: 55px;
    height: 55px;
    background: url(../images/20210426100706_101358677.png)no-repeat;
    position: relative;
    top: 50px;
    left: 0;
}

.jj_n {
    font-size: 18px;
    color: #999;
}

.divdgweb2_tag li a {
    font-size: 14px;
}

.comp_text2 {
    width: 463px;
    background: #fff;
    color: #333;
    padding: 46px 43px 16px 52px;
    margin-top: 30px;
}

.case_call {
    float: left;
    width: 957px;
    margin-top: 30px;
}

.case_call table tr td {
    width: calc((100% - 217px)/2);
    width: 468px;
    height: 100%;
    height: 326px;
    padding-left: 0 !important;
    display: inline-block;
}

.case_call table tr td+td {
    margin-left: 10px;
    float: left;
}

.case_call table tr td a {
    display: block;
}

.case_call table tr td img {
    width: 100%;
}

.case_call table tr a:hover {
    color: #ffffff;
    font-weight: bold !important;
}

.case_call td {
    padding-left: 0 !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.case_call td:hover>a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease-in-out;
}

.case_call td>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 0.5)url(../images/20200531105413_1852172045.png) no-repeat center;
    transition: 0.3s all ease-in-out;
}

.case_call td br {
    display: none;
}

.case_call td div {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px !important;
    background: #333;
    margin-left: -1px;
    margin-bottom: -1px;
    position: absolute;
    left: 100%;
    right: 0;
    margin: auto;
    bottom: 0px;
    transition: 0.3s all ease-in-out;
    padding-top: 0 !important;
}

.case_call td div a {
    color: #fff !important;
}

.case_call td:hover div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    background: #333;
    transition: 0.3s all ease-in-out;
}

/*case*/
.case-wrap {
    /* background-color:#f5f5f5 */
}

.case-cont {
    padding-bottom: 25px;
}

.case-cont .case-more {
    display: block;
    width: 200px;
    background: #e50012;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    margin: 5px auto;
}

.case-box {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.case-box ul {
    height: 100%;
    position: relative;
}

.case-box li {
    float: left;
}

.case-box .part {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.case-box .txts {
    width: 389px;
    height: 350px;
    border-left: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    color: #333;
    font-size: 16px;
    padding: 48px 20px 0 48px;
    position: relative;
}

.case-box .txts a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.case-box .txts .logo-box {
    width: 192px;
    height: auto;
}

.case-box .txts .logo-box img {
    width: 100px;
}

.case-box .txts .p1 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 30px;
}

.case-box .txts .p3 {
    padding: 20px 0;
}

.case-box .txts b {
    display: block;
    padding: 10px;
    margin-top: 5px;
    line-height: 1.5;
    background-color: #e50012;
}

.case-box .txts i {
    width: 42px;
    height: 15px;
    background-position: -80px -25px;
    position: absolute;
    left: 48px;
    bottom: 30px;
    z-index: 9;
}

.case-box .img-box {
    width: 742px;
    height: 400px;
    overflow: hidden;
}

.case-box .part2 .txts {
    border-left: none 0;
    border-right: solid 1px #e6e6e6;
}

/*fwys*/
.bt_w {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    width: 1;
    margin: 0 auto;
}

.bt_w p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}

.bt_w1 {
    background: url(../images/20190925104406_1520147924.png) no-repeat center;
    margin: 0 auto;
    width: 100%;
    height: 30px;
}

.bt_w2 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
}

.bt_w2 p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 40px;
}

#culture_bg {
    background-image: url(../images/20190929150615_935956575.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    background-attachment: fixed;
}

.culture {
    width: 1300px;
    margin: auto;
}

.culture_t p {
    color: #fff;
}

.culture_wt {
    margin-top: 44px;
    box-shadow: 0px 5px 30px #999;
    overflow: hidden;
    padding-bottom: 20px;
    background: #fff;
}

.culture_wt li {
    border: 1px solid #ededed;
    display: block;
    float: left;
    text-align: center;
    width: 245px;
    height: 100%;
    padding-bottom: 20px;
    margin-top: 24px;
    margin-right: 10px;
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}

.culture_wt li:nth-child(1) {
    margin-left: 15px;
}

.culture_wt li:hover {
    box-shadow: 0px 0px 15px #999;
}

.culture_img {
    width: 102px;
    height: 78px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 28px;
}

.culture_w p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.culture_w span {
    width: 210px;
    padding: 20px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}

.culture_img1 {
    background: url(../images/20190929151023_1045386139.png)no-repeat center;
}

.culture_img2 {
    background: url(../images/20190929151105_1810052738.png)no-repeat center -8px;
}

.culture_img3 {
    background: url(../images/20190929151024_985546945.png)no-repeat center;
}

.culture_img4 {
    background: url(../images/20190929151023_160322744.png)no-repeat center;
}

.culture_img5 {
    background: url(../images/jzys.png)no-repeat center;
}

.culture_wt li:hover .culture_img1 {
    background: url(../images/20190929151217_1591602819.png)no-repeat center;
}

.culture_wt li:hover .culture_img2 {
    background: url(../images/20190929151112_991666741.png)no-repeat center -8px;
}

.culture_wt li:hover .culture_img3 {
    background: url(../images/20190929151112_182523914.png)no-repeat center;
}

.culture_wt li:hover .culture_img4 {
    background: url(../images/20190929151112_1992708803.png)no-repeat center;
}

.culture_wt li:hover .culture_img5 {
    background: url(../images/jzys2.png)no-repeat center;
}

/*youshi*/
.youshi-wrap {
    width: 100%;
    background: #f5f5f5;
}

.youshi-cont {
    padding-bottom: 60px;
}

.youshi-box .info {
    width: 304px;
    height: 380px;
    background-color: #fff;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;
    position: relative;
}

.youshi-box .info>div {
    width: 302px;
    height: 378px;
    border: solid 1px #fff;
    color: #1a1a1a;
}

.icon-team {
    width: 52px;
    height: 50px;
    background-position: -128px -50px;
    margin: 39px auto;
}

.icon-fa {
    width: 53px;
    height: 53px;
    background-position: -70px -50px;
    margin: 36px auto 39px;
}

.icon-fd {
    width: 60px;
    height: 50px;
    background-position: -5px -50px;
    margin: 39px auto 50px;
}

.youshi-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.youshi-box p {
    padding: 0 36px;
    line-height: 30px;
}

.youshi-box .info {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.youshi-box .info:hover {
    background-color: #e50012;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.youshi-box .info:hover>div {
    border-color: #1a1a1a;
    color: #fff;
}

/*fabao*/
.fabao-wrap {
    width: 100%;
    height: 480px;
    background-color: #ededed;
}

.fabao-cont {
    padding-top: 60px;
}

.fabao-img {
    width: 361px;
    height: 357px;
    background-image: url(../images/fabao_img.png);
    position: relative;
}

.fabao-img span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.fabao-img .c1 {
    background-image: url(../images/c1.png);
}

.fabao-img .c2 {
    background-image: url(../images/c2.png);
}

.fabao-img .c3 {
    background-image: url(../images/c3.png);
}

.fabao-cont p {
    display: inline-block;
    font-size: 22px;
    color: #333;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    position: absolute;
    z-index: 2;
}

.fabao-cont p b {
    color: #e50012;
}

.fabao-cont p em {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    color: #191919;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    font-family: "FreeSerif";
    font-weight: bold;
}

.fabao-left p {
    padding-right: 36px;
    padding-left: 5px;
}

.fabao-left p em {
    right: -15px;
}

.fabao-right p {
    padding-left: 36px;
    padding-right: 5px;
}

.fabao-right p em {
    left: -15px;
}

.fabao1 {
    top: 78px;
    left: 230px;
}

.fabao2 {
    top: 153px;
    left: 105px;
}

.fabao3 {
    top: 230px;
    left: 152px;
}

.fabao4 {
    top: 305px;
    left: 255px;
}

.fabao55 {
    top: 380px;
    left: 255px;
}

.fabao5 {
    top: 78px;
    right: 187px;
}

.fabao6 {
    top: 153px;
    right: 130px;
}

.fabao7 {
    top: 230px;
    right: 130px;
}

.fabao8 {
    top: 305px;
    right: 188px;
}

.fabao10 {
    top: 380px;
    right: 188px;
}

.fabao-img .c1,.fabao-img .c3 {
    -webkit-animation: m-circle 30s linear both infinite;
}

.fabao-img .c2 {
    -webkit-animation: m-circle1 30s linear both infinite;
}

.fabao-img .c3 {
    -webkit-animation-duration: 20s;
}

@-webkit-keyframes m-circle {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes m-circle1 {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

/*zixun*/
.zixun-cont {
    height: 400px;
}

.zixun-cont .ques {
    width: 450px;
    height: 100%;
    position: relative;
}

.zixun-cont .man {
    width: 150px;
    height: 309px;
    background-image: url(../images/man.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.zixun-cont .ques p {
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 2;
}

.zixun-cont .ques b {
    color: #e50012;
}

.zixun-cont .ques .p1 {
    width: 323px;
    height: 64px;
    background-image: url(../images/item_bg01.png);
    left: 38px;
    top: 5px;
}

.zixun-cont .ques .p2 {
    width: 381px;
    height: 64px;
    background-image: url(../images/item_bg02.png);
    left: 68px;
    top: 82px;
}

.zixun-cont .ques .p3 {
    width: 326px;
    height: 64px;
    background-image: url(../images/item_bg03.png);
    left: 42px;
    top: 160px;
}

.zixun-cont .ques .p4 {
    width: 305px;
    height: 61px;
    line-height: 24px;
    padding: 15px 34px 0 24px;
    background-image: url(../images/item_bg04.png);
    left: 82px;
    bottom: 58px;
}

.zixun-cont .online {
    width: 298px;
    height: 318px;
    border: solid 1px #ccc;
    margin-left: 55px;
    text-align: center;
    font-size: 18px;
    color: #e50012;
}

.zixun-cont .online i {
    width: 43px;
    height: 44px;
    background-position: -5px -110px;
    margin: 38px auto 28px;
}

.zixun-cont .online p {
    font-weight: bold;
    padding-bottom: 22px;
    line-height: 25px;
    color: #111;
}

.zixun-cont .tel em {
    font-family: "FreeSerif";
    font-size: 20px;
    font-weight: bold;
    color: #e50012;
}

.zixun-cont .online .abtns {
    width: 113px;
    margin: 30px auto 0;
}

.zixun-cont .abtns a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #e6e6e6;
    font-size: 14px;
}

.zixun-cont .abtns a.abtns1 {
    background-color: #e50012;
    border-color: #e50012;
    width: 300px;
    color: #fff;
}

.zixun-cont .abtns a:hover {
    background-color: #e50012;
    border-color: #e50012;
    color: #fff;
}

.user-info {
    width: 340px;
    height: 340px;
    border: solid 1px #ccc;
    padding-top: 38px;
}

.user-info>div {
    width: 300px;
    height: 35px;
    margin: 0 auto 18px;
}

.user-info>div input {
    background: none;
    display: block;
    width: 274px;
    height: 40px;
    border: solid 1px #e6e6e6;
    padding: 0 12px;
    color: #999;
}

.user-info input.curr {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

/*teacher*/
.teacher-wrap {
    width: 100%;
    height: 752px;
    /* background:url(../images/mans_bg.jpg) no-repeat center top;*/
    background-color: #0e1215;
}

.teacher-cont {
    height: 702px;
    position: relative;
}

.teacher-cont .tt-public h2 a,.teacher-cont .tt-public p {
    color: #fff;
}

.teacher-box {
    width: 100%;
    height: 595px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
}

.teacher-more {
    color: #e50012;
    text-decoration: underline;
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.teacher-more:hover {
    text-decoration: underline;
}

.teacher-list {
    width: 920px;
    height: 100%;
    position: relative;
}

.teacher-infos {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.teacher-list>div:not(:first-child) {
    display: none;
}

.teacher-img {
    width: 540px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.teacher-infos .details {
    width: 380px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.teacher-infos .details a.name {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 175px;
}

.teacher-infos .details em {
    font-size: 16px;
}

.teacher-infos .details p {
    font-size: 14px;
    line-height: 26px;
}

.teacher-infos .details a.ask {
    display: block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 9;
}

.teacher-infos .details a.ask:hover {
    background-color: #e50012;
    border-color: #e50012;
    color: #fff;
}

.teacher-nav {
    width: 100px;
    height: 565px;
    position: absolute;
    right: 24px;
    top: -60px;
    z-index: 9;
}

.teacher-nav .top-jt,.teacher-nav .btm-jt {
    width: 11px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 45px;
    z-index: 2;
}

.teacher-nav .top-jt {
    background-position: -163px -25px;
    top: 0;
}

.teacher-nav .top-jt:hover {
    background-position: -125px -5px;
}

.teacher-nav .btm-jt {
    background-position: -125px -25px;
    bottom: 0;
}

.teacher-nav .btm-jt:hover {
    background-position: -163px -5px;
}

.teacher-nav .small-imgs {
    width: 100px;
    height: 490px;
    position: relative;
    top: 37px;
    overflow: hidden;
}

.small-imgs>div {
    position: relative;
}

.teacher-nav .small-imgs span {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.teacher-nav .small-imgs span img {
    border-radius: 50%;
}

.small-imgs span:hover,.small-imgs span.cur {
    width: 98px;
    height: 98px;
    border: solid 1px #e50012;
}

/*about*/
.about-box {
    width: 100%;
    height: 500px;
    position: relative;
    padding-bottom: 60px;
}

.about-box .ifa {
    width: 698px;
    height: 445px;
}

.about-box img {
    width: 698px;
    height: 445px;
    padding-top: 30px;
}

.about-box a.img-box {
    display: block;
    width: 698px;
    height: 445px;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 2;
}

.about-box video {
    display: block;
    width: 698px;
    height: 445px;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 2;
}

.about-box .r-kuang {
    width: 544px;
    height: 498px;
    border: solid 1px #1a1a1a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.about-box em.line {
    display: block;
    width: 162px;
    height: 1px;
    background-color: #e50012;
    position: absolute;
    right: 402px;
    top: 88px;
    z-index: 3;
}

.about-box .infos {
    width: 475px;
    height: 445px;
    position: absolute;
    left: 698px;
    top: 0;
    z-index: 4;
    padding-left: 25px;
}

.about-box h2 {
    margin: 45px 0 15px;
}

.about-box h2 a {
    font-size: 30px;
    color: #1a1a1a;
}

.about-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    padding: 10px 0;
}

.about-box .infos>p {
    width: 447px;
    line-height: 26px;
}

.about-box .numbers {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    margin-left: -25px;
}

.about-box .numbers span {
    font-size: 30px;
    color: #1a1a1a;
    font-family: 'FreeSerif';
    font-weight: bold;
}

.about-box .numbers>div {
    display: inline-block;
    border-bottom: solid 1px #e50012;
    padding-bottom: 3px;
}

.about-box .numbers .myd {
    padding-left: 75px;
}

.about-box .numbers .teacher {
    margin: 18px 0 18px 198px;
    padding-right: 30px;
}

.about-box .numbers .zhengshu {
    margin-left: 55px;
    padding-left: 68px;
}

/*hzkh*/
.hezuo-wrap {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.companys {
    width: 1200px;
    overflow: hidden;
}

.companys ul {
    width: 3600px;
    position: relative;
    overflow: hidden;
}

.companys li {
    float: left;
    width: 1200px;
}

.companys ul li span {
    display: block;
    float: left;
    width: 191px;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.companys ul li span.mr0 {
    margin-right: 0;
}

/*hezuo*/
.hz-b {
    margin: auto;
    width: 1050px;
}

#hz {
    width: 100%;
    margin: 0 auto;
    background: url(../images/20161030162308_468525249.jpg) center no-repeat;
    height: 611px;
    padding-top: 40px;
}

.hz1 {
    width: 1050px;
    height: 65px;
    text-align: center;
}

.hz1_1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.hz1_1 span {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: "Microsoft YaHei";
}

.hz1_2 {
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 1px;
    color: #d9d9d9;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
}

.hz2 {
    width: 1050px;
    height: 540px;
}

/*news*/
.news_list {
    display: none;
}

.news-cont {
    padding-bottom: 60px;
}

.ques-list {
    width: 500px;
}

.ques-list h3 {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 1px #e6e6e6;
}

.ques-list h3 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.ques-list h3 em {
    font-size: 14px;
}

.ques-infos {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.ques-infos ul {
    position: relative;
}

.ques-infos li {
    width: 100%;
    height: auto;
    color: #333;
    padding-top: 27px;
    position: relative;
}

.ques-infos li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ques-infos .q {
    margin-bottom: 15px;
}

.ques-infos .q em,.ques-infos .a>em {
    width: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #333;
}

.ques-infos .q p {
    font-weight: bold;
    width: 464px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ques-infos .a>em {
    color: #e50012;
}

.ques-infos .a .txts {
    width: 464px;
    line-height: 23px;
    margin-top: -2px;
}

.ques-infos .txts span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    padding: 10px 0 15px;
    border-bottom: solid 1px #e6e6e6;
    color: #666;
    position: relative;
}

.ques-infos .txts em {
    padding-right: 38px;
}

.ques-infos .txts span:before {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    /* background-color:#666;*/
    position: absolute;
    left: 36px;
    top: 20px;
    z-index: 1;
}

.news-main {
    width: 600px;
    position: relative;
}

.news-nav {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 1px #e6e6e6;
}

.news-nav a {
    color: #333;
    font-size: 18px;
    padding: 0 20px;
    border-left: solid 1px #333;
}

.news-nav a:hover,.news-nav a.cur {
    font-weight: bold;
}

.news-nav a:first-child {
    margin-left: -20px;
    border-left: none 0;
}

.news-main a.more {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
}

.news-all {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.news-all>div:not(:first-child) {
    display: none;
}

.news-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.news-infos {
    margin-top: 28px;
}

.news-infos>a {
    display: block;
}

.news-infos span.img-box {
    display: block;
    width: 220px;
    height: 132px;
}

.news-infos .txts {
    width: 360px;
    color: #333;
}

.news-infos .txts h3 {
    font-size: 14px;
    padding: 10px 0 13px;
}

.news-infos .txts p {
    line-height: 26px;
}

/*links*/
.friend-links {
    width: 1198px;
    padding: 8px 0;
    margin: 0 auto;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    overflow: hidden;
}

.friend-links>a {
    display: block;
    float: left;
    width: 90px;
    height: auto;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.friend-links .alinks {
    float: left;
    width: 1092px;
    min-height: 34px;
    line-height: 34px;
    border-left: dashed 1px #999;
    padding-left: 15px;
}

.friend-links .alinks a {
    display: inline-block;
    padding: 0 10px;
    color: #333;
}

.friend-links .alinks a:hover {
    font-weight: bold;
}

/*tp*/
.img-box {
    overflow: hidden;
}

.img-box img,.ques-infos li,.news-infos .txts,.about-box h2 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}

.img-box:hover img,.news-infos:hover .txts {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ques-infos li:hover,.about-box h2:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.service-infos,.peixun-wrap .right-side,.about-wrap .img-box,.about-wrap .line,.zixun-wrap .p1,.zixun-wrap .p2,.zixun-wrap .p3 {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.service-nav,.peixun-wrap .left-side,.about-wrap .r-kuang,.about-wrap .infos,.zixun-wrap .p4 {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.service-wrap.active .service-infos,.service-wrap.active .service-nav,.peixun-wrap.active .left-side,.peixun-wrap.active .right-side,.case-wrap.active .case-box,.about-wrap.active .img-box,.about-wrap.active .line,.about-wrap.active .r-kuang,.about-wrap.active .infos,.zixun-wrap.active .q-list p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.case-box {
    opacity: 0;
}

.youshi-box .info {
    opacity: 0;
}

.youshi-box .info:first-child {
    left: 438px;
}

.youshi-box .info:last-child {
    left: -438px;
}

.yst {
    margin: 0px 114px;
}

.youshi-wrap.active .youshi-box .info {
    opacity: 1;
    left: 0;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}

.fabao-cont p {
    opacity: 0;
    font-size: 19px;
}

.fabao1 {
    left: -60px;
}

.fabao2 {
    left: -60px;
}

.fabao3 {
    left: -100px;
}

.fabao4 {
    left: -90px;
}

.fabao55 {
    left: -110px;
}

.fabao5 {
    right: -60px;
}

.fabao6 {
    right: -60px;
}

.fabao7 {
    right: -60px;
}

.fabao8 {
    right: -60px;
}

.fabao10 {
    right: -60px;
}

.fabao-wrap.active .fabao-cont p {
    opacity: 1;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.fabao-wrap.active .fabao1 {
    left: 29px;
}

.fabao-wrap.active .fabao2 {
    left: 20px;
}

.fabao-wrap.active .fabao3 {
    left: 8px;
}

.fabao-wrap.active .fabao4 {
    left: 20px;
}

.fabao-wrap.active .fabao55 {
    left: 52px;
}

.fabao-wrap.active .fabao5 {
    right: 50px;
}

.fabao-wrap.active .fabao6 {
    right: 15px;
}

.fabao-wrap.active .fabao7 {
    right: 5px;
}

.fabao-wrap.active .fabao8 {
    right: 20px;
}

.fabao-wrap.active .fabao10 {
    right: 50px;
}
