@charset "UTF-8";

/*reset*/
* { margin: 0; padding: 0; }
html, body { width: 100%; }
body { font-size: 14px; font-family: "Microsoft YaHei"; line-height: 1.42857143; color: #333; }
a { text-decoration: none; color: inherit; }
ul li { list-style-type: none; }
.container { width: 100%; }
.container header { width: 100%; }

.content { position: relative; margin: auto; width: 1200px; overflow: hidden; z-index: 1; }
.home .content { z-index: 5; height: 100%; }
.fn-intro .part-1 .content { padding-top: 89px; }
.border-none { border: none !important; }
img.fullscreen { width: 100%; }


/*header*/
header .nav-box { position: absolute; top: 0; left: 0; right: 0; z-index: 100; height: 100px; transition: .4s; background: rgba(255,255,255,0); overflow: hidden; }
header .nav-box.fixed { position: fixed; left: 0; top: 0; background: rgba(255,255,255,1); border-bottom: solid 1px #e5e5e5; }

header .nav-box > .wrap { position: relative; top: 20px; display: table; margin: 0 auto; width: 1200px; height: 80px; color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s; }
header .nav-box > .wrap > div { display: table-cell; vertical-align: middle; }
header .nav-box .left { font-size: 24px; }
header .nav-box .left img { display: inline-block; margin-right: 15px; vertical-align: middle; }
header .nav-box .left .logo { margin-right: 15px; display: inline-block; height: 44px; width: 38px; background: url("../images/logo.png") center no-repeat; background-size: auto 38px; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s; }
header .nav-box .right { text-align: right; }
header .nav-box .right nav { display: inline-block; vertical-align: middle; }
header .nav-box .right nav a { margin-right: 100px; float: left; font-size: 16px; display: inline-block; position: relative; padding: 4px 0; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; }
header .nav-box .right nav a.active { color: #fff; }
header .nav-box .right nav a.active:after { position: absolute; content: ''; display: block; width: 100%; height: 2px; background: #fff; left: 0; bottom: 0; }
header .nav-box .right nav a:hover { text-shadow: 0px 1px 3px #fffde2; }
header .nav-box .right .btn-cooperate, header .nav-box .right .btn-login { display: inline-block; width: 118px; height: 33px; line-height: 33px; text-align: center; border: solid 1px #ffce00; color: #ffce00; border-radius: 4px; vertical-align: middle; font-size: 16px; margin-left: 12px; }

header .nav-box .right .btn-important { background: #ffce00; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .3); }
header .nav-box .right btn-important:hover { background: #ffe471; color: #fff; }
header .nav-box.fixed > .wrap { top: 0; color: #333; }
header .nav-box.fixed > .wrap .left .logo { background: url("../images/logo-2.png") no-repeat; }
header .nav-box.fixed .right nav a { color: #333; }
header .nav-box.fixed .right nav a.active { color: #ffce00; }
header .banner-box { position: relative; height: 620px; background-position: center; background-size: auto 100%; }
.home header .banner-box { height: 350px; padding: 200px 0 70px; }
header .banner-box .img { position: absolute; width: 675px; height: 343px; z-index: 20; }
header .banner-box .img .Art,
header .banner-box .img .MacBookPro { position: absolute; }
header .banner-box .img .Art { left: 0; top: 0; }
header .banner-box .img .MacBookPro { right: 0; bottom: 0; }
header .banner-box .text { display: table; width: 100%; height: 100%; position: relative; z-index: 2; }
.home header .banner-box .text { width: 360px; position: absolute; right: 0; top: -30px; display: block; z-index: 5; }
header .banner-box .text .row { padding-top: 50px; display: table-cell; vertical-align: middle; text-align: center; }
.home header .banner-box .text .row { padding-top: 0; display: block; }
header .banner-box .text p { display: block; padding-top: 30px; text-align: center; font-size: 30px; letter-spacing: 3px; color: #fff; }
.home header .banner-box .text p { text-align: left; font-size: 36px; padding-top: 25px; }
.home header .banner-box .text p.p2 { font-size: 20px; line-height: 32px; }
.home header .banner-box .text p.p2 small { font-size: 15px; }
.home header .banner-box .text p.p3 img { display: none; }
header .banner-box .text .line { display: inline-block; height: 4px; width: 60px; background: #ffce00; vertical-align: top; }
header .banner-box .codeImg { width: 200px; margin: 0 auto; text-align: center; color: #000000; line-height: 30px; color: #fff; }
header .banner-box .codeImg span { font-size: .9rem; }
header .banner-box .codeImg img { display: block; margin: 0 auto; width: 100%; }
header .banner-box .mask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .4; filter: alpha(opacity=40) }
.home header .banner-box .mask { opacity: .1; filter: alpha(opacity=10) }
.home .banner-box .btnArea { font-size: 0; }
.home .banner-box .btnArea a { display: inline-block; font-size: 18px; color: #fff; width: 150px; height: 41px; line-height: 41px; text-align: center; border: 1px solid #ffce00; margin-right: 20px; border-radius: 3px; }
.home .banner-box .btnArea a.l1 { background: transparent; }
.home .banner-box .btnArea a.l2 { background-color: #ffce00; }
.home .banner-box .btnArea a img { vertical-align: middle; margin-right: 6px; }

/*footer*/
footer { color: #fff; font-size: 16px; background: #28292b; }
footer .f1 { background: url("../img/footer.jpg") center no-repeat; background-size: 100vmax 100%; }
footer .f1 .content { display: table; height: 327px; }
footer .f1 .row { display: table-cell; vertical-align: middle; text-align: center; }
footer .f1 .row .p1 { font-size: 24px; }
footer .f1 .row .p2 { padding: 10px 0; font-size: 16px; }
footer .f1 .row .qrcode { margin: 5px auto 0 auto; display: table; position: relative; width: 200px; height: 200px; }
footer .f1 .row .qrcode .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; background: #fff; opacity: .3; filter: alpha(opacity=30) }
footer .f1 .row .qrcode .img { position: relative; display: table-cell; vertical-align: middle; z-index: 2; }
footer .f1 .row .qrcode .img img { margin: auto; display: block; width: 160px; height: 160px; }
footer .f2 { padding: 30px; text-align: center; }
footer .f2 .wrap { margin: auto; display: table; text-align: left; }
footer .f2 dl { display: table-cell; float: left; }
footer .f2 dl > * { padding: 3px 30px; }
footer .f2 dl:nth-child(2) { margin: 0 200px }
footer .f2 dl dt { margin-bottom: 30px; }
footer .f2 dl dd { color: #ccc; height: 36px; line-height: 30px; }
footer .f3 { padding: 15px 0; background: #111; color: #ccc; text-align: center; font-size: 14px; line-height: 24px; }

/*index*/
.index .title-box { margin-bottom: 40px; text-align: center; }
.title-box { margin-bottom: 40px; text-align: center; }
#qqq { position: relative; font-size: 40px; line-height: 1; }
.p1 span { position: relative; display: inline-block; padding: 0 30px; background: #fafafa; z-index: 1; }

.index .title-box .p1 { position: relative; font-size: 40px; line-height: 1; }
.index .title-box .p1:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; border-top: solid 1px #bfbfbf; }
#qqq:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; border-top: solid 1px #bfbfbf; }
.index .title-box .p1 span { position: relative; display: inline-block; padding: 0 30px; background: #fff; z-index: 1; }
.index .part-3 .title-box .p1 span { /* background: #f7f7f7; */ }
.index .title-box .p2 { margin-top: 5px; font-size: 22px; text-transform: uppercase; font-family: "Microsoft YaHei Light"; color: #999; }
.index .part-1 { position: relative; padding: 70px 0; background: #fff; }
.index .part-1 .title-box .p1 span { background-color: #fff; }

.index .part-1 .proDvan, .linkJump > .box { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; }
.index .part-1 .proDvan li { -moz-box-flex: 1; -webkit-box-flex: 1; -o-box-flex: 1; box-flex: 1; flex: 1; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: column; text-align: center; margin: 0 30px; }
.index .part-1 .proDvan .icon { width: 100px; height: 100px; display: inline-block; background: url("../img/icon_advan.png") center center no-repeat; background-size: 100%; background-repeat: no-repeat; margin: 0 auto; }
.index .part-1 .proDvan .icon_1 { background-position: 0 0; }
.index .part-1 .proDvan .icon_2 { background-position: 0 -100px; }
.index .part-1 .proDvan .icon_3 { background-position: 0 -200px; }
.index .part-1 .proDvan .icon_4 { background-position: 0 -300px; }
.index .part-1 .proDvan .icon_5 { background-position: 0 -400px; }
.index .part-1 .proDvan .icon_6 { background-position: 0 -500px; }

.index .part-1 .proDvan li .tit { font-size: 24px; height: 64px; line-height: 64px; }
.index .part-1 .proDvan li .des { text-align: center; color: #979aa2; }

.index .part-2 .list > li { position: relative; display: table; width: 100%; border-bottom: solid 1px #eee; padding: 50px 0; }
.index .part-2 .list > li > div { display: table-cell; vertical-align: middle; }
.index .part-2 .list > li .left { width: 55%; /* padding-left: 50px; */ }
.index .part-2 .list > li .right { /* padding-left: 100px;
padding-right: 50px; */ text-align: right; width: 45%; }
.slick-slide img { border: 1px solid #ccc; }

.qa { width: 572px; height: 473px; position: relative; }
.qa .bg, .messsl .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: block; }
.qa .bg { background: url(../img/pic-00.png) 0 0 no-repeat; }
.qa span, .messsl span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }
.qa span.qa1 { background: url("../img/qa_01.png") center center no-repeat; }
.qa span.qa2 { background: url("../img/qa_02.png") center center no-repeat; }
.qa span.qa3 { background: url("../img/qa_03.png") center center no-repeat; }

.messsl { width: 476px; height: 361px; position: relative; }
.messsl .bg { background: url(../img/messsl_bg.png) 0 0 no-repeat; }
.messsl span.messsl1 { background: url("../img/messsl_01.png") center center no-repeat; }
.messsl span.messsl2 { background: url("../img/messsl_02.png") center center no-repeat; }
.messsl span.messsl3 { background: url("../img/messsl_03.png") center center no-repeat; }
.messsl span.messsl4 { background: url("../img/messsl_04.png") center center no-repeat; }

.dianshang { width: 369px; height: 369px; position: relative; overflow: hidden; }
.dianshang .bg { background: url("../img/ds_bg.png") center center no-repeat; }
.dianshang .bg,
.dianshang span { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.dianshang span.ds1 { background: url("../img/ds_1.png") }
.dianshang span.ds2 { background: url("../img/ds_2.png") }
.dianshang span.ds3 { background: url("../img/ds_3.png") }
.dianshang span.ds4 { background: url("../img/ds_4.png") }
.dianshang span.ds5 { background: url("../img/ds_5.png") }

.staro { width: 412px; height: 346px; position: relative; }
.staro .bg,
.staro .round { position: absolute; left: 0; top: 0; background-image: url(../img/pic-04.png); background-repeat: no-repeat; }
.staro .bg { width: 390px; height: 320px; margin: 11px 13px; background-position: 0 0; }
.staro .round { width: 100%; height: 100%; background-position: 0 -320px; z-index: 2; }
.r { width: 251px; height: 251px; position: absolute; left: 94px; top: 45px; }
.r1 { /* display: none; */ }
.r2 { transform: rotate(45deg); }
.r3 { transform: rotate(90deg); }
.rs { width: 251px; height: 251px; position: absolute; left: 0; top: 0; border-radius: 50%; transform-style: preserve-3d; transform: rotateX(60deg); }
.rss { transform-style: preserve-3d; width: 251px; height: 251px; position: absolute; left: 0; top: 0; /* background: #eee; */ border-radius: 50%; animation: orbit linear 15s infinite; }
.rs i { display: block; background-color: #ccc; border-radius: 50%; position: absolute; left: -10px; top: 50%; margin-top: -10px; transform: scaleX(.5); animation: invertDiaoyus linear 15s infinite; }
.r1 .rs i { width: 15px; height: 15px; background-color: #f5895b }
.r2 .rs i { width: 20px; height: 20px; background-color: #6ed77c }
.r3 .rs i { width: 25px; height: 25px; background-color: #5b8ff7 }

@keyframes orbit {
0% { transform: rotate(0deg); }

to { transform: rotate(-1turn); }
}

@-webkit-keyframes orbit {
0% { transform: rotate(0deg); }

to { transform: rotate(-1turn); }
}

@keyframes invertDiaoyus {
0% { transform: rotateX(-90deg) rotateY(0deg) rotate(0deg); }
25% { transform: rotateX(-90deg) rotateY(-90deg) rotate(0deg); }
50% { transform: rotateX(-90deg) rotateY(-180deg) rotate(0deg); }
75% { transform: rotateX(-90deg) rotateY(-270deg) rotate(0deg); }
to { transform: rotateX(-90deg) rotateY(-360deg) rotate(0deg); }
}

@-webkit-keyframes invertDiaoyus {
0% { transform: rotateX(-90deg) rotateY(0deg) rotate(0deg); }
25% { transform: rotateX(-90deg) rotateY(-90deg) rotate(0deg); }
50% { transform: rotateX(-90deg) rotateY(-180deg) rotate(0deg); }
75% { transform: rotateX(-90deg) rotateY(-270deg) rotate(0deg); }
to { transform: rotateX(-90deg) rotateY(-360deg) rotate(0deg); }
}

.index .part-2 { padding: 2rem 0 0; background-color: #fff; }
.index .part-2 .list > li .wrap { display: inline-block; text-align: left; }
.index .part-2 .list > li .text { font-size: 18px; color: #979aa2; }
.index .part-2 .list > li .text p { padding: 8px 0; line-height: 32px; }
.index .part-2 .list > li .text .p2 { font-size: 30px; color: #333; position: relative; padding: 28px 0; }
.index .part-2 .list > li .text .p2:after { content: ""; display: block; width: 40px; height: 3px; background-color: #6fd77c; position: absolute; left: 0; bottom: 0; }
.index .part-2 .list > li .text .p1 { padding: 20px 0; }
.index .part-2 .list > li .text .tags { color: #333; font-size: 0; }
.index .part-2 .list > li .text .tags span { display: inline-block; height: 24px; line-height: 24px; margin-right: 45px; margin-bottom: 23px; }
.index .part-2 .list > li .text .tags .icon { display: inline-block; vertical-align: middle; }
.index .part-2 .list > li .text .tags img { display: inline-block; vertical-align: top; margin-right: 10px; }
.index .part-2 .list > li .text .tags em { font-size: 18px; font-style: normal; height: 24px; line-height: 24px; display: inline-block; vertical-align: middle; }
.index .part-2 .list > li .text .link { display: block; width: 136px; height: 38px; line-height: 38px; font-size: 18px; color: #fff; text-align: center; background-color: #6fd77c; border-radius: 6px; }


.index .part-3 { padding: 20px 0 50px; margin-top: 50px; }
.index .part-3 .scroll { position: relative; padding: 0 30px; }

.rslides { overflow: hidden; height: 1%; font-size: 0; }
.rslides .item { float: left; margin: 20px 15px; }
.rslides img { border: 1px solid #ccc; vertical-align: middle; }

/* 用户评价 */
.userpl { background-color: #fafafa; }
.uslide { margin: 0 auto; overflow: hidden; padding-top: 10px; padding-bottom: 1.5rem; background-color: #fafafa }
.index .uslide .title-box { margin-top: 60px; }
.index .uslide .title-box .p1 span { background: #fafafa; }
.uslide .cont { width: 680px; padding-bottom: 60px; margin: 0 auto; overflow: hidden; }
.uslide .swiper-container img { width: 100%; }
.gallery-thumbs .swiper-slide { position: relative; }
.uslide .gallery-thumbs img { border-radius: 50%; width: 5rem; height: 5rem; margin: 1rem 0; }
.gallery-thumbs .swiper-slide-active img { box-shadow: 0 0 12px 5px #ccc; width: 7rem; height: 7rem; margin: 0; /*border: 2px solid #eee;*/ }
.uslide .swiper-container { width: 100%; margin-left: auto; margin-right: auto; }
.uslide .swiper-slide { background-size: cover; background-position: center; }
.uslide .gallery-top { height: 80%; width: 100%; }
.uslide .gallery-thumbs { width: 600px; margin: 0 auto; height: 20%; box-sizing: border-box; padding: 10px 30px; background-color: #fafafa; }
.uslide .gallery-thumbs .swiper-slide { width: 25%; height: 100%; opacity: 0.2; }
.uslide .gallery-thumbs .swiper-slide-active { opacity: 1; }
.uslide .swiper-slide .txt { padding-top: 50px; font-size: 18px; line-height: 26px; }

/*fn-intro*/
.fn-intro .banner-box { height: 500px; }
.fn-intro .banner-box .mask { opacity: .64; filter: alpha(opacity=64) }
.fn-intro .part { background: #f2f2f2; overflow: hidden; }
.linkJump { width: 100%; background-color: #f2f2f2; border-bottom: 1px solid #cccccc; position: absolute; top: 500px; left: 0; z-index: 20; padding-top: 30px; font-size: 16px; }
.linkJump.fixed { position: fixed; left: 0; top: 0; z-index: 20; padding-top: 0; }
.linkJump > .box { width: 1200px; margin: 0 auto; height: 58px; line-height: 58px; justify-content: center; }
.linkJump .label { -moz-box-flex: 1; -webkit-box-flex: 1; -o-box-flex: 1; box-flex: 1; flex: 1; }
.linkJump .ri { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; }
.linkJump .ri a { padding: 0 50px; -moz-box-flex: 1; -webkit-box-flex: 1; -o-box-flex: 1; box-flex: 1; flex: 1; white-space: nowrap; position: relative; }
.linkJump .ri a.t { color: #ffce00; }
.linkJump .ri a.t:after { content: ""; display: block; width: 100%; height: 2px; background-color: #ffce00; position: absolute; left: 0; bottom: -1px; z-index: 2; }
.fn-intro .title-box { height: 40px; line-height: 40px; margin: 40px 0 20px; position: relative; font-size: 40px; text-align: center; line-height: 1; overflow: hidden; }
.fn-intro .title-box:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; border-top: solid 1px #bfbfbf; }
.fn-intro .title-box span { position: relative; display: inline-block; padding: 0 30px; background: #f2f2f2; z-index: 1; }
.fn-intro .part .list { margin: 0 -15px 20px -15px; overflow: hidden; padding-top: 20px; }
.fn-intro .part .list > li { width: 33.33%; float: left; transition: .4s; }
.fn-intro .part .list > li * { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s; }
.fn-intro .part .list > li .wrap { position: relative; top: 0; margin: auto; padding: 0 25px 10px; width: 320px; background: #fff; cursor: pointer; overflow: hidden; }
.fn-intro .part .list > li:hover .wrap { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.fn-intro .part .list > li .wrap .b1 { display: table; width: 100%; height: 100px; font-size: 18px; border-bottom: solid 1px #eee; }
.fn-intro .part .list > li .wrap .b1 > div { display: table-cell; vertical-align: middle; }
.fn-intro .part .list > li .wrap .b1 .left a { display: block; font-size: 14px; color: #999; height: 0; overflow: hidden; }
.fn-intro .part .list > li:hover .wrap .b1 .left a { height: 20px; }
.fn-intro .part .list > li .wrap .b1 .right { width: 70px; }
.fn-intro .part .list > li .icon { display: inline-block; width: 40px; height: 40px; background: url("../img/icon-05.png") no-repeat; }
.fn-intro .part .list > li .icon-1 { background-position-y: 0; }
.fn-intro .part .list > li .icon-2 { background-position-y: -40px; }
.fn-intro .part .list > li .icon-3 { background-position-y: -76px; }
.fn-intro .part .list > li .icon-4 { background-position-y: -120px; }
.fn-intro .part .list > li .icon-5 { background-position-y: -160px; }
.fn-intro .part .list > li .icon-6 { background-position-y: -200px; }
.fn-intro .part .list > li .icon-7 { background-position-y: -240px; }
.fn-intro .part .list > li .icon-8 { background-position-y: -280px; }
.fn-intro .part .list > li .icon-9 { background-position: -40px 0; }
.fn-intro .part .list > li .icon-10 { background-position: -40px -40px; }
.fn-intro .part .list > li .icon-11 { background-position: -40px -80px; }
.fn-intro .part .list > li .icon-12 { background-position: -40px -120px; }
.fn-intro .part .list > li .icon-13 { background-position: -40px -160px; }
.fn-intro .part .list > li .icon-14 { background-position: -40px -200px; }

.fn-intro .part .list > li .icon-15 { background-position: -40px -240px; }
.fn-intro .part .list > li .icon-16 { background-position: -40px -280px; }
.fn-intro .part .list > li .icon-17 { background-position: -80px -40px; }
.fn-intro .part .list > li .icon-18 { background-position: -120px -40px; }
.fn-intro .part .list > li .icon-19 { background-position: -160px -40px; }
.fn-intro .part .list > li .icon-20 { background-position: -200px -40px; }
.fn-intro .part .list > li .icon-21 { background-position: -240px -40px; }
.fn-intro .part .list > li .icon-22 { background-position: -280px -40px; }
.fn-intro .part .list > li .icon-23 { background-position: -320px -40px; }
.fn-intro .part .list > li .icon-24 { background-position: -360px -40px; }
.fn-intro .part .list > li .icon-25 { background-position: -400px -40px; }
.fn-intro .part .list > li .icon-26 { background-position: -440px -40px; }
.fn-intro .part .list > li .icon-27 { background-position: -480px -40px; }
.fn-intro .part .list > li .icon-28 { background-position: -520px -40px; }
.fn-intro .part .list > li .icon-29 { background-position: -40px -417px; }
.fn-intro .part .list > li .icon-30 { background-position: -40px -328px; }
.fn-intro .part .list > li .icon-31 { background-position: 0 -462px; }
.fn-intro .part .list > li .icon-32 { background-position: 0 -416px; }
.fn-intro .part .list > li .icon-33 { background-position: 0 -370px; }
.fn-intro .part .list > li .icon-34 { background-position: 0 -326px; }
.fn-intro .part .list > li .icon-35 { background-position: -40px -370px; }

.fn-intro .part .list > li .wrap .b2 { margin: 10px 0 14px; display: table; height: 50px; width: 100%; overflow: hidden; color: #979aa2; }
.fn-intro .part .list > li .wrap .textbox { transition: .3s; height: auto; }
.fn-intro .part .list > li .wrap .textover, .fn-intro .part .list > li .wrap .text-over { height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.fn-intro .part .list > li .wrap .text-over:after { content: "[...查看更多]"; display: block; position: absolute; right: 25px; bottom: 24px; color: #ffc000; background-color: #fff; padding-left: 5px; }
.fn-intro .part .list > li .wrap .b2 .row { padding-left: 15px; position: relative; margin-bottom: 10px; }
.fn-intro .part .list > li .wrap .b2 i { position: absolute; top: 7px; left: 0; margin-right: 5px; display: inline-block; width: 7px; height: 7px; background: url("../img/icon-07.png") no-repeat; vertical-align: middle; }

/*case*/
.charge .banner-box { height: 500px; }
.charge .banner-box .mask { opacity: .64; filter: alpha(opacity=64) }
.charge .part-1 { padding: 70px 0; }
.charge .part-1 .list { margin: 0 -17px; padding: 5px 0; overflow: hidden; }
.charge .part-1 .list > li { width: 33.33%; float: left; }
.charge .part-1 .list > li .wrap { margin: auto; width: 375px; height: 1010px; border: solid 1px #ccc; box-shadow: 0 3px 5px rgba(0,0,0,.1); }
.charge .part-1 .list > li .top { display: table; width: 100%; height: 395px; background: linear-gradient(-45deg,#9ea3b6,#ced2dd); background: #b5bac9\0; text-align: center; color: #fff; }
.charge .part-1 .list > li .top .b1 { margin-top: 40px; font-size: 44px; }
.charge .part-1 .list > li .top .b2 { height: 120px; padding: 15px 0; font-size: 28px; line-height: 45px; }
.charge .part-1 .list > li .top .btn { display: inline-block; height: 45px; width: 180px; line-height: 45px; text-align: center; border-radius: 2px; font-size: 16px; background: #fff; color: #333; }
.charge .part-1 .list > li .top .b4 { margin-top: 30px; font-size: 20px; }
.charge .part-1 .list > li.item-2 .wrap .top { background: linear-gradient(-45deg,#ffc000,#ffe15f); background: #ffd53e\0; }
.charge .part-1 .list > li.item-3 .wrap .top { background: linear-gradient(-45deg,#333334,#95979c); background: #656669\0; }
.charge .part-1 .list > li .bottom .list { margin: 20px 40px; }
.charge .part-1 .list > li .bottom .list > li { display: table; width: 100%; font-size: 16px; }
.charge .part-1 .list > li .bottom .list > li > div { padding: 10px 0; display: table-cell; vertical-align: middle; }
.charge .part-1 .list > li .bottom .list > li .right { text-align: right; }
.charge .part-1 .list > li .bottom .list > li .check { display: inline-block; width: 27px; height: 25px; background: url("../img/icon-08.png") no-repeat; vertical-align: middle; }
.charge .part-1 .list > li .nodata { display: table; width: 100%; height: 600px; text-align: center; font-size: 18px; color: #979aa2; }
.charge .part-1 .list > li .nodata p { margin-top: 10px; }
.charge .part-1 .list > li .nodata .row { display: table-cell; vertical-align: middle; }
.charge .part-2 .content { border-top: solid 1px #bfbfbf; }
.charge .part-2 .tb { table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; }
.charge .part-2 .tb caption { padding: 50px 0; font-size: 29px; }
.charge .part-2 .tb td { padding-bottom: 50px; }
.charge .part-2 .tb .left { padding-right: 70px; }
.charge .part-2 .tb .right { padding-left: 70px; }
.charge .part-2 .tb .p1 { font-size: 18px; }
.charge .part-2 .tb .p2 { margin-top: 20px; line-height: 25px; color: #979aa2; }

.prslide { position: absolute; width: 1200px; left: 50%; margin-left: -600px; bottom: 0; box-shadow: 0 3px 8px rgba(238,238,238,1); }
.case .prslide .swiper-container { width: 100%; max-width: 1200px; overflow: hidden; }
.case .prslide .slidtxt { background-color: #fff; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.case .prslide .slidtxt > .txt { width: 270px; text-align: center; padding-left: 50px; padding-top: 40px; }
.case .prslide .swiper-button-prev { left: 0; top: 50%; width: 27px; height: 46px; margin: -23px 0 0 -65px; background: url("../img/prevandnext.png") center center no-repeat; }
.case .prslide .swiper-button-next { right: 0; top: 50%; width: 27px; height: 46px; margin: -23px -65px 0; background: url("../img/prevandnext.png") center center no-repeat; transform: rotate(180deg) }
.case header .banner-box { height: auto; padding-bottom: 110px; background-color: #f7f7f7; }
.case header .banner-box .bg { height: 400px; background: url(../images/banner_case.jpg) center top; background-size: 100% auto; }
.case header .banner-box .bg img { width: 100%; vertical-align: middle }
.case .list { padding-top: 32px; background-color: #f7f7f7; }
/* .case .list ul{
overflow: hidden;
height: 1%;
} */
.case .list ul:after { content: ""; display: block; clear: both; float: none; height: 0; line-height: 0; font-size: 0; zoom: 1; }
.case .list .container { width: 1200px; margin: 0 auto; }
.case .list li { background-color: #fff; float: left; margin-bottom: 40px; width: 273px; padding: 0 50px; transition: .4s; }
.case .list li:nth-child(3n+2) { margin: 0 40px; }
.case .list li:hover { box-shadow: 8px 8px 8px #ddd, 0 -8px 8px #ddd, -8px 0 8px #ddd; transform: translateY(-8px); border-radius: 5px; }
.case .list li:hover:after { content: ""; display: block; height: 2px; width: 100%; background-color: #ffce00; position: absolute; left: 0; bottom: 0; }
.slidtxt .txt .complogo, .case .list .compLogo { margin-top: 52px; margin-bottom: 15px; height: 88px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; align-content: center; }
.slidtxt .txt .compdes, .case .list .compdes { text-align: center; font-size: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 42px; line-height: 21px; }
.case .list li:hover .compdes { color: #ffce00; }
.slidtxt .txt .text, .case .list .text { color: #979aa2; margin: 15px 0 20px; height: 62px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.slidtxt .txt .type, .case .list .type { text-align: center; }
.slidtxt .txt .type span, .case .list .type span { display: inline-block; position: relative; font-size: 14px; color: #9f9dab; height: 52px; line-height: 52px; }
.slidtxt .txt .type span:before, .case .list .type span:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #ffce00; }
.bodytxt { margin: -240px auto 0; position: relative; z-index: 2; }
/* .bodytxt .contbox{
background-color: #f7f7f7;
} */
.bodytxt h1.titname { text-align: center; font-size: 18px; color: #999999; height: 20px; line-height: 20px; margin-bottom: 40px; font-weight: normal; }
.bodytxt h2.tit { text-align: center; color: #fff; font-size: 34px; height: 36px; line-height: 36px; margin-bottom: 40px; font-weight: normal; }
.bodytxt .text { width: 1000px; margin: 0 auto 80px; padding: 40px 100px 60px; background-color: #fff; }
.bodytxt .img { text-align: center; position: relative; font-size: 0; }
.bodytxt .img:before,
.bodytxt .img:after { content: ""; display: block; width: calc(50% - 64px); height: 1px; background-color: #eeeeee; position: absolute; top: 40%; vertical-align: middle }
.bodytxt .img:before { left: 0; }
.bodytxt .img:after { right: 0; }
.bodytxt .img .imgbox { padding: 20px 0; margin: 0 auto; border-left: 20px solid transparent; border-right: 20px solid transparent; text-align: center; display: inline-block; background-color: #fff; position: relative; z-index: 2; }
.bodytxt .img .imgbox img { display: block; vertical-align: middle }
.bodytxt .img .name { font-size: 22px; color: #333; display: block; }
.bodytxt .text { position: relative; z-index: 2; }
.bodytxt .text .subtit { text-align: center; color: #999; font-size: 16px; margin-top: 12px; margin-bottom: 40px; display: block; }
.bodytxt .txtbody { color: #666; line-height: 30px; font-size: 16px; }
.bodytxt .txtbody .taitou { border-bottom: 1px solid #eeeeee; font-size: 16px; color: #999; font-weight: normal; }
.bodytxt .txtbody p { padding: 18px 0; }
.bodytxt .txtbody img { max-width: 80%; }


.page { height: 40px; line-height: 40px; text-align: center; font-size: 0; padding-bottom: 80px; }
.page a { width: 40px; height: 40px; line-height: 40px; display: inline-block; font-size: 16px; margin: 0 5px; background-color: #fff; border-radius: 5px; color: #979aa2; cursor: pointer; }
.page .cur { display: inline-block; background-color: #ffce00; color: #fff; cursor: pointer; }
.page a:hover { background-color: #ffce00; color: #fff; }

/* About Us */
.aboutBox { background-color: #f7f7f7; width: 100%; min-width: 1200px; padding: 16px 0 60px; overflow: hidden; }
.aboutBox > .top { width: 450px; margin: 0 auto 30px; text-align: center; font-size: 0; position: relative; border-bottom: 1px solid #ccc; }
.aboutBox > .top a { width: 33%; display: inline-block; font-size: 16px; height: 60px; line-height: 60px; position: relative; }
.aboutBox > .top a.t { height: 59px; line-height: 59px; color: #ffce00; border-bottom: 2px solid #ffce00; bottom: -1px; z-index: 2; }
.aboutBox > .main { width: 1080px; max-width: 1200px; margin: 0 auto; background-color: #fff; padding: 16px 60px 0; overflow: hidden; }
.aboutBox .main img { vertical-align: middle; }
.aboutBox .main .des { overflow: hidden; height: 1%; }
.aboutBox .des .fl > .top, .aboutBox .lichen > .top { height: 40px; line-height: 40px; position: relative; top: -16px; border-bottom: 1px solid #ccc; margin-top: 30px; text-align: center; float: left; width: 100%; }
.aboutBox .des .fl > .top > h2, .aboutBox .lichen > .top > h2 { position: relative; bottom: -16px; color: #333; font-size: 40px; display: inline-block; padding: 0 15px; background-color: #fff; font-weight: 400; }
.aboutBox .main .des .fl { float: left; padding-right: 60px; color: #666; font-size: 14px; width: 600px; max-width: 600px; }
.aboutBox .main .des .fl p { padding-top: 30px; line-height: 24px; float: left; }
.aboutBox .main .des .fr { float: right; width: 420px; max-width: 420px; }
.aboutBox .main .des > img { margin: 34px 0; }
.aboutBox .lichen > .top { width: 100%; }
.aboutBox .lichen .list { padding-top: 16px; margin-bottom: 40px; float: left; width: 100%; overflow: hidden; font-size: 0; color: #999; position: relative; }
.list > span.line { display: block; width: 2px; background-color: #999999; height: 90%; position: absolute; left: 50%; margin-left: -1px; z-index: 2; top: 60px; }
.aboutBox .lichen .lbox { text-align: right; float: left; width: 319px; padding-right: 60px; padding-left: 160px; margin-bottom: 90px; margin-right: 1px; /* overflow: hidden; */ font-size: 16px; height: 90px; position: relative; z-index: 10; }
.aboutBox .lichen .lboxb { margin-bottom: 0; }
.aboutBox .lichen .rbox { float: right; width: 319px; padding-left: 60px; padding-right: 160px; margin-top: 90px; margin-left: 1px; /* overflow: hidden; */ font-size: 16px; height: 90px; position: relative; z-index: 10; }
.aboutBox .lichen .lbox .arrow,
.aboutBox .lichen .rbox .arrow { border: 2px solid #999; border-radius: 50%; background-color: #fff; display: block; position: absolute; top: 50%; z-index: 10; }
.aboutBox .lichen .lbox .barr,
.aboutBox .lichen .rbox .barr { width: 34px; height: 34px; margin-top: -17px; }
.aboutBox .lichen .lbox .sarr,
.aboutBox .lichen .rbox .sarr { width: 16px; height: 16px; margin-top: -8px; }
.aboutBox .lichen .lbox .barr { right: -19px; }
.aboutBox .lichen .lbox .sarr { right: -11px; }
.aboutBox .lichen .rbox .barr { left: -19px; }
.aboutBox .lichen .rbox .sarr { left: -11px; }
.aboutBox .lichen .lbox .dline,
.aboutBox .lichen .rbox .dline { position: absolute; bottom: 0; width: 8px; height: 2px; background-color: #999; }
.aboutBox .lichen .lbox .dline { right: -5px; }
.aboutBox .lichen .rbox .dline { left: -5px; }

.aboutBox .lichen .lboxb .dline { display: none; }
.aboutBox .lichen .lbox p,
.aboutBox .lichen .rbox p { position: relative; top: 50%; margin-top: -22px; }

/* 适配手机 */
@media screen and (max-width: 768px) {
html, body { width: 100%; }
html { font-size: 10px; }
.container { width: 100%; overflow: hidden; background-color: #f7f7f7 }
header .nav-box > .wrap { width: 96%; height: 4rem; top: 10px; }
header .nav-box > .wrap > .left { width: 100%; max-width: 640px; }
header .nav-box > .wrap > .left a { display: block; margin-left: 2rem; font-size: 1.45rem; line-height: 1; }
header .nav-box .left .logo { margin-right: 7px; height: 22px; width: 19px; background: url(../images/logo.png) no-repeat; background-size: 19px auto; vertical-align: middle; }
header .nav-box > .wrap > .right nav { display: none; }
header .banner-box { background-repeat: no-repeat; max-height: 315px; }
.case header .banner-box .bg { height: auto; background: none; }
.case header .banner-box { padding-bottom: 10px; }
.case header .prslide { display: none; }
.home header .banner-box { padding-top: 0; padding-bottom: 0; }
.home header .banner-box .text { /* position: static; */ top: 80px; left: 0; width: 100%; height: calc(100% - 100px); text-align: center; position: relative; }
/* .home header .banner-box .text:after { content: "扫码体验"; display: block; height: 2rem; line-height: 2rem; text-align: center; color: #fff; font-size: .9rem; }*/
header .banner-box .text .row { padding: 0; }
.home header .banner-box .text p { font-size: 1rem; text-align: center }
.home header .banner-box .text .p1,
.home header .banner-box .text .p2 { padding-top: 1rem; }
header .banner-box .text p.p1 { font-size: 1.8rem; }
.home header .banner-box .text p.p2 { font-size: 1.4rem; }
.home header .banner-box .text p.p2 small { font-size: 1.2rem; }
.home header .banner-box .text p.p3 { position: relative; }
/*.home header .banner-box .text p.p3:after{
content: "";
display: block;
width: 10rem;
height: 10rem;
margin: 0 auto;
background: url("../images/qrcode.png") center center no-repeat;
background-size: 100%;
}*/
.home header .banner-box .text p.p3 img { display: block; width: 10rem; height: 10rem; margin: 0 auto; }
header .banner-box .text .line { display: none; }
header .banner-box .codeImg { width: 10rem; height: 10rem; }
header .banner-box .img, .home .banner-box .btnArea { display: none; }


.content { width: 100%; box-sizing: border-box; padding: 0 1.5rem; }
.index .part-1 { padding-bottom: 0; padding-top: 2rem; }
/* 产品优势 */
.index .part-1 .proDvan { flex-direction: column; background-color: #fff; margin-top: 2.4rem; margin-bottom: 1.5rem; }
.index .part-1 .proDvan li { height: 4.4rem; display: block; padding: 1.9rem 1rem 1.9rem 5.9rem; margin: 0; text-align: left; position: relative; }
.index .part-1 .proDvan li:not(:last-child) { border-bottom: 1px solid #eeeeee }
.index .part-1 .proDvan li .tit { font-size: 1.5rem; height: auto; line-height: 2.2rem; display: block; padding-top: .25rem; }
.index .part-1 .proDvan li .des { font-size: 1.1rem; text-align: left }
.index .part-1 .proDvan li .icon { width: 4.4rem; height: 4.35rem; overflow: hidden; position: absolute; left: 1rem; top: 50%; margin-top: -2.2rem; }
.index .part-1 .proDvan li .icon_1 { background-position: 0 0; }
.index .part-1 .proDvan li .icon_2 { background-position: 0 -4.4rem; }
.index .part-1 .proDvan li .icon_3 { background-position: 0 -8.8rem; }
.index .part-1 .proDvan li .icon_4 { background-position: 0 -13.2rem; }
.index .part-1 .proDvan li .icon.icon_5 { height: 4.35rem; background-position: 0 -17.6rem; }
.index .part-1 .proDvan li .icon_6 { height: 4.35rem; background-position: 0 -22rem; }

.index .title-box { margin-top: .5rem; margin-bottom: 0; }
.index .title-box .p1 { font-size: 3rem; }
.index .title-box .p2 { font-size: 1.8rem; display: none; }
.index .part-3 .title-box .p1 span { background-color: #f7f7f7 }

.index .part-1 .type > li .list { margin: .5rem 1.25rem; }
.index .part-1 .type > li .wrap { width: 100%; border: 0 none; height: auto; margin-bottom: 1.8rem; overflow: hidden; }
.index .part-1 .type > li { width: 100%; }
.index .part-1 .type > li .tit { background: #fff; border-bottom: 1px solid #f4f4f4; position: relative; padding: 1.25rem 1.25rem 1.25rem 6rem }
.index .part-1 .type > li .tit:before { content: ""; display: block; width: 4rem; height: 4rem; position: absolute; left: 1.25rem; top: 1.25rem; background-image: url(../images/index_icon.png); background-repeat: no-repeat; background-size: 4rem 12rem; }
.index .part-1 .type > li:first-child .tit:before { background-position: 0 0; }
.index .part-1 .type > li:nth-child(2) .tit:before { background-position: 0 -4rem; }
.index .part-1 .type > li:nth-child(3) .tit:before { background-position: 0 -8rem; }
.index .part-1 .type > li .tit .p1 { color: #000 }
.index .part-1 .type > li .tit .p2 { color: #979aa2; margin-top: 0; letter-spacing: -1px; }
.index .part-1 .type > li .list > li .left { display: none; }
.index .part-1 .type > li .list > li:first-child > .right { padding-top: 0; }
.index .part-1 .type > li .list > li > .right { padding-bottom: 0; }
.index .part-1 .type > li .list > li > div .p1 { font-size: .9rem; }
.index .part-1 .type > li .list > li > div .p2 { font-size: .8rem; margin: 0; }
.index .part-1 .type > li .more { display: none; }
.index .part-1 .type > li .nodata { display: none; }

/* part2 */
.index .part-2 { background-color: #fff; }
.index .part-2 .list > li { display: block; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: column; padding: 1.25rem 0; }
.index .part-2 .list > li:nth-child(even) { flex-direction: column-reverse; }
.index .part-2 .list > li .left { display: block; width: 100%; padding: 1.25rem 0; text-align: center }
.index .part-2 .list > li .text { text-align: center }
.index .part-2 .list > li .text p { padding: .8rem .4rem; line-height: 2.4rem; }
.index .part-2 .list > li .text .p1 { font-size: 1rem; line-height: 1.5rem; color: #979aa2; padding-bottom: 5px; }
.index .part-2 .list > li .text .p1:first-child { padding: .4rem .2rem; }
.index .part-2 .list > li .text .p2:nth-child(2) { padding: .4rem .2rem; position: relative; }
.index .part-2 .list > li .text .p2:nth-child(2):after { content: ""; display: block; width: 2rem; background-color: #ffce00; height: 2px; position: absolute; bottom: 0; left: 50%; margin-left: -1rem; }
.index .part-2 .list > li .text .p1:nth-child(4) { font-size: 1.25rem; }
.index .part-2 .list > li .text .p2 { font-size: 1.83rem; padding: 0 0 1.2rem; }
.index .part-2 .list > li .text .p2:after { left: 50%; margin-left: -20px; }
.home.index .part-2 .list > li .right { display: block; text-align: center; padding: 1.25rem 0; float: left; width: 100%; }
.index .part-2 .list > li .left > img,
.index .part-2 .list > li .right > img { width: 80%; max-width: 640px; display: block; margin: 0 auto; }
.index .part-2 .list > li .text .line { height: 2px; line-height: 2px; }
.index .part-2 .list > li .text .tags { display: inline-block; text-align: left; width: auto; }
.index .part-2 .list > li .text .tags span { height: 1.8rem; line-height: 1.8rem; margin: .2rem 2rem .5rem 0; }
.index .part-2 .list > li .text .tags .icon img { width: 1.4rem; height: 1.4rem; margin-right: .5rem; vertical-align: middle }
.index .part-2 .list > li .text .tags em { font-size: .9rem; }
.index .part-2 .list > li .text .link { margin: .5rem auto 0; }
/* part3 */
.index .part-3 { margin-top: 0; padding-bottom: .5rem; }
.index .part-3 .content { width: 100%; }
.index .part-3 .scroll { width: 100%; margin-top: 2.4rem; box-sizing: border-box; overflow: hidden; padding: 0; }
.rslides { display: -ms-flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.rslides .item { width: calc(25% - 2rem); margin: 0 1rem 1.4rem; }
.rslides .item:not(:first-child) { margin-left: 7px; }
.rslides img { max-width: 100%; box-sizing: border-box; }
.index .uslide { background: none }
.uslide .ct2 { background-color: #fff; margin-top: 1.8rem }
.uslide .cont { width: 100%; display: -moz-box; display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: row; padding: 0 1rem; box-sizing: border-box; }
.index .uslide .title-box { margin-top: .5rem; }
.index .uslide .title-box .p1 span { background: #f7f7f7; }
.uslide .gallery-thumbs .swiper-slide { opacity: 1; }
.uslide .gallery-thumbs { padding: 0; width: 6rem; height: 100%; background-color: #fff; }
.uslide .gallery-thumbs .swiper-wrapper .swiper-slide { width: 6rem; height: 6rem; }

.uslide .swiper-wrapper .swiper-slide:not(:last-child) { border-bottom: 1px solid #f7f7f7; }
.uslide .gallery-thumbs .swiper-slide { padding: 1rem 0; }
.uslide .gallery-thumbs img { margin: 0; width: 6rem; height: 6rem; }
.uslide .swiper-slide .txt { font-size: 1rem; padding-top: 0; line-height: 1.5rem; color: #979aa2; height: 6rem; margin: 1rem 0 1rem 1rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

/* footer */
footer .f1 .content { height: auto; padding: 1.2rem 0 }
footer .f1 .row .p1 { font-size: 1.065rem; }
footer .f1 .row .p2 { font-size: .798rem; padding: .5rem; }
footer .f1 .row .qrcode { width: 10rem; height: 10rem; }
footer .f1 .row .qrcode .img img { width: 9rem; height: 9rem; }
footer .f2 dl:not(:last-child) { display: none; }
footer .f2 dl:last-child dt,
footer .f2 dl:last-child dd { padding: 0; }
footer .f2 dl:last-child dt { color: #ccc; font-size: 1.5rem; margin-bottom: 0; height: 3.6rem; line-height: 3.6rem; }
footer .f2 dl:last-child dd { color: #fff; font-size: 1.4rem; }
footer .f3 { font-size: .92rem; }

header .nav-box .right .btn-cooperate, header .nav-box .right .btn-login { display: inline-block; width: 68px; height: 33px; line-height: 33px; text-align: center; border: solid 1px #ffce00; color: #fff border-radius: 4px; vertical-align: middle; font-size: 15px; margin-left: 12px; }
header .nav-box > .wrap > .left { width: 50%; max-width: 529px; }
header .nav-box .left img { display: inline-block; margin-right: 15px; vertical-align: middle; width: 70%; }
}

.experience-dialog { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, .4); z-index: 999; display: none; }

.experience-dialog .dialog-content { width: 500px; height: 360px; top: 50%; left: 50%; margin-top: -180px; margin-left: -300px; background: #fff; border-radius: 10px; position: absolute; z-index: 1000; }

.experience-dialog .dialog-content img { width: 60%; margin: 30px auto; display: block; }

.experience-dialog .dialog-content p { text-align: center; font-size: 18px; }
.dialog-close { position: absolute; display: inline-block; height: 20px; width: 20px; border-radius: 50%; background: rgba(0, 0, 0, .5); color: #fff; text-align: center; line-height: 18px; top: 20px; right: 20px; }
.experience-dialog .dialog-close:hover { background: rgba(0, 0, 0, .7); }

/*cooperation*/
.cooperation .banner-box { height: 500px; background-position: center; background-repeat: no-repeat; }
.cooperation .banner-box .text .row { padding-top: 50px; }
.cooperation .banner-box .mask { opacity: .6; filter: alpha(opacity=60); }
.cooperation .banner-box .text p { padding: 0; line-height: 1.6; letter-spacing: 0; }
.cooperation .banner-box .text .p1 { padding-bottom: 20px; font-size: 30px; }
.cooperation .banner-box .text .p2 { font-size: 16px; }
.cooperation .banner-box .text .p3 { padding: 10px 0 25px; font-size: 24px; }
.cooperation .banner-box .text .btn { display: inline-block; width: 272px; height: 62px; line-height: 62px; border-radius: 4px; border: solid 1px #ffce00; color: #ffce00; font-size: 24px; }
.cooperation .part { padding: 100px 0; }
.cooperation .part .main-title { font-size: 40px; text-align: center; line-height: 1.4; }
.cooperation .part .main-title .p2 { font-size: 20px; color: #979aa2; }
.cooperation .part-1 .list { margin: 100px auto 0 auto; display: table; width: 75%; table-layout: fixed; }
.cooperation .part-1 .list > li { display: table-cell; text-align: center; }
.cooperation .part-1 .list .icon { display: inline-block; width: 100px; height: 100px; background: url("../img/pic-02.png") no-repeat; }
.cooperation .part-1 .list .icon-2 { background-position-x: -100px; }
.cooperation .part-1 .list .icon-3 { background-position-x: -200px; }
.cooperation .part-1 .list .p1 { margin-top: 5px; font-size: 18px; }
.cooperation .part-1 .list .p2 { margin-top: 10px; color: #979aa2; }
.cooperation .part-2 { background-color: #f2f2f2; }
.cooperation .part-2 .scroll-box { position: relative; margin-top: 80px; }
.cooperation .part-2 .scroll-box .scroll-wrap { margin: auto; width: 1030px; overflow: hidden; }
.cooperation .part-2 .list .p2 { margin-top: 10px; color: #979aa2; }
.cooperation .part-2 .list { display: table; }
.cooperation .part-2 .list > li { display: table-cell; padding-right: 36px; }
.cooperation .part-2 .list .wrap { background: #fff; width: 230px; text-align: center; height: 360px; }
.cooperation .part-2 .list .p1 { margin-top: 10px; font-size: 18px; }
.cooperation .part-2 .scroll-box .btn { position: absolute; top: 50%; left: 25px; margin-top: -16px; width: 16px; height: 32px; background: url("../img/pic-04.png") no-repeat; }
.cooperation .part-2 .scroll-box .btn.disabled { opacity: .2; filter: alpha(opacity=20); }
.cooperation .part-2 .scroll-box .btn-next { left: auto; right: 25px; background-position-x: -16px; }

.cooperation .part-3 { padding-bottom: 0; }
.cooperation .part-3 .tb { margin-top: 65px; text-align: center; }
.cooperation .part-3 .tb td { padding: 15px 10px; }
.cooperation .part-3 .tb .item { display: inline-block; width: 520px; height: 60px; line-height: 60px; font-size: 18px; text-align: center; background-color: #f2f2f2; }
.cooperation .part-4 .list { margin-top: 100px; display: table; width: 100%; }
.cooperation .part-4 .list > li { display: table-cell; text-align: center; vertical-align: top; }
.cooperation .part-4 .list .arrow { margin-top: 35px; display: inline-block; width: 8px; height: 16px; background: url("../img/pic-06.png") no-repeat; }
.cooperation .part-4 .list .icon { margin-bottom: 10px; display: inline-block; width: 80px; height: 80px; background: url("../img/pic-05.png") no-repeat; }
.cooperation .part-4 .list .icon-2 { background-position-x: -80px; }
.cooperation .part-4 .list .icon-3 { background-position-x: -160px; }
.cooperation .part-4 .list .icon-4 { background-position-x: -240px; }
.cooperation .part-4 .list .icon-5 { background-position-x: -320px; }
.cooperation .part-4 .list .icon-6 { background-position-x: -400px; }

.cooperation .part-5 { text-align: center; background-color: #f2f2f2; }
.cooperation .part-5 .btn { margin-bottom: 25px; display: inline-block; width: 320px; height: 64px; line-height: 64px; text-align: center; border-radius: 4px; font-size: 40px; background-color: #ffce00; color: #fff; }
.cooperation .part-5 .p1 { margin-bottom: 25px; font-size: 36px; color: #ffce00; }
.cooperation .part-5 .qrcode { margin-top: 10px; font-size: 16px; }
.cooperation .part-5 .qrcode img { margin-bottom: 10px; display: inline-block; width: 244px; }
.cooperation .float-nav { display: none; position: fixed; top: 40.8%; right: 7%; background-color: #fff; z-index: 10; text-align: center; border-radius: 4px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.cooperation .float-nav a { display: block; padding: 8px 0; width: 50px; line-height: 1.2; }
.cooperation .float-nav a:hover { background-color: #f5f5f5; }
.cooperation .float-nav a.active { background-color: #ffce00; color: #fff; }



/* 样式修改 */


.right input { width: 201px; float: left; background: none; border: none; color: #fff; height: 41px; outline: none }
.right input:hover { border-bottom: 2px solid #fff }
.navs { width: 623px; }
.p2 { margin-top: 5px; font-size: 17px; text-transform: uppercase; font-family: "Microsoft YaHei Light"; color: #999; }