@charset "utf-8";
.support-banner{background-color: #006ccc;background: linear-gradient(45deg,#006ccc 0%,rgba(34,135,225,1) 100%);overflow: hidden;}
.main{margin: 0 auto; width: 1200px; max-width: 1200px; height: auto; clear: both; overflow: hidden;}
.support-banner .main{position: relative; height: 100%;}
.support-banner-wrapper{height:250px;padding-top:70px;padding-left:10px;}
.support-banner-title{height: 55px;line-height: 55px;margin-bottom: 20px;font-size: 40px;text-align: left;color: #fff;text-shadow: 0px 5px 3px rgba(0,0,0,.2);font-weight: bold;}
.support-banner-subtitle{font-size: 16px; text-align:left; color: #fff; line-height: 1.5;}
.support-banner-content{box-sizing: border-box; width: 100%;}
.support-banner-content.outer{padding-bottom: 50px;margin-top: 40px;}
.support-banner-content.inner{position: relative;padding: 60px 25px 60px 25px;background-color: #fff;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.support-banner-content.inner:after{content: ''; position: absolute; display: inline-block; width: 14px; height: 14px; bottom: 26px; left: 50%; margin-left: -7px; border-radius: 50%; background-color: #b2b2b2;}
.support-banner-content.inner:before{content: ''; position: absolute; display: inline-block; width: 14px; height: 14px; top: 26px; left: 50%; margin-left: -7px; border-radius: 50%; background-color: #b2b2b2;}
.support-action-wrapper{text-align: center;font-size: 0;border-radius: 8px;}
.support-action{display: inline-block;position: relative;box-sizing: border-box;vertical-align: top;text-align: left;padding: 40px 30px 10px 30px;margin-top: 31px;width:500px;height: 330px;color: #fff;border-radius: 8px;}
.blue{color: #CC0000;}
.support-action.blue{background-color: #54affc;}
.support-action .title_c{position: absolute;left: 0;top: -31px;padding: 20px 30px;font-size: 22px;color: #fff;line-height: 1;text-shadow: 0 1px 1px #00000000;border-radius: 8px 0 0 0;}
.support-action.blue .title_c{background-color: #088cfc;}
.support-action .title_c .line{position: absolute; width: 9px; height: 100%; top: 0; right: -10px;}
.support-action.blue .title_c .line{background-color: #088cfc;}
.support-action .title_c .line:after, .support-action .title_c .line:before{content: ''; position: absolute; height: 100%; top: 0;}
.support-action .title_c .line:before{width: 4px; right: -6px;}
.support-action.blue .title_c .line:after, .support-action.blue .title_c .line:before{background-color: #088cfc;}
.support-action .content_c{font-size: 15px; color: #fff; line-height: 30px; padding: 0; padding-bottom: 10px; border-bottom: 1px solid #88c7fd;}
.support-action.blue .content_c{border-bottom-color: #88c7fd;}
.support-action .btn-area{padding-top: 15px; text-align: center;}
.support-btn{display: inline-block; width: 100%; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 16px; line-height: 1; text-align: center; cursor: pointer; transition: all .2s;}
.support-action .btn-area-remark{margin-top: 5px; font-size: 14px; line-height: 1.5; text-align: center;}
.support-action .btn-area-remark a{text-decoration: underline;}
.support-action.blue .support-btn{background-color: #088cfc;border-radius: 8px;}
.support-action.blue .support-btn:hover{color: #fff; background-color: #0371ce;}
.support-action.blue .btn-area-remark{color: #ffffff;}
.support-action-division{display: inline-block;width: 1px;height: 301px;margin: 0 60px;background: url(../image/about/division.png) 0 15px no-repeat;margin-top: 30px;}
.support-action.purple{background-color: #ad8afd;}
.support-action.purple .title_c{background-color: #824dfa;}
.support-action.purple .title_c .line{background-color: #824dfa;}
.support-action.purple .title_c .line:after, .support-action.purple .title_c .line:before{background-color: #824dfa;}
.support-action.purple .content_c{border-bottom-color: #c6adfe;}
.support-action.purple .support-btn{background-color: #8a59f9;border-radius: 8px;}
.support-action.purple .support-btn:hover{color: #fff; background-color: #6728f7;}
.support-action.purple .btn-area-remark a{color: #fff;}
/*p2*/
.support-row{font-size: 0; text-align: center; margin-bottom:40px;}
.support-cell{background-color:#eeeeee;display: inline-block; box-sizing: border-box; width:25%; padding:50px 30px; vertical-align: top;}
.support-cell:hover{background-color:#ccc; -webkit-border-radius: 2%; -moz-border-radius: 2%; border-radius: 2%;}
.support-cell .icon-wrapper{display: block; text-align: center; margin-bottom: 25px;}
.support-cell .icon-wrapper-inner{position: relative;display: inline-block;width: 160px;height: 160px;border: 10px solid #ebedee;border-radius: 50%;background-color:#006ccc;}
.support-icon{display: inline-block; width: 93px; height: 85px; background: url(../image/about/icon.png) 0 0 no-repeat;}
.support-icon.style-1{background-position: 0 0;}
.support-icon.style-2{width: 96px; background-position: -93px 0;}
.support-icon.style-3{height: 93px; background-position: 0 -85px;}
.support-icon.style-4{width: 96px; height: 93px; background-position: -93px -85px;}
.support-cell .icon-wrapper-inner .support-icon{position: absolute; top: 50%; left: 50%; margin-top: -43px; margin-left: -47px; transition: all 1s ease 0s; -webkit-transform: all 1s ease 0s;}
.support-cell:hover .icon-wrapper-inner .support-icon{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
.support-cell .title_c{height:50px;font-size:18px; font-weight:700; color: #212930; line-height:35px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0);}
.support-cell .content_c{text-align: left; font-size: 16px; color: #5d626e; line-height: 35px;}
/*关于我们*/
.content_cc{font-size: 16px; line-height: 200%; width: 930px; margin: 0 auto; padding: 32px 0; word-break: break-all;}
.content_cc tr td,.content_cc p{padding: 5px 0;}
.content_cc p{text-indent:2rem}
.content_cc p img{display: block;}
.content_cc strong{color:#ee0000;}
.comcon{}
.category-img{}
.category-img img{border-radius: 5px;}
.category-img:hover img{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg); transition: all 1s ease 0s;-webkit-transform: all 1s ease 0s;}
.com_h1{height: 80px;line-height: 80px;font-size: 36px;text-align:center;margin-bottom: 10px;font-weight: bold;}
.comcon p{padding:20px 0}
.comcon p.zongzi{color:#ee0000;line-height: 80px;overflow: hidden;}
.service-advantage{color:#ee0000;font-size:30px;margin-bottom:20px;font-weight: bold;margin-top: 30px;}

.fanwei{}
.fanwei li{padding-top:20px}
.fanwei li h2{font-size:20px;font-weight: bold;}

.yidong{padding-top: 50px;overflow: hidden;}
.yidong li{float:left;width: 25%;text-align:center;}
.yidong li img{width:120px;height:120px;text-align:center;vertical-align:middle;}
.yidong p{padding-top:10px;text-indent: 0;}
/*付款方式*/
.zfview{width: 1200px;/* margin:20px 0 0 0; */border:#DCDCDC solid 1px;text-align:left;font-size:14px;overflow: hidden;margin-top: -35px;margin-left: -135px;margin-right: -135px;margin-bottom: -32px;}
.zfview .u1{/* float: left; */width: 100%;height: 60px;overflow: hidden;text-align:left;color:#000;background-color:#D4D9DC;font-size:16px;}
.zfview .u1 li{float:left;padding:20px 0 0 40px; height:100px;}
.zfview .u1 .l1{width: 200px;border-right:#fff solid 1px;padding-left: 70px;}
.zfview .u1 .l2{width: 300px;border-right:#fff solid 1px;}
.zfview .u1 .l3{width: 360px;border-right:#fff solid 1px;}
.zfview .u1 .l4{width: 125px;border-right: #fff solid 1px;}
.zfview .u1 .l5{width: 213px;text-align: center;padding: 20px 0 0 0;}
.zfview .u2{/* float: left; */width: 100%;overflow: hidden;height: 110px;line-height: 90px;border-top:#dcdcdc solid 1px;text-align:left;}
.zfview .u2 li{float:left;padding: 0px 0 0 40px;height: 110px;line-height: 110px;}
.zfview .u2 .l1{width:140px;border-right:#dcdcdc solid 1px;padding-top: 34px;height:100px;}
.zfview .u2 .l2{width: 300px;border-right:#dcdcdc solid 1px;}
.zfview .u2 .l3{width: 360px;border-right:#dcdcdc solid 1px;}
.zfview .u2 .l4{width: 125px;border-right:#dcdcdc solid 1px;text-align: center;padding: 0;}
.zfview .u2 .l5{width: 213px;padding: 0px 0;text-align: center;height: 110px;line-height: 110px;cursor: pointer;}
.zfview .u2 .l5 img{padding:0px}
.zfview .u2:hover{background-color:#f2f2f2;-webkit-transition:background-color 0.3s linear;-moz-transition:background-color 0.3s linear;-o-transition:background-color 0.3s linear;transition:background-color 0.3s linear;}
.zfview .u2.u2-1{height: 90px;line-height: 90px;}
.zfview .u2.u2-1 li{float:left;height: 90px;line-height: 90px;}
.zfview .u2.u2-1 .l1{width: 200px;border-right:#dcdcdc solid 1px;padding-top: 0px;height: 89px;padding-left: 45px;}
.root_body{position: relative;}
.pay-text{/* position:relative */}
.mrb-box_active .payimg,#pay-img:hover .payimg{display:block}
/*友情链接*/
.content_cb{font-size: 16px; line-height: 200%; width: 1160px; margin: 0 20px; padding: 32px 0; word-break: break-all;}
.content_cb tr td,.content_cb p{padding:15px 5px;}
.content_cb .m1l{width: 980px; float: left;}
.xh-link{overflow: hidden;}
.xh-link a{/* margin:0 50px 0 0; */width: 220px;float: left;/*height: 35px;*/line-height: 35px;}
.content_cb .m1r{width: 140px; float: right;}
.xh-link-r{}
.xh-link-r .tl{width:130px;padding-right: 20px;}
.xh-link-r input, .xh-link-r textarea,.xh-link-r select{padding: 6px;}
.xh-link-r .input-captcha{float:left;padding: 7px;}

.xh-link-yq{margin-top:50px}
.xh-link-yq h3{height:45px;line-height:45px;font-size:18px;margin-top:10px}
.xh-link-yq .link-bz{height:30px;line-height:30px;margin-top:20px}

/*增值*/
.zengzhi_h2{text-align:center;height:50px;line-height:40px}
.zengzhi_h2 h2{font-size:18px;}
table.warehouse_table{border: 1px solid #dddddd;/* margin: 60px auto; */}
.warehouse_table th{text-align: center;background-color: #D4D9DC;font-size: 18px;font-weight: normal;line-height: 70px;}
.warehouse_table td{text-align: center !important;background-color: #FFFFFF;padding: 25px 15px !important;font-size: 16px;}
.warehouse_table td.td_last{text-align: left !important;}
.warehouse_table td.td_first{background-color: #fff7f7;vertical-align: top;color: #CC0000;}
.warehouse_table .one{width: 200px;background-color: #FFF7F7;}
.warehouse_table .two{width: 250px;}
.warehouse_table .three{width: 250px;}
.warehouse_table .four{width: 500px;}
table {background-color: transparent;border-spacing: 0;border-collapse: collapse;}
/**/
.section {padding: 70px 0 70px 0;}
/**/
.aboutyoushi_midcssimg {-webkit-transition-duration:2.5s;-ms-transition-duration:2.5s;-o-transition-duration:2.5s;-moz-transition-duration:2.5s;transition-duration:2.5s;opacity:0;background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;left:0;top:0;z-index:0;position:absolute;}
.curbg {-webkit-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);transform:scale(1.05,1.05);opacity:1;}
.aboutyoushi_midcssimg1 {background-image:url(../image/about/3f-img1.jpg);}
.aboutyoushi_midcssimg2 {background-image:url(../image/about/3f-img2.jpg);}
.aboutyoushi_midcssimg3 {background-image:url(../image/about/3f-img3.jpg);}
.aboutyoushi_midcssimg4 {background-image:url(../image/about/3f-img4.jpg);}
.aboutyoushi_midcssimg5 {background-image:url(../image/about/3f-img5.jpg);}
.aboutyoushi_midcssimg6 {background-image:url(../image/about/3f-img6.jpg);}
.aboutyoushi_midcssimg7 {background-image:url(../image/about/3f-img7.jpg);}
.aboutyoushi_midcssimg8 {background-image:url(../image/about/3f-img8.jpg);}
.aboutyoushi_midcssimg9 {background-image:url(../image/about/3f-img9.jpg);}
.aboutyoushi_midcssimg10 {background-image:url(../image/about/3f-img10.jpg);}
/**/
.aboutbody_3_mid {padding:112px 0;border-bottom:1px #5b585a solid;border-left:1px #5b585a solid;overflow:hidden;text-align:center;position:relative;}
.aboutbody_3_mid_1 {font-size:72px;color:#e6e6e6;}
.aboutbody_3_mid_footer {position:absolute;bottom:24px;left:24px;z-index:10;}
.aboutbody_3_mid_footer span {font-size:18px;color:#a0a0a0;}
.aboutbody_3_mid_footer i {width:15px;height:1px;background:#fff;opacity:0;display:block;float:left;margin-top:13px;margin-right:10px;}
.swiper-container-1 .swiper-slide:hover,.swiper-container-1 .swiper-slideon {background:linear-gradient(45deg,#64AFFA,#007fff);opacity:0.7;}
.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer span,.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer span {color:#fff;}
.swiper-container-1 .swiper-slide:hover .aboutbody_3_mid_footer i,.swiper-container-1 .swiper-slideon .aboutbody_3_mid_footer i {opacity:1;}




@keyframes rowleft {0% {-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
100% {-webkit-transform:translate3d(-1840px,0,0);transform:translate3d(-1840px,0,0);}
;}
.about-cases {position:relative;height:600px    overflow:hidden;}
.about-cases .about-case {width:3680px;white-space:nowrap;height:70px;margin:50px 0;-webkit-animation:60s rowleft linear infinite normal;animation:60s rowleft linear infinite normal;}
.about-cases .about-case .about-case-logo {width:230px;}
.about-cases .about-case .about-case-logo:nth-child(even) {left:100%;}
.about-cases .about-case:first-child {margin-top:25px;}
.about-cases .about-case:nth-child(even) {-webkit-animation:80s rowleft linear infinite normal;animation:80s rowleft linear infinite normal;}
.about-cases .about-case:nth-child(even) .about-case-logo {-webkit-filter:blur(1px);-moz-filter:blur(1px);-ms-filter:blur(1px);filter:blur(1px);}
.about-cases .about-cases-title {position:absolute;top:265px;width:100%;text-align:center;font-size:36px;color:#293E63;line-height:1;font-weight:300;}
.about-cases .about-cases-title .about-cases-title-mask {display:inline-block;width:600px;height:60px;line-height:60px;background:rgba(255,255,255,0.9);border-radius:50px;text-align:center;box-shadow:0px 0px 30px 30px rgba(255,255,255,0.8);font-weight:bold;}
.about-cases .about-cases-title .about-cases-title-number {width:100px;margin-top:-5px;}
.about-cases .about-cases-title text {color:#FC3D34;margin:0 10px;}
@keyframes breath {0% {opacity:1;transform:scale(0.714);}
100% {opacity:0;transform:scale(1.714);}
;}

.section-title-a {text-align:center;padding-top: 70px;margin-bottom: 55px;position:relative;}
.section .section-title-a {padding-top:0;}
.section-title-a h1 {font-size:36px;color:#333;margin-bottom:25px;font-weight:600;}
.section-title-a h2 {font-size: 30px;color:#333;margin-bottom:15px;font-weight:600;}
.section-title-a h3 {font-size:36px;color:#333;margin-bottom:25px;font-weight:600;}
.section-title-a span {font-weight:bold;font-size:36px;color:#333;margin-bottom:15px;display:inline-block;}
.section-title-a p {font-size:16px;color:#666;line-height:34px;}



.body-about * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.body-about .container{padding:0}
.body-about .banner {width:100%;height:435px;background:url(../image/about/00-banner.jpg) center center no-repeat;}
.banner .text .pic-5 {margin:0 auto;padding-top: 135px;text-align:center;}
.banner .text .pic-5 h1 {color:#FFFFFF;font-size: 50px;letter-spacing: 4px;}
.banner .text .pic-5 p {color:#FFFFFF;font-size: 24px;opacity: 0.7;letter-spacing: 3px;margin-top: 20px;}
/**/
.body-about .section-1 {position:relative;margin-top:-70px;margin-bottom:-70px;}
.body-about .section-1 .nava {width:1200px;height:140px;background:rgba(255,255,255,1);box-shadow:0px 10px 30px 0px rgba(73,9,9,0.08);border-radius:10px;display:flex;flex-direction:row;line-height: normal;font-size: unset;}
.body-about .section-1 .nava .item {flex:1;text-align:center;border-right:1px solid #E6E6E6;margin:25px 0;}
.body-about .section-1 .nava .item:last-child {border-right:0;}
.body-about .section-1 .nava .item .num {display:flex;flex-direction:row;justify-content:center;}
.body-about .section-1 .nava .item .num .txt {height:54px;line-height:54px;font-size:44px;font-family:Arial;font-weight:bold;color:#007fff;}
.body-about .section-1 .nava .item .num .text {font-family:PingFangSC-Regular;color:#007fff;font-size:24px;height:24px;line-height:24px;margin:22px 0 0 5px;}
.body-about .section-1 .nava .item .desc {font-size:16px;font-family:PingFang SC;font-weight:400;color:rgba(136,136,136,1);line-height:44px;}
/**/
.body-about .section-2 {background:#F5F5FA;padding:170px 0 15px;}
.body-about .section-2 .container{padding-right: 0;padding-left: 0;}
.body-about .section-2 .left {float:left;width: 657px;margin: 0 74px 0 40px;}
.body-about .section-2 .left h2 {font-size:30px;color:#333333;font-weight:bold;font-family:PingFangSC-Regular;}
.body-about .section-2 .left p {color: #777777;font-size:16px;line-height:32px;margin-top: 18px;}
.body-about .section-2 .right {float:right;margin-right: 40px;}
.body-about .section-2 .right .about-video {position:relative;}
.body-about .section-2 .right .about-video .img {width: 380px;height: 380px;background:url(../image/about/about_pic.png) no-repeat;background-size: cover;text-align:center;cursor:pointer;}
.body-about .section-2 .right .about-video .img img {width:90px;height:90px;margin-top:100px;}
/**/
.body-about .section-5 {overflow:hidden;height:auto;margin-bottom:80px;}
.body-about .section-5 .left {background: url(../image/about/4f-img.jpg) no-repeat center right;width:50%;float:left;height:460px;}
.body-about .section-5 .right {width:50%;float:left;background: linear-gradient(90deg,#efefef,#ffffff);height:460px;padding:40px 50px;box-sizing:border-box;}
.body-about .section-5 .right h1 {font-size:36px;color:#333;font-weight:500;position:relative;padding-bottom:20px;}
.body-about .section-5 .right h1:after {content:'';width:45px;height:3px;background:rgba(72,72,72,.8);position:absolute;left:0;bottom:0;}
.body-about .section-5 .right .con {color:#555;margin-top:30px;}
.body-about .section-5 .right .con ul {float:left;line-height:35px;margin-left:5px;}
.body-about .section-5 .right .con ul li i {width:0;height:0;display:inline-block;border-top:5px solid transparent;border-left:10px solid #999;border-bottom:5px solid transparent;margin-right:10px;}
/**/
.body-about .section-6 {padding-top:50px;}
/**/
.body-about .section-7 .section-title {padding-top:40px;}
/**/
.body-about .section-11 {background:#F5F5FA;}
.body-about .section-11 .title {margin-bottom:40px;}
.body-about .section-11 .items {;}
.body-about .section-11 .item {width:264px;height:180px;background:rgba(255,255,255,1);box-shadow:0px 10px 20px 0px rgba(0,0,0,0.05);border-radius: 8px;float:left;margin-right:30px;text-align:center;}
.body-about .section-11 .item:last-child{margin-right:0}
.body-about .section-11 .item i {width:175px;height:76px;display:block;margin:30px auto 0;}
.body-about .section-11 .item span {font-size: 16px;color:#333333;font-weight:400;display:block;margin-top:20px;position:relative;}
.body-about .section-11 .item span:after {content:'';position:absolute;width:40px;height:3px;background:#F54544;bottom:-33px;left:112px;}
.body-about .section-11 .item-1 i {background:url(../image/about/8f-logo1.png) no-repeat;}
.body-about .section-11 .item-2 i {background:url(../image/about/8f-logo2.png) no-repeat;}
.body-about .section-11 .item-3 i {background:url(../image/about/8f-logo3.png) no-repeat;}
.body-about .section-11 .item-4 i {background:url(../image/about/8f-logo4.png) no-repeat;}
/**/
.body-about .section-title-a h2 {padding-bottom: 20px;position:relative;}
.body-about .section-title-a h2:after {content:'';width:45px;height:5px;background:linear-gradient(90deg,#FE6C3F,#FC3933);bottom:0;left:50%;position:absolute;margin-left:-22.5px;}
.body-about .moban_biaodan .section-title-a h2 {padding:0;}
.body-about .moban_biaodan .section-title-a h2:after {width:0;}

#mianfeishiyong{
	width: 100%;
    height: auto;
    background: url(../image/about/indexfoot_you.png) no-repeat;
    background-size: 100% 100%;
}
.register-container{
    height: 215px;
    padding:55px 0;
}
.register-container p{
    width:100%;
	text-align:center;
	line-height: 65px;
	vertical-align: middle;
}
.register-container p span {
    font-size: 28px;
    margin-right: 24px;
    color: #fff;
}
.register-container p .banner-button-fontColor-yellow{
    /* width: 120px; */
    /* height: 32px; */
    color: #007fff;
	background-color:#fff;
    text-align: center;
    line-height: 32px;
	padding: 8px 45px;
	border-radius:15px;
}