/*ss*/
.section {
    overflow: hidden !important;
}



.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,0.1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:170px; }
.logo img{ width:100%;}
.logo img:nth-of-type(1){ display: block; }
.logo img:nth-of-type(2){ display: none; }
.hd-right{ flex: 1; box-sizing: border-box; box-sizing: border-box; padding-left:5%;}
.hd-right > .nav{width:auto;float:right;  box-sizing: border-box; font-size: 0;}
.hd-right > .nav > ul > li{  display: inline-block; height: 80px; line-height: 80px; text-align: center;font-size: 16px;  }
.hd-right > .nav > ul > li > a{ width:100%; height: 80px; line-height: 80px; display: block; text-align: center; padding:0 30px; box-sizing: border-box; border-bottom: 1px solid transparent; color: rgba(255,255,255,0.8); text-transform: uppercase; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.hd-right > .nav > ul > li > a::after{content: ' '; width: 20px; height: 2px; background-color: #FFF; position: absolute; left:10px; top:50%; margin-top: -1px; display: none;}

.hd-right > .nav > ul > li.on > a,.hd-right > .nav > ul > li:hover > a{ /*border-bottom:1px solid #FFF;*/ color: #FFF !important;}
.hd-right > .nav > ul > li > .subNav{ width: 100%; height: auto; background-color: rgba(255,255,255,0.9); position: absolute; left:0; top:80px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; display: none;}
.hd-right > .nav > ul > li > .subNav > .navLiCont{ width: 1200px; height: auto;margin:0 auto; box-sizing: border-box; padding: 4%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; display: none;}
.hd-right > .nav > ul > li > .subNav > .navLiCont > .subNav-img{ width: 30%; overflow: hidden; }
.hd-right > .nav > ul > li > .subNav > .navLiCont > .subNav-img img{ width: 100%; }
.subNav-about{ width:70%; box-sizing: border-box; padding-left:8%; text-align: left;}
.subNavAbout-header{ width: 100%; }
.subNavAbout-header > h3,.subNavAbout-header > p{ width: 100%; font-weight: normal; font-size: 26px; text-transform: uppercase; height: 32px; line-height: 32px; overflow: hidden;}
.subNavAbout-header > p{ font-size: 18px; height: 24px; line-height: 24px; }
.subNavAbout-list{ width: 100%; margin-top: 3%; }
.subNavAbout-list > ul > li{ width: 50%; height: 36px; line-height: 36px; float: left; overflow: hidden; }
.hd-right > .nav > ul > li > a:hover::after,.hd-right > .nav > ul > li > a.on::after{display: block; animation: bounceInLeft 0.5s ease-in-out; -webkit-animation: bounceInLeft 0.5s ease-in-out;}
.hd-right > .nav > ul > li:hover > .subNav{ display: block;}
.hd-right > .nav > ul > li:hover > .subNav > .navLiCont{display: flex;animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.subNavAbout-list > ul > li > a:hover{ color: #3b56b7 !important; }


.header-blank{ background-color:transparent; height:80px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,1);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}

.scrolltop .logo img:nth-of-type(1){ display: none; }
.scrolltop .logo img:nth-of-type(2){ display: block; }
.scrolltop .hd-right  > .nav > ul > li > a::after{content: ' '; width: 20px; height: 2px; background-color: #0392ee; position: absolute; left:10px; top:50%; margin-top: -1px; display: none;}
.scrolltop .hd-right  > .nav > ul > li > a{ width:100%; height: 80px; line-height: 80px; display: block; text-align: center; padding:0 30px; box-sizing: border-box; border-bottom: 1px solid transparent; color: rgba(0,0,0,0.8); text-transform: uppercase; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.scrolltop .hd-right  > .nav > ul > li > a:hover::after,.scrolltop .hd-right  > .nav > ul > li > a.on::after{display: block; animation: bounceInLeft 0.5s ease-in-out; -webkit-animation: bounceInLeft 0.5s ease-in-out;}
.scrolltop .hd-right  > .nav > ul > li.on > a,.scrolltop .hd-right  > .nav > ul > li:hover > a{ /*border-bottom:1px solid #333;*/ color: #0392ee !important;}












.anniu {
    display: block;
    float: left;
    height: 100px;
    position: relative;
    margin-left: 65px;
}

.anniu img {
    top: 46px;
    position: absolute;
}

.anniu img.anniuH {
    display: none;
}

.header.scroll {
    background: white;
    border-bottom: solid 1px #dbdbdb;
}

.header.scroll .c-logo img.h-logo,
.header.scroll .anniu img.anniuH {
    display: block;
}

.header.scroll .cnav-a {
    color: #666666;
}

.header.scroll .c-nav .cnav-a.hover,
.header.scroll .c-nav .cnav-a:hover {
    border-bottom: none;
    color: #0392ee;
}

.header.scroll .c-nav .cnav-a.cnav-first:before {
    background: #0392ee;
}

.header.scroll .nav-search {
    background: url(../images/searchH.png) no-repeat left center;
}

.nav-mid li:hover .h3,
.nav-mid1 a:hover {
    color: #0392ee;
}

.header.scroll .search-box {
    border-color: #dbdbdb;
}

.header.scroll .search-box .search {
    color: #666;
}

.header.scroll .search-box .butt {
    background: url(../images/searchH.png) no-repeat -1px 7px;
}



/*客服*/

body .index_banners {
    height: 0px;
    padding-bottom: 41.7%;
    background: #1969c3;
    background-size: cover;
}

/*banner*/
.banner {
    height: auto;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: #a6cdec;
    border-radius: 2px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 20px;
    background: #0392ee;
}

.banner .banner-posi {
    position: absolute;
    top: 4%;
    /*35*/
    left: 13.5%;
    padding-top: 14%;
}

.banner .banner-posi .ii-btn {
    left: 0;
    transform: translateX(0);
    bottom: -100px;
}

.banner .banner-posi .ii-btn a {
    width: 207px;
    height: 52px;
    border: solid 1px #fff;
    border-radius: 30px;
}

.banner .banner-posi .ii-btn a:hover {
    height: 52px
}

.banner .banner-posi .ii-btn a:hover {
    background: #3180e8;
    border: solid 1px #3180e8;
}

.banner .banner-posi .ii-btn.in1_btn:after {
    background: #3180e8;
}

.banner .swiper-slide-active .banner-posi .h1,
.banner .swiper-slide-active .banner-posi .h2,
.banner .swiper-slide-active .banner-posi .banner-btn {}

.banner-posi .h1 {
    color: white;
    letter-spacing: 5px;
    font-size: 62px;
    font-weight: lighter;
}

.banner-posi .h2 {
    color: white;
    font-size: 36px;
    font-weight: lighter;
}

.banner-posi .banner-btn {
    background: url(../images/bann-btn.png) no-repeat right 54px center;
    padding-right: 15px;
    width: 207px;
    height: 52px;
    border-radius: 30px;
    text-align: center;
    line-height: 52px;
    color: white;
    font-size: 18px;
    font-weight: lighter;
    display: block;
    margin-top: 80px;
}

.banner .swiper-pagination2 {
    bottom: 20px !important;
}

.banner .swiper-button-next {
    right: 70px;
    background: url(../images/index-right2.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
}

.banner .swiper-button-prev {
    opacity: 0.6;
    left: 70px;
    background: url(../images/index-left2.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
}

.banner .swiper-button-next:hover {
    background: url(../images/index-rightH.png) no-repeat center;
}

.banner .swiper-button-prev:hover {
    background: url(../images/index-leftH.png) no-repeat center;
}






/*关于我们*/
.in-about {
    padding: 70px 48px 65px 48px;
}

.ina-left {
    float: left;
}

.ina-left img,
.ina-right img {
    display: block;
}

.ina-right {
    width: 740px;
    float: left;
    padding-top: 54px;
    margin-left: 140px;
}

.ina-right .h1 {
    color: #10150f;
    font-size: 30px;
    margin-top: 10px;
    position: relative;
    width: 210px;
}

.ina-right .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    right: -20px;
    top: 50%;
    margin-top: -1px;
}

.ina-right p {
    font-size: 18px;
    color: #444;
    line-height: 30px;
    margin-top: 52px;
}

.ina-right span {
    font-size: 24px;
    color: #0392ee;
}

.in-about li {
    margin-top: 60px;
    width: 315px;
    text-align: center;
    float: left;
    position: relative;
    transition: all 1s;
}

.in-about li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background: #e8e8e8;
    right: 0;
    top: 0;
}

.in-about li:nth-child(4n):after {
    display: none;
}

.in-about li .count-title {
    display: inline-block;
    font-size: 70px;
    color: #444444;
    font-family: Brandon Text;
    line-height: 50px;
    margin-bottom: 18px;
}

.in-about li span {
    display: inline-block;
    font-size: 70px;
    color: #444444;
    font-family: Brandon Text;
    margin-left: 5px;
    line-height: 50px;
}

.in-about li .h2 {
    font-size: 16px;
    color: #777;
}

.ina-btn {
    display: block;
    background: url(../images/ina-num.png) no-repeat center;
    height: 145px;
    margin-top: -20px;
    padding-top: 40px;
}

.ina-btn:hover .h3,
.ina-btn:hover .h4 {
    color: #0392ee;
}

.ina-btn .h3 {
    font-size: 70px;
    line-height: 50px;
    color: #444;
    text-align: center;
    font-family: Vani;
}

.ina-btn .h4 {
    color: #777777;
    font-size: 16px;
}

.in-about li:hover .count-title,
.in-about li:hover span {
    color: #0392ee;
}

.in-about li:hover {
    transform: translateY(-10px);
}

.index {
    padding-top: 70px;
}

.index .h1 {
    color: #333;
    float: left;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    line-height: 36px;
}

.index .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    right: -20px;
    top: 50%;
    margin-top: -1px;
}

.index .h2 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 19px;
}

.index a.more-btn {
    display: block;
    float: right;
    padding-left: 31px;
    background: url(../images/read-btn.png) no-repeat left top;
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans';
    line-height: 22px;
    position: relative;
}

.index a.more-btn:after {
    transition: all 1s;
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: #bebebe;
    left: 30px;
    bottom: 0;
}

.index a.more-btn:hover {
    color: #0392ee;
    background: url(../images/read-btnH.png) no-repeat left top;
}

.index a.more-btn:hover:after {
    width: 76px;
    background: #0392ee;
}

.index.white .h1 {
    color: #fafafa;
}

.index.white .h2,
.index.white a.more-btn {
    color: rgba(250, 250, 250, 0.8);
}

.int-bot .block_index {
    display: block;
}

/*业务范围*/
.in-yewu {
    background: #fafafa url(../images/in-ywbg.png) no-repeat left top;
    padding-bottom: 50px;
}

.in-yewu .wrap {
    overflow: hidden;
}

.swiper1.swiper-container {
    margin-top: 81px;
    height: 440px;
}

.swiper1 .swiper-slide {
    transition: all 1s;
    padding-top: 62px;
    width: 332px;
    border: solid 1px #dcdcdc;
    height: 382px;
    border-radius: 5px;
    background: white;
}

.swiper1 .swiper-slide:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.swiper1 .swiper-slide a {
    display: block;
}

.slide-icon {
    height: 103px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper1 .swiper-slide .h3 {
    font-family: 'Open Sans semibold';
    color: #777;
    font-size: 16px;
    text-align: center;
    margin-top: 39px;
    line-height: 16px;
}

.slide-font {
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    padding-top: 47px;
    line-height: 20px;
    margin-top: 65px;
    color: #666;
    font-size: 20px;
    background: url(../images/inywbg.png) no-repeat center;
    height: 95px;
    transition: all 1s;
}

.slide-icon1 {
    background-image: url(../images/in-yw1.png);
}

.slide-icon2 {
    background-image: url(../images/in-yw2.png);
}

.slide-icon3 {
    background-image: url(../images/in-yw3.png);
}

.slide-icon4 {
    background-image: url(../images/in-yw4.png);
}

.slide-icon5 {
    background-image: url(../images/in-yw5.png);
}

.slide-icon6 {
    background-image: url(../images/in-yw6.png);
    background-size: 82px 100px;
}

.slide-icon7 {
    background-image: url(../images/in-yw7.png);
}

.slide-icon8 {
    background-image: url(../images/in-yw8.png);
}

.swiper .swiper-slide:hover .slide-font {
    background: url(../images/inywbgH.png) repeat;
    color: white;
}

.swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border-radius: 50%;
    opacity: 1;
    border: solid 2px #999999;
}

.swiper .swiper-pagination-bullet-active {
    border-color: #0392ee;
}

.swiper .swiper-pagination {
    bottom: 0px !important;
}

.inyw-swiper {
    position: relative;
}

.inyw-swiper .swiper-button-next {
    right: -70px;
    background: url(../images/index-right3.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
}

.inyw-swiper .swiper-button-prev {
    opacity: 0.6;
    left: -70px;
    background: url(../images/index-left3.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
}

.inyw-swiper .swiper-button-next:hover {
    background: url(../images/index-rightH.png) no-repeat center;
}

.inyw-swiper .swiper-button-prev:hover {
    background: url(../images/index-leftH.png) no-repeat center;
}

/*合作案例*/
.index-two {
    padding-bottom: 40px;
}

.int-big {
    margin-top: 32px;
}

.int-box {
    display: none;
}

.int-box a:hover .h3 {
    color: #0392ee;
}

.int-top {
    font-size: 16px;
    color: #444;
    margin-bottom: 50px;
}

.int-top a {
    font-size: 16px;
    color: #444;
    padding: 0 10px;
}

.int-top a.active,
.int-top a:hover {
    color: #0392ee;
}

.int-list {
    width: 452px;
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
    display: block;
}

.int-list:nth-child(3n) {
    margin-right: 0;
}

.int-list .int-pic {
    width: 452px;
    height: 316px;
    overflow: hidden;
}

.int-list .int-pic img {
    width: 100%;
    display: block;
    transition: all 1s;
}

.int-list .int-font {
    height: 172px;
    border: solid 1px #dedede;
    margin-top: -1px;
    padding-top: 35px;
}

.int-list .int-font .h3 {
    margin: 0 40px;
    font-size: 18px;
    color: #444;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 18px;
}

.int-list .int-font p {
    margin: 0 40px;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 38px;
    border-bottom: solid 1px #dedede;
}

.int-list .int-font .h4 {
    padding: 0 40px;
    transition: all 1s;
    position: relative;
    height: 47px;
    line-height: 47px;
    color: #777;
    font-size: 14px;
    background: url(../images/int-font.png) no-repeat right 40px center;
}

.int-list .int-font .h4:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #0392ee;
    transition: all 1s;
    top: -1px;
}

.int-list:hover .int-font .h4:before {
    width: 370px;
}

.int-list:hover img {
    transform: scale(1.1);
}

.int-list:hover .h3 {
    color: #0392ee;
}

.int-list:hover .int-font .h4 {
    background: url(../images/int-fontH.png) no-repeat right 30px center;
}

/*资讯中心*/
.index-three {
    background: #f5f5f5;
    padding-bottom: 77px;
}

.int-left {
    display: block;
    width: 400px;
    height: 560px;
    background: white;
    float: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    padding: 29px 25px 26px 25px;
}

.int-left .h3 {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    width: 300px;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.int-left .h4 {
    font-size: 14px;
    color: #999;
    font-family: 'Open sans';
    margin-bottom: 27px;
}

.ine-pic {
    width: 350px;
    height: 380px;
    overflow: hidden;
}

.ine-pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.int-left:hover img {
    transform: scale(1.1);
}

.int-mid {
    width: 400px;
    float: left;
    margin-left: 20px;
    height: 560px;
    overflow: hidden;
}

.intm {
    display: block;
    height: 270px;
    background: white;
    padding: 0 32px;
    padding-top: 34px;
}

.intm .h3 {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    margin-bottom: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.intm p {
    height: 44px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.intm-bot {
    position: relative;
    height: 115px;
    border-top: solid 1px #e4e4e4;
    padding-top: 30px;
    margin-top: 37px;
    background: url(../images/intm.png) no-repeat right center;
}

.intm-bot:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #0392ee;
    transition: all 1s;
    top: -1px;
}

.intm:hover .intm-bot:before {
    width: 100%;
}

.intm:hover .intm-bot {
    background: url(../images/intmH.png) no-repeat right center;
}

.intm-bot .h4 {
    font-size: 50px;
    color: #444;
    font-family: 'sn';
    line-height: 50px;
}

.intm-bot .h5 {
    font-size: 14px;
    color: #777;
    font-family: 'Open sans';
    padding-left: 3px;
}

.intm.ma20 {
    margin-bottom: 20px;
}

.int-right {
    width: 560px;
    float: left;
    margin-left: 20px;
    padding: 25px 30px 0 30px;
    background: white;
    height: 560px;
    overflow: hidden;
}

.inr-list {
    height: 131px;
    border-bottom: solid 1px #e4e4e4;
    display: block;
    padding-top: 30px;
}

.inr-list:last-child {
    border-bottom: none;
}

.inr-l {
    width: 116px;
    float: left;
    padding-left: 20px;
}

.inr-l .h4 {
    font-size: 50px;
    color: #444;
    font-family: 'sn';
    line-height: 50px;
}

.inr-l .h5 {
    font-size: 14px;
    color: #777;
    font-family: 'Open sans';
    padding-left: 3px;
}

.inr-r {
    float: left;
    width: 370px;
}

.inr-r .h3 {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inr-r p {
    height: 44px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*华舜网络*/
.hidden {
    overflow: hidden;
}

.pr {
    position: relative;
}

#canvas {
    width: 100%;
    height: 38vw;
    background: #1A1A1A;
    overflow: hidden;
}

#box {
    margin-top: -12%;
    width: 100%;
    height: 75%;
}

#box canvas {
    width: 100%;
    height: 155% !important;
}

.container {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

.f22 {
    font-size: 22px;
}

.idx-sign .bigtitle {
    padding-top: 6%;
    background: #1A1A1A;
    left: 7.593%;
    right: 7.593%;
    color: #fff;
    text-align: center
}

.idx-sign .bigtitle .ff-lum {
    font-family: "Trump" !important;
    font-style: normal !important;
    letter-spacing: 1px;
    font-size: 44px;
    color: #fff;
}

.idx-sign .bigtitle .line {
    display: block;
    margin: .4rem auto 0;
    width: 4px;
    height: 16px;
    background: #e0e0e0;
}

.idx-sign-list {
    position: relative;
    z-index: 1;
    margin-top: -11%;
    padding: 3% 7%;
    background: #fff;
    width: 1400px
}

.idx-sign-list img {
    width: 100%;
    margin: 0 auto;
}

/*底部*/
.c-foot {
    background: #30333a;
}

footer {
    background: #212425;
    padding: 25px;
}

footer span {
    display: flex;
    padding: 20px 0;
}

footer span p {
    font-size: 12px;
    color: #999;
    line-height: 30px;

}

footer span a p {
    color: white;
    margin-left: 6px;
}


.ab-banner {
    height: 550px;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content {
    padding-top: 80px;
}

.content .h1 {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: lighter;
    padding-bottom: 20px;
    position: relative;
}

.content .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
}

.ab-one .h1:before {
    position: absolute;
    content: '';
    background: url(../images/ab_03.png) no-repeat;
    width: 56px;
    height: 56px;
    right: 595px;
    top: -22px;
}

.ab-one p {
    text-align: center;
    margin-top: 32px;
    color: #444;
    font-size: 18px;
    line-height: 30px;
}

.ab-one p span {
    color: #0392ee;
    font-size: 24px;
}

.ab-one .ul {
    margin-top: 70px;
    background: #fafafa;
    padding-bottom: 70px;
}

.ab-one li {
    margin-top: 60px;
    width: 300px;
    text-align: center;
    float: left;
    position: relative;
    transition: all 1s;
}

.ab-one li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background: #e8e8e8;
    right: 0;
    top: 0;
}

.ab-one li:nth-child(4n):after,
.ab-one li:last-child:after {
    display: none;
}

.ab-one li:nth-child(5) {
    margin-left: 113px;
}

.ab-one li:nth-child(6) {
    width: 356px;
}

.ab-one li .count-title {
    display: inline-block;
    font-size: 70px;
    color: #444444;
    font-family: Brandon Text;
    line-height: 50px;
    margin-bottom: 18px;
}

.ab-one li span {
    display: inline-block;
    font-size: 70px;
    color: #444444;
    font-family: Brandon Text;
    margin-left: 5px;
    line-height: 50px;
}

.ab-one li .h2 {
    font-size: 16px;
    color: #777;
}

.ab-one li:hover .count-title,
.ab-one li:hover span {
    color: #0392ee;
}

.ab-one li:hover {
    transform: translateY(-10px);
}

.ab-two {
    background: url(../images/ab-two.png) no-repeat center;
    background-size: cover;
    height: 310px;
    background-attachment: fixed;
    padding-top: 60px;
}

.ab-two .h1 {
    float: left;
    color: white;
    font-size: 36px;
    line-height: 36px;
    font-weight: lighter;
    padding-bottom: 20px;
    position: relative;
}

.ab-two .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    left: 0;
    bottom: 0;
}

.ab-two p {
    font-size: 16px;
    color: white;
    line-height: 40px;
    font-weight: lighter;
    float: right;
    width: 1000px;
}

.ab-three {
    padding-bottom: 80px;
}

.ab-three ul {
    margin-top: 37px;
}

.ab-three li {
    width: 300px;
    text-align: center;
    float: left;
    margin-top: 48px;
}

.ab-three .abt-pic {
    width: 300px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ab-three .abt-pic img {
    transition: all 1s;
}

.ab-three li:hover .abt-pic img {
    transform: rotateY(180deg);
}

.ab-three li .h2 {
    font-size: 22px;
    color: #333;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ab-three li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
    width: 240px;
    margin: 0 auto;
}

.ab-four {
    background: url(../images/ab-four.png) no-repeat center;
    background-size: cover;
    padding-top: 103px;
}

.abf-left {
    float: left;
    height: 100%;
    width: 380px;
    padding-left: 65px;
    position: relative;
}

.abf-left img {
    display: block;
}

.abf {
    height: 128px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.abf1 {
    margin-bottom: 80px;
    height: 128px;
}

.abf-line {
    width: 2px;
    background: #e0484a;
    right: 0;
    height: 120px;
    position: absolute;
    transition: all 1s;
}

.abf-line.remove1 {
    top: 0px;
}

.abf-line.remove2 {
    top: 204px;
}

.abf-line.remove3 {
    top: 413px;
}

.abf-right {
    width: 820px;
    padding-left: 325px;
    float: left;
}

.abf1 .h1 {
    color: #333;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    padding-bottom: 25px;
    position: relative;
}

.abf1 .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #0392ee;
    left: 0;
    bottom: 0;
}

.abf1 .h2 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    font-weight: lighter;
}

.abf-right .abf1:hover .h1 {
    color: #0392ee;
}

.abv-swiper.swiper-container {
    margin-top: 64px;
    padding-bottom: 45px !important;
}

.ab-five .abv-pic {
    transition: all 1s;
    height: 170px;
    width: 300px;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.ab-five .abv-pic .qsb {
    display: table-cell;
    height: 170px;
    width: 300px;
    vertical-align: middle;
}

.ab-five .abv-pic:hover {
    transform: translateY(-10px);
}

.ab-five {
    padding-bottom: 90px;
}

.abe-swiper .swiper-slide .abv-pic:hover {
    transform: translateY(-10px);
}

.abv-swiper .swiper-slide {
    margin-bottom: 36px;
}

.abv-swiper .swiper-slide:nth-child(11),
.abv-swiper .swiper-slide:nth-child(12) {
    margin-right: 0 !important;
}

.abv-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
    background: none;
    border-radius: 50%;
    opacity: 1;
    border: solid 2px #999999;
}

.abv-swiper .swiper-pagination-bullet-active {
    border-color: #0392ee;
}

.abv-pic img {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s;
    filter: gray;
}

.abv-pic:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.abv-swiper.abx-swiper .swiper-slide {
    transition: all 1s;
    background: white;
    display: table-cell;
    vertical-align: middle;
    border: solid 1px #eee;
}

.ab-six {
    padding-bottom: 60px;
    border-top: solid 1px #f3f3f3;
    background: #f8f8f8;
}

.ab-six .h2 {
    font-weight: lighter;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 48px;
}

.abx-left {
    float: left;
    width: 502px;
    height: 122px;
    padding-top: 50px;
    background: #fff;
    border: solid 1px #ececec;
    line-height: 120px;
    padding-left: 100px;
    color: #666;
    font-weight: lighter;
    font-size: 16px;
    margin-left: 54px;
    position: relative;
}

.abx-pic {
    position: absolute;
    top: 7px;
    left: -54px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.abx-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.ab-six p {
    line-height: 22px;
}

.abx-right {
    padding-top: 35px;
    float: right;
}

/*.abx-top{margin-bottom: 76px;}*/
.abx-swiper .swiper-slide:hover {
    transform: translateY(-10px);
}

.abx-swiper .swiper-slide:nth-child(11) {
    margin-right: 20px !important;
}

.abv-swiper.abx-swiper .swiper-slide .abv-pic {
    display: table-cell;
    vertical-align: middle;
    height: 68px;
    text-align: center;
    width: 180px;
}

.abv-swiper.abx-swiper .swiper-slide:nth-child(11),
.abv-swiper.abx-swiper .swiper-slide:nth-child(12) {
    margin-right: 20px !important;
}

.abv-swiper.abx-swiper .swiper-slide:hover .abv-pic {
    transform: translateY(0px);
}

.abv-swiper.abx-swiper.swiper-container {
    margin: 0;
    padding-top: 78px;
}

.abs-swiper.swiper-container {
    margin-top: 66px;
}

.abs-swiper .swiper-slide {
    background: #f0f0f0;
    height: 349px;
    cursor: pointer;
}
.abs-swiper > a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
}
.abs-swiper > a:hover{
    background: #f00;color:#fff;
}
.abs-pic {
    width: 280px;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ab-eight {
    padding-bottom: 84px;
}

.abt-swiper .swiper-slide {
    overflow: hidden;
}

.abt-swiper .swiper-slide img {
    display: block;
    transition: all 1s;
}

.abt-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.abt-swiper.swiper-container {
    margin-top: 66px;
    padding-bottom: 70px;
}

.abt-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
    background: none;
    border-radius: 50%;
    opacity: 1;
    border: solid 2px #999999;
}

.abt-swiper .swiper-pagination-bullet-active {
    border-color: #0392ee;
}


/*图片放大*/
#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8) no-repeat none 50%;
    background-size: 400px 560px !important;
    -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}

#darkbox.on {
    opacity: 1;
    visibility: visible;
    height: 90% !important;
    width: 90% !important;
    left: 5% !important;
    top: 5% !important;
}

#darkbox_prev,
#darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -2px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

#darkbox_prev:hover,
#darkbox_next:hover {
    border-color: #fca61f;
}

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 25px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center transparent;
}

.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 900;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

.nei_anchor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nei_anchor span a {
    font-size: 16px;
    color: #666;
    line-height: 60px;
    padding: 0 40px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.nei_anchor span a:after {
    content: '';
    width: 1px;
    height: 17px;
    background: #dadada;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nei_anchor span.on a:after,
.nei_anchor span a:hover:after {
    display: none;
}

.nei_anchor span:hover a,
.nei_anchor span.on a {
    color: #fff;
    background: #0392ee;
}

.footer-left .h2 a:nth-child(2),
.footer-left .h2 a:nth-child(3) {
    padding-left: 20px;
}

.none_index {
    display: none;
}

/*案例中心*/
.ny-banner {
    position: relative;
    height: 414px;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 80px;
    padding-top: 187px;*/
    background-position: center;
}

.ny-banner .h1 {
    font-size: 16px;
    color: #c1c1c1;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 12px;
}

.ny-banner .h2 {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 35px;
}

.ny-banner .h3 {
    color: #c2c2c2;
    font-size: 22px;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 11px;
}

.ny-banner hr {
    width: 25px;
    height: 2px;
    background: white;
    border: none;
    text-align: center;
    position: relative;
    left: 50%;
    margin-top: 27px;
    margin-left: -12.5px;
}

.ny-banner .h4 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: lighter;
    margin-top: 18px;
}

.ny-banner .h4 span {
    position: relative;
    padding-left: 108px;
}

.ny-banner .h4 span:before {
    position: absolute;
    content: '';
    background: url(../images/story1.png) no-repeat center;
    width: 105px;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -12px;
}


.qy a {
    width: 575px;
}

/*故事*/
.story_f4 {
    position: relative;
    padding-bottom: 143px;
}

.story_f4_tit span {
    color: #333;
    font-size: 30px;
    font-weight: lighter;
    position: relative;
    padding-left: 135px;
}

.story_f4_tit span:before {
    position: absolute;
    content: '';
    background: url(../images/story2.png) no-repeat center;
    width: 133px;
    height: 29px;
    left: 0;
    top: 50%;
    margin-top: -14px;
}

.story_f5 {
    position: relative;
    padding-bottom: 173px;
}

.story_f5_tit span {
    color: #333;
    font-size: 30px;
    font-weight: lighter;
    position: relative;
    padding-left: 154px;
}

.story_f5_tit span:before {
    position: absolute;
    content: '';
    background: url(../images/story3.png) no-repeat center;
    width: 152px;
    height: 29px;
    left: 0;
    top: 50%;
    margin-top: -14px;
}

.story_f6 {
    position: relative;
    padding-bottom: 80px;
}

.story_f5_tit span {
    color: #333;
    font-size: 30px;
    font-weight: lighter;
    position: relative;
    padding-left: 144px;
}

.story_f5_tit span:before {
    position: absolute;
    content: '';
    background: url(../images/story4.png) no-repeat center;
    width: 142px;
    height: 29px;
    left: 0;
    top: 50%;
    margin-top: -14px;
}


/*专题页*/
.brand_f1 {
    position: relative;
    padding-bottom: 186px;
}

.brand_f1 .brand1 {
    margin-bottom: 0;
}

.in1_btn.ss-btn {
    bottom: 80px;
}

.in1_btn.ss-btn a {
    color: #333;
}

.brand_f2 {
    height: 670px;
    position: relative;
}

.brand_f3 {
    position: relative;
    padding-bottom: 185px;
}

.brand_f3 .brand3 {
    padding-bottom: 0;
}

/*品牌营销*/
.p-se-index {
    height: 550px;
    background-image: url(../images/ppyx-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.p-se-index .c-main {
    position: relative;
}

.p-se-index .h1 {
    font-size: 42px;
    color: white;
    font-weight: lighter;
    letter-spacing: 4px;
    margin-top: 166px;
    margin-left: 90px;
}

.p-se-index .h2 {
    font-size: 22px;
    color: white;
    font-weight: lighter;
    margin-left: 90px;
    margin-top: 12px;
    margin-bottom: 60px;
}

.p-se-index .in1_btn {
    bottom: -115px;
    left: 90px;
    transform: translateX(0);
}

.p-se-index .in1_btn a {
    border-color: white;
}

.p-se-seo {
    padding-bottom: 173px;
    position: relative;
}

.p-se-solu {
    position: relative;
    padding-bottom: 195px;
}

.p-se-mark {
    position: relative;
    padding-bottom: 180px;
}

.p-se-advan {
    position: relative;
    padding-bottom: 200px;
}

.p-se-advantage {
    position: relative;
}

.p-advan-name hr {
    border: none;
    width: 36px;
    height: 2px;
    background: #888;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    margin-left: -18px;
}

.in1_btn.pp-btn {
    bottom: 100px;
}

.in1_btn.pp-btn a {
    color: #333;
}

/*推广易*/
.ext_f1 {
    margin-top: 100px;
    height: 550px;
}

.ext_f {
    width: 380px;
    position: relative;
    padding-left: 15px;
    line-height: 46px;
    margin-top: 0;
    padding-bottom: 0;
}

.ext_f:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.ext_f1 .ben .h1 {
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
}

.ext_f1 .ben {
    position: relative;
    margin-top: 120px;
}

.in1_btn.tg-btn {
    bottom: -110px;
    left: 0;
    transform: translateX(0);
}

.ext_f2 {
    height: 776px;
    position: relative;
}

.ext_f3 {
    height: 970px;
    position: relative;
}

.ext_f4 {
    padding-bottom: 103px;
    position: relative;
}

.ext_f5 {
    height: 675px;
    position: relative;
}

.ext_f6 {
    padding-bottom: 200px;
    position: relative;
}

.ext_f1 {
    margin-top: 80px;
    background: url(../images/tgy_02.jpg) no-repeat center #0E0E0E;
}

/*微信小程序*/
.app1 {
    height: 550px;
    background-position: center;
    margin-top: 80px;
    padding-top: 145px;
}

.app1 .con {
    position: relative;
}

.app1_wrap {
    padding-bottom: 42px;
}

.in1_btn.xx-btn {
    bottom: -42px;
    left: 0;
    transform: translateX(0);
}

.in1_btn.xx-btn a {
    border-color: #fff;
}

.opacity_0 {
    opacity: 1;
}

.app3_ul .hd ul li {
    background: none;
    border: solid 1px #5b5b5b;
}

.app3_ul .hd ul li.on {
    border-color: #e10616;
}

.app3_ul .bd ul li .con span {
    background: url(../images/app-jt.png) no-repeat right 6px;
}

.app3_ul .bd ul li:hover .con span {
    background: url(../images/app-jth.png) no-repeat right 6px;
}

.app4_ul li {
    position: relative;
}

.app4_ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 310px;
    background: #e7e7e7;
    right: -140px;
    top: 0;
}

.app4 {
    position: relative;
}

.app6 {
    position: relative;
    padding-bottom: 130px;
}

.app7_ul li:hover,
.app7_ul li:hover .left {
    border-color: #c5272c;
}

.app2 {
    height: 900px;
    position: relative;
}

.app3 {
    height: 1000px;
}

.app3_ul .hd {
    margin-top: 50px;
}

.app5 {
    position: relative;
    padding-bottom: 200px;
}

.app3_ul {
    position: relative;
}

.app3_ul .hd .prev,
.app3_ul .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.app3_ul .hd .next {
    display: block;
    right: -80px;
    background: url(../images/hon1_29.png) no-repeat center;
    background-size: 16px 28px;
    width: 16px;
    height: 28px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
}

.app3_ul .hd .next:hover {
    background: url(../images/hon_29.png) no-repeat center;
    background-size: 16px 28px;
}

.app3_ul .hd .prev {
    display: block;
    left: -80px;
    background: url(../images/hon_27.png) no-repeat center;
    background-size: 16px 28px;
    width: 16px;
    height: 28px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
}

.app3_ul .hd .prev:hover {
    background: url(../images/hon1_27.png) no-repeat center;
    background-size: 16px 28px;
}



/*移动端定制*/
.ter_f1 .ter,
.ter_f3 .ter,
.ter_f4 .ter,
.ter_f5 .index_main {
    position: relative;
}

.in1_btn.dd-btn {
    border-color: white;
    bottom: -80px;
    left: 0;
    transform: translateX(0);
}

.ter .in1_btn a {
    margin-top: 0;
    background: none;
    color: #333;
}

.ter_f3 .ter {
    height: 475px;
}

.ter_f5 .index_main {
    padding-bottom: 240px;
}

.ter_f5 .in1_btn.dd-btn {
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
}

.ter_f5 .in1_btn.dd-btn a {
    margin: 0;
    background: none;
}

.ter_weixin:hover {
    background: url(../images/s-weixinH.png) no-repeat center;
}

.ter_weibo:hover {
    background: url(../images/s-weiboH.png) no-repeat center;
}

.ter_qq:hover {
    background: url(../images/s-qqH.png) no-repeat center;
}

.ter_xinxi:hover {
    background: url(../images/s-dxH.png) no-repeat center;
}

.ter_youj:hover {
    background: url(../images/s-emailH.png) no-repeat center;
}

.ter_f6_bottom b:hover {
    border: solid 1px #0392ee;
}

.ter_f6 {
    position: relative;
    padding-bottom: 100px;
}

.ter7,
.ter7_wrap {
    height: 946px;
}

.ter7_tit {
    padding-bottom: 150px;
}

.ter_f8 {
    padding-bottom: 210px;
    position: relative;
}

.ter_f8 .in1_btn.head-btn a {
    margin: 0;
    background: none;
}

.ter_f1 {
    background: url(../images/ydd-bg.png) no-repeat center #1A1A1A;
    height: 550px;
    margin-top: 80px;
    overflow: hidden;
}

.ter_f1-main {
    padding-top: 70px;
}

.ter_f1 .ter {
    padding-top: 93px;
}

.ter_f1-img {
    width: 530px;
    height: 426px;
    float: left;
}

.ter_f1-img img {
    display: block;
    width: 530px;
    height: 426px;
}

/*新闻详情*/
.newsinfo {
    margin-top: 20px;
}

.newsinfo .new_left {
    background: white;
    width: 880px;
    margin-left: 0;
    padding: 45px 40px;
    border: solid 1px #e6e6e6;
}

.newsinfo .new_left .h1 {
    font-size: 30px;
    color: #333;
}

.newsinfo .wzcc {
    text-align: left;
    margin-top: 20px;
}

.new_zx>a {
    margin-left: 0;
}

.alzs_right {
    margin-bottom: 30px;
}

.alzs_right a {
    color: #999999;
    font-size: 14px;
    line-height: 40px;
    margin: 6px 2px 6px 0 !important;
}

.alzsbox {
    width: 260px !important;
}

/*.new_left p{margin-top: 70px;}*/
.news-pl {
    height: 43px;
    line-height: 43px;
    border-bottom: solid 1px #eeeeee;
}

.news-pl span {
    font-size: 14px;
    color: #999;
    line-height: 42px;
    float: left;
}

.news-pl a {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 42px;
    margin-left: 20px;
}

.new_right {
    width: 280px;
    border: solid 1px #e6e6e6;
    float: right;
    background: white;
    padding: 0 18px;
}

.about_new li a {
    font-size: 12px;
    position: relative;
}

.about_new li a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #979797;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
}

.yca a {
    position: relative;
}

.yca a:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #00407b;
    left: -10px;
    top: 50%;
    margin-top: -2px;
}

.baidu {
    display: block;
    text-align: right;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 5px;
}

.n_p5 {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}


/*品牌工具*/
.n_banner {
    height: 550px;
}

.zhanwh {
    height: 80px;
}

.n_banner_cont {
    height: 550px;
    padding-top: 150px;
}

.n_bantxt {
    font-size: 22px;
    width: 270px;
}

.ppgj1 {
    background: #f3f3f3;
    padding: 80px 0 0 0;
}

.n2_cont .n_tit_con {
    padding-top: 0;
}

.ppgj1 .n2_cont {
    padding-bottom: 175px;
}

.ppgj1 ul {
    margin-top: 60px;
}

.ppgj1 li {
    padding-top: 403px;
    margin-right: 21px;
    transition: all 1s;
    height: 516px;
    float: left;
    width: 386px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ppgj1 li .h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 13px;
}

.ppgj1 li .h5 {
    font-size: 16px;
    color: #666;
}

.ppgj1 li:last-child {
    margin-right: 0;
}

.ppgj1 li .h5 a {
    padding: 0 20px;
    border-right: solid 1px #d1d1d1;
    line-height: 16px;
}

.ppgj1 li .h5 a:last-child {
    border: none;
}

.ppgj1 li:hover {
    transform: translateY(-10px);
}

.n_p3_cont {
    padding-bottom: 173px;
    position: relative;
}

.n_p4cont {
    padding-bottom: 190px;
    position: relative;
}

.ppgj5-left {
    width: 530px;
    float: left;
    position: relative;
}

.ppgj5-left:after {
    position: absolute;
    content: '';
    background: url(../images/ppgj5-btn.png) no-repeat center;
    width: 21px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: -136px;
}

.ppgj5-left li {
    width: 260px;
    float: left;
    height: 215px;
    border: solid 1px #686868;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ppgj5-left li:nth-child(2n) {
    margin-right: 0;
}

.ppgj5-left li:nth-child(1) {
    padding-top: 73px;
    background: #0392ee;
    border-color: #0392ee;
    text-align: center;
    color: white;
    font-size: 22px;
    position: relative;
}

.ppgj5-left li hr {
    width: 18px;
    height: 2px;
    border: none;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    margin-top: 12px;
}

.ppgj5-left li img {
    margin-top: 30px;
}

.ppgj5-left li .h5 {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 13px;
}

.ppgj5-left li:hover {
    background: white;
}

.ppgj5-left li:hover .h5 {
    color: #333;
}

.ppgj5-left li:nth-child(1):hover {
    background: #0392ee;
}

.ppgj5-left li:nth-child(1):hover .h5 {
    color: #fff;
}

.n_p5right {
    width: 441px;
}

.n_p5rgbox {
    margin-top: 0;
}

.n_p6b {
    background: none;
}

.n_p6ul {
    width: 580px;
    height: 371px;
    padding-top: 95px;
    position: relative;
}

.n_p6ul .h1 {
    width: 220px;
    text-align: right;
    color: white;
    font-size: 18px;
}

.n_p6ul .h2 {
    width: 220px;
    text-align: right;
    color: white;
    font-size: 22px;
    margin-bottom: 60px;
}

.n_p6ul hr {
    width: 24px;
    height: 2px;
    background: white;
    border: none;
    position: absolute;
    left: 194px;
    top: 180px;
}

.n_p6r {
    float: right;
}

.n_p6t {
    background: url(../images/ppgj6-bg.png) no-repeat center;
    height: 371px;
}

.np6_btit {
    color: #333;
}

.n_p6bul {
    position: relative;
    width: 100%;
    padding-left: 0;
    background-position: 45px center;
    background: ;
}

.n_p6bul li:nth-child(2) {
    position: absolute;
    left: 200px;
    top: 130px;
    padding-top: 0;
}

.n_p6bul li:nth-child(3) {
    position: absolute;
    left: 395px;
    top: 0px;
    padding-top: 0;
}

.n_p6bul li:nth-child(4) {
    position: absolute;
    left: 600px;
    top: 130px;
    padding-top: 0;
}

.n_p6bul li:nth-child(5) {
    position: absolute;
    left: 755px;
    top: 0px;
    padding-top: 0;
}

.n_p6b {
    position: relative;
}

.n_p6b_r {
    position: absolute;
    right: 0;
}

.n_p6bf1 {
    color: #333333;
    font-size: 22px;
}

.n_p6bf2 {
    color: #0392ee;
    font-size: 22px;
    font-weight: bold;
}

.sol7_ul a.three {
    width: 380px;
    height: 478px;
    padding: 0;
    position: inherit;
    background: none;
    padding-top: 15px;
}

.sol7_ul a.three img {
    position: inherit;
}

.sol7_ul a.three span {
    line-height: 30px;
    height: 30px;
}

.sol7_ul a .con i {
    line-height: 22px;
}

.sol7_ul a .con {
    background-position: right 116px;
}

.sol7 {
    padding-bottom: 215px;
    position: relative;
}

.sol7 .head-btn.in1_btn {
    bottom: 110px;
}

.n_p6 {
    position: relative;
    padding-bottom: 110px;
}

.brand_bg {
    height: 550px;
    margin-top: 80px;
    background: url(../images/zty-banner.png) no-repeat center;
}

.line a:nth-child(2) b {
    background: url(../images/story-1.png) no-repeat center;
}

.line a:nth-child(2):hover b {
    background: #e10413 url(../images/story1H.png) no-repeat center;
}

.in1_btn.gj-btn a {
    border-color: white;
}

.in1_btn.gj-btn a:hover {
    border-color: transparent;
}




.in1_btn.sf6-1.head-btn {
    left: 314px;
    transform: translateX(0);
    bottom: 0;
}

.in1_btn.sf6-2.head-btn {
    left: 605px;
    transform: translateX(0);
    bottom: 0;
}

.story-a {
    width: 100%;
    height: 53px;
    position: relative;
    margin-top: 60px;
}

.in1_btn {
    position: absolute;
    bottom: 202px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    height: 53px;
    border-radius: 6px;
    z-index: 900;
}

.in1_btn.head-btn {
    bottom: 90px;
}

.in1_btn.head-btn a {
    color: #333333;
}

.in1_btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #888;
    width: 281px;
    height: 53px;
    line-height: 49px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.in1_btn a:hover {
    position: relative;
    color: #fff;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #0392ee;
}

.in1_btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.in1_btn:after {
    background: #0392ee;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.in1_btn:hover:after {
    height: 450%;
}


@media all and (max-width: 1680px) {
    .banner .banner-posi {
        left: 12%;
    }

    .banner-posi .h1 {
        font-size: 55px;
    }

    .banner-posi .h2 {
        font-size: 32px;
    }
}

@media all and (max-width: 1560px) {
    .banner .banner-posi {
        left: 12%;
    }

    .banner-posi .h1 {
        font-size: 50px;
    }

    .banner-posi .h2 {
        font-size: 30px;
    }

    .c-nav {
        margin-left: 250px;
    }

    .nav-left {
        width: 358px;
    }

    .nav-mid {
        padding-left: 60px;
        width: 295px;
    }

    .c-main {
        width: 1200px;
        margin: 0 auto;
    }

    .header .c-logo {
        margin-left: 40px;
    }

    .nav-search {
        margin-right: 35px;
    }

    .c-nav.c-left {
        margin-left: 90px;
    }
}

@media all and (max-width: 1560px) {
    .c-main {
        width: 1300px;
        margin: 0 auto;
    }

    .in-about {
        padding: 70px 20px 65px 20px;
    }

    .ina-right {
        margin-left: 74px;
    }

    .in-about li {
        width: 315px;
    }

    .int-list:hover .int-font .h4:before {
        width: 338px;
    }

    .int-list {
        width: 420px;
        margin-right: 20px;
    }

    .int-list .int-pic {
        width: 420px;
        height: 293px;
    }

    .int-list .int-font {
        height: 147px;
        padding-top: 30px;
    }

    .int-list .int-font p {
        padding-bottom: 23px;
    }

    .int-list .int-font .h4 {
        height: 42px;
        line-height: 42px;
    }

    .int-left {
        width: 370px;
        height: 517px;
    }

    .ine-pic {
        width: 320px;
        height: 346px;
    }

    .int-left .h3 {
        margin-bottom: 20px;
    }

    .int-left .h4 {
        margin-bottom: 24px;
    }

    .int-mid {
        width: 370px;
        height: 517px;
    }

    .intm {
        height: 248px;
        padding-top: 25px;
    }

    .intm .h3 {
        margin-bottom: 20px;
    }

    .intm-bot {
        height: 106px;
        padding-top: 20px;
        margin-top: 35px;
    }

    .int-right {
        width: 517px;
        height: 517px;
        padding-top: 20px;
    }

    .inr-list {
        height: 121px;
        padding-top: 27px;
    }

    .inr-r {
        width: 300px;
    }

    .foot-one dt a {
        padding-right: 65px;
    }

    .abf-left {
        width: 384px;
    }

    .abf-right {
        width: 816px;
    }
}

@media all and (max-width: 1440px) {
    .c-main {
        width: 1200px;
        margin: 0 auto;
    }

    .banner .banner-posi {
        left: 12%;
    }

    .banner-posi .h1 {
        font-size: 40px;
    }

    .banner-posi .h2 {
        font-size: 24px;
    }

    .nav-left {
        margin-left: 151px;
    }

    .c-nav {
        margin-left: 146px;
    }

    .c-nav.c-left {
        margin-left: 90px;
    }

    .c-nav.c-left .nav-item {
        padding-right: 40px;
    }

    .nav-mid {
        padding-left: 50px;
        width: 274px;
    }

    .in-about {
        padding: 70px 20px 65px 20px;
    }

    .ina-right {
        margin-left: 74px;
    }

    .in-about li {
        width: 290px;
    }

    .int-list {
        width: 387px;
        margin-right: 18px;
    }

    .int-list .int-pic {
        width: 387px;
        height: 270px;
    }

    .int-list .int-font {
        height: 147px;
        padding-top: 30px;
    }

    .int-list .int-font p {
        padding-bottom: 23px;
    }

    .int-list .int-font .h4 {
        height: 42px;
        line-height: 42px;
    }

    .int-left {
        width: 342px;
        height: 478px;
        padding: 29px 21px 26px 20px;
    }

    .ine-pic {
        width: 300px;
        height: 325px;
    }

    .int-left .h3 {
        margin-bottom: 10px;
    }

    .int-left .h4 {
        margin-bottom: 17px;
    }

    .int-mid {
        width: 342px;
        height: 478px;
        margin-left: 17px;
    }

    .intm {
        height: 230px;
        padding-top: 25px;
    }

    .intm .h3 {
        margin-bottom: 15px;
    }

    .intm-bot {
        height: 98px;
        padding-top: 15px;
        margin-top: 31px;
    }

    .int-right {
        width: 480px;
        margin-left: 17px;
        height: 480px;
        padding-top: 20px;
    }

    .inr-list {
        height: 112px;
        padding-top: 25px;
    }

    .inr-r {
        width: 300px;
    }

    .foot-one dt a {
        padding-right: 61px;
    }

    .abf-left {
        width: 384px;
    }

    .abf-right {
        width: 816px;
    }
}

@media all and (max-width: 1340px) {
    .c-nav {
        margin-left: 80px;
    }

    .anniu {
        margin-left: 20px;
    }

    .nav-left {
        margin-left: 87px;
        width: 350px;
    }

    .nav-mid1 {
        width: 362px;
    }

    .nav-mid {
        padding-left: 27px;
        width: 251px;
    }

    .navbar .nav-item {
        padding-right: 50px;
    }

    .nei_anchor span a {
        padding: 0 30px;
    }

    .nav-search.hover .search-box {
        width: 200px;
    }

    .search-box .search {
        width: 156px;
    }

    .c-nav.c-left {
        margin-left: 30px;
    }

    .c-nav.c-left .nav-item {
        padding-right: 35px;
    }
}

@media (max-width: 1580px) {
    .inyw-swiper .swiper-button-next {
        right: -50px;
    }

    .inyw-swiper .swiper-button-prev {
        left: -50px;
    }
}

@media all and (max-width: 1380px) {
    .app3_ul .hd .next {
        right: 0;
    }

    .app3_ul .hd .prev {
        left: 0;
    }

    .inyw-swiper .swiper-button-next {
        right: 10px;
    }

    .inyw-swiper .swiper-button-prev {
        left: 10px;
    }
}

@media (min-width: 1180px) {
    .index_main {
        width: 1200px;
    }
}

@media (max-width: 1280px) {

    .inyw-swiper .swiper-button-next.abv-next,
    .inyw-swiper .swiper-button-prev.abv-prev {
        display: none;
    }
}

/*加载*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -mos-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /* disable selection and cursor changes */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    opacity: 0;
}

#loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 0;
}

/* Text align it the center of screen and connect the looped animation for 2 seconds */
.text {
    position: absolute;
    left: -1.3em;
    top: -1.7em;
    -webkit-animation: text 2s infinite;
    -moz-animation: text 2s infinite;
    -moz-animation: text 2s infinite;
    -ms-animation: text 2s infinite;
    -o-animation: text 2s infinite;
    animation: text 2s infinite;
}

/* Set for the first layer vertical position */
.vertical {
    position: absolute;
    top: -1.84em;
    left: -0.4em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Set for the second layer horizontal position */
.horizontal {
    position: absolute;
    top: 0em;
    left: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* The next two classes do mirror for animation */
.circlesup {
    position: absolute;
    top: -4.7em;
    right: 12.1em;
}

.circlesdwn {
    position: absolute;
    top: 2.5em;
    right: -13.5em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Create a container for our circles, rotate it 45 degrees and set animation*/
.circle {
    position: absolute;
    width: 15em;
    height: 15em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: orbit 2s infinite;
    -moz-animation: orbit 2s infinite;
    -moz-animation: orbit 2s infinite;
    -ms-animation: orbit 2s infinite;
    -o-animation: orbit 2s infinite;
    animation: orbit 2s infinite;
    z-index: 5;
}

/* Style's of our circles */
.circle:after {
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #0392ee;
    /* Pick a color 1*/
}

.circle:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    z-index: 4;
}

.circle:nth-child(2):after {
    background: rgba(219, 21, 22, 0.8);
    /* Pick a color 2*/
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.circle:nth-child(3) {
    -webkit-animation-delay: 225ms;
    -moz-animation-delay: 225ms;
    -ms-animation-delay: 225ms;
    -o-animation-delay: 225ms;
    animation-delay: 225ms;
    z-index: 3;
}

.circle:nth-child(3):after {
    background: rgba(219, 21, 22, 0.6);
    /* Pick a color 3*/
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
}

.circle:nth-child(4) {
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    -ms-animation-delay: 350ms;
    -o-animation-delay: 350ms;
    animation-delay: 350ms;
    z-index: 2;
}

.circle:nth-child(4):after {
    background: rgba(219, 21, 22, 0.4);
    /* Pick a color 4*/
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
}


.circle:nth-child(5) {
    -webkit-animation-delay: 475ms;
    -moz-animation-delay: 475ms;
    -ms-animation-delay: 475ms;
    -o-animation-delay: 475ms;
    animation-delay: 475ms;
    z-index: 1;
}

.circle:nth-child(5):after {
    background: rgba(219, 21, 22, 0.2);
    /* Pick a color 5*/
    -webkit-transform: scale(0.2, 0.2);
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
}

/* Animation keys */
@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(45deg);
    }

    5% {
        -webkit-transform: rotate(45deg);
        -webkit-animation-timing-function: ease-out;
    }

    70% {
        -webkit-transform: rotate(405deg);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: rotate(405deg);
    }
}

@-moz-keyframes orbit {
    0% {
        -moz-transform: rotate(45deg);
    }

    5% {
        -moz-transform: rotate(45deg);
        -moz-animation-timing-function: ease-out;
    }

    70% {
        -moz-transform: rotate(405deg);
        -moz-animation-timing-function: ease-in;
    }

    100% {
        -moz-transform: rotate(405deg);
    }
}

@-ms-keyframes orbit {
    0% {
        -ms-transform: rotate(45deg);
    }

    5% {
        -ms-transform: rotate(45deg);
        -ms-animation-timing-function: ease-out;
    }

    70% {
        -ms-transform: rotate(405deg);
        -ms-animation-timing-function: ease-in;
    }

    100% {
        -ms-transform: rotate(405deg);
    }
}

@-o-keyframes orbit {
    0% {
        -o-transform: rotate(45deg);
    }

    5% {
        -o-transform: rotate(45deg);
        -o-animation-timing-function: ease-out;
    }

    70% {
        -o-transform: rotate(405deg);
        -o-animation-timing-function: ease-in;
    }

    100% {
        -o-transform: rotate(405deg);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(45deg);
    }

    5% {
        transform: rotate(45deg);
        animation-timing-function: ease-out;
    }

    70% {
        transform: rotate(405deg);
        animation-timing-function: ease-in;
    }

    100% {
        transform: rotate(405deg);
    }
}


@-webkit-keyframes text {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        -webkit-animation-timing-function: ease-out;
    }

    40%,
    60% {
        -webkit-transform: scale(1, 1);
        -webkit-animation-timing-function: ease-out;
    }

    70%,
    100% {
        -webkit-transform: scale(0.2, 0.2);
    }
}

@-moz-keyframes text {
    0% {
        -moz-transform: scale(0.2, 0.2);
        -moz-animation-timing-function: ease-out;
    }

    50% {
        -moz-transform: scale(1, 1);
        -moz-animation-timing-function: ease-out;
    }

    60% {
        -moz-transform: scale(1, 1);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: scale(0.2, 0.2);
    }
}

@-mos-keyframes text {
    0% {
        -mos-transform: scale(0.2, 0.2);
        -mos-animation-timing-function: ease-out;
    }

    50% {
        -mos-transform: scale(1, 1);
        -mos-animation-timing-function: ease-out;
    }

    60% {
        -mos-transform: scale(1, 1);
        -mos-animation-timing-function: ease-out;
    }

    100% {
        -mos-transform: scale(0.2, 0.2);
    }
}

@-o-keyframes text {
    0% {
        -o-transform: scale(0.2, 0.2);
        -o-animation-timing-function: ease-out;
    }

    50% {
        -o-transform: scale(1, 1);
        -o-animation-timing-function: ease-out;
    }

    60% {
        -o-transform: scale(1, 1);
        -o-animation-timing-function: ease-out;
    }

    100% {
        -o-transform: scale(0.2, 0.2);
    }
}

@keyframes text {
    0% {
        transform: scale(0.2, 0.2);
        animation-timing-function: ease-out;
    }

    50% {
        transform: scale(1, 1);
        animation-timing-function: ease-out;
    }

    60% {
        transform: scale(1, 1);
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.2, 0.2);
    }
}

/*************************************************************/
.slides li {
    position: relative;
    float: left;
}

.slides img {
    width: 100%;
    display: block;
}

.banner {
    position: relative;
}

.banner .flex-next {
    position: absolute;
    right: 70px;
    background: url(../images/index-right2.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
    font-size: 0;
}

.banner .flex-prev {
    position: absolute;
    left: 70px;
    background: url(../images/index-left2.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -14px;
    top: 50%;
    font-size: 0;
}

.banner .flex-next:hover {
    background: url(../images/index-rightH.png) no-repeat center;
}

.banner .flex-prev:hover {
    background: url(../images/index-leftH.png) no-repeat center;
}

.banner .flex-control-nav {
    height: 5px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.banner .flex-control-nav li {
    display: inline-block;
    height: 5px;
    margin: 0 8px;
}

.banner .flex-control-nav a {
    font-size: 0;
    display: block;
    transition: all 1s;
    width: 10px;
    height: 5px;
    background: #a6cdec;
    border-radius: 2px;
    opacity: 1;
}

.banner .flex-control-nav a.flex-active {
    width: 20px;
    background: #0392ee;
}

.swiper1 .bd {
    margin-top: 81px;
    height: 440px;
    overflow: hidden;
}

.swiper1 .bd li {
    transition: all 1s;
    padding-top: 62px;
    width: 330px !important;
    margin-right: 26.5px;
    border: solid 1px #dcdcdc;
    height: 382px;
    border-radius: 5px;
    background: white;
}

.swiper1 .bd li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.swiper1 .bd li a {
    display: block;
}

.swiper1 .bd li .h3 {
    font-family: 'Open Sans semibold';
    color: #777;
    font-size: 16px;
    text-align: center;
    margin-top: 39px;
    line-height: 16px;
}

.swiper1 .slides li:hover .slide-font {
    background: url(../images/inywbgH.png) repeat;
    color: white;
}

.swiper {
    position: relative;
}

.swiper .hd .next {
    position: absolute;
    z-index: 8;
    right: -70px;
    background: url(../images/index-right3.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -42px;
    top: 50%;
}

.swiper .hd .prev {
    position: absolute;
    z-index: 8;
    left: -70px;
    background: url(../images/index-left3.png) no-repeat center;
    width: 15px;
    height: 26px;
    margin-top: -42px;
    top: 50%;
}

.swiper .hd .next:hover {
    background: url(../images/index-rightH.png) no-repeat center;
}

.swiper .hd .prev:hover {
    background: url(../images/index-leftH.png) no-repeat center;
}

.swiper .hd ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.swiper .hd ul li {
    text-indent: -9999px;
    padding-top: 0;
    margin: 0 8px;
    float: left;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    border: solid 2px #999999;
}

.swiper .hd ul li.on {
    border-color: #0392ee;
}

.swiper2 .bd {
    margin-top: 59px;
    height: 412px;
    overflow: hidden;
}

.swiper2 .hd ul li {
    margin-bottom: 0;
}

.swiper2 .bd li {
    margin-right: 26.5px;
    padding: 0;
    width: 330px !important;
    height: 350px;
    background: white;
    margin-bottom: 30px;
}

.swiper2 .bd li:hover .inff {
    transform: rotate(60deg);
}

.swiper2 .bd li .h3 {
    text-align: center;
    font-size: 22px;
    color: #444;
    line-height: 22px;
}

.swiper2 .bd li .h4 {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 20px;
}

.wrap {
    overflow: hidden;
}

@media (max-width: 1560px) {

    .swiper1 .bd li,
    .swiper2 .bd li {
        width: 305px !important;
    }
}

@media (max-width: 1440px) {

    .swiper1 .bd li,
    .swiper2 .bd li {
        width: 280px !important;
    }
}

@media (max-width: 1350px) {

    .swiper1 .bd li,
    .swiper2 .bd li {
        width: 280px !important;
    }

    .swiper .hd .next {
        right: 5px;
    }

    .swiper .hd .prev {
        left: 5px;
    }
}

.abv-pic img {
    width: auto;
    display: inline-block;
}

.abe-swiper {
    margin-top: 64px;
    padding-bottom: 45px !important;
}

.ab-six .abv-pic {
    width: 183px;
    margin: 0 8.5px;
    background: white;
    border: solid 1px #dcdcdc;
    height: 70px;
    float: left;
}

.abs-swiper {
    margin-top: 66px;
    padding-bottom: 60px;
}

.abs-swiper .tempWrap {
    width: 1200px !important;
}

.abs-swiper li {
    height: 382px;
    cursor: pointer;
}

.aba-swiper li {
    height: 349px;
    cursor: pointer;
}

.aba-swiper li .abs-pic {
    background: none
}

.abs-pic {
    background: #f0f0f0;
    width: 280px;
    margin: 0 10px;
    height: 350px;
    float: left;
}

.abs-pic .qssb {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 280px;
    height: 350px;
}
.abs-pic .qssc img{
    width: 280px;
    height: 212px;
}
.abs-pic .qssc a{
    width: 280px;
   height:35px;
   line-height:35px;
   display:block;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}
.abt-swiper li {
    overflow: hidden;
    width: 378px;
    height: 287px;
    margin-right: 33px;
}

.abt-swiper li img {
    display: block;
    transition: all 1s;
}

.abt-swiper li:hover img {
    transform: scale(1.1);
}

.abt-swiper {
    margin-top: 66px;
    padding-bottom: 70px;
}

.abt-swiper .tempWrap {
    width: 1200px !important;
}



/* v_2019/1/22 banner update */
.banner .banner-posi.home-banner {
    padding-top: 9%;
}

.banner .banner-fir {
    font-weight: lighter;
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
}

.banner .banner-sec {
    font-weight: lighter;
    letter-spacing: 5px;
    font-size: 42px;
    line-height: 75px;
    margin: 80px 0 10px;
    color: #fff;
}

.banner .banner-sec span {
    color: #ffdc3b;
}

.banner .banner-thr {
    font-weight: lighter;
    font-size: 28px;
    color: rgba(255, 255, 255, .8);
}

@media (max-width: 1680px) {
    .banner .banner-sec {
        font-size: 55px;
        line-height: 1.21;
        margin: 70px 0 8px;
    }
}

@media (max-width: 1560px) {
    .banner .banner-sec {
        font-size: 50px;
        margin: 64px 0 8px;
    }
}

@media (max-width: 1440px) {
    .banner .banner-sec {
        font-size: 40px;
        margin: 52px 0 6px;
    }
}

/* v_2019/1/22 end */



/* v_2019/2/19 banner update */
.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-cont {
    width: 76%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12%;
    z-index: 2;
}

.banner2 .b-tit {
    font-size: 50px;
    line-height: 1.24;
    color: #fff;
    font-weight: 300;
}

.banner2 .b-hr {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 23px 0;
}

.banner2 .b-des {
    font-size: 30px;
    line-height: 1.333333333333333;
    color: #fff;
    font-weight: 300;
}

.btn-bannzx {
    display: inline-block;
    background: url(../images/bann-btn.png) no-repeat right 54px center;
    width: 207px;
    height: 52px;
    border: solid 1px #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.btn-bannzx::after {
    content: '';
    background: #3080e8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.btn-bannzx:hover::after {
    height: 600%;
}

.btn-bannzx:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8;
}

@media (max-width: 1440px) {
    .banner2 .b-tit {
        font-size: 40px;
    }

    .banner2 .b-des {
        font-size: 24px;
    }
}

/* v_2019/2/19 end */

/*新添加的样式*/

.middle {
    border-bottom: 1px solid #ddd;
}

.middle_nav {
    display: flex;
    justify-content: space-between;
}

.c-con {
    width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
}

.middle_nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    padding: 25px 0;
    width: 12.5%;
}

.middle_nav a p {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.middle_nav_on p {
    color: white !important;
    background: #1165ff;
}

.youshi>p {
    text-align: center;
    padding: 60px 0 70px;
    font-size: 34px;
    color: #333;
}

.youshi img {
    max-width: 100%;
}

.kaifa {
    padding-bottom: 100px;
    background: #f7fbff;
    margin-top: 30px;
}

.kaifa section {
    display: flex;
    justify-content: space-between;
}

.kaifa section span {
    text-align: center;
    width: 25%;
    padding: 0 2.5%
}

.kaifa section span p:nth-child(2) {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
}

.kaifa section span p:nth-child(3) {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
}

.app_kafa>span p,
.app_kafa>span img {
    cursor: pointer;
    transition: all 0.5s linear;
}

.app_kafa>span:hover p,
.app_kafa>span:hover img {
    transition: all 0.5s linear;
    transform: scale(1.2);
}


.zhengwu_img {
    display: flex;
    justify-content: space-between;
}

.zhengwu_img span {
    cursor: pointer;
    overflow: hidden;

}

.zhengwu_img span img {
    transition: all 0.5s linear;
    width: 100%;
    display: block;
}

.zhengwu_img span img:hover {
    transition: all 0.5s linear;
    transform: scale(1.1);
}

.wulianwang>span {
    width: 285px;
    height: 340px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(7, 1, 81, 0.09);
    cursor: pointer;
}

.wulianwang>span span:nth-child(1) {
    width: 285px;
    height: 240px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.wulianwang>span span:nth-child(1) img {
    transition: all 0.5s linear;
}

.wulianwang>span:hover img {
    transition: all 0.5s linear;
    transform: scale(1.1);
}

.wulianwang>span p {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 0;
    flex: 1;
    transition: all 0.5s linear;
}

.wulianwang {
    display: flex;
    justify-content: space-between
}

.dianzi .wulianwang span p {
    font-size: 18px;
    text-align: center;
}

.fot_bag {
    margin-top: 20px;
    background-image: url('../images/zui_bag.png');

    background-repeat: no-repeat;
    background-size: cover;
}

.fot_bag section {
    display: flex;
    align-items: center;
    height: 180px;
	width:1600px;
}

.fot_bag section>span {
    display: flex;
    align-items: center;
    width: 25%;
}

.fot_bag section>span p {
    color: white;
    margin-left: 15px;
}

.fot_bag section>span p:nth-child(1) {
    font-size: 24px;
}

.fot_bag section>span p:nth-child(2) {
    font-size: 16px;
}

.f13-bg {
    background-image: url('../images/zhan2_bg.png');

    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
}

.hangye p {
    font-size: 36px;
    text-align: center;
    color: white;
    padding: 30px 0;
}

.hangye i {
    background-image: url('../images/leibie.png');
    background-repeat: no-repeat;
    height: 142px;
    width: 142px;
    display: inline-block;
}

.hangye li {}

.lst-f13 {
    display: flex;
    flex-wrap: wrap;
}

.hangye li:nth-child(1) i {
    background-position: 0 -441px;
}

.hangye li:nth-child(2) i {
    background-position: 0 -735px;
}

.hangye li:nth-child(3) i {
    background-position: 0 -2352px;
}

.hangye li:nth-child(4) i {
    background-position: 0 -1176px;
}

.hangye li:nth-child(5) i {
    background-position: 0 -147px;
}

.hangye li:nth-child(6) i {
    background-position: 0 -3381px;
}

.hangye li:nth-child(7) i {
    background-position: 0 -1029px;
}

.hangye li:nth-child(8) i {
    background-position: 0 -3675px;
}

.hangye li:nth-child(9) i {
    background-position: 0 -1323px;
}

.hangye li:nth-child(10) i {
    background-position: 0 -3528px;
}

.hangye li:nth-child(11) i {
    background-position: 0 -3822px;
}

.hangye li:nth-child(12) i {
    background-position: 0 -2646px;
}

.hangye li:nth-child(13) i {
    background-position: 0 -2499px;
}

.hangye li:nth-child(14) i {
    background-position: 0 -588px;
}

.hangye li:nth-child(15) i {
    background-position: 0 -294px;
}

.hangye li:nth-child(16) i {
    background-position: 0 -882px;
}

.hangye li:nth-child(17) i {
    background-position: 0 -1470px;
}

.hangye li:nth-child(18) i {
    background-position: 0 -1764px;
}

.hangye li:nth-child(19) i {
    background-position: 0 0;
}

.hangye li:nth-child(20) i {
    background-position: 0 -2793px;
}

.hangye li:nth-child(21) i {
    background-position: 0 -2205px;
}

.hangye li:nth-child(22) i {
    background-position: 0 -1911px;
}

.hangye li:nth-child(23) i {
    background-position: 0 -1617px;
}

.hangye li:nth-child(24) i {
    background-position: 0 -3234px;
}

.hangye li:nth-child(25) i {
    background-position: 0 -3087px;
}

.hangye li:nth-child(26) i {
    background-position: 0 -2940px;
}

.hangye li:nth-child(27) i {
    background-position: 0 -2058px;
}


.mide_on {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 555;
    height: 60px;
    background: white;
}

.mide_on section {
    height: 100%;
}

.mide_on a {
    padding: 0;
}

.mide_on a p {
    margin: 0;
    height: 60px;
}



.mid_test {
    height: 111px;
    display: none;
}


.hlwjs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hlwjs_left>p {
    font-size: 22px;
    color: #999;
    line-height: 30px;
}

.hlwjs_left section {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 610px;
}

.hlwjs_left section>span {
    width: 290px;
    height: 150px;
    display: flex;
    align-items: center;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 8px 0px rgba(94, 94, 96, 0.17);
    margin-bottom: 20px;
    cursor: pointer;
}

.hlwjs_left section>span img {
    padding: 0 35px;
    transition: all 0.5s linear;
}

.hlwjs_left section>span span p:nth-child(1) {
    font-size: 20px;
    transition: all 0.5s linear;
}

.hlwjs_left section>span span p:nth-child(2) {
    font-size: 16px;
    color: #999;
    transition: all 0.5s linear;
}

.hlwjs_right img {
    width: 565px;
}

.hlwjs_left section>span:hover img {
    transition: all 0.5s linear;
    transform: scale(1.2);
}

.weixinbg {
    position: relative;
}

.weixinbg span:nth-child(3) {
    top: 250px;
    left: 210px;
}

.weixinbg span:nth-child(4) {
    top: 335px;
    left: 420px;
}

.weixinbg span:nth-child(5) {
    top: 265px;
    left: 630px;
}

.weixinbg span:nth-child(6) {
    top: 230px;
    left: 780px;
}

.webg_on {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.webg_on:hover img,
.webg_on:hover p {
    transition: all 0.5s linear;
    transform: scale(1.1);
}

.webg_on p {
    margin: 65px 0;
    font-size: 24px;
    transition: all 0.5s linear;
}

.webg_on img {
    transition: all 0.5s linear;
}

.xtjic_one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xtjic {
    position: relative;
}

.xtjic_two {
    position: absolute;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.xtjic span:hover img,
.xtjic span:hover p {
    transition: all 0.5s linear;
    transform: scale(1.1);
}

.xtjic img {
    transition: all 0.5s linear;
}

.xtjic_two p {
    margin-right: 60px;
    font-size: 20px;
    transition: all 0.5s linear;

}

.xtjic span:nth-child(3) {
    top: 170px;
    left: 130px;
}

.xtjic span:nth-child(4) {
    top: 170px;
    right: 0;
}

.xtjic span:nth-child(4) p {
    margin-left: 60px;
    margin-right: 0;
}

.xtjic span:nth-child(5) {
    bottom: 0;
    left: 65px;
}

.xtjic span:nth-child(6) {
    bottom: 0;
    right: 0;
}

.xtjic span:nth-child(6) p {
    margin-left: 60px;
    margin-right: 0;
}

.footer{ box-sizing:border-box; background-color: #212425; }
.footer > .c-con{ padding-top:2%; padding-bottom: 2%;position: relative;width: 1600px; }
.links{ width: 100%;line-height: 2; font-size: 12px; color: rgba(255,255,255,0.3) }
.links > a{color: rgba(255,255,255,0.3) !important;  }
.copyright{ width:100%; line-height: 2; font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 1%;}
.footer > .c-con > .wechat{width:100px;height:200px;position:absolute;right:0;top:20px;}
.footer > .c-con > .wechat img{width:100%;}
.footer > .c-con > .wechat p{width:100%;line-height:25px;color: rgba(255,255,255,0.3);font-size: 16px;text-align: center;}