﻿/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里巴巴普惠体 2.0 35 Thin";src: url("//at.alicdn.com/wf/webfont/0frPAQovwgbQ/xEOwysdvFBoq.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/0frPAQovwgbQ/EhSlySxwD55R.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Conv_big_noodle_titling';
  src: url('big_noodle_titling.eot');
  src: local('☺'), url('big_noodle_titling.woff') format('woff'), url('big_noodle_titling.ttf') format('truetype'), url('big_noodle_titling.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size: 14px;color:#333;outline:0;font-family:"阿里巴巴普惠体 2.0 35 Thin",'Microsoft Yahei',Arial, sans-serif;}
html,body{width:100%; position:relative;height:100%;}
.bodyw,.body_st{height:100%;}
html{font-size:calc(100vw / 19.2);}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#b0261c;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.pd06{padding-left: 6%;padding-right: 6%;}
.pd95{padding-left: 2.5%;padding-right: 2.5%;}
.w1440{width:1440px;max-width: 95%; margin:auto;}
.w1200{width:1200px;max-width: 95%;margin:auto;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;height: 100px;-webkit-transition: 0.5s;transition: 0.5s;}
.top_bg.xs{top:-100px;}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:100px;padding: 25px 0;}
.top_h .logo img.hs{display: none;}
.dh{}
.dh ul{display: flex;}
.dh ul li{position: relative;}
.dh ul li p a{display:block;line-height:100px;font-size:18px;position:relative;color:#fff;padding:0 30px;font-weight: normal;}
.dh ul li p a:after{content: "";position: absolute;left: 30px;right: 30px;bottom: 0;height: 3px;background: #fff;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li .dh_fl{position: absolute;left:50%;top: 100px;margin-left: -90px;width: 180px;display: none;background: #fff;}
.dh ul li .dh_fl ul{display:block;}
.dh ul li .dh_fl ul li{border-top: 1px solid #eee;}
.dh ul li .dh_fl ul li a{display: block;font-size: 14px;line-height: 20px;padding: 10px;color: #333;text-align: center;}
.dh ul li .dh_fl ul li a:after{content:"";position: absolute;left: 0;right: 0;bottom: 0px;height: 2px;background: #b0261c;opacity: 0;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li a:hover:after{opacity: 1;-webkit-transform: scaleX(1);transform: scaleX(1);}
.dh ul li .dh_fl ul li a:hover{color:#b0261c;}

.top_ssyy{display: flex;}

.top_ss{margin-left: 30px;}
.top_ss span.button{display:flex;align-items: center;font-size: 16px;line-height: 100px;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_ss span.button i{font-size: 22px;padding-right: 10px;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;top:120px;display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.top_bg.xs .serach2{top:20px;}
.serach form{position: relative;width: 100px;max-width: 85%;-webkit-transition:0.5s;transition:0.5s;background: #fff;padding: 0px 20px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}
.serach.on form{width: 1200px;}
.serach form input[type='text']{font-size:14px; width:100%; height:66px; line-height:66px;padding:0 80px 0 30px; color:#666;background: none;}
.serach form i{position: absolute;left: 20px;top:0px;height:66px;font-size: 18px;line-height: 66px;text-align: center;color: #999;}
.serach form a{position: absolute;right: 60px;top:0px;font-size: 14px;line-height: 66px;color: #666;}
.serach form span{position: absolute;right: 20px;top:0px;width: 24px;height:66px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 20px;height:2px;background: #b0261c;margin: -1px 0 0 -10px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:20px;background: #b0261c;margin: -10px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}

.top_dh{font-size: 18px;line-height: 100px;color: #fff;}

.top_bg.on{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color:#333;}
.top_bg.on .dh ul li p a:after{background: #b0261c;}
.top_bg.on .dh ul li.on p a{color:#b0261c;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:hover{color: #b0261c;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_ss:hover span.button{color: #b0261c;}
.top_bg.on .top_dh{color: #b0261c;}

.top_bg.on2{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color:#333;}
.top_bg.on2 .dh ul li p a:after{background: #b0261c;}
.top_bg.on2 .dh ul li.on p a{color:#b0261c;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:hover{color: #b0261c;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_ss:hover span.button{color: #b0261c;}
.top_bg.on2 .top_dh{color: #b0261c;}

.banner{width:100%;overflow:hidden;position:relative;}
.banner ul{}
.banner ul li{overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100%;}
.banner ul li a img{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.bandd{position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.5);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#fff;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #fff;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.bandd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.banz,.bany{position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.2);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:0.5;}

.sy_bt{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;text-align: center;}

.sy_xm1{padding-top: 80px;padding-bottom: 60px;}
.sy_xm1 .lb{margin-top: 40px;}
.sy_xm1 .lb ul{display: flex;flex-wrap: wrap;}
.sy_xm1 .lb ul li{width: 32%;margin: 0 2% 2% 0;border: 2px solid #eee;display: flex;padding: 30px;border-radius: 20px;}
.sy_xm1 .lb ul li:nth-child(3n){margin-right: 0;}
.sy_xm1 .lb ul li .img{width: 66px;line-height: 66px;font-size: 66px;color: #016cdc;}
.sy_xm1 .lb ul li .txt{flex: 1;width: 100%;overflow: hidden;padding-left: 20px;}
.sy_xm1 .lb ul li .txt .ml1{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;}
.sy_xm1 .lb ul li .txt .ml2{font-size: 14px;line-height: 30px;color: #333;padding-top:10px;}
.sy_xm1 .lb ul li:nth-child(1) .img{color: #016cdc;}
.sy_xm1 .lb ul li:nth-child(2) .img{color: #0274b3;}
.sy_xm1 .lb ul li:nth-child(3) .img{color: #f40003;}
.sy_xm1 .lb ul li:nth-child(4) .img{color: #cd1f27;}
.sy_xm1 .lb ul li:nth-child(5) .img{color: #db0156;}
.sy_xm1 .lb ul li:nth-child(6) .img{color: #50a3e4;}

.sy_xm2{padding-top: 80px;padding-bottom: 80px;background: #F5F5F5;}
.sy_xm2 .lb{margin-top: 80px;}
.sy_xm2 .lb ul{display: flex;justify-content: space-between;}
.sy_xm2 .lb ul li{width: 120px;}
.sy_xm2 .lb ul li .img{}
.sy_xm2 .lb ul li .img img{display: block;width: 100%;}
.sy_xm2 .lb ul li .txt{text-align: center;}
.sy_xm2 .lb ul li .txt .ml1{font-size: 18px;line-height: 24px;color: #333;margin-top: 30px;}
.sy_xm2 .lb ul li .txt .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.sy_xm3{overflow: hidden;}
.sy_xm3 img{display: block;width: 100%;}

.sy_xm4{padding-top: 80px;padding-bottom: 80px;background: #F5F5F5;}
.sy_xm4 .lb{margin-top: 40px;}
.sy_xm4 .lb ul{display: flex;flex-wrap: wrap;}
.sy_xm4 .lb ul li{width: 49%;margin:0 2% 2% 0;border: 1px solid #eee;padding: 30px;background: #fff;border-radius: 20px;}
.sy_xm4 .lb ul li:nth-child(2n){margin-right: 0;}
.sy_xm4 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.sy_xm4 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.sy_xm5{padding-top: 80px;padding-bottom: 60px;}
.sy_xm5 .lb{margin-top: 50px;}
.sy_xm5 .lb ul{display: flex;flex-wrap: wrap;}
.sy_xm5 .lb ul li{width: 49%;margin: 0 2% 2% 0;}
.sy_xm5 .lb ul li:nth-child(2n){margin-right: 0;}
.sy_xm5 .lb ul li .ml1{border: 2px solid #eee;border-radius: 20px;overflow: hidden;}
.sy_xm5 .lb ul li .ml1 img{display: block;width: 100%;}
.sy_xm5 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;text-align: center;}

.foot_bg{background: #f2f2f2;}
.foot{padding-top: 80px;padding-bottom: 80px;display: flex;justify-content: space-between;}
.foot .foot_logo{max-width: 480px;width: 40%;}
.foot .foot_logo .ml1{}
.foot .foot_logo .ml1 img{display: block;width: 220px;margin: auto;}
.foot .foot_logo .ml2{font-size: 30px;line-height: 40px;color: #b0261c;font-weight: bold;text-align: center;padding: 20px 0;}
.foot .foot_logo form{display: block;position: relative;}
.foot .foot_logo form input{display: block;width: 100%;font-size: 16px;line-height: 50px;height: 50px;background: rgba(0,0,0,0.1);padding: 0 150px 0 30px;border-radius: 25px;color: #fff;}
.foot .foot_logo form a{position: absolute;right: 0;top: 0;width: 120px;font-size: 16px;line-height: 50px;color: #fff;background: #b0261c;text-align: center;border-radius: 0 25px 25px 0;}
.foot .foot_lx{display: flex;max-width: 640px; width: 50%;}
.foot .foot_lx .txt{flex: 1;overflow: hidden;width: 100%;font-size: 16px;line-height: 36px;color: #333;padding-left: 40px;}
.foot .foot_lx .img{width: 180px;}
.foot .foot_lx .img img{display: block;width: 100%;}
.bqsy{font-size: 14px;line-height: 24px;color: #666;text-align: center;border-top: 1px solid rgba(150, 150, 150, 0.1);padding: 20px 0;}

.bat{overflow: hidden;}
.bat img{display: block;width: 100%;}

.web1{padding-top: 80px;padding-bottom: 80px;}
.web1 .lb{margin-top: 40px;}
.web1 .lb ul{display: flex;}
.web1 .lb ul li{width: 23.5%;position: relative;text-align: center;margin:0 2% 0 0;box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);padding: 30px;border-radius: 20px;}
.web1 .lb ul li:hover{box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.web1 .lb ul li .ml0{width: 120px;height: 120px;line-height: 120px;text-align: center;font-size: 60px;display: block;color: #FFF;border-radius: 50%;margin:0 auto;}
.web1 .lb ul li .ml1{font-size: 24px;padding-top:30px;}
.web1 .lb ul li .ml2{margin-top: 20px;color: #999;}
.web1 .lb ul li:nth-of-type(1) .ml0{background: #b16ce5;}
.web1 .lb ul li:nth-of-type(2) .ml0{background: #6c8be5;}
.web1 .lb ul li:nth-of-type(3) .ml0{background: #b75e56;}
.web1 .lb ul li:nth-of-type(4) .ml0{background: #b75e56;}
.web1 .lb ul li:nth-of-type(5) .ml0{background: #4ccdcb;}
.web1 .lb ul li:nth-of-type(6) .ml0{background: #a88d36;}

.web2{padding-bottom: 80px;}
.web2 .lb{margin-top: 50px;}
.web2 .lb ul{display: flex;}
.web2 li{float: left;width: 25%;position: relative;transition:0.5s;-webkit-transition:0.5s;}
.web2 li:hover{transform: translateY(-15px);-webkit-transform:translateY(-15px);}
.web2 li i{width: 160px;height: 120px;line-height: 120px;text-align: center;font-size: 90px;display: block;color: #FFF;margin:0 auto;}
.web2 li:nth-of-type(1) i{background: #2e80e2;}
.web2 li:nth-of-type(2) i{background: #e84d4f;}
.web2 li:nth-of-type(3) i{background: #2fc27e;}
.web2 li:nth-of-type(4) i{background: #f68532;}
.web2 li .ml1{font-size: 24px;text-align: center;margin-top: 30px;}
.web2 li .ml2 dl{margin-top: 20px;text-align: center;padding:0 15%;display: flex;flex-wrap: wrap;}
.web2 li .ml2 dd{width: 50%;line-height: 30px;color: #999;}

.web3{padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.web3 .lb{margin-top: 40px;}
.web3 .lb ul{display: flex;flex-wrap: wrap;}
.web3 .lb ul li{width: 33.333%;text-align: center;transition: 0.3s;padding:50px 30px;border-radius: 20px;}
.web3 .lb ul li i{font-size: 40px;color: #555;width: 100%;transition: 0.3s;display: block;}
.web3 .lb ul li:hover i{margin-top: -20px;padding-bottom: 20px;}
.web3 .lb ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.web3 .lb ul li .ml1{font-size: 18px;margin-top: 20px;width: 100%;color: #333;}
.web3 .lb ul li .ml2{color: #999;margin-top: 10px;width: 100%;}

.web4{padding-top: 80px;padding-bottom: 60px;}
.web4 .txt{font-size: 16px;line-height: 24px;color: #333;margin-top: 40px;text-align: center;}
.web4 .sz{margin-top: 40px;}
.web4 .sz ul{display: flex;justify-content: center;}
.web4 .sz ul li{border-right: 1px solid #DDD;color: #CCC;font-size: 14px;padding:0 30px;text-align: center;}
.web4 .sz ul li:last-child{border-right: 0 none;}
.web4 .sz ul li span{font-size: 72px;margin-bottom: 10px;color: #333;font-family: 'Conv_big_noodle_titling';}
.web4 .hz{margin-top: 60px;}
.web4 .hz ul{display: flex;justify-content: center;}
.web4 .hz ul li{width: 15%;position: relative;margin-right: 2%; padding: 30px;border: 1px solid #eee;border-radius: 10px;}
.web4 .hz ul li:nth-child(6n){margin-right: 0;}
.web4 .hz ul li img{display: block;width: 100%;/*opacity: 0.5;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/}
.web4 .hz ul li:hover img{/*opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: gray;*/}
.web4 .more{margin-top:50px;display: flex;justify-content: center;}
.web4 .more a{font-size: 18px;border: 1px solid #DDD;line-height: 55px;padding: 0 50px;color: #333;-webkit-transition:0.5s;transition:0.5s;border-radius: 30px;}
.web4 .more a:hover{border: 1px solid #b0261c;background: #b0261c;color: #fff;}

.web5{padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.web5 .fl{margin-top: 40px;}
.web5 .fl ul{display: flex;justify-content: center;}
.web5 .fl ul li{font-size: 16px;line-height: 50px;color: #333;padding: 0 30px;margin: 0 10px;border: 1px solid #999;-webkit-transition:0.5s;transition:0.5s;border-radius: 26px;}
.web5 .fl ul li.on{color: #fff;border: 1px solid #b0261c;background: #b0261c;}
.web5 .lb_bg{margin-top: 40px;}
.web5 .lb_bg .lb{display: none;}
.web5 .lb_bg .lb ul{display: flex;flex-wrap: wrap;}
.web5 .lb_bg .lb ul li{width: 49%;margin:0 2% 2% 0;border: 1px solid #eee;padding: 30px;background: #fff;display: flex;align-items: center;border-radius: 20px;}
.web5 .lb_bg .lb ul li:nth-child(2n){margin-right: 0;}
.web5 .lb_bg .lb ul li .img{font-size: 80px;color: #ccc;}
.web5 .lb_bg .lb ul li .txt{flex: 1;width: 100%;overflow: hidden;padding-right: 80px;}
.web5 .lb_bg .lb ul li .txt .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.web5 .lb_bg .lb ul li .txt .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.web6{padding-top: 80px;padding-bottom: 80px;}
.web6 .list ul{display: flex;justify-content: center;margin-top: 80px;}
.web6 .list li{width: 11.111%;text-align: center;color: #999;font-size: 14px;}
.web6 .list li i{width: 70px;height: 70px;line-height:70px;display: block;background: #edeff1;border-radius: 50px;font-size: 30px;margin:0 auto;}
.web6 .list li p{margin-top: 20px;}
.web6 .an1{margin-top: 30px;}
.web6 .an1 ul{display: flex;justify-content: center;margin-bottom: -9px;}
.web6 .an1 li{width: 11.111%;text-align: center;color: #999;}
.web6 .an1 li i{width: 15px;height: 15px;border: 1px solid #DDD;display: block;border-radius: 10px;margin:0 auto;background: #FFF;}
.web6 .an1 .border{height: 1px;background: #EEE;}
.web6 .more{margin-top:60px;display: flex;justify-content: center;}
.web6 .more a{font-size: 18px;border: 1px solid #DDD;line-height: 55px;padding: 0 50px;color: #333;-webkit-transition:0.5s;transition:0.5s;border-radius: 30px;}
.web6 .more a:hover{border: 1px solid #b0261c;background: #b0261c;color: #fff;}

.video1{padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.video1 .lb{margin-top: 40px;}
.video1 .lb ul{display: flex;flex-wrap: wrap;}
.video1 .lb ul li{width: 32%;margin:0 2% 2% 0;border: 1px solid #eee;padding: 30px;background: #fff;border-radius: 20px;}
.video1 .lb ul li:nth-child(3n){margin-right: 0;}
.video1 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.video1 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.video2{overflow: hidden;}
.video2 img{display: block;width: 100%;}

.video3{padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.video3 .lb{margin-top: 40px;}
.video3 .lb ul{display: flex;flex-wrap: wrap;}
.video3 .lb ul li{width: 49%;margin:0 2% 2% 0;border: 1px solid #eee;padding: 30px;background: #fff;border-radius: 20px;}
.video3 .lb ul li:nth-child(2n){margin-right: 0;}
.video3 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.video3 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.video4{overflow: hidden;}
.video4 img{display: block;width: 100%;}

.video5{padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.video5 .lb{margin-top: 40px;}
.video5 .lb ul{display: flex;flex-wrap: wrap;}
.video5 .lb ul li{width: 49%;margin:0 2% 2% 0;border: 1px solid #eee;padding: 30px;background: #fff;border-radius: 20px;}
.video5 .lb ul li:nth-child(2n){margin-right: 0;}
.video5 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.video5 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

.video6{padding-top: 80px;padding-bottom: 80px;}
.video6 .lb{margin-top: 40px;}
.video6 .lb ul{display: flex;flex-wrap: wrap;}
.video6 .lb ul li{width: 49%;margin:0 2% 0 0;border: 1px solid #eee;padding: 30px;background: #fff;text-align: center;border-radius: 20px;}
.video6 .lb ul li:nth-child(2n){margin-right: 0;}
.video6 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.video6 .lb ul li .ml2{font-size: 16px;line-height: 30px;color: #333;margin-top: 10px;}

.video7{padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.video7 .lb{margin-top: 40px;}
.video7 .lb ul{display: flex;flex-wrap: wrap;}
.video7 .lb ul li{width: 32%;margin:0 2% 0 0;border: 1px solid #eee;padding: 30px;background: #fff;border-radius: 20px;}
.video7 .lb ul li:nth-child(3n){margin-right: 0;}
.video7 .lb ul li .ml1{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.video7 .lb ul li .ml2{font-size: 16px;line-height: 24px;color: #333;margin-top: 10px;}

/*----------视频一站式推--------*/
.about_dyip888 { padding:40px 6%;}
.abo_c_website_top { font-size:23px; text-align:center; }
.abs_bie { color:#fff; text-align:center;}
.abo_c_website_s0 { text-align:center; font-size:18px; margin-top:12px; font-weight:bold; color:#5a5a5a; }
.website_overH{ overflow:hidden;}
.abo_c_website { overflow:hidden; background:#f3f6fc; }

.abo_7_video { overflow:hidden; background:#122172;}

.video_overH{ overflow:hidden;}
.video_MarT1{ margin-top:10PX;}
.video_problem{ padding:40px 0px;}
.video_problem ul li{ color:#2c2930; width:23%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#f3f6fc; border-radius:53px;  min-height:350px;}
.video_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:62px; height:60px; border-radius:33px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
/*.video_problem ul li p{ font-size:15px; line-height:16px; margin:0px 20%; padding-top:20px; display: flex;}*/
.video_problem ul li p { background:url(../img/video-pic002.png) no-repeat left 10px; padding-left:25px;   font-size:15px;  margin:0px 20%; color:#415076; line-height: 35px; }
.video_problem .Mr0{ margin-right:0px;}
.video_problem ul .bgcolor1{ background:#057df1;}
.video_problem ul .bgcolor2{ background:#057df1;}
.video_problem ul .bgcolor3{ background:#057df1;}
.video_problem ul .bgcolor4{ background:#057df1;}
.video_problem ul .bgcolor5{ background:#057df1;}
.video_problem ul .color1 strong{ color:#057df1;}
.video_problem ul .color2 strong{ color:#057df1;}
.video_problem ul .color3 strong{ color:#057df1;}
.video_problem ul .color4 strong{ color:#057df1;}
.video_problem ul .color5 strong{ color:#057df1;}
.video_lf{float:left}
.video_ri{float:right}



.video-2_overH{ overflow:hidden;}
.video-2_MarT1{ margin-top:10PX;}
.video-2_problem{ padding:40px 0px;}
.video-2_problem ul li{ color:#2c2930; width:31%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#fff; border-radius:53px;  min-height:200px; box-shadow: 0 0 1px rgb(0 0 0 / 20%);}
.video-2_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:62px; height:60px; border-radius:33px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.video-2_problem ul li p{ font-size:15px; line-height:36px; margin:0px 20%; padding-top:20px; display: flex; color:#333333;}
.video-2_problem .Mr0{ margin-right:0px;}
.video-2_problem ul .bgcolor1{ background:#057df1;}
.video-2_problem ul .bgcolor2{ background:#057df1;}
.video-2_problem ul .bgcolor3{ background:#057df1;}
.video-2_problem ul .bgcolor4{ background:#057df1;}
.video-2_problem ul .bgcolor5{ background:#057df1;}
.video-2_problem ul .color1 strong{ color:#057df1;}
.video-2_problem ul .color2 strong{ color:#057df1;}
.video-2_problem ul .color3 strong{ color:#057df1;}
.video-2_problem ul .color4 strong{ color:#057df1;}
.video-2_problem ul .color5 strong{ color:#057df1;}
.video-2_lf{float:left}
.video-2_ri{float:right}

/*----------抖音SEO优化--------*/

.SEO_dyip{padding:40px 10%;text-align: center; overflow:hidden;}
.SEO_dyip .box{padding:30px 0;}
.SEO_dyip .left{float: left;width: 50%;background: url(../img/pic52.jpg) no-repeat center;height: 363px;}
.SEO_dyip .left .left_box{padding-top: 70px;}
.SEO_dyip .left h2{font-size: 30px;}
.SEO_dyip .left .txt{padding-top: 30px;line-height: 30px;font-size: 16px; text-align:left;}
.SEO_dyip .left .txt span { color:#ff000f;}
.SEO_dyip .pic{float: right;width: 50%;}
.SEO_dyip .pic img{max-width: 100%;}


.SEO_derp{padding:70px 10%;text-align: center;overflow:hidden;}
.SEO_derp .left{float: right;width: 50%;padding-top: 80px;}
.SEO_derp .left h2{font-size: 30px; }
.SEO_derp .left .txt{padding-top: 30px;line-height: 30px;font-size: 16px; }
.SEO_derp .pic{float: left;width: 50%;}
.SEO_derp .pic img{max-width: 100%;}

.abo_c_163 { overflow:hidden; margin-top:40px;}
.abo_c_163_top { font-size:35px; text-align:center;}
.abo_c_163_s0 { text-align:center; font-size:18px; margin-top:12px; color:#5a5a5a;}
.abo_c_163_s1 { overflow:hidden; margin-top:30px;}
.abo_c_163_s1 .abo_c_163_s1 { float:left;width:820px;}
.abo_c_163_s1 .abo_c_163_s1 img { width:820px; height:auto;}
.abo_c_163_s1 .abo_c_163_s2 { float:right; width:calc(100% - 860px); margin-top:20px;}
.abo_c_163_s1 .abo_c_163_s2 ul {}
.abo_c_163_s1 .abo_c_163_s2 li { margin-top:30px; margin-bottom:60px; overflow:hidden;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1 { font-size:25px; position:relative; text-indent:25px;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1 span { color:#ff000f;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a1:after {content:""; position:absolute; top:12px; left:0; width:7px; height:7px; background: #3e3e3e;border: 3px solid #ccc; border-radius: 50%;}
.abo_c_163_s1 .abo_c_163_s2 li .abo_c_163_s2_a2 { font-size:18px; margin-top:5px; margin-left:24px;}
.abo_c_163_s1 .abo_c_163_s2 .abo_c_163_s3 { font-size:18px; margin-left:25px;}
.abo_c_163_s1 .abo_c_163_s2 .abo_c_163_s3 a{ color:#ff000f;}

.abo_b_website_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}

.abo_c_Bidding_top { font-size:32px; text-align:center;}
.abo_c_Bidding_s0 { text-align:center; font-size:18px; margin-top:12px; font-weight:bold; color:#5a5a5a;}
.abo_c_Bidding_s { overflow:hidden; margin-top:30px;display: flex;justify-content: space-between;}
.abo_c_Bidding_s .abo_c_Bidding_s1 {width:50%;}
.abo_c_Bidding_s .abo_c_Bidding_s1 img { width:100%; height:auto;}
.abo_c_Bidding_s .abo_c_Bidding_s2 {width:50%; margin-top:20px;}
.abo_c_Bidding_s .abo_c_Bidding_s2 ul {}
.abo_c_Bidding_s .abo_c_Bidding_s2 li { margin-top:30px; margin-bottom:60px; overflow:hidden;}
.abo_c_Bidding_s .abo_c_Bidding_s2 li .abo_c_Bidding_s2_a1 { font-size:25px; position:relative; text-indent:25px;}
.abo_c_Bidding_s .abo_c_Bidding_s2 li .abo_c_Bidding_s2_a1 span { color:#ff000f;}
.abo_c_Bidding_s .abo_c_Bidding_s2 li .abo_c_Bidding_s2_a1:after {content:""; position:absolute; top:20px; left:0; width:7px; height:7px; background: #3e3e3e;border: 3px solid #ccc; border-radius: 50%;}
.abo_c_Bidding_s .abo_c_Bidding_s2 li .abo_c_Bidding_s2_a2 { font-size:18px; margin-top:5px; margin-left:24px;}
.abo_c_Bidding_s .abo_c_Bidding_s2 .abo_c_Bidding_s3 { font-size:18px; margin-left:25px;}
.abo_c_Bidding_s .abo_c_Bidding_s2 .abo_c_Bidding_s3 a{ color:#ff000f;}

.abo_b_website { overflow:hidden; background:#122172;}
.abo_b_website_top { color:#fff; font-size:23px; text-align:center; margin-top:40px;}
.abo_b_website_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}
.abo_b_website_s0 img{max-width: 100%;}
.abo_b_website_s0 ul { margin-left:-2%;}
.abo_b_website_s0 li { margin-left:2%; width:23%; background:#383c46; float:left; color:#fff; display: flex; flex-direction: column; align-items: center; padding:60px 0; min-height:400px;}
.abo_b_website_s0 li .abo_b_website_s0_a1 {}
.abo_b_website_s0 li .abo_b_website_s0_a1 img { width:40px; height: auto;}
.abo_b_website_s0 li .abo_b_website_s0_a2 { font-size:20px; margin-top:20px;}
.abo_b_website_s0 li .abo_b_website_s0_a3 { font-size:14px; position:relative; text-indent:15px; margin-top:20px;}
.abo_b_website_s0 li .abo_b_website_s0_a3:before { position:absolute;content:""; top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); left:0; width:5px;height:5px;border-radius:5px; background-color: #fff;}


.abo_c_website { overflow:hidden; background:#f3f6fc; }
.abo_c_website_top { font-size:23px; text-align:center; }
.abo_c_website_s0 { text-align:center; font-size:18px; margin-top:12px; font-weight:bold; color:#5a5a5a; }

.abo_b_Bidding_top { color:#fff; font-size:32px; text-align:center; margin-top:40px;}
.abo_b_Bidding_s0{ overflow:hidden; margin-top:60px; margin-bottom:20px;}
.abo_b_Bidding_s0 img{max-width: 100%;}

.abo_a_Bidding { overflow:hidden; margin:30px 0;}
.abo_a_Bidding img{max-width: 100%;}


/********************关于我们********************/
.about_dyip{width: 1200px;max-width: 95%;margin:80px auto 0;}
.about_dyip .title{text-align: center;font-size: 36px;}
.about_dyip .txt{line-height: 30px;margin-top: 50px;font-size: 16px;line-height: 36px;color: #333;}
.about_dyip p{padding-bottom: 20px;}


.about_derp{background: #f5f5f5 url(../img/pic61.jpg) no-repeat center;padding:80px 0;margin-top: 100px;}
.about_derp .title{text-align: center;font-size: 36px;color: #FFF;}
.about_derp .about_derp_box{margin: 80px auto 0;width:1200px;max-width: 95%;overflow:hidden;}
.about_derp ul{margin-left: -2%;}
.about_derp li{float: left;width: 31.333%;margin-left: 2%;margin-bottom: 20px;position: relative;height: 260px;overflow: hidden;}
.about_derp li .box{position: absolute;left: 50px; top: 50px;right: 50px;bottom: 50px;}
.about_derp li .box h2{font-size: 24px;font-weight: bold;padding-bottom: 12px;}
.about_derp li i{font-size: 60px;float: right;text-align: center;color: #2e80e2;position: absolute;right: 20px; bottom: 20px;}
.about_derp li p{line-height: 24px;}
.about_derp li .box .border{width: 20px;height: 2px;background: #999;margin-top: 30px;}
.about_derp li:nth-of-type(1){background: #FFF;}
.about_derp li:nth-of-type(2){background: #FFF;}
.about_derp li:nth-of-type(3){background: #FFF;height: 550px;}
.about_derp li:nth-of-type(3) i{font-size: 130px;}
.about_derp li:nth-of-type(4){background: #FFF;margin-top: -280px;}
.about_derp li:nth-of-type(5){background: #FFF;margin-top: -280px;margin-left: 35.333%;}


.about_dsanp{padding:70px 0;min-width: 1200px;background: #f5f5f5;}
.about_dsanp .title{text-align: center;font-size: 36px;}
.about_dsanp ul{width:1200px;margin:auto;overflow:hidden;}
.about_dsanp li{width: 20%;float: left;text-align: center;transition: all 0.3s;}
.about_dsanp li .box{padding:20% 0;}
.about_dsanp li i{font-size: 50px;display: block;transition: all 0.3s;}
.about_dsanp li h2{font-size: 24px;margin-top: 20px;}
.about_dsanp li p{color: #999;margin-top: 10px;line-height: 24px;}


.about_dsip{padding:100px 0;}
.about_dsip .title{text-align: center;font-size: 36px;}
.about_dsip ul{margin-top: 50px;}
.about_dsip li{margin-bottom: 2%;position: relative;height: 230px;background: #FFF;border: 1px solid #DDD;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.about_dsip li .box{position: absolute;left: 50px; top: 50px;right: 50px;bottom: 50px;}
.about_dsip li .box h2{font-size: 24px;font-weight: bold;padding-bottom: 12px;}
.about_dsip li i{float: right;width:200px; height: 100px;text-align: center;color: #999;}
.about_dsip li p{line-height: 24px;}

.ny_lx{padding-top: 80px;padding-bottom: 80px;}

.rcontn{font-size: 16px;line-height: 36px;color: #333;padding-top: 40px;text-align: center;}
.ny_lx_dt{margin-top: 10px;}

.ny_bt{text-align: center;}
.ny_bt .ml1{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;}
.ny_bt .ml2{font-size: 18px;line-height: 24px;color: #333;margin-top: 20px;}

.ggseo1{padding-top: 80px;padding-bottom: 80px;}
.ggseo1 .lb{margin-top: 50px;}
.ggseo1 .lb ul{display: flex;}
.ggseo1 .lb ul li{width: 32%;margin: 0 2% 0 0;text-align: center;border: 1px solid #eee;padding: 50px 30px;border-radius: 20px;}
.ggseo1 .lb ul li:nth-child(3n){margin-right: 0;}
.ggseo1 .lb ul li .ml1{width: 120px;height: 120px;line-height: 120px;text-align: center;font-size: 60px;display: block;color: #FFF;border-radius: 100px;margin:0 auto;}
.ggseo1 .lb ul li .ml2{font-size: 24px;padding-top:30px;}
.ggseo1 .lb ul li .ml3{margin-top: 20px;color: #333;font-size: 15px;line-height: 24px;}
.ggseo1 .lb ul li:nth-of-type(1) .ml1{background: #b16ce5;}
.ggseo1 .lb ul li:nth-of-type(2) .ml1{background: #6c8be5;}
.ggseo1 .lb ul li:nth-of-type(3) .ml1{background: #b75e56;}

.ggseo2{padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.ggseo2 .lb{margin-top: 50px;}
.ggseo2 .lb ul{display: flex;}
.ggseo2 .lb ul li{width: 19.2%;margin: 0 1% 0 0;padding: 30px 20px 80px;background: #fff;position: relative;overflow: hidden;text-align: center;border-radius: 20px;}
.ggseo2 .lb ul li:nth-child(5n){margin-right: 0;}
.ggseo2 .lb ul li .ml1{position: absolute;left: 0;right: 0;bottom: -34px;text-align: center; line-height: 88px;font-size: 88px;color: #eee;font-weight: bold;}
.ggseo2 .lb ul li .ml2{font-size: 24px;line-height: 36px;color: #333;font-weight: bold;}
.ggseo2 .lb ul li .ml3{margin-top: 10px;color: #333;font-size: 15px;line-height: 24px;}
.ggseo2 .lb ul li .ml4{margin-top: 20px;color: #666;font-size: 14px;line-height: 24px;}

.ggseo3{padding-top: 80px;padding-bottom: 80px;}
.ggseo3 .lb{margin-top: 50px;}
.ggseo3 .lb ul{display: flex;flex-wrap: wrap;}
.ggseo3 .lb ul li{width:23.5%;margin: 0 2% 0 0;}
.ggseo3 .lb ul li:nth-child(4n){margin-right: 0;}
.ggseo3 .lb ul li .img{border: 2px solid #eee;border-radius: 20px;overflow: hidden;}
.ggseo3 .lb ul li .img img{display: block;width: 100%;}
.ggseo3 .lb ul li .txt{font-size: 16px;line-height: 30px;color: #333;padding-top: 10px;text-align: center;}

.gggg1{padding-top: 80px;padding-bottom: 80px;}
.gggg1 .lb{margin-top: 50px;}
.gggg1 .lb ul{display: flex;flex-wrap: wrap;}
.gggg1 .lb ul li{width: 23.5%;margin: 0 2% 2% 0;border: 2px solid #eee;padding: 20px;text-align: center;border-radius: 20px;}
.gggg1 .lb ul li:nth-child(4n){margin-right: 0;}
.gggg1 .lb ul li .ml1 img{display: block;margin: auto;}
.gggg1 .lb ul li .ml2{font-size: 16px;line-height: 30px;color: #333;padding-top: 10px;}
.gggg1 .ms{font-size: 14px;line-height: 24px;color: #999;text-align: center;}

.gggg2{padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.gggg2 .lb{margin-top: 50px;}
.gggg2 .lb ul{display: flex;}
.gggg2 .lb ul li{width: 23.5%;margin: 0 2% 0 0;padding:50px 30px;background: #fff;border-radius: 20px;}
.gggg2 .lb ul li:nth-child(4n){margin-right: 0;}
.gggg2 .lb ul li .ml1{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;}
.gggg2 .lb ul li .ml2{font-size: 16px;line-height: 30px;color: #333;padding-top:20px;}

.more{margin-top:60px;display: flex;justify-content: center;}
.more a{font-size: 18px;border: 2px solid #b0261c;line-height: 55px;padding: 0 50px;color: #b0261c;-webkit-transition:0.5s;transition:0.5s;border-radius: 30px;}
.more.fff a{border: 2px solid #fff;color: #fff;}
.more a:hover{border: 2px solid #b0261c;background: #b0261c;color: #fff;}

.gggg3{padding-top: 80px;padding-bottom: 80px;}
.gggg3 .sy_bt{line-height: 46px;}
.gggg3 .lb{margin-top: 50px;}
.gggg3 .lb ul li{display: flex;align-items: center;}
.gggg3 .lb ul li:nth-child(2n){flex-direction: row-reverse;}
.gggg3 .lb ul li .img{width: 50%;}
.gggg3 .lb ul li .img img{display: block;width: 100%;}
.gggg3 .lb ul li .txt{width: 50%;padding: 0 80px;}
.gggg3 .lb ul li .txt .ml1{font-size: 30px;line-height: 40px;color: #333;font-weight: bold;}
.gggg3 .lb ul li .txt .ml2{font-size: 18px;line-height: 36px;color: #333;padding-top:20px;}

.gggg4{padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.gggg4 .lb{margin-top: 50px;}
.gggg4 .lb ul{display: flex;}
.gggg4 .lb ul li{width: 23.5%;margin: 0 2% 0 0;padding:30px;background: #fff;border-radius: 20px;}
.gggg4 .lb ul li:nth-child(4n){margin-right: 0;}
.gggg4 .lb ul li .ml1{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;}
.gggg4 .lb ul li .ml2{font-size: 16px;line-height: 30px;color: #333;padding-top:20px;}

.hwsm1{padding-top: 80px;padding-bottom: 60px;}
.hwsm1 .lb{margin-top: 50px;}
.hwsm1 .lb ul{display: flex;flex-wrap: wrap;}
.hwsm1 .lb ul li{width: 32%;margin: 0 2% 2% 0;padding:50px 30px;border: 2px solid #eee;border-radius: 20px;}
.hwsm1 .lb ul li:nth-child(3n){margin-right: 0;}
.hwsm1 .lb ul li .img{width: 100px;height: 100px;line-height: 100px;text-align: center;font-size: 52px;display: block;color: #FFF;border-radius: 50%;margin:0 auto;background: #b0261c;}
.hwsm1 .lb ul li .txt{}
.hwsm1 .lb ul li .txt .ml1{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;text-align: center;margin-top: 10px;}
.hwsm1 .lb ul li .txt .ml2{font-size: 14px;line-height: 30px;color: #333;padding-top:20px;}
.hwsm1 .lb ul li:nth-child(1) .img{background: #016cdc;}
.hwsm1 .lb ul li:nth-child(2) .img{background: #0274b3;}
.hwsm1 .lb ul li:nth-child(3) .img{background: #f40003;}
.hwsm1 .lb ul li:nth-child(4) .img{background: #cd1f27;}
.hwsm1 .lb ul li:nth-child(5) .img{background: #db0156;}
.hwsm1 .lb ul li:nth-child(6) .img{background: #50a3e4;}

.hwsm2{padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.hwsm2 .lb{margin-top: 50px;}
.hwsm2 .lb ul{display: flex;flex-wrap: wrap;}
.hwsm2 .lb ul li{width: 32%;margin: 0 2% 2% 0;padding:30px 20px;background: #fff;display: flex;border-radius: 20px;}
.hwsm2 .lb ul li:nth-child(3n){margin-right: 0;}
.hwsm2 .lb ul li .img{width: 80px;}
.hwsm2 .lb ul li .img img{display: block;width: 100%;}
.hwsm2 .lb ul li .txt{flex: 1;width: 100%;overflow: hidden;padding-left: 30px;}
.hwsm2 .lb ul li .txt .ml1{font-size: 24px;line-height: 32px;color: #333;font-weight: bold;}
.hwsm2 .lb ul li .txt .ml2{font-size: 14px;line-height: 30px;color: #333;padding-top:10px;}
.hwsm2 .more{margin-top: 30px;}

.hwsm3{padding-top: 80px;padding-bottom: 60px;}
.hwsm3 .lb{margin-top: 50px;}
.hwsm3 .lb ul{display: flex;flex-wrap: wrap;}
.hwsm3 .lb ul li{width: 32%;margin: 0 2% 2% 0;padding:50px 30px;border: 2px solid #eee;border-radius: 20px;}
.hwsm3 .lb ul li:nth-child(3n){margin-right: 0;}
.hwsm3 .lb ul li .img{line-height: 66px;text-align: center;font-size: 66px;color: #b0261c;}
.hwsm3 .lb ul li .txt{font-size: 18px;line-height: 30px;color: #333;text-align: center;margin-top: 20px;}
.hwsm3 .more{margin-top: 30px;}

.back_top{position:fixed;right:10px;bottom:100px;z-index:10;width:60px;}
.back_top .back_top-box{position:relative;width:100%;}
.back_top ul{display:flex;width:60px;height:200px;border-radius:30px;background-color:#b0261c;flex-direction:column;align-items:center;justify-content:center;border: 3px solid rgba(255, 255, 255, 0.2);}
.back_top ul li{position:relative;display:flex;margin-top:10px;width:44px;height:44px;border-radius:50%;background-color:transparent;cursor:pointer;align-items:center;justify-content:center;}
.back_top ul li:first-child{margin-top:0;}
.back_top ul li:hover{background-color:rgba(251,251,251,.2);}
.back_top ul li img{max-width:100%;max-height:100%;}
.back_top ul li .view{position:absolute;bottom:0;left:-220px;display:none;box-sizing:border-box;padding:15px 25px;width:220px;height:auto;min-height:44px;border-radius:10px;background-color:#fff;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);text-align:center;font-size:0;transition:all .3s;transform:translateX(-31px);}
.back_top ul li:nth-child(2) .view{bottom:-90px;}
.back_top ul li .view::after{position:absolute;top:0;right:-31px;display:block;width:31px;height:100%;background-color:transparent;content:"";}
.back_top ul li .view span{color:#b0261c;font-size:18px;line-height:18px;display: block;}
.back_top ul li .view img{width:170px;height:170px;}
.back_top ul li .view p{color:#666;font-size:14px;}
.back_top ul li:hover .view{display:block;}
.back_top .back{margin-top:20px;width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);text-align:center;line-height:60px;cursor:pointer;}
.back_top .back img{width:30px;height:24px;vertical-align: middle;}

.abo_e_website{overflow:hidden;font-size:35px;text-align:center;}
.abo_e_website_a{margin-top:50px;}
.abo_e_website_a ul{display: flex;}
.abo_e_website_a li{width:18.4%;margin: 0 2% 0 0;}
.abo_e_website_a li:nth-child(5n){margin-right: 0;}
.abo_e_website_a li .abo_e_website_a_1 {}
.abo_e_website_a li .abo_e_website_a_1 img{display: block;margin: auto;}
.abo_e_website_a li .abo_e_website_a_2 {font-size:22px;line-height:50px;color: #000;text-align: center;padding-top: 10px;}

.about_dyip8888{padding-top: 80px;padding-bottom: 80px;}

.ny_bt.fff .ml1{color: #fff;}
.ny_bt.fff .ml2{color: #fff;}

.advantage-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:60px;}
.advantage-list li{width:calc(50% - 28px);margin:0 54px 27px 0;background:rgba(255,255,255,1);box-shadow:0 4px 8px 0 rgba(229,255,244,.35);border-radius:5px;padding:25px 0px 25px 27px}
.advantage-list li:nth-child(2n){margin-right:0}
.ad-icon{width:57px;height:57px;background:rgba(25,64,176,0);border:2px solid rgba(209,217,239,.94);border-radius:8px;float:left;text-align:center;line-height:50px;transform:rotate(45deg);display: flex;align-items: center;justify-content: center;}
.ad-icon img{max-width:100%;transform:rotate(-45deg)}
.ad-txt{width:calc(100% - 82px);float:right;margin-left:17px}
.ad-txt h4{font-size:22px;font-weight:800;color:rgba(25,64,176,1);margin-bottom:14px}
.ad-txt p{font-size:14px;font-weight:400;color:rgba(43,53,78,1);line-height:26px}

.website_overH{ overflow:hidden;}
.website_MarT1{ margin-top:10px;}
.website_problem{margin-top: 50px;}
.website_problem ul li{ color:#2c2930; width:23%; padding:0px 0px 3% 0px; margin:15px 2% 0px 0px; background:#f3f6fc; border-radius:53px;  min-height:350px;}
.website_problem ul li .title{ font-size:20px; text-align:center; color:#fff; line-height:52px; height:50px; border-radius:203px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.website_problem ul li p{ font-size:14px; line-height:24px; margin:0px 10%; }
.website_problem .Mr0{ margin-right:0px;}
.website_problem ul .bgcolor1{ background:#24b1df;}
.website_problem ul .bgcolor2{ background:#ecb41e;}
.website_problem ul .bgcolor3{ background:#ee471a;}
.website_problem ul .bgcolor4{ background:#87a206;}
.website_problem ul .bgcolor5{ background:#87a206;}
.website_problem ul .color1 strong{ color:#24b1df;}
.website_problem ul .color2 strong{ color:#ecb41e;}
.website_problem ul .color3 strong{ color:#ee471a;}
.website_problem ul .color4 strong{ color:#87a206;}
.website_problem ul .color5 strong{ color:#87a206;}
.website_lf{float:left}
.website_ri{float:right}
.MarT1{padding-top: 20px;}

.web_wm{margin-top: 60px;}
.web_wm table{border-collapse:collapse;border-spacing:0;}
.web_wm table,.web_wm th,.web_wm  td{border:1px solid #c2c2c2;font-size:15px;}


.ny_gy{padding-top: 80px;padding-bottom: 80px;display:flex;align-items: center;align-content: center;}
.ny_gy .img{width: 50%;border-radius: 30px;overflow: hidden;}
.ny_gy .img img{display: block;width: 100%;}
.ny_gy .txt{width: 50%;padding-left: 60px;}
.ny_gy .txt .ml1{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;}
.ny_gy .txt .ml2{font-size: 16px;line-height: 36px;color: #666;margin-top: 30px;}

.ny_wh_bg{background: #f2f2f2;}
.ny_wh .bt{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;text-align: center;padding: 80px 0 50px;}
.ny_wh .lb{background: url(../img/ny_wh.jpg) center no-repeat;background-size: cover;}
.ny_wh .lb ul{display: flex;}
.ny_wh .lb ul li{height: 600px;width: 20%;border-right: 2px solid rgba(255, 255, 255, 0.1);display:flex;align-items: center;align-content: center;padding: 0 60px;position: relative;}
.ny_wh .lb ul li:last-child{border-right:none;}
.ny_wh .lb ul li:after{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #000;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li .txt{text-align: center;position: relative;z-index: 1;}
.ny_wh .lb ul li .txt .ml1{font-size: 56px;line-height: 56px;color: #fff;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li .txt .ml2{font-size: 24px;line-height: 24px;color: #fff;margin-top: 40px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li .txt .ml3{font-size: 14px;line-height: 24px;color: #fff;margin-top: 20px;height: 96px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li:hover:after{opacity: 0.5;}
/*.ny_wh .lb ul li:hover .txt .ml1{color: #b0261c;}
.ny_wh .lb ul li:hover .txt .ml2{color: #fff;}
.ny_wh .lb ul li:hover .txt .ml3{color: #fff;}*/

.ny_td_bg{padding-top: 80px;padding-bottom: 80px;}
.ny_td_bg .bt{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;text-align: center;}
.ny_td_bg .lb{margin-top: 50px;}
.ny_td_bg .lb ul{display: flex;}
.ny_td_bg .lb ul li{width: 20%;}
.ny_td_bg .lb ul li .txt{text-align: center;}
.ny_td_bg .lb ul li .txt .ml1{font-size:48px;line-height: 48px;color: #333;}
.ny_td_bg .lb ul li .txt .ml2{font-size: 22px;line-height: 22px;color: #333;margin-top: 24px;}
.ny_td_bg .lb ul li .txt .ml3{font-size: 14px;line-height: 24px;color: #333;margin-top: 10px;}

.bat_gy{height: 100vh;background: url('../img/bat4.jpg') center top no-repeat;background-size: cover;background-attachment: fixed;}




/****短视频****/
.duanshiping_box{}
.duanshiping_dyip{text-align: center;padding:70px 6%;}
.duanshiping_dyip .er{margin-left: -2%;margin-top: 40px;font-size: 0px;text-align: center;display:flex;}
.duanshiping_dyip .er li{width: 18%;display: inline-block; margin-left: 2%;margin-bottom: 20px;box-shadow: 0 0  1px rgba(0,0,0,0.5);vertical-align: top;}
.duanshiping_dyip .er li .box{padding:30px;}
.duanshiping_dyip .er li .box .tb{font-size: 50px;color:#f44336;} 
.duanshiping_dyip .er li .box h2{font-size: 18px;margin-top: 10px;font-weight: bold;}
.duanshiping_dyip .er li .box p{line-height: 24px;margin-top: 20px;font-size: 16px;}

.duanshiping_box .pic{}
.duanshiping_box .pic img{width: 100%;}
.duanshiping_box .pic .pc{}
.duanshiping_box .pic .m{display: none;}

.duanshiping_derp{text-align: center;padding:70px 6%;background: #F5F5F5;}
.duanshiping_derp .txt{font-size: 16px;margin-top: 40px;}
.duanshiping_derp ul{margin-left: -2%;margin-top: 20px;font-size: 0px;text-align: left;display:flex;flex-wrap: wrap;}
.duanshiping_derp li{width: 31.333%; margin-left: 2%;margin-bottom: 20px;box-shadow: 0 0  1px rgba(0,0,0,0.2);text-align: center;background:#FFF;}
.duanshiping_derp li .box{padding:30px;}
.duanshiping_derp li .box span{font-size: 50px;color:#ff000f;} 
.duanshiping_derp li .box h2{font-size: 18px;margin-top: 10px;font-weight: bold;}
.duanshiping_derp li .box p{line-height: 24px;margin-top: 20px;font-size: 16px;}

.duanshiping_dsanp{text-align: center;padding:70px 6%;background: #F5F5F5;}
.duanshiping_dsanp .txt{font-size: 16px;margin-top: 40px;padding:0 100px;line-height: 24px;}
.duanshiping_dsanp ul{margin-left: -2%;margin-top: 20px;font-size: 0px;text-align: left;display:flex;flex-wrap: wrap;}
.duanshiping_dsanp li{width: 48%; margin-left: 2%;margin-bottom: 20px;text-align: center;color:#FFF;}
.duanshiping_dsanp li:nth-of-type(1){background-image: linear-gradient(to top, #8c7aff 0%, #029bff 100%);}
.duanshiping_dsanp li:nth-of-type(2){background-image: linear-gradient(to top, #fd505a 0%, #fd975b 100%);}
.duanshiping_dsanp li .box{padding:30px;}
.duanshiping_dsanp li .box span{font-size: 50px;color:#ff000f;} 
.duanshiping_dsanp li .box h2{font-size: 18px;margin-top: 10px;font-weight: bold;}
.duanshiping_dsanp li .box p{line-height: 24px;margin-top: 20px;font-size: 16px;}

.duanshiping_dsip{padding:70px 6%;text-align: center;background: #F5F5F5;}
.duanshiping_dsip ul{margin-left: -2%;margin-top: 30px;font-size: 0px;display:flex;flex-wrap: wrap;}
.duanshiping_dsip li{width: 23%;display: inline-block; margin-left: 2%;margin-bottom: 20px;background:#FFF;vertical-align: top;text-align: center;}
.duanshiping_dsip li .box{padding:30px;}
.duanshiping_dsip li .box span{font-size: 50px;color:#ff000f;} 
.duanshiping_dsip li .box h2{font-size: 18px;margin-top: 10px;font-weight: bold;}
.duanshiping_dsip li .box p{line-height: 24px;margin-top: 20px;font-size: 16px;}

.duanshiping_dwup{padding:70px 6%;text-align: center;}
.duanshiping_dwup .txt{font-size: 16px;margin-top: 40px;padding:0 100px;line-height: 24px;}
.duanshiping_dwup ul{margin-left: -2%;margin-top: 40px;font-size: 0px;text-align: left;}
.duanshiping_dwup li{width: 18%; margin-left: 2%;margin-bottom: 20px;vertical-align: top;text-align: center;float:left;}
.duanshiping_dwup li img{max-width:100%;}

.F30{font-size: 30px;}
.FB{font-weight: bold;}

.pic2{background:#122172;display:flex;align-items:center;justify-content:center;padding:60px 0;}
.pic2 img{max-width:100%;}


.quanwangyingxiao1{padding-top: 80px;padding-bottom: 80px;}
.quanwangyingxiao1 .lb{margin-top: 50px;}
.quanwangyingxiao1 .lb ul{display: flex;flex-wrap: wrap;}
.quanwangyingxiao1 .lb ul li{width: 32.666%;margin: 0 1% 1% 0;padding: 30px 30px;border-radius: 20px;}
.quanwangyingxiao1 .lb ul li:nth-child(3n){margin-right: 0;}
.quanwangyingxiao1 .lb ul li .ml1{width: 120px;height: 120px;line-height: 120px;text-align: center;background: #eee;font-size: 60px;display: none;color: #FFF;border-radius: 100px;margin:0 auto;}
.quanwangyingxiao1 .lb ul li .ml2{font-size: 24px;}
.quanwangyingxiao1 .lb ul li .ml3{margin-top: 20px;color: #333;font-size: 15px;line-height: 24px;}
.quanwangyingxiao1 .lb ul li:nth-child(1){background: #defaea;}
.quanwangyingxiao1 .lb ul li:nth-child(2){background: #dde7fb;}
.quanwangyingxiao1 .lb ul li:nth-child(3){background: #d8f2fd;}
.quanwangyingxiao1 .lb ul li:nth-child(4){background: #ffe7e9;}
.quanwangyingxiao1 .lb ul li:nth-child(5){background: #fef3e3;}
.quanwangyingxiao1 .lb ul li:nth-child(6){background: #e7e2ff;}

.quanwangyingxiao2{padding-top: 80px;padding-bottom: 80px;background: #172d5e;}
.quanwangyingxiao2 .lb{margin-top: 10px;}
.quanwangyingxiao2 .lb ul{display: flex;flex-wrap: wrap;overflow: hidden;border-radius: 20px;}
.quanwangyingxiao2 .lb ul li{width: 22%;margin: 4% 4% 0 0;position: relative;display: flex;align-items: center;}
.quanwangyingxiao2 .lb ul li:nth-child(4n){margin-right: 0;}
.quanwangyingxiao2 .lb ul li .img{}
.quanwangyingxiao2 .lb ul li .img img{display: block;width: 100px;height: 100px;border-radius: 10px;}
.quanwangyingxiao2 .lb ul li .txt{font-size: 14px;line-height: 30px;color: #fff;padding-left: 20px;}
.quanwangyingxiao2 .lb ul li .txt span{color: #00ffff;font-size: 20px;font-weight: bold;}

.quanwangyingxiao3{padding-top: 80px;padding-bottom: 80px;}
.quanwangyingxiao3 .lb{margin-top: 50px;}
.quanwangyingxiao3 .lb ul{display: flex;flex-wrap: wrap;}
.quanwangyingxiao3 .lb ul li{width: 19.2%;margin: 0 1% 1% 0;padding: 30px 30px;border-radius: 20px;text-align: center;}
.quanwangyingxiao3 .lb ul li:nth-child(5n){margin-right: 0;}
.quanwangyingxiao3 .lb ul li .img{display: block;width: 40px;height: 40px;line-height:40px;font-size: 20px;margin:0 auto;background: #FFF;border-radius: 50%;font-weight: bold;}
.quanwangyingxiao3 .lb ul li .txt{font-size: 16px;line-height: 24px;color: #fff;padding-top: 10px;}
.quanwangyingxiao3 .lb ul li:nth-of-type(1){background: #4dc3e2;}
.quanwangyingxiao3 .lb ul li:nth-of-type(2){background: #ff9987;}
.quanwangyingxiao3 .lb ul li:nth-of-type(3){background: #7bc8c9;}
.quanwangyingxiao3 .lb ul li:nth-of-type(4){background: #78a3ca;}
.quanwangyingxiao3 .lb ul li:nth-of-type(5){background: #fece75;}
.quanwangyingxiao3 .lb ul li:nth-of-type(6){background: #c1a0bc;}
.quanwangyingxiao3 .lb ul li:nth-of-type(7){background: #f28e8d;}
.quanwangyingxiao3 .lb ul li:nth-of-type(8){background: #95d976;}
.quanwangyingxiao3 .lb ul li:nth-of-type(9){background: #53c7bc;}
.quanwangyingxiao3 .lb ul li:nth-of-type(10){background: #ff9976;}
.quanwangyingxiao3 .lb ul li:nth-of-type(1) .img{color: #4dc3e2;}
.quanwangyingxiao3 .lb ul li:nth-of-type(2) .img{color: #ff9987;}
.quanwangyingxiao3 .lb ul li:nth-of-type(3) .img{color: #7bc8c9;}
.quanwangyingxiao3 .lb ul li:nth-of-type(4) .img{color: #78a3ca;}
.quanwangyingxiao3 .lb ul li:nth-of-type(5) .img{color: #fece75;}
.quanwangyingxiao3 .lb ul li:nth-of-type(6) .img{color: #c1a0bc;}
.quanwangyingxiao3 .lb ul li:nth-of-type(7) .img{color: #f28e8d;}
.quanwangyingxiao3 .lb ul li:nth-of-type(8) .img{color: #95d976;}
.quanwangyingxiao3 .lb ul li:nth-of-type(9) .img{color: #53c7bc;}
.quanwangyingxiao3 .lb ul li:nth-of-type(10) .img{color: #ff9976;}