html,body{font-size:10px;word-wrap:break-word;font-family:Arial, Helvetica, sans-serif;background:#Fff;position:relative;}
.container{width:140rem;height:100%;margin:0px auto;}

.header{width:100%;font-size:1.2rem;float:left;}
.header .head{width:100%;height:6.6rem;position:fixed;color: #fff;left:0;top:0;right:0;z-index:100;}
.header .head .container{display:flex;justify-content:space-between;}
.header .head .logo{width:20rem;height:100%;display:flex;align-items:center;}
.header .head .logo a{outline:none;}
.header .head .logo a img{height:3rem;display:block;}
.header .head .nav{flex:1;height:100%;margin:0px 2rem;}
.header .head .nav ul{display:flex;justify-content:right;}
.header .head .nav ul li{margin:0px 1rem;position: relative;}
.header .head .nav ul li > a{height:6.6rem;line-height:6.6rem;font-size:1.6rem;text-align:center;padding:0px 2rem;color:#fff;}
.header .head .nav ul li .showbox{position:absolute;left:0px;top:6.6rem;display:none;}
.header .head .nav ul li .showbox.box1{position:fixed;width:100%;background:#fff;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}
.header .head .nav ul li .showbox.box1 dl{width:140rem;margin:40px auto;overflow: hidden;}
.header .head .nav ul li .showbox.box1 dl dd{width:calc(20% - 80px/5);float:left;margin-right:2rem;overflow: hidden;margin-top:2rem;}
.header .head .nav ul li .showbox.box1 dl dd a{display:block;display:flex;}
.header .head .nav ul li .showbox.box1 dl dd a .pic{width:20px;height:40px;overflow:hidden;margin-right:0.5rem;}
.header .head .nav ul li .showbox.box1 dl dd a .pic img{height:20px;}
.header .head .nav ul li .showbox.box1 dl dd a .txt{flex:1;overflow:hidden;}
.header .head .nav ul li .showbox.box1 dl dd a .txt p{line-height:2rem;height:4rem;overflow: hidden;color:#999}
.header .head .nav ul li .showbox.box1 dl dd a .txt p.t{color:#333;font-size:1.6rem;height:2rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;padding-bottom:5px;}
.header .head .nav ul li .showbox.box1 dl dd:nth-child(5n){margin-right:0px;}
.header .head .nav ul li .showbox.box1 dl dd:nth-child(-n+5){margin-top:0px;}

.header .head .nav ul li .showbox.box2{width:100%;background:#fff;padding:2px 0px;box-shadow: 0 6px 6px rgba(0, 0, 0, .08);border: 1px solid rgba(0, 0, 0, .05);}
.header .head .nav ul li .showbox.box2 dl{width:100%;overflow: hidden;}
.header .head .nav ul li .showbox.box2 dl dd{width:100%;overflow: hidden;border-bottom:1px solid #f2f2f2;}
.header .head .nav ul li .showbox.box2 dl dd a{display:block;display:flex;justify-content:center;line-height:40px;font-size:14px;align-items:center;color:#333;}
.header .head .nav ul li .showbox.box2 dl dd a img{height:18px;margin-right:5px;}
.header .head .nav ul li .showbox.box2 dl dd:last-child{border-bottom:0px;}

.header .head .info{height:100%;display:flex;align-items:center;justify-content:space-between;}
.header .head .info .tel{font-size:1.8rem;letter-spacing:0px;line-height:2rem;}
.header .head .info .free{margin-left:2rem;}
.header .head .info .free a{display:inline-block;padding:6px 20px;border:2px solid #fff;border-radius:1rem;font-size:1.6rem;color:#fff;line-height:2rem;}
.header .head .info .free a:hover{color:#fd7921;background:#fff;}
.header .head.active{background:#fff;color:#333;box-shadow: 0 2px 3px 0 rgba(104, 134, 211, .06);}
.header .head.active .nav ul li a{color:#333;}
.header .head.active .nav ul li a:hover{color:#fd7921;}
.header .head.active .info .tel{color:#fd7921;}
.header .head.active .info .free a{color:#fd7921;border-color:#fd7921;}
.header .head.active .info .free a:hover{background:#fd7921;color:#fff;}

.header .banner{width:100%;float:left;position:relative;overflow:hidden;z-index:1;}
.header .banner ul li{background-color:#f5f5f5;background-position:center top;background-repeat:no-repeat;height:530px;}
.header .banner ul li .txt{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;}
.header .banner ul li .txt .container{display:flex;flex-wrap:wrap;align-items:center;align-content:center;}
.header .banner ul li .txt .txt_c{width:440px;float:left;color:#fff;}
.header .banner ul li .txt h2{width:100%;overflow: hidden;font-size:3.4rem;line-height:5.6rem;}
.header .banner ul li .txt p{width:100%;overflow: hidden;line-height:25px;max-height:50px;margin:20px 0px;font-size:18px;}
.header .banner ul li .txt a{display:inline-block;width:150px;height:45px;line-height:45px;border-radius:45px;background:#fff;font-size:16px;color:#eb7d35;text-align:center;font-weight:bold;}
.header .banner ul li .txt a:hover{color:#ef692c;}

.header .banner img{max-width:100%; display:block;margin:0px auto;}
.header .banner a.banner_prev{ font-family:iconfont !important; position:absolute; left:50%;margin-left:-660px;top:50%;margin-top:-3rem;z-index:100;color:#fff;font-size:0.6rem;}
.header .banner a.banner_next{ font-family:iconfont !important; position:absolute; right:50%; margin-right:-660px;top:50%;margin-top:-3rem;z-index:100;color:#fff;font-size:0.6rem;}
.header .banner .point{width:100%; text-align:center; position:absolute; bottom:30px; z-index:99;display:none;}
.header .banner .point span{width:1.2rem; height:1.2rem; margin:0px 8px;background:#fff;opacity:1;}
.header .banner .point span.swiper-pagination-bullet-active{background:#fb6d32;opacity:1;}

.header .card{width:100%;transform: translate3d(0, -50px, 0);position: relative;z-index:2;}
.header .card ul{width:100%;float:left;}
.header .card ul li{width:calc(25% - 18px);float:left;box-sizing: border-box; padding:20px; box-shadow: 0 2px 4px 0 rgba(22, 28, 33, .08); border-radius: 2px; background: #fff; position: relative; overflow: hidden;margin-right:24px;}
.header .card ul li:before { position: absolute; background-image: linear-gradient(95deg, #fff6ea 19%, #fffbf6 65%); content: ""; left: 60%; right: -20px; top: 0; bottom: 58%; border-radius: 0 100% 12% 88% / 0 0 100% 100%; }
.header .card ul li .tit{ font-size:18px; font-weight:500; display: flex; align-items: center;height:42px;padding-left:5px;}
.header .card ul li .tit img {height:26px; width:26px; margin-right:6px;}
.header .card ul li .con{ padding:5px; font-size: 14px; color: #737373;line-height:25px;height:50px;}
.header .card ul li:last-child{margin-right:0px;}

.header .banneri{width:100%;float:left;position:relative;overflow:hidden;z-index:1;height:530px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.header .banneri .container{position:absolute;left:50%;top:0rem;transform: translateX(-50%);display:flex;align-items:center;}
.header .banneri .txt{width:78%;float:left;}
.header .banneri .txt .t{font-weight:400;font-size: 36px;line-height: 50px; color: #FFFFFF; opacity: 0.99; text-align: left; margin-bottom: 25px;}
.header .banneri .txt .c{font-weight: 400;font-size: 16px;line-height: 36px; color: #FFFFFF; opacity: 0.99; text-align: left;}
.header .banneri .txt .a{width:100%;float:left;margin-top:5rem;}
.header .banneri .txt .a a{border: 1px solid #FFFFFF;border-radius:4px;background:transparent;padding: 15px 20px;font-size:18px; color: #ffffff;}

.menubox{width:100%;float:left;border-bottom:1px solid #d5d5d5;position:sticky;left:0px;top:6.6rem;background:#fff;border-top:1px solid #e7e7e7;z-index:10;}
.menubox ul{width:100%;float:left;display:flex;align-items:center;justify-content:left;}
.menubox ul li{display: inline-block;text-align: center; margin:0px !important; color: #fff;}
.menubox ul li a{display:block;width:100%;height:100%;padding:20px 50px;font-size:15px;color:#000;box-sizing:border-box;}
.menubox ul li.active{border-bottom: 2px solid #ff9600;}
.menubox ul li.active a{color:#ff9600;}


.mainer{width:100%;font-size:1.2rem;float:left;background:#f8f8f8;}

.indexbox1{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.indexbox1 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox1 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox1 .tab{width:100%;overflow:hidden;float:left;display:flex;justify-content:space-around;margin:3rem 0px;}
.indexbox1 .tab a{display:flex;flex-wrap:wrap;align-items:center;}
.indexbox1 .tab a .pic{width:100%;height:4rem;background-position:center center;background-repeat:no-repeat;background-size:auto 40px;}
.indexbox1 .tab a p{width:100%;font-size:1.6rem;line-height:2rem;color:#333;padding-top:1rem;font-weight:bold;}
.indexbox1 .tab a:nth-child(1) .pic{background-image:url("/skin/images/tb05.png");}
.indexbox1 .tab a:nth-child(2) .pic{background-image:url("/skin/images/tb06.png");}
.indexbox1 .tab a:nth-child(3) .pic{background-image:url("/skin/images/tb07.png");}
.indexbox1 .tab a:nth-child(4) .pic{background-image:url("/skin/images/tb08.png");}
.indexbox1 .tab a:nth-child(5) .pic{background-image:url("/skin/images/tb09.png");}
.indexbox1 .tab a.active:nth-child(1) .pic{background-image:url("/skin/images/tb05_1.png");}
.indexbox1 .tab a.active:nth-child(2) .pic{background-image:url("/skin/images/tb06_1.png");}
.indexbox1 .tab a.active:nth-child(3) .pic{background-image:url("/skin/images/tb07_1.png");}
.indexbox1 .tab a.active:nth-child(4) .pic{background-image:url("/skin/images/tb08_1.png");}
.indexbox1 .tab a.active:nth-child(5) .pic{background-image:url("/skin/images/tb09_1.png");}
.indexbox1 .tab a.active p{color:#fd7821;}

.indexbox1 .con{width:100%;float:left;overflow: hidden;}
.indexbox1 .con ul li{width:100%;overflow:hidden;}
.indexbox1 .con ul li .desc1{width:100%;overflow: hidden;display:flex;padding:2rem;box-sizing: border-box;border-radius:1rem;background:#fff;}
.indexbox1 .con ul li .desc1 p{flex:1;overflow: hidden;margin-right:2rem;font-size:1.4rem;line-height:3rem;}
.indexbox1 .con ul li .desc1 a{display:inline-block;width:15rem;border:2px solid #fd7821;border-radius:5rem;font-size:1.6rem;color:#fd7821;height:4rem;line-height:4rem;text-align: center;}
.indexbox1 .con ul li .desc1 a:hover{background:#fd7821;color:#fff;}
.indexbox1 .con ul li .desc2{width:100%;margin-top:3rem;display:flex;justify-content:space-between;}
.indexbox1 .con ul li .desc2 .txt{width:50%;overflow:hidden;}
.indexbox1 .con ul li .desc2 .txt .t{font-size:2rem;line-height:3rem;margin:3rem 0px;}
.indexbox1 .con ul li .desc2 .txt .c{width:100%;overflow: hidden;margin-top:1rem;}
.indexbox1 .con ul li .desc2 .txt .c p{line-height:2rem;display:flex;font-size:1.4rem;color:#666;margin:1.5rem 0px;float:left;}
.indexbox1 .con ul li .desc2 .txt .c p img{height:2rem;margin-right:1rem;}
.indexbox1 .con ul li .desc2 .pic{width:40%;overflow:hidden;}
.indexbox1 .con ul li .desc2 .pic img{max-width:100%;display:block;}


.indexbox2{width:100%;float:left;background:#fff;padding:6rem 0px;}
.indexbox2 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox2 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox2 .tit p{font-size:1.8rem;line-height:4rem;}
.indexbox2 .con{width:100%;float:left;margin-top:5rem;position: relative;}
.indexbox2 .con .item{width:20%;float:left;}
.indexbox2 .con .item .t{width:100%;text-align:center;float:left;border-bottom:1px solid #ffe2c4;padding:0px 1rem;box-sizing:border-box;}
.indexbox2 .con .item .t .p{width:100%;height:4rem;}
.indexbox2 .con .item .t .p img{height:4rem;}
.indexbox2 .con .item .t .p:hover img{transform: rotate(360deg); transition: all 1s;}
.indexbox2 .con .item .t p{font-size:2rem;line-height:3rem;margin-top:1rem;margin-bottom:3rem;}
.indexbox2 .con .item .c{width:100%;overflow:hidden;padding:3rem 1rem;padding-bottom:0rem;box-sizing:border-box;}
.indexbox2 .con .item .c p{width:calc(50% - 5px);float: left;height:4rem;line-height:4rem;font-size:1.4rem;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;background:url("/skin/images/tb26.png") no-repeat left center;text-indent:1.5rem;background-size:auto 6px;}
.indexbox2 .con .item .c p:nth-child(2n){float: right;}
.indexbox2 .con .arrow{position: absolute; top:90px; margin-left: -42px;height:41px;}


.indexbox3{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.indexbox3 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox3 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox3 .tit p{font-size:1.8rem;line-height:4rem;}
.indexbox3 .con{width:100%;float:left;margin-top:5rem;position: relative;}
.indexbox3 .con ul{width:100%;float:left;}
.indexbox3 .con ul li{width:calc(100%/3 - 48px/3);margin-right:2.4rem;margin-top:2.4rem;overflow:hidden;box-shadow: 0 2px 4px #0000001a;background:#fff;border-radius:8px;padding: 30px 20px 20px;float:left;box-sizing: border-box;display:flex;transition:box-shadow .3s 
ease, transform .3s ease;}
.indexbox3 .con ul li .pic{width:50px;margin-right:1rem;overflow: hidden;}
.indexbox3 .con ul li .pic img{width:100%;}
.indexbox3 .con ul li .txt{flex:1;overflow:hidden;}
.indexbox3 .con ul li .txt p{line-height:20px;height:4rem;color:#999;font-size:1.4rem;overflow: hidden;}
.indexbox3 .con ul li .txt p.t{font-size:1.6rem;color:#333;height:2rem;margin-bottom:0.5rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.indexbox3 .con ul li:hover{box-shadow: 0 10px 20px #0003;transform: translateY(-5px);}

.indexbox3 .con ul li:nth-child(3n){margin-right:0px;}
.indexbox3 .con ul li:nth-child(-n+3){margin-top:0px;}


.indexbox4{width:100%;float:left;background:#ffffff;padding:6rem 0px;}
.indexbox4 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox4 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox4 .tit p{font-size:1.8rem;line-height:4rem;}
.indexbox4 .con{width:100%;float:left;margin-top:5rem;position: relative;}
.indexbox4 .con .case{width:100%;overflow:hidden;border-radius:1.5rem;box-shadow: 1px 0 24px 1px rgba(0, 0, 0, 0.1);position: relative;}
.indexbox4 .con .case ul li{display:flex;}
.indexbox4 .con .case ul li .pic{width:50%;overflow:hidden;}
.indexbox4 .con .case ul li .txt{width:50%;overflow:hidden;padding:2rem 3rem;box-sizing:border-box;}
.indexbox4 .con .case ul li .txt .t1{font-size:2rem;height:3rem;line-height:3rem;overflow:hidden;font-weight:bold;}
.indexbox4 .con .case ul li .txt .t2{font-size:1.6rem;height:3rem;line-height:3rem;overflow:hidden;margin:1rem 0px;}
.indexbox4 .con .case ul li .txt .t3{font-size:1.4rem;line-height:3rem;color:#666;}
.indexbox4 .con .case ul li .txt .t4{width:100%;height:3rem;line-height:3rem;overflow:hidden;margin-top:1.5rem;display:flex;align-items:center;font-size:14px;}
.indexbox4 .con .case ul li .txt .t4 span{display:flex;align-items:center;}
.indexbox4 .con .case ul li .txt .t4 span:not(:first-child){margin-left:2rem;}
.indexbox4 .con .case ul li .txt .t4 span img{height:2rem;margin-right:0.5rem;}
.indexbox4 .con .case .point{width:50%; text-align:left; position:absolute; bottom:4rem;z-index:99;left:calc(50% + 3rem);}
.indexbox4 .con .case .point span{width:5rem; height:0.6rem;margin:0px;margin-right:2rem;background:#fecea2;opacity:1;border-radius:0.5rem;}
.indexbox4 .con .case .point span.swiper-pagination-bullet-active{background:#fb6d32;opacity:1;}

.indexbox5{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.indexbox5 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox5 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox5 .tit p{font-size:1.8rem;line-height:4rem;}
.indexbox5 .con{width:100%;float:left;margin-top:5rem;position: relative;}
.indexbox5 .con ul{width:100%;float:left;}
.indexbox5 .con ul li{width:calc(20% - 20px);margin-right:25px;margin-top:25px;border:1px solid #ededed;float:left;overflow:hidden;box-sizing:border-box;}
.indexbox5 .con ul li:hover{box-shadow: 0px 1px 30px rgba(0, 0, 0, .1);}
.indexbox5 .con ul li a{display:block;width:100%;padding-top:40%;position: relative;overflow: hidden;background:#fff;}
.indexbox5 .con ul li a img{position:absolute;left:0px;top:0px;right:0px;bottom:0px;margin:auto;max-width:100%;max-height:100%;}
.indexbox5 .con ul li:nth-child(5n){margin-right:0px;}
.indexbox5 .con ul li:nth-child(-n+5){margin-top:0px;}

.indexbox6{width:100%;float:left;background:#ffffff;padding:6rem 0px;}
.indexbox6 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.indexbox6 .tit h2{font-size:3rem;line-height:5rem;}
.indexbox6 .tit p{font-size:1.8rem;line-height:4rem;}
.indexbox6 .con{width:100%;float:left;margin-top:3rem;position: relative;}
.indexbox6 .con .news_left{width:calc(100% - 450px);overflow:hidden;float: left;}
.indexbox6 .con .news_left .ttt{width:100%;overflow:hidden;display:flex;justify-content:space-between;height:90px;align-items:center;}
.indexbox6 .con .news_left .ttt h3{font-size: 24px;color: #161929; position: relative; line-height: 1; padding: 30px 0 20px 0; height: 40px;}
.indexbox6 .con .news_left .ttt h3:after{content:'';display: block; position: absolute; width:48px; height:4px; background: #fd7e26; left: 0px; bottom: 20px;}
.indexbox6 .con .news_left .ttt .tab{display:flex;justify-content:right;align-items:center;}
.indexbox6 .con .news_left .ttt .tab a{font-size:16px;margin-left:30px;color:#666;}
.indexbox6 .con .news_left .ttt .tab a.active{color:#fd7e26;position: relative;display:inline-block;height:20px;}
.indexbox6 .con .news_left .ttt .tab a.active:after{content:'';display: block; position: absolute; width:30px; height:2px; background: #fd7e26; left:50%; bottom: -10px;margin-left:-15px;}
.indexbox6 .con .news_left .ccc{width:100%;overflow:hidden;}
.indexbox6 .con .news_left .ccc ul li{width:100%;overflow:hidden;border-bottom:1px solid #e4e4e4;padding:2rem 0px;display:flex;}
.indexbox6 .con .news_left .ccc ul li .pic{width:20%;overflow:hidden;border:1px solid #f2f2f2;position: relative;align-self:baseline;font-size:0px;}
.indexbox6 .con .news_left .ccc ul li .pic img{width:100%;transition:all 0.5s;}
.indexbox6 .con .news_left .ccc ul li .pic img:hover{transform:scale(1.5);}
.indexbox6 .con .news_left .ccc ul li .dat{width:60px;line-height:30px;background:#e7e7e7;height:70px;margin-left:3rem;margin-right:2rem; text-align:center;font-size:14px;}
.indexbox6 .con .news_left .ccc ul li .dat span{background:#fd7e26;color:#fff;display:block;height:40px;line-height:40px;font-size:16px;font-weight:bold;}
.indexbox6 .con .news_left .ccc ul li .txt{flex:1;overflow:hidden;}
.indexbox6 .con .news_left .ccc ul li .txt .t{width:100%;height:20px;line-height:20px;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.indexbox6 .con .news_left .ccc ul li .txt .t a{color:#333;}
.indexbox6 .con .news_left .ccc ul li .txt .t a:hover{color:#fc7d34;}
.indexbox6 .con .news_left .ccc ul li .txt .c{width:100%;height:5px;line-height:25px;height:50px;font-size:14px;margin-top:1rem;color:#808080;overflow: hidden;}
.indexbox6 .con .news_left .ccc ul li:first-child{padding-top:0px;}

.indexbox6 .con .news_right{width:40rem;overflow:hidden;float: right;}
.indexbox6 .con .news_right .ttt{width:100%;overflow:hidden;display:flex;justify-content:space-between;height:90px;align-items:center;}
.indexbox6 .con .news_right .ttt h3{font-size: 24px;color: #161929; position: relative; line-height: 1; padding: 30px 0 20px 0; height: 40px;}
.indexbox6 .con .news_right .ttt h3:after{content:'';display: block; position: absolute; width:48px; height:4px; background: #fd7e26; left: 0px; bottom: 20px;}
.indexbox6 .con .news_right .ttt .tab{display:flex;justify-content:right;align-items:center;}
.indexbox6 .con .news_right .ttt .tab a{font-size:16px;margin-left:30px;color:#666;}
.indexbox6 .con .news_right .ttt .tab a.active{color:#fd7e26;position: relative;display:inline-block;height:20px;}
.indexbox6 .con .news_right .ttt .tab a.active:after{content:'';display: block; position: absolute; width:30px; height:2px; background: #fd7e26; left:50%; bottom: -10px;margin-left:-15px;}
.indexbox6 .con .news_right .ccc{width:100%;overflow:hidden;}
.indexbox6 .con .news_right .ccc ul li{width:100%;overflow:hidden;}
.indexbox6 .con .news_right .ccc ul li .t{font-size:16px; color: #333333;height:20px;line-height:20px;padding-bottom:10px; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis;background:url("/skin/images/tb26.png") no-repeat left 6px;background-size:auto 6px;text-indent:1.5rem;}
.indexbox6 .con .news_right .ccc ul li .c{font-size: 12px; color: #999999; overflow:hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; line-height:20px;height:20px;}
.indexbox6 .con .news_right .ccc ul li .d{font-size: 12px;color:#9c999c;padding-top:10px;height:20px;line-height:20px;overflow:hidden;background:url("/skin/images/tb68.png") no-repeat left 1.2rem;padding-left:2rem;}

.indexbox6 .con .news_right .ccc ul li a:hover .t{color:#fd7e26;}
.indexbox6 .con .news_right .ccc ul li:not(:first-child){margin-top:34px;}


.indexbox7{width:100%;height:240px;overflow:hidden;background:url("/skin/images/indexbox7_bg.jpg") no-repeat center center;background-size:cover;}
.indexbox7 .container{display:flex;align-items:center;justify-content:space-between;}
.indexbox7 .container .txt1{width:45%;display:flex;align-items:center;}
.indexbox7 .container .txt1 .item .t{height:60px;line-height:60px;white-space: nowrap;display:flex;align-items:center;font-size:32px;color: #ed353c;justify-content:center;}
.indexbox7 .container .txt1 .item .t .num { height:60px; line-height:60px;float: left; }
.indexbox7 .container .txt1 .item .t .suf{margin-left:5px;}
.indexbox7 .container .txt1 .item .c{font-size: 18px;color: #5d5d5d;}
.indexbox7 .container .txt1 .item{margin-left:10%;}

.indexbox7 .container .txt2{width:45%;overflow: hidden;text-align:center;}
.indexbox7 .container .txt2 .t{font-size:30px;height:45px;line-height:45px;overflow: hidden;}
.indexbox7 .container .txt2 .t{font-size:30px;}
.indexbox7 .container .txt2 .c{width:100%;height:50px;overflow: hidden;margin-top:25px;font-size:0px;}
.indexbox7 .container .txt2 .c a{display:inline-block;font-size:18px;width:160px;height:50px;line-height: 50px; display: inline-block; vertical-align: middle; text-align: center; color: #fff;background:#357df6;border-radius:0.8rem;}
.indexbox7 .container .txt2 .c a.a1{background:#357df6;}
.indexbox7 .container .txt2 .c a.a1:hover{background:#3b99fb;}
.indexbox7 .container .txt2 .c a.a2{background:#f81f32;}
.indexbox7 .container .txt2 .c a.a2:hover{background:#f4413c;}
.indexbox7 .container .txt2 .c a:nth-child(2){margin-left:2rem;}

.indexbox8{width:100%;height:10rem;background:#242424;}
.indexbox8 ul{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;}
.indexbox8 ul li{flex:1;overflow: hidden;display:flex;align-items:center;}
.indexbox8 ul li .pic{width:46px;height:46px;}
.indexbox8 ul li .pic img{max-width:100%;}
.indexbox8 ul li .txt{flex:1;overflow:hidden;margin-left:10px;}
.indexbox8 ul li .txt p{line-height:25px;color:#999;font-size:1.4rem;}
.indexbox8 ul li .txt p.t{font-size:1.6rem;color:#fff;}


/* 产品 */
.productbox1{width:100%;float:left;background:#ffffff;padding:6rem 0px;}
.productbox1 .container .pic{width:340px;overflow:hidden;padding:15px;border-radius:10px;box-shadow:0px 0px 20px #999;float:left;}
.productbox1 .container .pic .ppp{width:100%;overflow:hidden;}
.productbox1 .container .pic ul li img{width:100%;}
.productbox1 .container .con{width:calc(100% - 440px);overflow:hidden;float:right;}
.productbox1 .container .con .ttt{font-size:4rem;line-height:6rem;font-weight:bold;text-align: center;padding:1rem 0px;}
.productbox1 .container .con .ccc{width:100%;overflow:hidden;margin-top:4rem;}
.productbox1 .container .con .ccc ul{width:100%;float:left;}
.productbox1 .container .con .ccc ul li{width:25%;float:left;display:flex;justify-content:center;margin-top:3rem;}
.productbox1 .container .con .ccc ul li .cc{width:100px;padding:20px 10px;box-sizing:border-box;border-radius:1rem;cursor:pointer;}
.productbox1 .container .con .ccc ul li .cc .p{width:100%;height:50px;overflow: hidden;margin-bottom:1rem;background-position:center center;background-repeat:no-repeat;background-size:auto 50px;}
.productbox1 .container .con .ccc ul li:nth-child(1) .cc .p{background-image:url("/skin/images/tb69.png");}
.productbox1 .container .con .ccc ul li:nth-child(2) .cc .p{background-image:url("/skin/images/tb70.png");}
.productbox1 .container .con .ccc ul li:nth-child(3) .cc .p{background-image:url("/skin/images/tb71.png");}
.productbox1 .container .con .ccc ul li:nth-child(4) .cc .p{background-image:url("/skin/images/tb72.png");}
.productbox1 .container .con .ccc ul li:nth-child(5) .cc .p{background-image:url("/skin/images/tb73.png");}
.productbox1 .container .con .ccc ul li:nth-child(6) .cc .p{background-image:url("/skin/images/tb74.png");}
.productbox1 .container .con .ccc ul li:nth-child(7) .cc .p{background-image:url("/skin/images/tb75.png");}
.productbox1 .container .con .ccc ul li:nth-child(8) .cc .p{background-image:url("/skin/images/tb76.png");}
.productbox1 .container .con .ccc ul li:nth-child(9) .cc .p{background-image:url("/skin/images/tb77.png");}
.productbox1 .container .con .ccc ul li:nth-child(10) .cc .p{background-image:url("/skin/images/tb78.png");}
.productbox1 .container .con .ccc ul li:nth-child(11) .cc .p{background-image:url("/skin/images/tb79.png");}
.productbox1 .container .con .ccc ul li:nth-child(12) .cc .p{background-image:url("/skin/images/tb80.png");}
.productbox1 .container .con .ccc ul li .cc .t{text-align:center;height:2rem;line-height:2rem;overflow: hidden;font-size:1.5rem;color:#fd7e26;}
.productbox1 .container .con .ccc ul li.active .cc{background:#fd7e26;}
.productbox1 .container .con .ccc ul li.active:nth-child(1) .cc .p{background-image:url("/skin/images/tb69_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(2) .cc .p{background-image:url("/skin/images/tb70_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(3) .cc .p{background-image:url("/skin/images/tb71_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(4) .cc .p{background-image:url("/skin/images/tb72_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(5) .cc .p{background-image:url("/skin/images/tb73_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(6) .cc .p{background-image:url("/skin/images/tb74_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(7) .cc .p{background-image:url("/skin/images/tb75_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(8) .cc .p{background-image:url("/skin/images/tb76_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(9) .cc .p{background-image:url("/skin/images/tb77_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(10) .cc .p{background-image:url("/skin/images/tb78_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(11) .cc .p{background-image:url("/skin/images/tb79_1.png");}
.productbox1 .container .con .ccc ul li.active:nth-child(12) .cc .p{background-image:url("/skin/images/tb80_1.png");}
.productbox1 .container .con .ccc ul li.active .cc .t{color:#fff;}
.productbox1 .container .con .ccc ul li:nth-child(-n+4){margin-top:0px;}



.productbox2{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.productbox2 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox2 .tit h2{font-size:3rem;line-height:5rem;}
.productbox2 .tit p{font-size:1.8rem;line-height:4rem;}
.productbox2 .con{width:100%;float:left;margin-top:5rem;position: relative;}
.productbox2 .con ul{width:100%;float:left;}
.productbox2 .con ul li{width:calc(100%/3 - 40px);margin-right:60px;margin-top:30px;float:left;background:#fff;overflow:hidden;height:90px;box-shadow: 0 4px 20px 5px rgba(68, 93, 127, 0.1);border-radius:5px;transition:transform 0.5s;}
.productbox2 .con ul li:not(.more):hover{transform: translateY(-10px); box-shadow: 0 2px 15px 0 rgba(68, 93, 127, 0.24);}
.productbox2 .con ul li:hover a.card{filter: blur(3px);}
.productbox2 .con ul li:hover a.card::before{display:block;}
.productbox2 .con ul li a.card{width:100%;height:90px;overflow:hidden;padding:2rem;box-sizing:border-box;display:flex;position:relative;}
.productbox2 .con ul li a.card:before{ display: none; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #b6c5d6; opacity: .2; filter: alpha(opacity=20); z-index: 1; border-radius: 4px; }
.productbox2 .con ul li a.card .pic{width:50px;height:50px;}
.productbox2 .con ul li a.card .pic img{height:50px;}
.productbox2 .con ul li a.card .txt{flex:1;overflow:hidden;margin-left:1rem;}
.productbox2 .con ul li a.card .txt p{line-height:2rem;height:2rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color:#999;font-size:1.3rem;}
.productbox2 .con ul li a.card .txt p.t{margin-bottom:1rem;font-size:1.8rem;color:#333;}
.productbox2 .con ul li a.link{ position: absolute; top: 50%; left: 50%; margin-left: -50px; margin-top: 0; width: 100px; height: 34px; line-height: 34px; background-color: #2576fb; background: linear-gradient(90deg, #2576fb 0, #59a3ff 100%); border-radius: 17px; color: #fffefe; font-size: 13px; text-align: center; opacity: 0; transition:margin-top .3s ease, opacity .3s ease;opacity: 0; z-index: 2;}
.productbox2 .con ul li:hover a.link{ opacity: 1; margin-top: -17px; }
.productbox2 .con ul li:nth-child(3){margin-right:0px;}
.productbox2 .con ul li:nth-child(6){margin-right:0px;}
.productbox2 .con ul li:nth-child(-n+3){margin-top:0px;}
.productbox2 .con ul li.more{height:210px;position:absolute;right:0px;bottom:0px;margin:0px;background:url("/skin/images/saas_more.jpg") no-repeat center top;background-size:cover;}
.productbox2 .con ul li.more .tt{padding-left:25px;padding-top:6rem;line-height:20px;font-size:26px;color:#fff;text-shadow: 0 2px 6px rgba(68, 93, 127, 0.25);}
.productbox2 .con ul li.more .cc{padding-left:25px;}
.productbox2 .con ul li.more .cc a{margin-top:3rem; position: relative; display: block; width:120px; height: 34px; line-height: 34px; border-radius: 17px; font-size: 16px; color: #333; text-align: center; box-shadow: 0 8px 14px 1px rgba(36, 108, 215, 0.18);background:#fff;transition:all 0.3s;}
.productbox2 .con ul li.more .cc a:hover{color:#fff;background:#fd7e26;}



.productbox3{width:100%;float:left;background:#fff;padding:6rem 0px;}
.productbox3 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox3 .tit h2{font-size:3rem;line-height:5rem;}
.productbox3 .tit p{font-size:1.8rem;line-height:4rem;}
.productbox3 .con{width:100%;float:left;margin-top:5rem;position: relative;display:flex;}
.productbox3 .con .group_left{flex:1;overflow: hidden;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;flex-direction: column;}
.productbox3 .con .group_left .group_item{width:27rem;margin:35px 0px;background: #FFFFFF;box-shadow: 0 0 20px 1px rgba(143, 156, 175, 0.28); border-radius: 5px;height:80px;cursor:pointer;transition:all 0.2s;}
.productbox3 .con .group_left .group_item .tt{width:100%;height:35px;text-align:center;overflow:hidden;margin-top:-18px;}
.productbox3 .con .group_left .group_item .tt img{height:35px;}
.productbox3 .con .group_left .group_item .cc{padding: 0 14px 5px;border-radius: 0 0 5px 5px;margin-top:10px; text-align: left; font-size: 14px; color: #767676; line-height: 22px;}
.productbox3 .con .group_left .group_item:nth-child(1){margin-right:90px;}
.productbox3 .con .group_left .group_item:nth-child(2){margin-right:140px;}
.productbox3 .con .group_left .group_item:nth-child(3){margin-right:60px;}

.productbox3 .con .group_item.active{transform: translateY(-5px); box-shadow: 0 10px 30px #0000004d;}
.productbox3 .con .group_item.active .cc{border-bottom: 5px solid #fc7830;}

.productbox3 .con .group_center{width:300px;margin:0px auto;box-shadow: 0 0 40px 0 rgba(219, 221, 223, 0.83);overflow:hidden;border-radius:2rem;}
.productbox3 .con .group_center .pp img{width:100%;padding:15px;background:#fff;box-sizing:border-box;}
.productbox3 .con .group_right{flex:1;overflow: hidden;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;flex-direction: column;}
.productbox3 .con .group_right .group_item{width:27rem;margin:35px 0px;background: #FFFFFF;box-shadow: 0 0 20px 1px rgba(143, 156, 175, 0.28); border-radius: 5px;height:80px;cursor:pointer;transition:all 0.2s;}
.productbox3 .con .group_right .group_item .tt{width:100%;height:35px;text-align:center;overflow:hidden;margin-top:-18px;}
.productbox3 .con .group_right .group_item .tt img{height:35px;}
.productbox3 .con .group_right .group_item .cc{padding: 0 14px 5px;border-radius: 0 0 5px 5px;margin-top:10px; text-align: left; font-size: 14px; color: #767676; line-height: 22px;}
.productbox3 .con .group_right .group_item:nth-child(1){margin-left:90px;}
.productbox3 .con .group_right .group_item:nth-child(2){margin-left:140px;}
.productbox3 .con .group_right .group_item:nth-child(3){margin-left:60px;}



.productbox4{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.productbox4 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox4 .tit h2{font-size:3rem;line-height:5rem;}
.productbox4 .tit p{font-size:1.8rem;line-height:4rem;}
.productbox4 .con{width:100%;float:left;margin-top:5rem;position: relative;display:flex;justify-content:center;}
.productbox4 .con img{width:100%;max-width:100%;display:block;}


.productbox5{width:100%;float:left;background:#fff;padding:6rem 0px;}
.productbox5 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox5 .tit h2{font-size:3rem;line-height:5rem;}
.productbox5 .tit p{font-size:1.8rem;line-height:5rem;}
.productbox5 .con{width:100%;float:left;margin-top:3rem;position: relative;}
.productbox5 .con table{width: 100%; background: #FFFFFF;box-shadow: 0px 0px 8px rgba(26, 67, 149, 0.16); text-align: center;border-collapse: collapse;border-spacing: 0;}
.productbox5 .con table tr:first-child{background:#fd6c20;}
.productbox5 .con table tr th{height:50px;line-height:50px;font-size:16px;color:#fff;font-weight:500;}
.productbox5 .con table tr td{height:50px;line-height:50px;font-size:14px;border-bottom:1px solid #ebedf0;}
.productbox5 .con table tr td a{color:#333;}
.productbox5 .con table tr td a.y{color:#fd6c20;}
.productbox5 .con table tr td a:hover{color:#fd6c20;text-decoration:underline;}



.productbox6{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.productbox6 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox6 .tit h2{font-size:3rem;line-height:6rem;}
.productbox6 .tit p{font-size:1.8rem;line-height:6rem;}
.productbox6 .con{width:100%;float:left;margin-top:3rem;position: relative;}
.productbox6 .con .item{width:calc(100%/3 - 20px);margin-right:30px;overflow:hidden;float:left;box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 6%);border-radius:3px;}
.productbox6 .con .item .tt{width:100%;height:140px;background-repeat:no-repeat;background-position:center top;background-size:cover;padding:2rem;box-sizing: border-box;}
.productbox6 .con .item .tt h3{font-size:2.2rem;color:#fff;}
.productbox6 .con .item .tt p{font-size:12px;color:rgba(255, 255, 255, .6);margin-top:25px;}
.productbox6 .con .item:nth-child(1) .tt{background-image:url("/skin/images/b2b2c_tit_bg01.png");}
.productbox6 .con .item:nth-child(2) .tt{background-image:url("/skin/images/b2b2c_tit_bg02.png");}
.productbox6 .con .item:nth-child(3) .tt{background-image:url("/skin/images/b2b2c_tit_bg03.png");}
.productbox6 .con .item .cc{width:100%;background:#fff;padding:2rem;box-sizing:border-box;}
.productbox6 .con .item .cc ul li{height:26px;line-height:26px;display:flex;}
.productbox6 .con .item .cc ul li span{margin-left:auto;font-size:14px;color:#999;}
.productbox6 .con .item .cc ul li a{flex:1;overflow:hidden;margin-right:1rem;height:100%;white-space: nowrap;text-overflow:ellipsis;font-size:15px;color:#333;}
.productbox6 .con .item .cc ul li a:hover{color:#fd6c20;}
.productbox6 .con .item .cc ul li:not(:first-child){margin-top:1.5rem;}
.productbox6 .con .item:last-child{margin-right:0px;}


.productbox7{width:100%;float:left;background:url("/skin/images/productbox7_bg.png") no-repeat center top;padding:6rem 0px;background-size:cover;}
.productbox7 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.productbox7 .tit h2{font-size:3rem;line-height:6rem;color:#fff;}
.productbox7 .tit p{font-size:1.8rem;line-height:6rem;}
.productbox7 .con{width:100%;float:left;margin-top:3rem;position: relative;}
.productbox7 .con ul li{width:calc(25% - 90px/4);margin-right:30px;float:left;border:1px solid #DCDCDC;box-sizing:border-box;}
.productbox7 .con ul li a{display:flex;background:#fff;height:100px;padding:2rem;box-sizing:border-box;align-items:center;}
.productbox7 .con ul li a .pic{width:50px;height:50px;overflow:hidden;margin-right:1rem;}
.productbox7 .con ul li a .pic img{width:50px;height:50px;}
.productbox7 .con ul li a .txt{flex:1;overflow: hidden;}
.productbox7 .con ul li a .txt h3{height:25px;line-height:25px;font-size:16px;color:#333;}
.productbox7 .con ul li a .txt h3 span{float: right;color:#ee232b;}
.productbox7 .con ul li a .txt p{height:25px;line-height:25px;overflow: hidden;color:#888;font-size:14px;}
.productbox7 .con ul li:last-child{margin-right:0px;}


/* 关于我们 */
.aboutbox1{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.aboutbox1 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.aboutbox1 .tit h2{font-size:3rem;line-height:6rem;}
.aboutbox1 .tit p{font-size:1.8rem;line-height:6rem;}
.aboutbox1 .con{width:100%;float:left;margin-top:2rem;position: relative;display:flex;justify-content:space-between;}
.aboutbox1 .con .txt{width:50%;overflow: hidden;}
.aboutbox1 .con .txt .t{width:100%;height:3rem;line-height:3rem;font-size:2.6rem;overflow:hidden;font-weight:bold;}
.aboutbox1 .con .txt .c{width:100%;overflow:hidden;font-size:1.6rem;line-height:4rem;margin-top:1.5rem;color:#333;}
.aboutbox1 .con .pic{width:40%;overflow: hidden;margin-top:5rem;position: relative;align-self:baseline;}
.aboutbox1 .con .pic ul{width:100%;}
.aboutbox1 .con .pic ul li{width:100%;}
.aboutbox1 .con .pic ul li img{width:100%;}
.aboutbox1 .con .pic .point{width:100%; text-align:center; position:absolute; bottom:30px; z-index:99;}
.aboutbox1 .con .pic .point span{width:1.2rem; height:1.2rem; margin:0px 8px;background:#fff;opacity:1;}
.aboutbox1 .con .pic .point span.swiper-pagination-bullet-active{background:#fb6d32;opacity:1;}


.aboutbox2{width:100%;float:left;background:#ffffff;padding:6rem 0px;}
.aboutbox2 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.aboutbox2 .tit h2{font-size:3rem;line-height:6rem;}
.aboutbox2 .tit p{font-size:1.8rem;line-height:6rem;}
.aboutbox2 .con{width:100%;float:left;margin-top:2rem;position: relative;display:flex;justify-content:space-between;}
.aboutbox2 .con .group_left{flex:1;overflow: hidden;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;flex-direction: column;}
.aboutbox2 .con .group_left .group_item{width:calc(100% - 5rem);margin:35px 0px;background:linear-gradient(to bottom,#fd431c 10%,#fd611f 100%);border-radius:10px;padding:2rem;box-sizing:border-box;position:relative;}
.aboutbox2 .con .group_left .group_item::after{content:"";position:absolute;right:-20px;top:50%;border:10px solid transparent;border-left-color:#fd521d;margin-top:-5px;}
.aboutbox2 .con .group_left .group_item .tt{width:100%;height:30px;line-height:30px;text-align:left;overflow:hidden;font-size:1.8rem;color:#fff;}
.aboutbox2 .con .group_left .group_item .cc{margin-top:0.5rem;text-align: left;font-size:14px;}
.aboutbox2 .con .group_left .group_item .cc ul{width:100%;overflow:hidden;}
.aboutbox2 .con .group_left .group_item .cc ul li{width:calc(50% - 10px);margin-right:20px;float:left;margin-top:1rem;height:2rem;line-height:2rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color:#fff;}
.aboutbox2 .con .group_left .group_item .cc ul li a{color:#fff;}
.aboutbox2 .con .group_left .group_item .cc ul li a:hover{text-decoration:underline;}
.aboutbox2 .con .group_left .group_item .cc ul li:nth-child(2n){margin-right:0px;}
.aboutbox2 .con .group_center{width:40rem;margin:0px auto;overflow:hidden;display:flex;align-items:center;}
.aboutbox2 .con .group_center .pp img{width:100%;padding:15px;background:#fff;box-sizing:border-box;}
.aboutbox2 .con .group_right{flex:1;overflow: hidden;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;flex-direction: column;}
.aboutbox2 .con .group_right .group_item{width:calc(100% - 5rem);margin:35px 0px;background:linear-gradient(to bottom,#fd431c 10%,#fd611f 100%);border-radius:10px;padding:2rem;box-sizing:border-box;position:relative;}
.aboutbox2 .con .group_right .group_item::after{content:"";position:absolute;left:-20px;top:50%;border:10px solid transparent;border-right-color:#fd521d;margin-top:-5px;}
.aboutbox2 .con .group_right .group_item .tt{width:100%;height:30px;line-height:30px;text-align:left;overflow:hidden;font-size:1.8rem;color:#fff;}
.aboutbox2 .con .group_right .group_item .cc{margin-top:0.5rem;text-align: left;font-size:14px;}
.aboutbox2 .con .group_right .group_item .cc ul{width:100%;overflow:hidden;}
.aboutbox2 .con .group_right .group_item .cc ul li{width:calc(50% - 10px);margin-right:20px;float:left;margin-top:1rem;height:2rem;line-height:2rem;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color:#fff;}
.aboutbox2 .con .group_right .group_item .cc ul li a{color:#fff;}
.aboutbox2 .con .group_right .group_item .cc ul li a:hover{text-decoration:underline;}
.aboutbox2 .con .group_right .group_item .cc ul li:nth-child(2n){margin-right:0px;}



.aboutbox3{width:100%;float:left;background:#f8f8f8;padding:6rem 0px;}
.aboutbox3 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.aboutbox3 .tit h2{font-size:3rem;line-height:6rem;}
.aboutbox3 .tit p{font-size:1.8rem;line-height:6rem;}
.aboutbox3 .con{width:100%;float:left;margin-top:2rem;position: relative;display:flex;justify-content:center;}
.aboutbox3 .con .con_con{display:inline-block;}


.aboutbox4{width:100%;float:left;background:#ffffff;padding:6rem 0px;}
.aboutbox4 .tit{width:100%;overflow:hidden;float:left;text-align:center;}
.aboutbox4 .tit h2{font-size:3rem;line-height:6rem;}
.aboutbox4 .tit p{font-size:1.8rem;line-height:6rem;}
.aboutbox4 .con{width:100%;float:left;margin-top:4rem;position: relative;display:flex;justify-content:space-between;}
.aboutbox4 .con .pic{flex:1;overflow:hidden;margin-right:3rem;box-shadow:0px 0px 10px #999; background:url("/skin/images/about_map.jpg") no-repeat center top;background-size:cover;border-radius:1rem;height:35rem;}
.aboutbox4 .con .txt{width:36%;overflow: hidden;padding:4rem 3rem;box-sizing:border-box;box-shadow:0px 0px 10px #999;border-radius:1rem;}
.aboutbox4 .con .txt ul{width:100%;overflow: hidden;}
.aboutbox4 .con .txt ul li{display:flex;align-items:flex-start;overflow:hidden;margin-bottom:3rem;}
.aboutbox4 .con .txt ul li .p{width:30px;height:25px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-right:0.5rem;}
.aboutbox4 .con .txt ul li .t{flex:1;overflow:hidden;line-height:25px;font-size:1.4rem;}
.aboutbox4 .con .txt ul li:nth-child(1) .p img{height:22px;}
.aboutbox4 .con .txt ul li:nth-child(2) .p img{height:20px;}
.aboutbox4 .con .txt ul li:nth-child(3) .p img{height:16px;}
.aboutbox4 .con .txt .btn{width:100%;overflow: hidden;}
.aboutbox4 .con .txt .btn a{width:160px;height:45px;line-height:45px;display:inline-block;background:#fd7e26;color:#fff;text-align:center;font-size:1.6rem;border-radius:1rem;}
.aboutbox4 .con .txt .btn a:hover{background:#fd631f;}

/* 资讯 */
.newsbox{width:100%;float:left;padding:3rem 0px;}
.newsbox .container{display:flex;justify-content:space-between;}
.newsbox .left{flex:1;margin-right:2.4rem;background:#fff;border-radius:8px;padding:0px 2rem;box-sizing:border-box;align-self:baseline;overflow:hidden;}
.newsbox .left .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;border-bottom:1px solid #efefef;}
.newsbox .left .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .left .tit .as{padding-left:1rem;overflow: hidden;}
.newsbox .left .tit .as a{color:#606266;font-size:1.4rem;margin-left:1.5rem;}
.newsbox .left .tit .as a:hover{color:#fd7e26;}
.newsbox .left .con{width:100%;overflow:hidden;}
.newsbox .left .con ul li{width:100%;overflow:hidden;padding:15px 0px;display:flex;box-sizing:border-box;}
.newsbox .left .con ul li .pic{width:220px;height:140px;overflow:hidden;border-radius:1rem;}
.newsbox .left .con ul li .pic img{width:100%;height:100%;transition:all 0.5s;}
.newsbox .left .con ul li .pic img:hover{transform: scale(1.1);}
.newsbox .left .con ul li .txt{flex:1;overflow:hidden;margin-left:2rem;}
.newsbox .left .con ul li .txt h3{width:100%;height:30px;line-height:30px;overflow:hidden;font-size:18px;color:#333;white-space:nowrap;text-overflow:ellipsis;}
.newsbox .left .con ul li .txt h3 a{color:#333;font-weight:500;}
.newsbox .left .con ul li .txt h3 a:hover{color:#fd7e26;}
.newsbox .left .con ul li .txt .c{width:100%;height:50px;line-height:25px;overflow:hidden;font-size:14px;color:#909399;margin-top:1rem;}
.newsbox .left .con ul li .txt .d{width:100%;overflow:hidden;height:2rem;line-height:2rem;margin-top:1rem;}
.newsbox .left .con ul li .txt .d span{float:left;color: #999;padding-left:20px;}
.newsbox .left .con ul li .txt .d span:nth-child(1){background:url("/skin/images/a1.png") no-repeat left center;}
.newsbox .left .con ul li .txt .d span:nth-child(2){background:url("/skin/images/a2.png") no-repeat left center;}
.newsbox .left .con ul li .txt .d span:nth-child(3){background:url("/skin/images/a3.png") no-repeat left center;}
.newsbox .left .con ul li .txt .d span:nth-child(4){background:url("/skin/images/a4.png") no-repeat left center;}
.newsbox .left .con ul li .txt .d span:not(:first-child){margin-left:2rem;}
.newsbox .left .con ul li .txt .d span:last-child{float:right;}

.newsbox .article{flex:1;margin-right:2.4rem;background:#fff;border-radius:8px;padding:2.4rem;box-sizing:border-box;align-self:baseline;overflow:hidden;}
.newsbox .article .tit{width:100%;overflow:hidden;border-bottom:1px solid #efefef;padding-bottom:2.4rem;margin-bottom:2.4rem;}
.newsbox .article .tit h1{font-weight:500;font-size: 24px;color: #1F2C3D;line-height:36px;}
.newsbox .article .tit .info{margin-top:12px;font-weight: 400; font-size:14px; color: #606266;position:relative;}
.newsbox .article .tit .info span a{color:#fd7e26}
.newsbox .article .tit .info span a:hover{text-decoration:underline;}
.newsbox .article .tit .info span:not(:first-child){margin-left:2rem;}
.newsbox .article .tit .info span:last-child{float: right;}
.newsbox .article .guide{padding:24px;display:flex;background:#f8f8f8;overflow: hidden;margin-bottom:2.4rem;}
.newsbox .article .guide .pic{width:100px;height:100px;overflow: hidden;}
.newsbox .article .guide .pic img{width:100px;height:100px;}
.newsbox .article .guide .txt{flex:1;overflow: hidden;margin:0px 24px;}
.newsbox .article .guide .txt .t{height: 28px; font-weight: 500; font-size: 20px; color: #1F2C3D; line-height: 28px; width: 100%;}
.newsbox .article .guide .txt .c{margin-top: 6px; font-weight: 400; font-size: 14px; color: #91959B; line-height: 24px; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.newsbox .article .guide .btn{width:132px;height:100px;overflow:hidden;display:flex;align-items:center;}
.newsbox .article .guide .btn a{width: 100%; height: 48px; background-image: linear-gradient(110deg, #01C3A5 0%, #00AF77 100%); border-radius: 4px; border: none; font-weight: 400; font-size: 16px; color: #FFFFFF; text-align: center; line-height: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.newsbox .article .con{width:100%;overflow:hidden;line-height:3rem;font-size:1.6rem;color:#333;}
.newsbox .article .source{width:100%;margin-top:2rem;border-top:1px solid #efefef;padding-top:2rem;}
.newsbox .article .source .t{line-height:3rem;font-size:1.6rem;color:#fc7830;}
.newsbox .article .source .t a{color:#fc7830;text-decoration:underline;}
.newsbox .article .source .t:not(:first-child){margin-top:10px;}
.newsbox .article .praise{width:100%;overflow:hidden;display:flex;justify-content:center;margin:3rem 0px;}
.newsbox .article .praise a{display:block;padding:0px 40px;border:1px solid #fc7830;display:flex;align-items:center;height:40px;line-height:40px;border-radius:40px;color:#fc7830;font-size:14px;}
.newsbox .article .praise a img{height:2.4rem;margin-right:1rem;}
.newsbox .article .praise a p i{padding:0px 5px;}
.newsbox .article .tag_share{width:100%;overflow:hidden;display:flex;}
.newsbox .article .tag_share .tag{flex:1;overflow: hidden;margin-right:2rem;}
.newsbox .article .tag_share .tag a{width: auto; height: auto; float: left; font-weight: 400; font-size: 12px; color: #252D37; background-color: #F5F6F7; padding: 6px 10px; border-radius: 8px; margin-right: 20px;}
.newsbox .article .tag_share .share{width:113px;height:32px;overflow:hidden;}
.newsbox .article .tag_share .share a{display:block;width:100%;height:100%;background:url("/skin/images/wechat.png") no-repeat center top;cursor:pointer;}
.newsbox .article .tag_share .share a:hover{opacity:0.8;}
.newsbox .article .card{padding:40px 48px; background:url("/skin/images/aa2.jpg") center no-repeat;display:flex;justify-content: space-between; align-items: center;width:100%;box-sizing:border-box;overflow: hidden;border-radius:1rem;background-size:cover;margin:3rem 0px;}
.newsbox .article .card .card_left{flex:1;font-weight: 400; font-size: 16px; color: #FFFFFF; letter-spacing: 0; line-height: 24px;overflow: hidden;margin-right:3rem;}
.newsbox .article .card .card_right {width:144px;display:flex; flex-direction: column; align-items: center; }
.newsbox .article .card .card_right img{width:86px;height:86px;}
.newsbox .article .card .card_right div { font-weight: 400; margin-top: 12px; font-size: 12px; color: #FFFFFF;}
.newsbox .article .page{width:100%;overflow:hidden;font-size:1.6rem;color:#333;margin-bottom:1rem;}
.newsbox .article .page p{width:100%;display:flex;}
.newsbox .article .page p span{height:20px;line-height:20px;}
.newsbox .article .page p a{flex:1;overflow:hidden;line-height:20px;color:#333;}
.newsbox .article .page p a:hover{color:#fc7830;}
.newsbox .article .page p:last-child{margin-top:1.5rem;}



.newsbox .right{width:28rem;margin-left:auto;}
.newsbox .right .box1{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:2rem 2rem;box-sizing:border-box;}
.newsbox .right .box1 .search{width:100%;overflow:hidden;height:40px;border-radius:40px;background:#f8f8f8;}
.newsbox .right .box1 .search form{display:flex;justify-content:space-between;height:40px;}
.newsbox .right .box1 .search form .input{width:calc(100% - 50px);border:0px;overflow:hidden;background:none;outline:none;box-sizing:border-box;font-size:15px;padding:0px 1.5rem;}
.newsbox .right .box1 .search form .btn{width:50px;height:40px;background:transparent url("/skin/images/Search.png") no-repeat center center;border:0px;}
.newsbox .right .box1 .con{width:100%;overflow:hidden;display:none;}
.newsbox .right .box1 .con.active{display:block;}
.newsbox .right .box1 .con h3{width:100%; height: 20px;font-weight: 400;font-size: 14px;color: #909399;margin:10px 0px;}
.newsbox .right .box1 .con .list{width:100%;overflow:hidden;font-size:0px;}
.newsbox .right .box1 .con .list a{height:28px;line-height:28px;background: #F5F6F7;border-radius: 8px; padding: 0 12px; margin-bottom: 10px; margin-right:8px;color: #1F2C3D;display:inline-block;font-size:12px;}

.newsbox .right .box2{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:0rem 2rem;margin-top:2.4rem;box-sizing:border-box;}
.newsbox .right .box2 .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #efefef;}
.newsbox .right .box2 .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .right .box2 .tit span a{font-size: 14px;color: #909399;}
.newsbox .right .box2 .tit span a:hover{color:#fd7e26;}
.newsbox .right .box2 .con{width:100%;overflow:hidden;padding:20px 0px 25px;}
.newsbox .right .box2 .con ul li{height: 28px;line-height: 28px; color: #999; display: inline-block; width: 32%; text-align: left; text-indent: 10px; overflow: hidden;}
.newsbox .right .box2 .con ul li.none{display:none;}
.newsbox .right .box2 .con ul li a{font-weight: 400;font-size: 14px;color: #606266;}
.newsbox .right .box2 .tab{height: 44px; display: flex; align-items: center; justify-content: center; border-top: 1px solid #EFEFEF; font-weight: 400; font-size: 14px; color: #606266;cursor:pointer;}
.newsbox .right .box2 .tab span{transform: rotate(-270deg);margin-left:5px;transition:all 0.5s;}
.newsbox .right .box2.show .tab span{transform: rotate(-90deg);}
.newsbox .right .box2.show ul li.none{display:inline-block;;}

.newsbox .right .box3{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:0rem 2rem;margin-top:2.4rem;box-sizing:border-box;}
.newsbox .right .box3 .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #efefef;}
.newsbox .right .box3 .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .right .box3 .tit span a{font-size: 14px;color: #909399;}
.newsbox .right .box3 .tit span a:hover{color:#fd7e26;}
.newsbox .right .box3 .con{width:100%;overflow:hidden;padding:20px 0px 25px;}
.newsbox .right .box3 .con ul li{width:100%;overflow:hidden;}
.newsbox .right .box3 .con ul li a{display:flex;justify-content:space-between;}
.newsbox .right .box3 .con ul li a .pic{width:4rem;height:4rem;background:#f5f5f5;border-radius:4rem;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-right:1rem;}
.newsbox .right .box3 .con ul li a .pic img{height:2rem;}
.newsbox .right .box3 .con ul li a .txt{flex:1;overflow:hidden;}
.newsbox .right .box3 .con ul li a .txt .t{overflow:hidden;margin-bottom:0.5rem;font-size:16px;color: #1F2C3D;}
.newsbox .right .box3 .con ul li a .txt p{width:100%;height:2rem;line-height:2rem;font-size: 12px;color: #909399;white-space: nowrap;text-overflow:ellipsis;}
.newsbox .right .box3 .con ul li a:hover .txt .t{color:#fc7830;}
.newsbox .right .box3 .con ul li:not(:first-child){margin-top:2rem;}

.newsbox .right .box4{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:0rem 2rem;margin-top:2.4rem;box-sizing:border-box;}
.newsbox .right .box4 .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #efefef;}
.newsbox .right .box4 .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .right .box4 .tit span a{font-size: 14px;color: #909399;}
.newsbox .right .box4 .tit span a:hover{color:#fd7e26;}
.newsbox .right .box4 .con{width:100%;overflow:hidden;padding:20px 0px 10px;}
.newsbox .right .box4 .con a{font-size: 12px; height: 22px; line-height: 22px; text-align: center; padding: 0 12px; color: #666; border-radius: 8px; margin: 0 10px 15px 0; float: left; background-color: #f7f7fa;}
.newsbox .right .box4 .con a:hover{color:#fd7e26;border-color:#f7f0eb;background-color:#f7f0eb}

.newsbox .right .box5{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:0rem 2rem;margin-top:2.4rem;box-sizing:border-box;}
.newsbox .right .box5 .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #efefef;}
.newsbox .right .box5 .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .right .box5 .tit span a{font-size: 14px;color: #909399;}
.newsbox .right .box5 .tit span a:hover{color:#fd7e26;}
.newsbox .right .box5 .con{width:100%;overflow:hidden;padding:20px 0px 10px;}
.newsbox .right .box5 .con ul li{width:100%;overflow:hidden;}
.newsbox .right .box5 .con ul li a{display:flex;justify-content:space-between;}
.newsbox .right .box5 .con ul li .pic{width: 80px;height: 56px; border-radius: 8px; overflow: hidden;margin-right:1rem;}
.newsbox .right .box5 .con ul li .pic img{width:100%;height:100%;}
.newsbox .right .box5 .con ul li .txt{flex:1;overflow:hidden;}
.newsbox .right .box5 .con ul li .txt .t{overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;height:36px;color:#333;font-size:14px;line-height:18px;}
.newsbox .right .box5 .con ul li .txt .c{width:100%;height:18px;line-height:18px;overflow: hidden;color: #909399;font-size:12px;margin-top:5px;}
.newsbox .right .box5 .con ul li a:hover .t{color:#fc7830;}
.newsbox .right .box5 .con ul li:not(:first-child){margin-top:2rem;}

.newsbox .right .box6{width:100%;overflow:hidden;background: #FFFFFF;border-radius:8px;padding:0rem 2rem;margin-top:2.4rem;box-sizing:border-box;}
.newsbox .right .box6 .tit{width:100%;height:5.5rem;line-height:5.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #efefef;}
.newsbox .right .box6 .tit h2{font-size:18px;font-weight:500;background:url("/skin/images/tb81.png") no-repeat left center;padding-left:4rem;background-size:auto 2rem;}
.newsbox .right .box6 .tit span a{font-size: 14px;color: #909399;}
.newsbox .right .box6 .tit span a:hover{color:#fd7e26;}
.newsbox .right .box6 .con{width:100%;overflow:hidden;padding:20px 0px 25px;}
.newsbox .right .box6 .con ul li{width:100%;overflow:hidden;}
.newsbox .right .box6 .con ul li a{display:flex;}
.newsbox .right .box6 .con ul li a p{flex:1;height: 54px;font-weight: 400; font-size: 14px; color: #1F2C3D; line-height: 27px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;background:url("/skin/images/tb26.png") no-repeat left 11px;padding-left:12px;background-size:auto 6px;}
.newsbox .right .box6 .con ul li a span{text-align: right; width: 38px; height: 27px; font-weight: 400; font-size: 14px; color: #909399; line-height: 27px;margin-left:0.5rem;}
.newsbox .right .box6 .con ul li a:hover p{color:#fc7830;}
.newsbox .right .box6 .con ul li:not(:first-child){margin-top:2rem;}


.sharedialog{padding:20px;text-align: center;}
.sharedialog .tit{line-height:25px;font-size:16px;}
.sharedialog .con{width:260px;height:260px;overflow: hidden;margin-top:15px;}

.layui-layer-setwin .layui-layer-close2:hover { opacity: unset; background-color: #fc7830; }


/* 分页 */
.pagination {width:100%;padding:28px;box-sizing:border-box;}
.pagination ul {width:100%; text-align: center; margin: 0 auto; display: flex; flex-direction: row; justify-content: center;zoom:1;}
.pagination ul li { float: left; margin: 0 10px }
.pagination ul li a { display: block; width: 30px; height: 30px; line-height: 30px; background: #FFFFFF; border-radius: 8px; font-weight: 400; text-align: center; color: #666; font-size: 12px }
.pagination ul li a:hover { color: #00A98F; border-color: #00A98F }
.pagination ul li a.pagination-cur { color: #fff; background-color: #00A98F; border-color: #00A98F }
.pagination ul li a.pagination-none:hover { color: #666;border-color: #cfcfcf}


/* 网站地图 */
.mapbox{width:100%;overflow: hidden;padding:4rem 0px;}
.mapbox .tit{color: #333; padding-bottom: 20px; position: relative; border-bottom: 1px solid #e5e5e5;}
.mapbox .tit h2 a{color:#999;font-size:16px;}
.mapbox .tit:after{ content:"";position: absolute; bottom: -1px; left: 0px; width: 20px; height: 2px; background-color: #fc7830; }
.mapbox .con{width:100%;overflow:hidden;margin-top:10px;}
.mapbox .con a{width:calc(25% - 15px);display: block; font-size: 14px;color: #666; line-height: 36px; margin-top: 6px; position: relative; padding-left: 8px;margin-right:20px;float: left;box-sizing:border-box;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.mapbox .con a:after { content: ""; position: absolute; left: 0; top: 50%; width: 2px; height: 2px; background-color: #666; margin-top: -1px; }
.mapbox .con a:nth-child(4n){margin-right:0px;}


/* 数字滚动 */
.inrow{font-size:0;}
.inrow>dd,.inrow span{display:inline-block;zoom:1;font-size:40px;letter-spacing:normal;word-spacing:normal;}
.dataNums{display: block; width:100%; height:100%;text-align:center;}
.dataNums .dataOne{width:22px;height:100%; margin:0px 0px; text-align: center;}
.dataNums .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums .dataBoc .tt {position: absolute;top: 0; left: 0; width: 100%;  height: 100%;}
.dataNums .tt span{width:100%;height:100%;text-align:center;display:block;}


/* 底部 */
.footer{width:100%;font-size:1.2rem;float:left;color:#fff;background:#2e2e2e;font-size:1.2rem;}
.footer .foot01{width:100%;overflow:hidden;padding-top:0.5rem;}
.footer .foot01 .container{display:flex;justify-content:space-between;}
.footer .foot01 .about{flex:1;overflow:hidden;}
.footer .foot01 .about .tit{width:100%;height:5rem;line-height:5rem;display:flex;align-items:center;font-size:1.6rem;font-weight:bold;}
.footer .foot01 .about .tit img{margin-right:10px;}
.footer .foot01 .about .con{line-height:3rem;font-size:1.5rem;padding-top:1rem;}
.footer .foot01 .nav{width:10rem;overflow:hidden;margin:0px 15rem;}
.footer .foot01 .nav ul li{font-size:1.5rem;}
.footer .foot01 .nav ul li a{display:block;height:5rem;line-height:5rem;color:#fff;}
.footer .foot01 .nav ul li a:hover{color:#fb6c32;}
.footer .foot01 .nav .tit{width:100%;height:5rem;line-height:5rem;display:flex;align-items:center;font-size:1.6rem;}
.footer .foot01 .product{margin-left:auto;}
.footer .foot01 .product .tit{width:100%;height:5rem;line-height:5rem;display:flex;align-items:center;font-size:1.6rem;}
.footer .foot01 .product .con{width:100%;overflow: hidden;padding-top:0.5rem;}
.footer .foot01 .product .con ul li{width:100%;overflow: hidden;}
.footer .foot01 .product .con ul li a{display:block;width:100%;display:flex;align-items:center;}
.footer .foot01 .product .con ul li a:hover .txt p.t{color:#fb6c32;}
.footer .foot01 .product .con ul li a .pic{width:40px;height:40px;margin-right:1rem;}
.footer .foot01 .product .con ul li a .pic img{width:100%;height:100%;}
.footer .foot01 .product .con ul li .txt p{font-size:14px;height:15px;line-height:25px;color:#999;}
.footer .foot01 .product .con ul li .txt p.t{font-size:15px;color:#fff;}

.footer .foot01 .product .con ul li:not(:first-child){margin-top:2rem;}

.footer .foot02{width:100%;overflow: hidden;margin-top:1.5rem;}
.footer .foot02 .container{border-top:1px solid #fff;border-bottom:1px solid #fff;padding:1rem 0px;}
.footer .foot02 .tit{width:100%;line-height:3rem;font-size:1.6rem;font-weight:bold;}
.footer .foot02 .con{width:100%;overflow: hidden;padding-top:1rem;}
.footer .foot02 .con a{font-size:1.4rem;margin-right:3rem;color:#fff;font-size:1.4rem;line-height:3rem;}
.footer .foot02 .con a:hover{color:#fb6c32;}
.footer .foot03{width:100%;overflow: hidden;}
.footer .foot03 .container{display:flex;justify-content:space-between;line-height:5rem;font-size:1.4rem;color:#fff;}
.footer .foot03 .container a{color:#fff;}
.footer .foot03 .container a:hover{color:#fb6c32;}


/* 在线客服 */
.onlinebox{width:120px;overflow:hidden;position:fixed;top:50%;right:0px;z-index:999;font-size:12px;margin-top:-200px;}
.onlinebox .con{width:100%;overflow:hidden;padding: 0 9px;border: 1px solid #e6e6e6; border-radius: 6px; background-color: #fff;box-sizing:border-box;}
.onlinebox .con .qrcode{padding:10px 0;padding-bottom:5px;text-align: center; border-bottom: 1px solid #e6e6e6;}
.onlinebox .con .qrcode img { width: 90px; height: 90px; margin: 0 auto; display: block; }
.onlinebox .con .qrcode p{line-height:18px;}
.onlinebox .con .tel{padding: 5px 0; text-align: center; border-bottom: 1px solid #e6e6e6; cursor: pointer;}
.onlinebox .con .tel img{width:45px;height:45px;}
.onlinebox .con .tel p{font-size:14px;line-height:18px;}
.onlinebox .con .tel a{color:#333;}
.onlinebox .con .tel a:hover{color:#333;}
.onlinebox .con .info{padding:8px 0; text-align: center; border-bottom: 1px solid #e6e6e6; cursor: pointer;}
.onlinebox .con .info a p.t{color:#808080;background:url("/skin/images/tel_icon2.png") no-repeat left center;padding-left:2px;}
.onlinebox .con .info a p.c{color:#333;font-weight:bold;font-size:15px;margin-top:6px;}
.onlinebox .con .info p.t{line-height:20px;height:20px;overflow: hidden;}
.onlinebox .con .info p.c{font-size:14px;line-height:18px;}
.onlinebox .con .link{padding:7px 0;width:100%;overflow: hidden;}
.onlinebox .con .link a{display:block;width:100%;padding:6px 0px;font-size:12px;text-align:center;background:#f5f5f5;border-radius:3px;margin:3px 0px;color: #333;}
.onlinebox .con .link a:hover{background:#1ec981;color:#fff;}
.onlinebox .back{width:100%;overflow: hidden;}
.onlinebox .back a{width: 40px; height: 60px; margin: 0 auto; background: url("/skin/images/top_icon.png") no-repeat center top; display: block;}