@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;cursor: pointer;}
a:hover{text-decoration:none; color: #8f2722;}
input,textarea,select,button{font-family:Arial,"Microsoft YaHei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#aaa;color:#FFF;}
::selection {background: #aaa;color: #FFF;}
img{border:0}
.clear {zoom: 1;clear:both; }
.clear:after {content: ''; display: block; clear: both; }
table{width: 100%; border-collapse:collapse;}
table tr,table td{max-width: 100%; border: solid 1px #eee; }
.fl{float:left;}
.fr{float:right;}
input,textarea,select{font-family:"Microsoft YaHei"; font-size:12px;}
input:focus,textarea:focus,select:focus{ outline:none;}
@font-face {font-family:'BebasNeue-Regular'; src: url('../fonts/BebasNeue-Regular-3.ttf'); }
@font-face {font-family:'Ind736It'; src: url('../fonts/Ind736It-Bold.ttf'); }

@font-face {font-family:Barlow-Bold; src: url('../fonts/Barlow-Bold.ttf'); }
@font-face {font-family:Ind736It; src: url('../fonts/cosc.ttf'); }

.pc{ display:block}
.mb{ display:none}

.scrollbar::-webkit-scrollbar{ width:6px; background:#f4f4f4; }/* 滚动条整体部分 */
.scrollbar::-webkit-scrollbar-button{ display:none;}/*  滚动条两端的按钮 */
.scrollbar::-webkit-scrollbar-track{ display:none;}/*  外层轨道 */
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}/*  内层轨道 */
.scrollbar::-webkit-scrollbar-thumb{ background:#342c2a;}/*  滚动条里面可以拖动的那部分 */
.scrollbar::-webkit-scrollbar-corner{display:none;}/* 边角 */
.scrollbar::-webkit-resizer{display:none;}/*  定义右下角拖动块的样式 */

.iconT{display: flex;align-items: center;text-align: center;justify-content: center;}

.c1200{ width: 1200px; margin:0 auto;}
.wrap{width: 87%;margin: 0 auto;min-width: 1150px;}

.chevron{width: 36px;height: 52px;position:absolute;left:50%;bottom:60px;z-index:20;text-align:center;transform:translateX(-50%);cursor: pointer;padding:0 10px;animation: pul 2s infinite;}
.chevron a{width: 32px;height: 48px;display: block;border: 2px solid #fff;border-radius: 18px;position: relative;}
.chevron a::after{content: '';width: 6px;height: 12px;background-color: #a50e15;border-radius: 3px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
@-webkit-keyframes pul{ 0%{-webkit-transform: translate(0, 0);transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px);transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }
@keyframes pul{ 0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }

/*menuBox*/
.menuBox{width: 100%;height: 100%;background-color: #FFFFFF;position: fixed;top: 0;right: -100%;z-index: 9999;transition: all 0.8s ease;}
.menuBox::after{content:'';width: 1px;height: 100%;background-color: #e0e0e0;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.menuBox .box{width: 94%;margin: 0 auto;min-width: 1150px;padding: 40px 0 0;position: relative;z-index: 9;}
.menuBox .box .logo{float: left;}
.menuBox .box .logo img{height: 42px;display: block;}
.menuBox .box .close{float: right;font-size: 16px;line-height: 50px;color: #333;position: relative;padding-right: 60px;cursor: pointer;transition: all 0.6s ease;}
.menuBox .box .close .iconfont{width: 50px;height: 50px;background-color: #333;color: #FFFFFF;font-size: 20px;position: absolute;top: 0;right: 0;border-radius: 50%;transition: all 0.6s ease;}
.menuBox .box .close:hover{color: #a50e15;}
.menuBox .box .close:hover .iconfont{background-color: #a50e15;transform: rotate(360deg);}
.menuBox .menuNav{width: 50%;height: 100%;position: absolute;top: 0;left: 0;}
.menuBox .menuNav ul{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.menuBox .menuNav ul li{margin: 18% 0;}
.menuBox .menuNav ul li a{font-size: 30px;color: #333; text-transform: capitalize;}
.menuBox .menuNav ul li a span{ font-size: 30px; color: #333; font-family:'Ind736It';}
.menuBox .menuNav ul li:hover a,.menuBox .menuNav ul li#select a,.menuBox .menuNav ul li:hover a span,.menuBox .menuNav ul li#select a span{color: #a50e15;}
.menuBox .menuContact{width: 50%;height: 100%;position: absolute;top: 0;right: 0;}
.menuBox .menuContact .img{width: 160px;height: 160px;margin-bottom: 100px;}
.menuBox .menuContact .img img{width: 100%;box-shadow: 0 0 16px rgba(0,0,0,0.08);-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.08);-moz-box-shadow: 0 0 16px rgba(0,0,0,0.08);}
.menuBox .menuContact .contBox{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 416px;}
.menuBox .menuContact .contBox .title{font-size: 32px;color: #333;}
.menuBox .menuContact .contBox .phone{font-family: Ind736It;font-size: 42px;font-stretch: normal;color: #333;}
.menuBox .menuContact .contBox .text{font-size: 16px;line-height: 26px;color: #666666;margin-top: 10px;}
.menuBoxOn{right: 0 !important;}
@media (max-width: 1366px) {
    .menuBox .menuNav ul li a{font-size: 30px;}
    .menuBox .menuContact .img{width: 120px;height: 120px;margin-bottom: 60px;}
    .menuBox .menuContact .contBox .title{font-size: 24px;}
    .menuBox .menuContact .contBox .phone{font-size: 38px;}
}

/*header*/
.header{width: 100%;background-color:rgba(255,255,255,0);position:fixed;top: 0;left: 0;z-index: 999;transition: all 0.6s ease;}
.header::before{ content: ''; width: 100%; height: 1px; background-color: rgba(255,255,255,0.2); position: absolute; bottom: 0; left: 0;}
.header .box{ width: 100%; padding-left: 6.5%; box-sizing: border-box; position: relative; min-width: 1150px; font-size: 0;}
.headerLogo{float: left;}
.headerLogo a{display: block; width: 349px; height: 71px; margin: 15px 0; background: url(../images/logo1.png)  no-repeat; background-size: auto 71px; transition: all 0.6s ease;}
.headerTel{ position: relative;  display: inline-flex; vertical-align: middle; height: 80px; background-color: rgba(255,255,255,0); align-items: center;justify-content: space-between; padding: 0 20px;}
.headerTel::before{ content: ''; width: 1px; height: 100%; background-color: rgba(255,255,255,0.2); position: absolute; left: 0; top: 0;}
.headerTel .iconT{  font-size: 40px; color: #fff;}
.headerTel span{ display: inline-block; margin-left: 0; font-size: 25px; color: #fff; }
.header .nav{ display: inline-block; vertical-align: middle; margin-right: 40px; }
.header .nav .nLi{display: inline-block;position: relative;margin-right: 30px;}
.header .nav .nLi h3{padding: 35px 0;transition: all 0.6s ease;}
.header .nav .nLi h3 a{display:block; line-height:30px;font-size:16px;color:#fff;font-weight: normal;}
.header .nav .sub{display:none;position:absolute;top:99px;transform: translateX(-50%);left: 50%;width: 140px;background-color:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.header .nav .sub a{display:block;text-align: center;font-size: 16px;color: #333;padding:16px 10px;box-sizing: border-box;transition: all 0.6s ease;}
.header .nav .sub a:hover,.header .nav .sub li.on a{background-color: #a50e15;color: #FFFFFF;}
.header .nav .nLi:hover h3 a,.header .nav .nLi#on h3 a{color: #a50e15;}
.header .popnav{width: 80px; position: relative; display: inline-block; margin: 0 40px; vertical-align: middle; cursor: pointer;}
.header .popnav .menu{width: 24px;height: 18px;position: relative;overflow: hidden;float: left;}
.header .popnav .menu .solid{width: 24px;height: 1px;background-color: #fff;transition: all 0.6s ease;}
.header .popnav .menu .solid1{position: absolute;top: 0;left: 0;}
.header .popnav .menu .solid2{position: absolute;top: 0;left: 0;bottom: 0;margin: auto;width: 18px;transition: all 0.6s ease;}
.header .popnav .menu .solid3{position: absolute;bottom: 0;left: 0;}
.onSolid1{transform: rotate(45deg) translateY(11px);left: 8px !important;}
.onSolid2{transform: translateX(-30px);}
.onSolid3{transform: rotate(-45deg) translateY(-11px);left: 8px !important;}
.header .popnav .tit{color: #fff;font-size: 16px;float: right;line-height: 18px;transition: all 0.6s ease;}
.header .popnav:hover .menu .solid{background-color: #a50e15;}
.header .popnav:hover .menu .solid2{width: 24px;}
.header .popnav:hover .tit{color: #a50e15;}
@media (max-width: 1440px) {
    .header .nav{ display: inline-block; vertical-align: middle; margin-right: 0; }
}
@media (max-width: 1366px) {
    .header .nav .nLi{display: inline-block;position: relative;margin-right: 30px;}
}
.is-fixed{box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: rgba(255,255,255,1); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); border-bottom: rgba(255,255,255,0);}
.is-fixed .headerLogo a{ background: url(../images/logo.png) no-repeat; background-size: auto 71px; }
.is-fixed .nav .nLi h3 a{color:#333;}
.is-fixed .popnav .menu .solid{background-color: #000;}
.is-fixed .popnav .tit{color: #000;}
.is-fixed::before,.is-fixed .headerTel::before{ display: none;}
.is-fixed .headerTel{  background: url(../images/offer_bg.jpg) no-repeat right top; }
.is-fixed .headerTel .iconT,.is-fixed .headerTel .iconT{   color: #fff;}
.is-fixed .headerTel .iconT,.is-fixed .headerTel .tubiao { background: url(../images/offer_bg.jpg) no-repeat right top;}

/*indexBanner*/
.indexBanner{width: 100%;position: relative;height: 100vh;background: #000;overflow: hidden;}
.indexBanner .bd{margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.indexBanner .bd ul{width: 100% !important;}
.indexBanner .bd li{width: 100% !important;height:  100vh;overflow: hidden; background-size: cover !important;}
.indexBanner .bd li .cont{width: 100%;padding: 20% 3% 0;box-sizing: border-box;}
.indexBanner .bd li .cont .tit{color: #FFFFFF;font-size: 48px;}
.indexBanner .bd li .cont .title{color: #FFFFFF;font-size: 52px;margin-top: 1%;}
.indexBanner .bd li .cont .title span{font-size:90px; letter-spacing:6px}
.indexBanner .bd li .cont .sum { margin-top: 2%;}
.indexBanner .bd li .cont .sum a{ display: inline-block;  color: #fff; font-size: 16px; letter-spacing: 1px; padding: 0 16px; line-height: 40px; border-radius: 25px; border: solid 1px #fff; margin-right: 20px;}
.indexBanner .bd li .cont .sum a:hover{ background-color: #fff; color: #a50e15;}
.indexBanner .hd{width: 87%;min-width: 1150px;position: absolute;z-index: 4;bottom: 4%;left:50%;transform: translateX(-50%);display: table;font-size: 0;text-align: right;}
.indexBanner .hd ul::after{content: '';width: 2px;height: 210px;background-color: #ffffff;opacity: 0.3;filter:alpha(opacity=30);position: absolute;bottom: 40px;left: 12px;}
.indexBanner .hd ul li{cursor: pointer;display: inline-block;*display: inline;zoom: 1; overflow: hidden;}
.indexBanner .hd ul li p{width: 5px;height: 20px;margin: 0 6px;position:relative;}
.indexBanner .hd ul li p::after{content: '';width: 5px;height: 12px;border-radius: 6px;background-color: #fff;opacity:0.7;filter:alpha(opacity=70);position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.indexBanner .hd ul li.on p::after{filter:alpha(opacity=100);opacity:1;height: 20px;}
.indexBanner .hd ul li::after{content: '';width: 2px;height: 2px;background-color: #FFFFFF;position: absolute;top: -221px;left: 12px;opacity: 0;filter:alpha(opacity=0);}
.indexBanner .hd ul li.on::after{filter:alpha(opacity=100);opacity:1;animation: solid 8s linear infinite;}
.indexBanner .hd .mouse{color: #FFFFFF;font-size: 26px;float: left;}
@keyframes solid{0%{height: 2px;} 100%{height: 212px;}}
@-webkit-keyframes solid{0%{height: 2px;} 100%{height: 212px;}}
.indexBanner .icon-jiantou1{display:block;width:50px;height:50px;line-height:50px;font-size: 30px;color: #a50e15;text-align: center;background-color: rgba(255,255,255,0.4);position:absolute; top:50%; margin-top:-25px;filter:alpha(opacity=20);opacity:0.2;transition: all 0.6s ease;}
.indexBanner .prev{left: -50px;transform: rotate(-180deg);}
.indexBanner .next{right: -50px;}
.indexBanner .prev:hover,.indexBanner .next:hover{ background-color: #a50e15;color: #FFFFFF; }
.indexBanner:hover .prev{left: 100px;filter:alpha(opacity=100);opacity:1;}
.indexBanner:hover .next{right: 100px;filter:alpha(opacity=100);opacity:1;}


/*indexTitle*/
.indexTitle{}
.indexTitle .tit{font-size: 38px;line-height: 38px;color: #000000;}
.indexTitle .tit span{font-size: 38px;line-height: 18px;font-family: Ind736It;color: #333333;text-transform: capitalize;margin-left: 10px; font-weight:normal}
.indexTitle .tit p{font-size: 38px;line-height: 18px;font-family: Ind736It;color: #333333;text-transform: capitalize;margin-top: 10px;}
.indexTitle .txt{font-size: 16px;line-height: 24px;color: #666666;margin-top: 12px;}


/*indexService*/
.indexService{width: 100%;position: relative;overflow: hidden;z-index: 1;padding: 90px 0 70px; overflow: hidden; background:url(../images/about_bg01.jpg) no-repeat center top;}
/*.indexService::after{content: '';width: 58%;height: 100%;background-color: #f7fafc;position: absolute;top: 0;right: 0;z-index: -1;}*/
.serviceBox{width:100%;position: relative;margin-top: 80px;}
.serviceBox .hd{width: 38%;float: left;}
.serviceBox .hd .img1,.serviceBox .hd .img2{/*width: 28px;height: 28px;*/}
.serviceBox .hd .img1{margin-top: -20px;}
.serviceBox .hd ul{border-left: 1px solid #dddddd;padding: 20px 0;margin: 10px 0 10px 16px;}
.serviceBox .hd ul li{margin-bottom: 30px;}
.serviceBox .hd ul li:last-child{margin-bottom: 0;}
.serviceBox .hd ul li .box{position: relative;padding-left: 4%;box-sizing: border-box;}
.serviceBox .hd ul li .box::before{content:'';width: 1px;height: 0;background-color: #21282e;position: absolute;top: 0;left: -1px; transition: all 0.6s ease;}
.serviceBox .hd ul li .num{float: left;font-family: Ind736It;font-size: 32px;color: #b2b8bc;line-height: 22px;transition: all 0.6s ease;}
.serviceBox .hd ul li .cont{float: left;max-width: 80%;margin-left: 10%;}
.serviceBox .hd ul li .cont .txt{position: relative;font-size: 20px;color: #919ca4;line-height: 32px;transition: all 0.6s ease; cursor: pointer;}
.serviceBox .hd ul li .cont .txt p{font-family: Arial, Helvetica, sans-serif;font-size: 48px;font-weight: 900;line-height: 30px;text-transform: capitalize;color: #666666;opacity: 0;filter:alpha(opacity=0);position: absolute;top: 4px;left: 0;transition: all 0.6s ease;}
.serviceBox .hd ul li .cont .title{transition: all 0.6s ease;margin-top: 0;height: 0;overflow: hidden; font-size: 0;}
.serviceBox .hd ul li .cont .title .tit{font-size: 15px;color: #666666;margin-top: 6px; box-sizing: border-box; width: 100%; display: inline-block; vertical-align: top; margin-right: 2%; cursor: pointer; line-height:25px;}
.serviceBox .hd ul li .cont .title .tit span{ display: inline-block; padding: 4px 8px; border: 2px solid rgba(0,0,0,0);}
/*.serviceBox .hd ul li .cont .title .tit:hover span{border-color: #a50e15;color: #a50e15;}*/
.serviceBox .hd ul li .text{ box-sizing: border-box; border: solid 2px #eee; position: absolute;top: -104px;z-index: 9;cursor: pointer; transition: all 0.6s ease;}
.serviceBox .hd ul li .text::before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background-color: #f7fafc; transition: all 0.6s ease;}
.serviceBox .hd ul li .text span{ display: inline-block; font-size: 16px; line-height: 24px;  color: #333; width: 100%; font-weight: bold; letter-spacing: 1px;  position: relative; z-index: 2; padding: 10px 28px; box-sizing: border-box; transition: all 0.6s ease;}
.serviceBox .hd ul li:nth-child(1) .text{right: 500px;}
.serviceBox .hd ul li:nth-child(2) .text{right: 330px;}
.serviceBox .hd ul li:nth-child(3) .text{right: 170px;}
.serviceBox .hd ul li:nth-child(4) .text{right: 0;}
.serviceBox .hd ul li.on .num{color: #21282e;}
.serviceBox .hd ul li.on .cont .txt{color:#21282e;padding-top: 20px;font-weight: bold;}
.serviceBox .hd ul li.on .cont .txt p{opacity:0.2;filter:alpha(opacity=20);}
.serviceBox .hd ul li.on .cont .title{margin-top: 10px;height: 140px;}
.serviceBox .hd ul li.on .box::before{ height: 100%;}
.serviceBox .hd ul li.on .text span{color: #fff;}
.serviceBox .hd ul li.on .text{ background-color: #a50e15; border-color: #a50e15;}
.serviceBox .hd ul li.on .text::before{ transform: scale(0);}
.serviceBox .bd{width: 61%;float: right;}
.serviceBox .bd .img{width: 100%;overflow: hidden;height: 540px;background-size: cover !important;position: relative;}
.serviceBox .bd .img.web .img1{width: 14%;position: absolute;bottom: 14%;right: 10%;z-index: 3;}
.serviceBox .bd .img.web .img2{width: 60%;position: absolute;bottom: 14%;right: 22%;}
.serviceBox .bd .img.web .img3{width: 14%;position: absolute;bottom: 14%;right: 80%;}
.serviceBox .bd .img.wechat .img1{width: 27%;position: absolute;bottom: 32%;left: 5%; }
.serviceBox .bd .img.wechat .img2{width: 27%;position: absolute;bottom: 17%;left: 27%;}
.serviceBox .bd .img.wechat .img3{width: 27%;position: absolute;bottom: 32%;left: 47%; }
.serviceBox .bd .img.wechat .img4{width: 27%;position: absolute;bottom: 17%;left: 67%;}
.serviceBox .bd .img.wechat .img5{width: 25%;position: absolute;bottom: 60.5%;right: 8.5%;}
.serviceBox .bd .img.marketing .img1{width: 50%;position: absolute; top: 20%; left:8%; }
.serviceBox .bd .img.marketing .img2{width: 50%;position: absolute; top: 20%; left:52%; }
.serviceBox .bd .img.marketing .img3{width: 12%;position: absolute; top: 16%; left:50%; }
.serviceBox .bd .img.marketing .img4{width: 25%;position: absolute; bottom: 7%; right:5%; }
.serviceBox .bd .img.marketing .img5{width: 66%;position: absolute; top: 10%; left:10%; }
.serviceBox .bd .img.vr .img1{width: 45%;position: absolute; top: 10%; left:5%; }
.serviceBox .bd .img.vr .img2{width: 42%;position: absolute; top: 22%; right:5%;  }
.serviceBox .bd .img.vr .img3{width: 35%;position: absolute; top: 15%; left:34%; }
.serviceBox .bd .img.vr .img4{width: 48%;position: absolute; top: 10%; left:30%; }
.serviceBox .bd .img.design .img1{width: 46%;position: absolute; top: 8%; left:-4%;}
.serviceBox .bd .img.design .img2{width: 22%;position: absolute; bottom: -17%; left:-11%;}
.serviceBox .bd .img.design .img3{width: 23%;position: absolute; bottom: -17%; left:9%;}
.serviceBox .bd .img.design .img4{width: 26%;position: absolute; bottom: -15%; left:32%;}
.serviceBox .bd .img.design .img5{width: 30%;position: absolute; bottom: -13%; right:0%;}
.serviceBox .bd .img.design .img6{width: 10%;position: absolute; bottom: 16%; right:28%;}
.serviceBox .bd .img.design .img7{width: 27%;position: absolute; bottom: 27%; right:35%;}
.serviceBox .bd .img.design .img8{width: 34%;position: absolute; top: 10%; right:0%;}


.serviceBox .bd .img img{width: 100%;display: block;}
.serviceBox .arrow{ position:absolute; right:0; bottom:0;width: 62%;z-index: 9;}
.serviceBox .arrow a{display:block;width:40px; height:40px;line-height:40px;overflow:hidden;border-radius: 50%;border: 1px solid #FFFFFF;box-sizing: border-box;color: #FFFFFF;font-size: 28px;margin-bottom: 60px;margin-left: 6%;cursor:pointer;transition: all 0.6s ease;}
.serviceBox .arrow .prev{transform: rotate(-180deg);}
.serviceBox .arrow a:hover{background-color: #a50e15;border-color: #a50e15;}
@media (max-width: 1680px) {
    .serviceBox .bd .img{height: 490px;}
    .serviceBox .hd ul li{margin-bottom: 20px;}
    .serviceBox .hd ul li .cont .txt p{font-size: 44px;}
    .serviceBox .hd ul li .cont .title{margin-top: 4px;}
    .serviceBox .hd ul li.on .cont .txt{padding-top: 20px;}
}
@media (max-width: 1600px) {
    .serviceBox .bd .img{height: 470px;}
}
@media (max-width: 1440px) {
    .serviceBox .bd .img{height: 440px;}
    .serviceBox .hd ul{padding: 10px 0;}
    .serviceBox .hd ul li .num{font-size: 30px;line-height: 20px;}
    .serviceBox .hd ul li .cont .txt{font-size:22px;line-height: 30px;}
    .serviceBox .hd ul li .cont .txt p{font-size: 40px;}
    .serviceBox .hd ul li.on .cont .txt{padding-top: 18px;}
    .serviceBox .arrow a{margin-bottom: 40px;}
    .serviceBox .hd ul li .cont .title .tit{font-size: 15px;}
}


/*indexCase*/
.indexCase{width: 100%;background-color: #FFFFFF;padding: 90px 0;overflow: hidden;}
.indexCase .indexTitle{float: left;}
.indexCase .a{width: 150px;text-align: right;display: block;font-size: 16px;line-height:40px;color: #333333;padding-right: 50px;float: right;margin-top:30px;position: relative;transition: all 0.6s ease;}
.indexCase .a .iconfont{width: 40px;height: 40px;border: 1px solid #333333;border-radius: 50%;box-sizing: border-box;color: #333333;font-size: 28px;transform: rotate(-90deg);position: absolute;top: 0;right: 0;transition: all 0.6s ease;}
.indexCase .a:hover{color: #a50e15;}
.indexCase .a:hover .iconfont{color: #a50e15;border-color: #a50e15;}
.indexCase .list{width: 100%;font-size: 0;text-align: left;margin-top: 60px;}
.indexCase .list li.webli,.indexCase .list li.wxli{width: 32%;display: inline-block;vertical-align: top;margin-right: 2%;margin-bottom: 2%;}
.indexCase .list li.webli:nth-child(3n),.indexCase .list li.wxli:nth-child(3n){margin-right: 0;}
.indexCase .list li.webli .img{width: 100%;background-color: #000000;overflow: hidden;position: relative;}
.indexCase .list li.webli .img img{width: 100%;display: block;transition: all 0.6s ease;}
.indexCase .list li.webli .img .link{position: absolute;top: 50%;left: 50%;transform: translate(-50%,0);opacity: 0;filter:alpha(opacity=0);transition: all 0.6s ease;}
.indexCase .list li.webli .img .link .iconfont{font-size: 40px;color: #FFFFFF;}
.indexCase .list li.webli .img .link .p{color: #FFFFFF;font-size: 20px;line-height: 30px;}
.indexCase .list li.webli .img::after{content:'';width: 0;height: 90%;border-bottom: 1px solid #fff;border-top: 1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease;}
.indexCase .list li.webli .img::before{content:'';width: 90%;height: 0;border-left: 1px solid #fff;border-right: 1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease;}
.indexCase .list li.webli .tit{font-size: 24px;line-height: 32px;color: #666;margin: 20px 0 6px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.indexCase .list li.webli .tit span{ margin-left: 10px; color: #a50e15;}
.indexCase .list li.webli .txt{font-size: 16px;line-height: 24px;color: #999999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexCase .list li.webli:hover .img img{opacity: 0.8;filter:alpha(opacity=80);transform: scale(1.1);}
.indexCase .list li.webli:hover .img::after{width: 94%;}
.indexCase .list li.webli:hover .img::before{height: 94%;}
.indexCase .list li.webli:hover .img .link{transform: translate(-50%,-50%);opacity: 1;filter:alpha(opacity=100);}

.indexCase .list li.wxli .imgBox{width: 100%;background-color: #fff;overflow: hidden;position: relative;}
.indexCase .list li.wxli .imgBox .img1{width: 100%;display:block;transition: all 0.6s ease; position: relative;}
.indexCase .list li.wxli .imgBox .img2{width: 100%; display: block; height: 100%; padding: 15% 0; position: absolute;top: -100%;left: 0;transition: all 0.6s ease; box-sizing: border-box; background-color: #fff; text-align: center;}
.indexCase .list li.wxli .imgBox .img2 img{height: 100%;  display:inline-block;}
.indexCase .list li.wxli .imgBox .img2::after{content:'';width: 0;height: 94%; box-sizing: border-box; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease-in 0.3s;}
.indexCase .list li.wxli .imgBox .img2::before{content:'';width: 94%;height: 0; box-sizing: border-box; border-left: 1px solid #ddd;border-right: 1px solid #ddd;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease-in 0.3s;}
.indexCase .list li.wxli .tit{font-size: 24px;line-height: 32px;color: #666;margin: 20px 0 6px;padding: 0 ;box-sizing: border-box;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.indexCase .list li.wxli .tit span{ margin-left: 10px; color: #a50e15;}
.indexCase .list li.wxli .txt{font-size: 16px;line-height: 24px;color: #999999;padding: 0 ;box-sizing: border-box;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexCase .list li.wxli:hover .imgBox .img1{ transform: translateY(100%); }
.indexCase .list li.wxli:hover .imgBox .img2{top: 0;}
.indexCase .list li.wxli:hover .imgBox .img2::after{width: 100%;}
.indexCase .list li.wxli:hover .imgBox .img2::before{height: 100%;}
.indexCase .list li:hover .tit{ color: #a50e15; }

.indexCase .list li.vrli{width: 22%;float: left;margin-left: 1%;margin-bottom: 1.7%;}
.indexCase .list li.vrli:nth-child(5n-4){width: 54%;margin-left: 0;}
.indexCase .list li.vrli .img{width: 100%;background-color: #000000;overflow: hidden;position: relative;}
.indexCase .list li.vrli .img img{width: 100%;display: block;transition: all 0.6s ease;}
.indexCase .list li.vrli .img .link{position: absolute;top: 50%;left: 50%;transform: translate(-50%,0);opacity: 0;filter:alpha(opacity=0);transition: all 0.6s ease;}
.indexCase .list li.vrli .img .link .iconfont{font-size: 40px;color: #FFFFFF;}
.indexCase .list li.vrli .img .link .p{color: #FFFFFF;font-size: 20px;line-height: 30px;}
.indexCase .list li.vrli .img::after{content:'';width: 0;height: 90%;border-bottom: 1px solid #fff;border-top: 1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease;}
.indexCase .list li.vrli .img::before{content:'';width: 90%;height: 0;border-left: 1px solid #fff;border-right: 1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;transition: all 0.6s ease;}
.indexCase .list li.vrli .tit{font-size: 24px;line-height: 32px;color: #333;margin: 20px 0 6px;text-align:center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.indexCase .list li.vrli .txt{font-size: 16px;line-height: 24px;color: #999999;text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexCase .list li.vrli:hover .img img{opacity: 0.6;filter:alpha(opacity=60);transform: scale(1.1);}
.indexCase .list li.vrli:hover .img::after{width: 94%;}
.indexCase .list li.vrli:hover .img::before{height: 94%;}
.indexCase .list li.vrli:hover .img .link{transform: translate(-50%,-50%);opacity: 1;filter:alpha(opacity=100);}
@media (max-width: 1680px) {
    .indexCase .list li{margin-bottom: 1%;}
}
@media (max-width: 1600px) {
    .indexCase .list li.vrli .tit{font-size: 22px;line-height: 30px;}
    .indexCase .list li.vrli .txt{font-size: 16px;line-height: 22px;}
}
@media (max-width: 1440px) {
    .indexCase .list li.vrli .img .link .p{font-size: 16px;}
    .indexCase .list li.vrli .tit{font-size: 20px;line-height: 28px;margin: 17px 0 4px;}
}
@media (max-width: 1400px) {
    .indexCase .list li.vrli .tit{margin: 15px 0 4px;}
}
@media (max-width: 1366px) {
    .indexCase .list li.vrli .tit{margin: 12px 0 4px;}
}
.indexCase .more{display:block;width: 220px;height: 50px;line-height: 50px;border: solid 1px #dfe1e3;font-size: 38px;color: #333;padding-left: 30px;margin: 30px auto 0;position: relative;z-index: 1;transition: all 0.6s ease;}
.indexCase .more::after{content: '';width: 0;height: 100%;background-color: #a50e15;position: absolute;top: 0;left: 0;z-index:-1;transition: all 0.6s ease;}
.indexCase .more .iconfont{color: #333333;font-size: 28px;transform: rotate(-90deg);position: absolute;top: 0;bottom:0;right: 30px;margin: 0 auto;transition: all 0.6s ease;}
.indexCase .more:hover{color: #fff;border-color: #a50e15;}
.indexCase .more:hover::after{width: 100%;}
.indexCase .more:hover .iconfont{color: #fff;}

/*indexCustomer*/
.indexCustomer{width: 100%;background-color: #f7fafc;padding: 100px 0;overflow: hidden;}
.indexCustomer .indexTitle .tit{text-align: center;}
.indexCustomer .indexTitle .txt1{text-align: center;position: relative;padding-top: 22px;margin-top: 20px;}
.indexCustomer .indexTitle .txt1::after{content: '';width: 6px;height: 16px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-right: 16px;}
.indexCustomer .indexTitle .txt1::before{content: '';width: 6px;height: 16px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-left: 16px;}
.indexCustomer ul{width: 100%;display: table;font-size: 0;text-align: left;margin-top: 70px;}
.indexCustomer ul li{width:25%;display: inline-block;vertical-align: top;overflow: hidden;border: 1px solid #dddddd;box-sizing: border-box; box-sizing: border-box; padding:10px 25px; transition: all 0.6s ease; background-color: #fff; position: relative; z-index: 1; margin: -1px 0 0 -1px;}
/* .indexCustomer ul li:nth-child(-n+6){border-top: 1px solid #ddd;}
.indexCustomer ul li:nth-child(6n+1){border-left: 1px solid #ddd;} */
.indexCustomer ul li img{width: 100%;display: inline-block; }
.indexCustomer ul li:hover img{background-color: #FFFFFF;}
.indexCustomer ul li:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.2);   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2) ; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);  border: solid 1px #ddd;  z-index: 3;}

/*indexNumber*/
.indexNumber{width: 100%;background-color: #a50e15;padding: 60px 0;overflow: hidden;}
.indexNumber ul{width: 100%;display: table;font-size: 0;text-align: center;}
.indexNumber ul li{display: inline-block;vertical-align: top;margin-right: 200px; }
.indexNumber ul li:last-child{margin-right: 0;}
.indexNumber ul li .num{color: #fff;}
.indexNumber ul li .num span{font-size: 90px;line-height: 70px;font-family: BebasNeue-Regular;}
.indexNumber ul li .num sub{font-size: 30px;}
.indexNumber ul li .tit{font-size: 38px;color: rgba(255,255,255,0.8);margin-top: 8px;}

/*indexProgramme*/
.indexProgramme{width: 100%;padding: 110px 0;background: url("../images/index_programme_bg.jpg") center center no-repeat fixed;background-size: cover;overflow: hidden;}
.indexProgramme .txt{font-size: 44px;line-height: 72px;color: #ffffff;text-align: center;}
.indexProgramme .box{width: 100%;display: table;font-size: 0;text-align: center;margin-top: 80px;}
.indexProgramme .box a{display: inline-block;width: 188px;height: 50px;border: solid 1px #ffffff;text-align: center;line-height: 50px;color: #FFFFFF;font-size: 16px;margin: 0 16px;transition: all 0.6s ease;}
.indexProgramme .box a:hover{background-color: #a50e15;border-color: #a50e15;}

/*indexNews*/
.indexNews{width: 100%;background-color: #FFFFFF;padding: 100px 0;position: relative;z-index: 1;overflow: hidden;}
.indexNews::after{content: '';width: 50%;height: 100%;background-color: #f7fafc;position: absolute;top: 0;left: 0;z-index: -1;}
.indexNews .hd{width: 100%;margin-bottom: 70px;}
.indexNews .hd .indexTitle{float: left;}
.indexNews .hd ul{float:right;display: table;font-size: 0;text-align: right;margin-top: 50px;}
.indexNews .hd ul li{display: inline-block;vertical-align: top; cursor:pointer;font-size: 16px;line-height: 24px;color: #333333;margin-left: 60px;}
.indexNews .hd ul li.on{color: #a50e15;}

.indexNews .bd ul{width: 100%; font-size: 0;}
.indexNews .bd ul li{ display: inline-block; vertical-align: top; width: 49%;transition: all 0.6s ease;position: relative;z-index: 1; margin-right: 2%;}
.indexNews .bd ul li a{padding: 30px 5% 30px 0;box-sizing: border-box; width: 100%; display: inline-block; transition: all 0.6s ease; position: relative;}
.indexNews .bd ul li:nth-child(2n){ margin-right: 0;}
.indexNews .bd ul li a::after{content: '';width: 100%;height: 0;background-color:#333;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.6s ease;}
.indexNews .bd ul li .time{font-size: 28px;color: #333;font-family:BebasNeue-Regular;width: 110px;float: left;transition: all 0.6s ease;}
.indexNews .bd ul li .time p{font-size: 16px;color: #999999;}
.indexNews .bd ul li .cont{float: left;width: 70%;}
.indexNews .bd ul li .cont .tit{font-size: 38px;line-height: 32px;color: #333;margin-bottom:16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.indexNews .bd ul li .cont .txt{font-size: 16px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.indexNews .bd ul li .iconfont{color: #666666;font-size: 30px;position: absolute;bottom: 30px;right: 5%;transition: all 0.6s ease;}
.indexNews .bd ul li:hover a::after{height: 100%;}
.indexNews .bd ul li:hover a{ padding: 30px 5%;}
.indexNews .bd ul li:hover .time,.indexNews .bd ul li:hover .time p,.indexNews .bd ul li:hover .cont .tit,.indexNews .bd ul li:hover .cont .txt,.indexNews .bd ul li:hover .iconfont{color: #FFFFFF;}

/*indexOffer*/
.indexOffer{width: 100%;padding: 90px 0 60px; background:url(../images/offer_bg.jpg) no-repeat center top; clear:both;   background-size: cover;overflow: visible; }
.indexOffer .title{font-size: 42px;color: #ffffff; margin-top:20px;}
.indexOffer .title p{font-size: 32px;margin-top: 10px;}
.indexOffer .box{width: 100%;margin-top: 0px;}
.indexOffer .box .left{float: left;}
.indexOffer .box .left .tit{font-size: 16px;color: #e8e8e8;margin-bottom: 16px;}
.indexOffer .box .left .txt{font-size: 20px;color: #ffffff;float: left;width: 230px;line-height: 46px;margin-right: 50px;}
.indexOffer .box .left .txt span{font-size: 16px;}
.indexOffer .box .left .txt1{font-size: 16px;line-height: 48px;color: #e8e8e8;float: left;position: relative;padding-left: 46px;box-sizing: border-box;width: 110px;cursor:pointer;transition: all 0.6s ease;}
.indexOffer .box .left .txt1 .iconfont{width: 34px;height: 34px;border-radius: 50%;background-color: #FFFFFF;color: #333333;font-size: 20px;position: absolute;top: 7px;left: 0;transition: all 0.6s ease;}
.indexOffer .box .left .txt1:hover{color: #a50e15;}
.indexOffer .box .left .txt1:hover .iconfont{background-color: #a50e15;color: #FFFFFF;}
.indexOffer .box .right{float: right;width: 520px;}
.indexOffer .box .right .tit{font-size: 16px;color: #ffffff;text-align: right;margin-bottom: 16px;}
.indexOffer .box .right form{width: 100%;}
.indexOffer .box .right form label{display: block;position: relative;}
.indexOffer .box .right form label span{font-size: 16px;line-height:48px;color: #999;position: absolute; top: 0;left: 0;display: block;}
.indexOffer .box .right form .row{width: 360px;height:48px;padding:0 16px;box-sizing:border-box;float:left;background-color: rgba(240,240,240,0.9);}
.indexOffer .box .right form .txt.w1{width: 100%;font-size: 16px;color: #333;line-height: 20px;padding:16px 0;background-color: rgba(0,0,0,0);border: none;}
.indexOffer .box .right form .btn{width:160px;display:block;height: 48px;line-height:48px;cursor: pointer;float: left;background-color: #a50e15;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.indexOffer .box .right form .btn:hover{background-color: #a50e15;}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:2000px){  
.section-5{ width:100%; height:760px;background:url(../images/anlibg.jpg) no-repeat center top fixed; padding-top:100px; padding-bottom:60px }
}

@media all and (max-width:1400px){  

.section-5{ width:100%; height:600px;background:url(../images/anlibg.jpg) no-repeat center top fixed; padding-top:100px; padding-bottom:60px }
}





.cont{ width:87%; margin:0 auto}


.cont .indexTitle .tit {
    color: #fff;
}
.cont .indexTitle .txt {
    color: #fff;
}
.cont .indexTitle .txt {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 12px;
}


.cont .indexTitle .tit span {
    color: #e10012;
}
.cont .indexTitle .tit span {
    font-size: 38px;
    line-height: 18px;
    font-family: Ind736It;
   
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: normal;
}




.ny_fac {width:100%;  clear:both; overflow:visible;   font-size:15px; text-align:left; margin-top:30px; margin-bottom:60px;  }

.ny_fac dl { width:100%; text-align:center;   color:#404040; background:url(../images/pro_xx2.png) center bottom no-repeat;transition:all 0.4s; float:left; }
.ny_tu {width:24%;  margin: 0.5%; float:left;  }
.ny_fac dl dt {width:100%;   overflow:hidden; background:#fff; box-shadow:5px 5px 5px 5px rgba(0,0,0,.09);  float:left; vertical-align:middle; }
.ny_fac dl dt img {  max-width:100%; transition:all 0.5s; vertical-align:middle;}

.ny_fac dl dd {background-color:rgba(9,66,138,0); height:90px;  text-align:center;width:100%; text-align:left;  border-bottom:0px solid #e0e0e0;  margin-top:-20px; position:relative; text-align:center;  float:left; }

.ny_fac dl dd h3 { font-size:17px;  font-weight:400;  line-height:25px; margin-top:16px; text-transform:uppercase; }
.ny_fac dl dd em { display:none;}
/*
.ny_fac dl dd em { width:40px; height:40px; line-height:40px; text-align:center; font-size:35px; font-family:Arial, Helvetica, sans-serif; background-color:#008a61;  color:#fff; border-radius:50%; display:block; margin:-20px auto 0px auto;}*/


.ny_fac dl dd i { width:100px; height:45px; line-height:45px; text-align:center; font-size:17px; background:#e0e0e0; border:1px solid #e0e0e0; color:#fff; font-style:normal; display:block; margin:0px auto; margin-top:0px; font-weight:700;}

.ny_fac.hj dl{ width:500px!important; }
.ny_fac.hj dl dt img {  width:500px; height:274px!important;  }
.ny_fac.hj dl dt { width:500px!important; }
.ny_fac.hj dl dd { width:500px!important; }



.ny_fac.sb dl dt img {  width:333px; height:274px!important;  }



/*footer*/
.footer{width: 100%;padding: 40px 0 40px;background: url(../images/footer_bg.jpg) center center no-repeat; clear:both;background-size: cover;overflow: visible;  }
.footer .logo img{height: 48px;display: block;}
.footer .box{width: 100%;margin-top: 40px;}
.footer .left{width: 510px;float: left;}
.footer .left .dkh{ font-size: 19px; color: #fff; margin:0 0 20px 0; position: relative; padding-left: 0px;}
.footer .left .dkh span{ font-size: 40px; font-weight: bold; margin-left: 10px;}
.footer .left .dkh .iconfont{color: #e8e8e8;font-size: 26px;line-height:28px;position: absolute;bottom: 0;left: 0;}
.footer .left .tit{margin-bottom: 10px;}
.footer .box .tit{color: #e8e8e8;font-size: 18px;position: relative;line-height: 28px;padding-left: 0px;box-sizing: border-box;}
.footer .box .tit .iconfont{color: #e8e8e8;font-size: 26px;line-height:28px;position: absolute;top: 0;left: 0;}
.footer .center{float: left;margin-right: 0%; width:15%}
.footer .center .tit{margin-bottom: 12px;}
.footer .box .txt{font-size: 14px;line-height: 20px;color: #a5a8aa;margin-top: 6px;}
.footer .box .txt a{color: #a5a8aa;}
.footer .box .txt:hover a{color: #a50e15;}
.footer .right{float: right;width: 120px; margin-left:10px}
.footer .right img{width: 120px;height: 120px;display: block;}
.footer .right p{font-size: 14px;color: #a5a8aa;margin-top: 8px;text-align: center;}
.footer .copyRight{color: #a5a8aa;font-size: 14px;line-height: 20px;margin:96px 0 12px;}
.footer .copyRight a{color: #a5a8aa; display: inline-block;}
.footer .copyRight a:hover{color: #a50e15;}
.footer .link{color: #a5a8aa;font-size: 12px;line-height: 16px;}
.footer .link a{color: #a5a8aa;}
.footer .link a:hover{color: #a50e15;}
@media (max-width: 1440px) {
    .footer .center{margin-left: 0%;}
}


/*Popup*/
.popup{width: 100%;height: 100vh;background-color: rgba(0,0,0,0.8);position: fixed;top: 0;left: 0;z-index: 999;display: none;}
.WeChat{width: 360px;height: 400px;border-radius: 10px;background: #FFFFFF;position: fixed;top: 50%;left: 50%;display: none;margin:-200px 0 0 -180px;z-index: 1000;}
.WeChat .wx{width: 200px;height: 200px;overflow: hidden;margin: 50px auto 10px;border: 1px solid #eee;}
.WeChat .wx img{width: 100%;}
.WeChat p{color: #333;font-size: 16px;text-align: center;width: 360px;}
.WeChat .close{width: 110px;height: 36px;background: #a50e15;color: #fff;border-radius: 5px;font-size: 16px;margin: 20px auto 0;line-height: 36px;text-align: center;cursor: pointer;}

/*demandBox*/
.demandBox{width: 360px;padding:30px 0 40px;border-radius: 10px;background: #FFFFFF;position: fixed;top: 50%;left: 50%;margin:-200px 0 0 -180px;z-index: 1000;display: none;}
.demandBox .title{color: #a50e15;font-size: 20px;font-weight: bold;text-align: center;margin: 0 0 30px;}
.demandBox .demand{width: 300px;margin: 0 auto;}
.demandBox .demand form{width: 100%;}
.demandBox .demand form label{display: block;position: relative;}
.demandBox .demand form label span{font-size: 16px;line-height:30px;color: #333;position: absolute; top: 8px; left: 0;display: block;}
.demandBox .demand form .row{width: 100%;margin: 0 0 10px;border: 1px solid #dddddd;padding: 0 10px;box-sizing: border-box;border-radius: 3px;}
.demandBox .demand form .txt.w1{width: 100%;font-size: 16px;color: #333;line-height: 20px;padding:12px 0;background-color: rgba(0,0,0,0);border: none;}
.demandBox .demand form .row1{width: 100%;border: 1px solid #dddddd;padding: 0 10px;box-sizing: border-box;border-radius: 3px;}
.demandBox .demand form .txt.w2{ width: 100%;font-size: 16px;color: #333;height: 80px;line-height:20px;resize: none;padding:12px 0;background-color: rgba(0,0,0,0);border: none;}
.demandBox .demand form .button{width: 100%;margin:20px 0 0;}
.demandBox .demand form .button .btn{width:130px;display:block;height: 40px;line-height:40px;cursor: pointer;float: left;border-radius: 3px;background-color: #a50e15;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.demandBox .demand form .button .btn:hover{background-color: #333;}
.demandBox .demand form .button .sClose{width:130px;height: 40px;line-height:40px;cursor: pointer;text-align: center;float: right;border-radius: 3px;background-color: #333;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.demandBox .demand form .button .sClose:hover{background-color: #a50e15;}

/* customer */
.customer{width: 70px;position:fixed;right:0; top:50%; margin-top: -177px; z-index:99;}
.customer dl{width: 100%;height: 70px;position: relative; z-index: 2; margin-bottom: 1px;}
.customer dl dt{width: 70px;height: 70px; box-sizing: border-box; padding: 7px 0; color:#FFFFFF;background-color: #21282e;cursor: pointer;position: relative; z-index: 5;transition: all 0.6s ease; text-align: center; }
.customer dl dt i{ display: inline-block; font-size:32px;}
.customer dl dt p{ font-size: 12px; margin-top: 3px;}
.customer dl:hover dt{background-color: #a50e15;}
.customer dl.icon1 dd{width: 150px;background-color:rgba(0, 0, 0, 0.8);padding: 10px 0;position: absolute; top: 0;right:-150px;z-index: 1;transition: all 0.6s ease; }
.customer dl.icon1 dd a{display: block; color: #fff; width: 90px; margin: 10px auto; padding-left: 45px;border-radius: 17px;text-align: left; line-height: 34px; border: solid 1px #fff; background: url(../images/fdqq.gif) center left 15px no-repeat;}
.customer dl.icon1 dd a:hover{ background-color: #a50e15; border-color: #a50e15; color: #fff;}
.customer dl.icon2 dd{width: 150px; height: 150px;position: absolute; top: 0; right: -300px; z-index: 1; transition: all 0.6s ease; }
.customer dl.icon2 dd img{ width: 100%; display: block;  border: solid 1px #eee;box-sizing: border-box;}
.customer dl.icon3 dd{width: 200px;height: 70px;padding: 10px 15px;box-sizing: border-box; color: #fff;font-size: 16px; line-height: 24px;background-color:rgba(0, 0, 0, 0.8); position: absolute; top: 0;right: -300px; z-index: 1; transition: all 0.5s ease;}
.customer dl:hover dd{right: 70px;}

/* PopUp */
.PopUp{position: fixed; width: 500px; height: 210px; top: 50%; left: 50%; padding: 40px; margin: -145px 0 0 -290px; z-index: 99999999; display: none; background: url(../images/suncher_fd.jpg) center center no-repeat; color: #fff; overflow: hidden;  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.PopUp .left{  width: 320px;  text-align: left;}
.PopUp .left .sgm{ font-size: 22px; line-height: 38px}
.PopUp .left .sgm p{ font-weight: bold; font-size: 24px;}
.PopUp .left .tel{ font-size: 42px; margin: 15px 0 5px;}
.PopUp .left .sgs{ font-size: 12px; margin-top: 10px;}
.PopUp .right{ width: 162px;}
.PopUp .right img{ width: 162px; height: 162px;}
.PopUp .right a{ margin-top: 16px; width: 162px; height: 38px; line-height: 38px; background-color: #fff; display: block; text-align: center; font-size: 16px; color: #a50e15;}
.PopUp .kq{ font-size: 30px; color: #fff; position: absolute; top: 10px; right: 10px;}


/*RightFd*/
.RightFd{ width: 310px; height: 100px; left: 0; bottom: 0; position: fixed; z-index: 9998; }
.RightFd .FdCont{ width: 175px; height: 36px; padding: 0 15px 0 20px; margin: 32px 0; background: url(../images/suncher_fd3.png) center center no-repeat;  position:relative; white-space: nowrap; }
.RightFd .FdCont .bd{ }
.RightFd .FdCont .bd .tempWrap{ width:175px !important;}
.RightFd .FdCont .bd ul{ overflow:hidden; zoom:1; }
.RightFd .FdCont .bd ul li{  float:left; height:36px; margin-right: 10px;  line-height:36px;  text-align:left; _display:inline; width:auto !important;  }
.RightFd .FdCont .bd ul li a{ display: block; color: #fff; font-size: 16px; }
.RightFd .right a{ display: block; width: 100px; height: 100px;   background: url(../images/suncher_fd2.png) center center no-repeat; }


/*pageBanner*/
.pageBanner{width: 100%;overflow: hidden;position: relative;}
.pageBanner img{width: 100%;display: block;position: relative; }
.pageBanner iframe{ width: 100%; height: 100%;box-sizing: border-box; position: absolute; top: 0; left: 0; right: 0; z-index: 1;}
.pageBanner .wrap{height: 100%;position: absolute;top: 0;left: 0;right: 0; z-index: 2;}
.pageBanner .cont{width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-20%);padding:0 3%;box-sizing: border-box;}
.pageBanner .cont .tit{font-size: 60px;line-height: 70px;color: #ffffff;}
.pageBanner .cont .tit span{font-weight: bold;}
.pageBanner .cont .title{font-size: 42px;color: #ffffff;margin-top: 20px;}
.crumbs{ position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; padding: 15px 0; border-top: solid 1px rgba(255,255,255,0.1);}
.crumbs .box{width: 87%;margin: 0 auto;min-width: 1150px; font-size: 16px; color: #fff;}
.crumbs .box span{ margin: 0 5px;}
.crumbs .box a{ color: #fff;}
.crumbs .box a:hover{ color: #a50e15;}
.aboutBanner .cont{ transform: translateY(-50%);}
@media (max-width: 1366px) {
    .pageBanner .cont .tit{font-size: 48px;line-height: 50px;}
    .pageBanner .cont .title{font-size: 38px;margin-top: 16px;}
}
@media (max-width: 1200px) {
    .pageBanner .cont .tit{font-size: 50px;line-height: 50px;}
    .pageBanner .cont .title{font-size: 32px;}
}


/* fenye */
.pages { font-size:20px; padding: 50px 0; text-align:center; width: 100%; text-transform: capitalize; background-color: #fafafa;}
.pages a { display:inline-block;  text-align:center; color:#21282e; padding:0 ;  margin:0 15px;}
.pages a:hover { color:#a50e15; text-decoration:none;   -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
.pages span { display:inline-block;  color:#a50e15; text-decoration:line-through; text-align:center; padding: 0; margin:0 15px;}


/*pageAbout*/
.pageTitle{font-size: 38px;color: #333;}
.pageTitle p{font-size: 32px;font-family:Ind736It;color: #dadada;text-transform: capitalize;line-height: 34px;}
.pageAbout{width: 100%;overflow: hidden;position: relative;margin-top: -100px;padding-bottom: 120px;}
.pageAbout::after{content: '';width: 56%;height: 100%;background-color: #f7fafc;position: absolute;top: 0;right: 0;z-index: -1;}
.pageAbout ul{width: 100%;display: table;font-size: 0;text-align: center;background-color: #a50e15;padding: 60px 0;position: relative;z-index: 1;}
.pageAbout ul::after{content: '';width: 50%;height: 100%;background-color: #a50e15;position: absolute;top: 0;right: -25%;z-index: -1;}
.pageAbout ul li{display: inline-block;vertical-align: top;margin-right: 200px;}
.pageAbout ul li:last-child{margin-right: 0;}
.pageAbout ul li .num{color: #fff;}
.pageAbout ul li .num span{font-size: 90px;line-height: 70px;font-family: BebasNeue-Regular;}
.pageAbout ul li .num sub{font-size: 30px;}
.pageAbout ul li .tit{font-size: 38px;color: rgba(255,255,255,0.8);margin-top: 8px;}
.pageAbout .cont{width: 86%;margin-top: 80px;min-width: 1150px;}
.pageAbout .cont .titleBox{float: left;}
.pageAbout .cont .titleBox .icon{width: 40px;height: 40px;border-radius: 50%;border: 1px solid #999;margin-top: 100px;overflow: hidden;}
.pageAbout .cont .titleBox .icon .iconfont{color: #666666;font-size: 28px;animation: icon 1.3s linear infinite;cursor: pointer;}
@keyframes icon{ 0%{margin-top: -8px;} 100%{margin-top: 16px;opacity: 0;filter:alpha(opacity=0);} }
@-webkit-keyframes icon{ 0%{margin-top: -8px;} 100%{margin-top: 16px;opacity: 0;filter:alpha(opacity=0);} }
.pageAbout .cont .text{float: right;width: 65%;margin-top: 44px;margin-left: 18%;}
.pageAbout .cont .text .tit{font-size: 28px;line-height: 36px;color: #333333;margin-bottom: 20px;}
.pageAbout .cont .text .txt{font-size: 16px;line-height: 30px;color: #666666;}
.pageAbout .imgBox{width: 81.25%;margin-top: 70px;min-width: 1175px;overflow: hidden;}
.pageAbout .imgBox img{width: 100%;display: block;}
@media (max-width: 1440px) {
    .pageAbout .imgBox{width: 88%;}
}
@media (max-width: 1440px) {
    .pageAbout .imgBox{width:90%;}
}
@media (max-width: 1366px) {
    .pageAbout .imgBox{width:92%;}
    .pageAbout ul li .num span{font-size: 80px;line-height: 60px;}
    .pageAbout ul li .num sub{font-size: 28px;}
}
@media (max-width: 1280px) {
    .pageAbout .imgBox{width:96%;}
    .pageAbout ul li .num span{font-size: 70px;line-height: 50px;}
    .pageAbout ul li .num sub{font-size: 24px;}
    .pageAbout ul li .tit{font-size: 16px;}
}

/*pageHonor*/
.pageHonor{width: 100%;background-color: #f7fafc;padding:0 0 100px 0;overflow: hidden;}
.pageHonor .indexTitle .tit{text-align: center;}
.pageHonor .indexTitle .txt1{text-align: center;position: relative;padding-top: 22px;margin-top: 20px;}
.pageHonor .indexTitle .txt1::after{content: '';width: 6px;height: 16px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-right: 16px;}
.pageHonor .indexTitle .txt1::before{content: '';width: 6px;height: 16px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-left: 16px;}
.pageHonor .swiper-container {width: 100%; margin-top: 60px;}
.pageHonor .swiper-slide {  width: 25%; box-sizing: border-box; padding: 0 20px;}
.pageHonor .swiper-slide .img{width: 100%;border: 1px solid rgba(0,0,0,0.12); box-sizing: border-box; background-color: #FFFFFF;}
.pageHonor .swiper-slide .img img{width: 100%;display: block;}
.pageHonor .swiper-slide .tit{font-size: 38px;color: #333333;text-align: center;margin-top: 15px; line-height: 24px; text-transform: capitalize;}
.pageHonor .btnbox{ width: 100%; margin-top: 30px; display: inline-flex; align-items: center;text-align: center;justify-content: center;}
.pageHonor .swiper-button-prev,.pageHonor .swiper-button-next{ position: relative; display: inline-block; background-image: none;  width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background-color: rgba(255, 66, 41, 0.1); padding: 0; margin: 0; transition: all 0.6s ease;}
.pageHonor .swiper-button-prev span,.pageHonor .swiper-button-next span{ font-size: 20px; position: absolute; top:0; left: 0; right: 0; bottom: 0; margin: auto; transition: all 0.6s ease; color: #a50e15;}
.pageHonor .swiper-button-prev span{ transform:rotate(180deg) ;}
.pageHonor .swiper-button-prev:hover,.pageHonor .swiper-button-next:hover{ background-color: #a50e15;}
.pageHonor .swiper-button-prev:hover span,.pageHonor .swiper-button-next:hover span{ color: #fff;}
.pageHonor .swiper-pagination{ position: relative; display: inline-block; margin: 0 40px;max-width: 70%;}
.pageHonor .swiper-pagination-bullet {width: 16px ;  height:16px ;margin: 0  10px;border-radius: 16px ;background-color: rgba(255, 66, 41, 0.5) ; }
.pageHonor .swiper-pagination-bullet-active{  width: 28px; background-color: rgba(255, 66, 41, 1);}


/*pagePersistence*/
.pagePersistence{width: 100%;overflow: hidden;position: relative;height: 800px;}
.pagePersistence .cont{width: 42%; padding-top: 90px;  padding-right:8%;}
.pagePersistence .cont ul{margin-top:80px;}
.pagePersistence .cont ul li{margin-bottom:40px;}
.pagePersistence .cont ul li .tit{font-size: 20px;line-height: 26px;color: #333;}
.pagePersistence .cont ul li .txt{font-size: 16px;line-height: 24px;color: #999999;margin-top: 10px;}
.pagePersistence .persistence{width:50%;overflow:hidden;position: absolute;right: 0;top: 0;}
.pagePersistence .persistence .bd{width: 100%;}
.pagePersistence .persistence .bd li{width: 100%;height:800px;overflow: hidden;}
.pagePersistence .persistence .bd li a{display: block;width: 100%;height: 100%;}
.pagePersistence .persistence .bd img{ height:100%;display:block;}
.pagePersistence .persistence .hd{width:80px;height:50%;overflow:hidden;background-color: rgba(255,255,255,.8);position:absolute;top:0;left:0;z-index:1; }
.pagePersistence .persistence .hd ul li{padding: 16px 0 16px 10px;box-sizing: border-box;font-size: 24px;color: #b4b8bb;cursor:pointer;font-family: Ind736It;}
.pagePersistence .persistence .hd ul li.on{color:#000; }
.pagePersistence .persistence .hd ul li:first-child { margin-top:90px;}


/*网站*/
/*pageWebsite*/
.pageWebsite{width: 100%;min-height:760px;overflow: hidden;position: relative;background-color: #FFFFFF;margin-bottom: 100px;}
.pageWebsite .img{width: 57%;overflow: hidden;float: right;position: relative;}
.pageWebsite .img img{width: 100%;display: block;}
.pageWebsite .img .img1{width:47%;position: absolute;top: 12%;right: -10%;}
.pageWebsite .img .img2{width:44%;position: absolute;bottom: 4%;right: 0;}
.pageWebsite .img .img3{width:49%;position: absolute;top: 4%;right: 26%;}
.pageWebsite .img .img4{width:19%;position: absolute;bottom: 36%;left: 6%;}
.pageWebsite .img .img5{width:15%;position: absolute;bottom: 8%;left: 38%;}
.pageWebsite .contBox{width: 87%;position: absolute;top: 0;left: 0;right: 0;margin: auto;min-width: 1150px;padding-top: 80px;padding-right: 56%;box-sizing: border-box;}
.pageWebsite .contBox .text{font-size: 16px;line-height: 28px;color: #676767;margin: 20px 0 30px;}
.pageWebsite .contBox ul{width:100%;display: table;font-size: 0;text-align: left;}
.pageWebsite .contBox ul li{display: inline-block;vertical-align: top;font-size: 16px;color: #333333;width: 150px;margin-right:9%;margin-top: 16px;}
.pageWebsite .contBox ul li span{font-size: 20px;}
.pageWebsite .box{width: 87%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;min-width: 1150px;}
.pageWebsite .box ul{width: 76%;background-color: #FFFFFF;padding: 60px 0 0;display: inline-block;font-size: 0;text-align: left;min-width: 1150px;}
.pageWebsite .box ul li{display: inline-block;vertical-align: top;margin-right: 10%;cursor: pointer;}
.pageWebsite .box ul li:last-child{margin-right: 0;}
.pageWebsite .box ul li .iconfont{width: 76px;height: 76px;border: solid 1px #ccd0d4;border-radius: 50%;color: #a50e15;font-size: 50px;margin: 0 auto;transition: all 0.6s ease;}
.pageWebsite .box ul li .tit{font-size: 24px;color: #333333;text-align: center;margin: 16px 0 20px;transition: all 0.6s ease;}
.pageWebsite .box ul li .txt{font-size: 16px;line-height: 26px;color: #999999;text-align: center;}
.pageWebsite .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #a50e15;color: #FFFFFF;border-color: #a50e15;}
.pageWebsite .box ul li:hover .tit{color: #a50e15;}


/*pagePlan*/
.pagePlan{width: 100%;background-color: #FFFFFF;overflow: hidden;margin-bottom: 60px;}
.pagePlan .wrap{position: relative;height: 770px;}
.pagePlan .img{width: 59%;float: left;overflow: hidden;}
.pagePlan .img img{width: 100%;display: block;}
.pagePlan .cont{width: 37%;float: left;margin-left: 4%;}
.pagePlan .cont .tit{font-size: 48px;color: #333;margin: 80px 0 20px;}
.pagePlan .cont .text{font-size: 16px;line-height: 34px;color: #333333;}
.pagePlan .cont .text .txt{position: relative;padding-left: 16px;box-sizing: border-box;}
.pagePlan .cont .text .txt::after{content: '';width: 6px;height: 6px;background-color: #909596;border-radius: 50%;position: absolute;top: 16px;left: 0;}
.pagePlan .imgBox{width: 51%;position: absolute;bottom: 0;right: 0;overflow: hidden;}
.pagePlan .imgBox img{width: 100%;display: block;}
@media (max-width: 1680px) {
    .pagePlan .wrap{height: 700px;}
}
@media (max-width: 1440px) {
    .pagePlan .wrap{height: 630px;}
    .pagePlan .cont .tit{font-size: 44px;}
}

/*pageAchievements*/
.pageAchievements{width: 100%;height: 930px;background: url("../images/web/bg.jpg") left center no-repeat;overflow: hidden;position: relative;}
.pageAchievements .img{width: 53%;height: 100%;position: absolute;top: 0;right: 0;}
.pageAchievements .cont{width: 40%;padding-top: 90px;}
.pageAchievements .cont .title{font-size: 42px;line-height: 60px;color: #333;}
.pageAchievements .cont ul{width: 100%;margin-top: 70px;}
.pageAchievements .cont ul li{width: 100%;position: relative;padding-left: 160px;box-sizing: border-box;margin-bottom: 60px;}
.pageAchievements .cont ul li .num{font-size: 80px;line-height: 40px;font-family:Ind736It;color: #d0d0d0;position: absolute;top: 0;left: 0;}
.pageAchievements .cont ul li .tit{font-size: 24px;line-height:30px;color: #333;margin-bottom: 10px;}
.pageAchievements .cont ul li .txt{font-size: 38px;line-height:28px;color: #333333;}
.pageAchievements .cont .a{width: 200px;height: 50px;background-color: #a50e15;margin: 0 0 0 160px;line-height: 50px;text-align: center;color: #fff;font-size: 16px;transition: all 0.6s ease; cursor: pointer;}
.pageAchievements .cont .a:hover{background-color: #333;}
@media (max-width: 1600px) {
    .pageAchievements .img{background-position: right -20% center !important;}
}
@media (max-width: 1440px) {
    .pageAchievements .img{background-position: right -40% center !important;}
}
@media (max-width: 1366px) {
    .pageAchievements .img{background-position: right -60% center !important;}
}
@media (max-width: 1280px) {
    .pageAchievements .img{background-position: right -80% center !important;}
}
@media (max-width: 1200px) {
    .pageAchievements .img{background-position: right -160% center !important;}
}


/*微信*/
/*pageWeChat*/
.pageWeChat{width: 100%;min-height:700px;overflow: hidden;position: relative;background-color: #FFFFFF;margin-bottom: 100px;}
.pageWeChat .img{width: 57%;overflow: hidden;float: right;position: relative;}
.pageWeChat .img img{width: 100%;display: block;}
.pageWeChat .img .img1{width:40%;position: absolute;top: -4%;right: -2%;}
.pageWeChat .img .img2{width:36%;position: absolute;bottom: -12%;right: -23%;}
.pageWeChat .img .img3{width:40%;position: absolute;top: -12%;right: 34%;}
.pageWeChat .img .img4{width:40%;position: absolute;bottom: -12%;right: 8%;}
.pageWeChat .img .img5{width:40%;position: absolute;bottom: -4%;left: 16%;}
.pageWeChat .contBox{width: 87%;position: absolute;top: 0;left: 0;right: 0;margin: auto;min-width: 1150px;padding-top: 80px;padding-right: 56%;box-sizing: border-box;}
.pageWeChat .contBox .text{font-size: 16px;line-height: 28px;color: #676767;margin: 20px 0 30px;}
.pageWeChat .contBox ul{width:100%;display: table;font-size: 0;text-align: left;}
.pageWeChat .contBox ul li{display: inline-block;vertical-align: top;font-size: 16px;color: #333333;width: 165px;margin-right:9%;margin-top: 16px;}
.pageWeChat .contBox ul li span{font-size: 20px;}
.pageWeChat .box{width: 87%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;min-width: 1150px;}
.pageWeChat .box ul{width: 76%;background-color: #FFFFFF;padding: 60px 0 0;display: inline-block;font-size: 0;text-align: left;min-width: 1150px;}
.pageWeChat .box ul li{display: inline-block;vertical-align: top;margin-right: 9%;cursor: pointer;}
.pageWeChat .box ul li:last-child{margin-right: 0;}
.pageWeChat .box ul li .iconfont{width: 76px;height: 76px;border: solid 1px #ccd0d4;border-radius: 50%;color: #a50e15;font-size: 50px;margin: 0 auto;transition: all 0.6s ease;}
.pageWeChat .box ul li .tit{font-size: 24px;color: #333333;text-align: center;margin: 16px 0 20px;transition: all 0.6s ease;}
.pageWeChat .box ul li .txt{font-size: 16px;line-height: 26px;color: #999999;text-align: center;}
.pageWeChat .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #a50e15;color: #FFFFFF;border-color: #a50e15;}
.pageWeChat .box ul li:hover .tit{color: #a50e15;}


/*pageService*/
.pageService{width: 100%;background-color: #FFFFFF;overflow: hidden;margin-bottom: 100px;position: relative;}
.pageService .img{width: 59%;overflow: hidden;}
.pageService .img img{width: 100%;display: block;}
.pageService .cont{width: 87%;min-width:1150px;padding-left: 56%;box-sizing: border-box;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.pageService .cont .tit{font-size: 48px;color: #333;margin: 80px 0 20px;}
.pageService .cont .text{font-size: 16px;line-height: 34px;color: #333333;}
.pageService .cont .text .txt{position: relative;padding-left: 16px;box-sizing: border-box;}
.pageService .cont .text .txt::after{content: '';width: 6px;height: 6px;background-color: #909596;border-radius: 50%;position: absolute;top: 16px;left: 0;}
@media (max-width: 1680px) {
    .pageService .cont .tit{font-size: 46px;}
}
@media (max-width: 1280px) {
    .pageService .cont{padding-left: 58%;}
}
@media (max-width: 1200px) {
    .pageService .cont{padding-left:61%;}
}

/*pageDemand*/
.pageDemand{width: 100%;background: url(../images/wechat/bg.jpg) no-repeat fixed;overflow: hidden;position: relative;}
.pageDemand .wrap{position: absolute;top: 0;left: 0;right: 0;}
.pageDemand .box{width: 32%;padding-top: 6%;}
.pageDemand .box .title{font-size: 48px;line-height: 68px;color: #fff;}
.pageDemand .box .txt{font-size: 16px;line-height: 28px;color: #fff;margin: 20px 0 100px;}
.pageDemand .box .a{width: 200px;height: 50px;background-color: #a50e15;line-height: 50px;cursor: pointer;text-align: center;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.pageDemand .box .a:hover{background-color: #333;}
.pageDemand .item{width: 62%;height: 100%;float: right;}
.pageDemand .item ul{ width: 100%; font-size: 0; padding: 10px; box-sizing: border-box;}
.pageDemand .item ul li { display: inline-block; vertical-align: top; margin:10px 0; padding:0 10px; font-size: 16px; width: 33.33%; box-sizing: border-box; }
.pageDemand .item ul li .bg{background-color: rgba(255,255,255,1); box-sizing: border-box; padding: 30px; position: relative; transition: all 0.8s ease;}
.pageDemand .item ul li .bg:hover{ background-color: rgba(255,255,255,1);}
.pageDemand .item ul li .iconT{ position: absolute; top: 50%; transform: translateY(-50%); right: 30px; z-index: 2;  width: 30%; text-align: center; height: 100px; }
.pageDemand .item ul li h3{ display: inline-block; font-size: 60px; color: #a50e15; font-family:'Ind736It'; line-height: 60px; margin-top: -20px;}
.pageDemand .item ul li .tit{ font-size: 20px; color: #333; margin-top: 20px; font-weight: bold; width: 55%;} 
.pageDemand .item ul li .txt{ font-size: 16px; color: #666; margin-top: 10px; width: 55%;}

@media (max-width: 1680px) {
    .pageDemand .box .title{font-size: 44px;line-height: 64px;}
}
@media (max-width: 1680px) {
    .pageDemand .box .title{font-size: 40px;line-height: 62px;}
}
@media (max-width: 1440px) {
    .pageDemand .box .title{font-size: 36px;line-height: 58px;}
}



/*网络营销*/
/*pageMarket*/
.pageMarket{width: 100%;min-height:700px;overflow: hidden;position: relative;background-color: #FFFFFF;margin-bottom: 100px;}
.pageMarket .img{width: 57%;overflow: hidden;float: right;position: relative;}
.pageMarket .img img{width: 100%;display: block;}
.pageMarket .img .img1{width: 48%;position: absolute; top: 6%; left:-4%;}
.pageMarket .img .img2{width: 24%;position: absolute; bottom: 8%; left:-8%;}
.pageMarket .img .img3{width: 25%;position: absolute; bottom: 10%; left:18%;}
.pageMarket .img .img4{width: 28%;position: absolute; bottom: 6%; left:42%;}
.pageMarket .img .img5{width: 32%;position: absolute; bottom: -4%; right:-4%;}
.pageMarket .img .img6{width: 12%;position: absolute; bottom: 26%; right:18%;}
.pageMarket .img .img7{width: 32%;position: absolute; bottom: 42%; right:32%;}
.pageMarket .img .img8{width: 36%;position: absolute; top: 6%; right:0%;}
.pageMarket .contBox{width: 87%;position: absolute;top: 0;left: 0;right: 0;margin: auto;min-width: 1150px;padding-top: 80px;padding-right: 56%;box-sizing: border-box;}
.pageMarket .contBox .text{font-size: 16px;line-height: 28px;color: #676767;margin: 20px 0 30px;}
.pageMarket .contBox ul{width:100%;display: table;font-size: 0;text-align: left;}
.pageMarket .contBox ul li{display: inline-block;vertical-align: top;font-size: 16px;color: #333333;width: 170px;margin-right:9%;margin-top: 16px;}
.pageMarket .contBox ul li span{font-size: 20px;}
.pageMarket .box{width: 87%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;min-width: 1150px;}
.pageMarket .box ul{width: 76%;background-color: #FFFFFF;padding: 60px 0 0;display: inline-block;font-size: 0;text-align: left;min-width: 1150px;}
.pageMarket .box ul li{display: inline-block;vertical-align: top; width: 20%; margin:0 5%;cursor: pointer;}
.pageMarket .box ul li:last-child{margin-right: 0;}
.pageMarket .box ul li .iconfont{width: 76px;height: 76px;border: solid 1px #ccd0d4;border-radius: 50%;color: #a50e15;font-size: 50px;margin: 0 auto;transition: all 0.6s ease;}
.pageMarket .box ul li .tit{font-size: 24px;color: #333333;text-align: center;margin: 16px 0 20px;transition: all 0.6s ease;}
.pageMarket .box ul li .txt{font-size: 16px;line-height: 26px;color: #999999;text-align: center;}
.pageMarket .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #a50e15;color: #FFFFFF;border-color: #a50e15;}
.pageMarket .box ul li:hover .tit{color: #a50e15;}


/*pageInquiry*/
.pageInquiry{width: 100%;position: relative;padding-bottom: 120px;overflow: hidden;margin-bottom: 80px;}
.pageInquiry .img{width: 100%;overflow: hidden;}
.pageInquiry .img img{width: 100%;display: block;}
.pageInquiry .wrap{height: 100%;position: absolute;top: 0;left: 0;right: 0;}
.pageInquiry .contBox{width: 52%;overflow: hidden;position: absolute;top: 0;right: 0;height: 100%;}
.pageInquiry .contBox img{width: 100%;display: block;}
.pageInquiry .cont{width: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.7);height: 100%;padding: 6% 7%;box-sizing: border-box;}
.pageInquiry .cont .tit{font-size: 48px;color: #fff;margin: 0 0 10px;}
.pageInquiry .cont .title{font-size: 16px;color: #e8e8e8;margin-bottom: 60px;}
.pageInquiry .cont .text{font-size: 16px;line-height: 34px;color: #fff;}
.pageInquiry .cont .text .txt{position: relative;padding-left: 16px;box-sizing: border-box;float: left;margin-right: 10%;}
.pageInquiry .cont .text .txt:last-child{margin-right: 0;}
.pageInquiry .cont .text .txt::after{content: '';width: 6px;height: 6px;background-color: #909596;border-radius: 50%;position: absolute;top: 16px;left: 0;}
.pageInquiry .cont .a{width: 200px;height: 50px;margin: 120px 0 0 0;line-height: 50px;background-color: #a50e15;cursor: pointer;text-align: center;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.pageInquiry .cont .a:hover{background-color: #fff;color: #a50e15;}

/*pageChannel*/
.pageChannel{width: 100%;background-color: #FFFFFF;padding-bottom: 100px;}
.pageChannel .cont{text-align: center;}
.pageChannel .cont .tit{font-size: 48px;color: #333333;}
.pageChannel .cont .title{font-size: 16px;color: #676767;margin-top: 16px;}
.pageChannel .box{width: 100%;position: relative;margin-top: 60px;z-index: 1;}
.pageChannel .box .bg-solid{width: 100%;height: 1px;background-color: #eeeeee;position: absolute;top: 120px;left: 0;z-index: -1;}
.pageChannel .box ul{width: 64%;margin: 0 auto;display: table;font-size: 0;text-align: center;min-width: 1150px;}
.pageChannel .box ul li{display: inline-block;vertical-align: top;margin-right: 20%;cursor: pointer;}
.pageChannel .box ul li:last-child{margin-right: 0;}
.pageChannel .box ul li .num{font-size: 40px;line-height: 40px;color: #b3b6bb;font-family: Ind736It;transition: all 0.6s ease;}
.pageChannel .box ul li .icon{width: 140px;height: 140px;background-color: #FFFFFF;margin: 10px auto 20px;}
.pageChannel .box ul li .icon img{width: 120px;height: 120px;border-radius: 50%;border: 1px solid #e0e0e0;margin: 10px;box-sizing: border-box;transition: all 0.6s ease;}
.pageChannel .box ul li .tit{font-size: 24px;color: #333333;margin-bottom: 30px;transition: all 0.6s ease;}
.pageChannel .box ul li .txt{font-size: 16px;line-height: 26px;color: #999999;}
.pageChannel .box ul li:hover .num{color: #a50e15;}
.pageChannel .box ul li:hover .icon img{transform: rotateX(360deg);border-color: #333;}
.pageChannel .box ul li:hover .tit{color: #a50e15;}


/*pageExtension*/
.pageExtension{width: 100%;background: url("../images/marketing/bg.jpg") center center no-repeat fixed;padding: 80px 0;background-size:cover;}
.pageExtension .text{font-size: 48px;line-height: 70px;color: #ffffff;text-align: center;}


/*全景*/
/*pageVr*/
.pageVr{width: 100%;min-height:720px;overflow: hidden;position: relative;background-color: #FFFFFF;margin-bottom: 100px;}
.pageVr .img{width: 57%;overflow: hidden;float: right;position: relative;}
.pageVr .img img{width: 100%;display: block;}
.pageVr .img .img1{width:24%;position: absolute;top: 5%;left: 7%;}
.pageVr .img .img2{width:15%;position: absolute;bottom: 5%;right: 8%;}
.pageVr .img .img3{width:40%;position: absolute;top: 10%;right: 25%;}
.pageVr .img .img4{width:53%;position: absolute;top: 5%;right: 15%;}
.pageVr .contBox{width: 87%;position: absolute;top: 0;left: 0;right: 0;margin: auto;min-width:1150px;padding-top: 80px;padding-right: 56%;box-sizing: border-box;}
.pageVr .contBox .text{font-size: 16px;line-height: 28px;color: #676767;margin: 20px 0 30px;}
.pageVr .contBox ul{width:100%;display: table;font-size: 0;text-align: left;}
.pageVr .contBox ul li{display: inline-block;vertical-align: top;font-size: 16px;color: #333333;width: 170px;margin-right:9%;margin-top: 16px;}
.pageVr .contBox ul li span{font-size: 20px;}
.pageVr .box{width: 87%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;min-width: 1150px;}
.pageVr .box ul{width: 76%;background-color: #FFFFFF;padding: 50px 0;display: inline-block;font-size: 0;text-align: left;min-width: 1150px;}
.pageVr .box ul li{display: inline-block;vertical-align: top;margin-right: 15%;width: 260px;cursor: pointer;}
.pageVr .box ul li:last-child{margin-right: 0;}
.pageVr .box ul li .tit{font-size: 24px;color: #000;line-height: 34px;transition: all 0.6s ease;}
.pageVr .box ul li .txt{font-size: 16px;line-height: 24px;color: #666;margin: 30px 0 60px;transition: all 0.6s ease;}
.pageVr .box ul li a{display: block;width: 146px;height: 42px;background-color: #ffffff;border: solid 2px #030000;line-height: 42px;text-align: center;color: #000;font-size: 16px;transition: all 0.6s ease;}
.pageVr .box ul li:hover .tit{color: #a50e15;}
.pageVr .box ul li:hover .txt{color: #000000;}
.pageVr .box ul li:hover a:hover{color: #FFFFFF;background-color: #a50e15;border-color: #a50e15;box-shadow: 0 5px 18px 0 rgba(255, 66, 41, 0.18);-webkit-box-shadow: 0 5px 18px 0 rgba(255, 66, 41, 0.18);-moz-box-shadow: 0 5px 18px 0 rgba(255, 66, 41, 0.18);}


/*pageSuperiority*/
.pageSuperiority{width: 100%;background-color: #FFFFFF;padding-bottom: 100px;overflow: hidden;}
.pageSuperiority .box{text-align: center;}
.pageSuperiority .box .tit{font-size: 48px;color: #333333;}
.pageSuperiority .box .txt{font-size: 16px;color: #676767;margin-top: 16px;}
.pageSuperiority ul{width: 100%;display: table;font-size: 0;text-align: left;margin-top: 40px;}
.pageSuperiority ul li{width: 49%;display: inline-block;vertical-align: top;margin-right: 2%;margin-top: 2%;overflow: hidden;background-color: #000000;}
.pageSuperiority ul li:nth-child(2n){margin-right: 0;}
.pageSuperiority ul li a{display: block;width: 100%;position: relative;}
.pageSuperiority ul li img{width: 100%;display: block;transition: all 0.6s ease;transform: scale(1.05);}
.pageSuperiority ul li .cont{position: absolute;bottom: 6%;left: 0;padding:0 6%;box-sizing: border-box;transition: all 0.6s ease;}
.pageSuperiority ul li .cont .tit{font-size: 24px;color: #ffffff;margin-bottom: 20px;}
.pageSuperiority ul li .cont .txt{font-size: 16px;line-height: 26px;color: #ffffff;position: relative;padding-bottom: 20px;}
.pageSuperiority ul li .cont .txt::after{content: '';width: 0;height: 2px;background-color: rgba(255,255,255,0.5);position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.pageSuperiority ul li:hover img{opacity: 0.6;filter:alpha(opacity=60);transform: scale(1);}
.pageSuperiority ul li:hover .cont{bottom: 50%;transform: translateY(50%);}
.pageSuperiority ul li:hover .cont .txt::after{width: 50px;}

/*pageVisual*/
.pageVisual{width: 100%;background: url("../images/vr/bg.jpg") right top no-repeat fixed;padding: 40px 0 110px;background-size:cover;}
.pageVisual .wrap{position: relative;padding-top: 70px;}
.pageVisual .text{font-size: 48px;line-height: 70px;color: #ffffff;}
.pageVisual img{position: absolute;top: 0;right: 0;}


/*pageCaseBanner*/
.pageCaseBanner{width: 100%;position: relative; background-color: #fafafa; overflow: hidden;}
.pageCaseBanner .img{width: 100%;display: block; position: absolute; z-index: 1; top: 0; left: 0; right: 0; margin: auto;}
.pageCaseBanner .box{ padding-top: 230px; z-index: 3; position: relative;}
.pageCaseBanner .box.webbox{width: 75.4%;margin:0 auto 0; }
.pageCaseBanner .box.webbox .cont{text-align: center;}
.pageCaseBanner .box.webbox .cont .tit{font-size: 56px;color: #ffffff;}
.pageCaseBanner .box.webbox .cont .title{font-size: 38px; line-height: 40px; color: #ffffff;margin-top: 10px;}
.pageCaseBanner .box.webbox .imgBox{width: 100%;position: relative;margin-top: 4%; overflow: hidden;}
.pageCaseBanner .box.webbox .imgBox .img1{width: 100%;display: block;position: relative; z-index: 1;}
.pageCaseBanner .box.webbox .imgBox .img2{width: 77.7%; height: 84.8%; position: absolute;top: 6%;left: 0;right: 0;margin: auto; z-index: 2; overflow: hidden;}
.pageCaseBanner .box.webbox .imgBox .img2 img{ width: 100%; display: block;}
.pageCaseBanner .box.webbox .imgBox .img2 iframe{ width: 100%; height: 100%;}

.pageCaseBanner .box.wxbox{width: 75.4%;margin:0 auto  ; padding-bottom: 60px;  font-size: 0;}
.pageCaseBanner .box.wxbox .cont{ width: 44%; padding-right: 30%;margin-top: -10%; display: inline-block; vertical-align: middle; }
.pageCaseBanner .box.wxbox .cont .tit{font-size: 56px;color: #ffffff;}
.pageCaseBanner .box.wxbox .cont .title{font-size: 16px; line-height: 40px; color: #ffffff;margin-top: 20px;}
.pageCaseBanner .box.wxbox .imgBox{ width: 26% ; display: inline-block; vertical-align: middle; position: relative;margin-top: 0; overflow: hidden;  }
.pageCaseBanner .box.wxbox .imgBox .mb{  width: 100%;  z-index: 2;}
.pageCaseBanner .box.wxbox .imgBox .mb .img1{width: 100%;display: block;position: relative; z-index: 2;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2{width: 69.8%; height:88%; position: absolute;top: 6.5%;left: 0;right: 0;margin: auto; z-index: 1; overflow: hidden;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2 img{ width: 100%; display: block;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2 iframe{ width: 100%; height: 100%;}


/*pageCaseD*/
.pageCaseD{width: 100%;padding: 80px 0 ; position: relative; z-index: 2;}
.pageCaseD .box{width: 75%;min-width: 1150px;margin: 0 auto;}
.pageCaseD .box .cont{ width:70%; position: relative;}
.pageCaseD .box .cont .info{ width: 100%; font-size: 0;}
.pageCaseD .box .cont .info dl{ display: inline-block; width: 45%; vertical-align: top; margin-right: 10%;}
.pageCaseD .box .cont .info dl:last-child{ margin-right: 0;}
.pageCaseD .box .cont .info dl dt{ font-size: 24px; color: #333; text-transform: capitalize; font-family:'Ind736It';}
.pageCaseD .box .cont .info dl dd{ width: 100%; padding: 10px 0; line-height: 20px;min-height: 20px; border-bottom: solid 1px #eee; font-size: 16px; color: #333;}
.pageCaseD .box .cont .info dl dd a{ font-size: 16px; color: #333; }
.pageCaseD .box .cont .info dl dd a:hover{ color: #a50e15;}
.pageCaseD .box .cont .info dl dd em{ margin: 0 5px;}
.pageCaseD .box .cont .info dl dd em:last-child{ display: none; }
.pageCaseD .box .cont .title{font-size: 36px;color: #000; margin: 15px 0 10px 0;}
.pageCaseD .box .cont .sum{ width: 100%;font-size: 16px;line-height: 28px;color: #666666;}
.pageCaseD .box .cont .sum img{ max-width: 100%;}
.pageCaseD .box .ewm{  width: 15%;float: right; text-align: center;  box-sizing: border-box;}
.pageCaseD .box .ewm #ewm{ border-radius: 5px; overflow: hidden; background-color: #fff;  width: 100%; border: solid 1px #eee;padding: 15px;  box-sizing: border-box;}
.pageCaseD .box .ewm canvas{ width: 100%; }
.pageCaseD .box .ewm p{ font-size: 16px; margin-top: 10px;}
.pageCaseD .box .ewm img{border-radius: 5px; overflow: hidden; background-color: #fff;  width: 100%; border: solid 1px #eee;padding: 15px;  box-sizing: border-box;}
.pageCaseD .box .img{width: 100%;overflow: hidden;margin-top: 80px;box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); text-align: center;}
.pageCaseD .box .img img{max-width: 100%;display: inline-block;}

/*pageLink*/
.pageLink{width: 100%;transition: all 0.6s ease;}
.scoll{position: fixed;bottom:60%;left: 0;z-index: 9999;transition: all 0.6s ease;}
.pageLink .box{width: 96%;position: relative; margin: auto ;}
.pageLink .box a{display: inline-block;position: relative; width: 50px; font-size: 16px;line-height:20px;color: #fff;box-sizing: border-box;padding: 15px ;border-radius: 25px;background-color: rgba(0,0,0,0.5);opacity: 0.3;filter:alpha(opacity=30);transition: all 0.6s ease; overflow: hidden;}
.pageLink .box a .iconfont{font-size: 16px;line-height:20px; width: 20px; text-align: center;  }
.pageLink .box a span{ display: inline-block;  transition: all 0.6s ease;  position: absolute; top: 0; line-height: 50px; transform: scaleX(0); }
.pageLink .box a.fr{ right: 6%;  }
.pageLink .box a.fr span{ left: 15px;}
.pageLink .box a.fl{ left: 6%;}
.pageLink .box a.fl span{ right: 15px;}
.pageLink .box a.fl .iconfont{transform: rotate(-180deg);}
.pageLink .box a.fr .iconfont{ float: right;}
.pageLink .box a:hover{background-color: #a50e15;opacity: 1;filter:alpha(opacity=100); width: 90px;}
.pageLink .box a:hover span{  transform: scaleX(1);}
.pageLinkOn{bottom: 14%;transition: all 0.6s ease;}
.pageLinkOn .box a.fr{ right: 1%;}
.pageLinkOn .box a.fl{ left: 1%;}

/*pageCode*/
.pageCode{width: 100%; padding: 100px 0; background-color: #fafafa;}
.pageCode .img{width: 200px;height: 200px;border: 1px solid #eeeeee;margin: 0 auto;}
.pageCode .img img{width: 200px;height: 200px;}
.pageCode .txt{font-size: 16px;line-height: 26px;color: #999999;text-align: center;margin-top: 20px;}


/*pageNav*/
.pageNav{width: 100%;border-bottom: 1px solid #eeeeee;padding: 40px 0 ;overflow: hidden;}
.pageNav .wz{max-width: 38%;float: left;font-size: 24px;color: #999999;}
.pageNav .wz a{color: #999999;}
.pageNav .wz a:hover{color: #a50e15;}
.pageNav .wz span{ margin: 0 5px;}
.pageNav ul{width: 60%;float: right;display: table;font-size: 0;text-align: right;}
.pageNav ul li{display: inline-block;vertical-align: top;margin-left: 80px;}
.pageNav ul li:first-child{margin-left: 0;}
.pageNav ul li a{font-size: 24px;color: #333333;}
.pageNav ul li:hover a,.pageNav ul li.on a{color: #a50e15;}
@media (max-width: 1366px) {
    .pageNav ul li{margin-left: 70px;}
}
@media (max-width: 1280px) {
    .pageNav ul li{margin-left: 60px;}
}

/*pageNews*/
.pageNews{width: 100%;padding: 90px 0;background-color: #FFFFFF;overflow: hidden;}
.pageNews .box{width: 100%; overflow: hidden;}
.pageNews .box .leftCont{width: 66%;float: left;overflow: hidden;position: relative;}
.pageNews .box .leftCont img{width: 100%;display: block;}
.pageNews .box .leftCont .cont{position: absolute;top: 0;left: 0;padding: 4% 5%;box-sizing: border-box;width: 100%;height: 100%;}
.pageNews .box .leftCont .title{font-size: 48px;color: #333;}
.pageNews .box .leftCont .tit{font-size: 32px;color: #b6b4b4;text-transform: capitalize;font-weight: bold;}
.pageNews .box .leftCont .text{font-size: 24px;color: #666666;line-height: 34px;margin-top: 20px;}
.pageNews .box .rightCont{width: 32%;float: right;}
.pageNews .box .rightCont a{display: block;width: 100%;padding-bottom: 80px;position: relative;}
.pageNews .box .rightCont .img{width: 100%;overflow: hidden;}
.pageNews .box .rightCont .img img{display: block;width: 100%;transition: all 0.6s ease;}
.pageNews .box .rightCont .tit{font-size: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top: 30px;transition: all 0.6s ease;}
.pageNews .box .rightCont .tit span{ color: #a50e15; margin-right: 10px;}
.pageNews .box .rightCont .time{font-size: 16px;letter-spacing: 1px;color: #999999;text-transform: capitalize;margin: 10px 0 20px;transition: all 0.6s ease;}
.pageNews .box .rightCont .txt{font-size: 16px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.pageNews .box .rightCont .l{ width: 40px ; height: 3px; background-color: #999;  position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.pageNews .box .rightCont:hover .img img{transform: scale(1.1);}
.pageNews .box .rightCont:hover .tit{color: #a50e15;}
.pageNews .box .rightCont:hover .time,.pageNews ul li:hover .txt{color: #333;}
.pageNews .box .rightCont:hover .l{ width: 30%; background-color: #a50e15;}
.pageNews ul{width: 100%;display: table;font-size: 0;text-align: left;}
.pageNews ul li{width: 32%;display: inline-block;vertical-align: top;margin-right: 2%;margin-top: 3%;}
.pageNews ul li a{display: block;width: 100%;padding-bottom: 40px;position: relative;}
.pageNews ul li:nth-child(3n){margin-right: 0;}
.pageNews ul li .img{width: 100%;overflow: hidden; height:240px}
.pageNews ul li .img img{display: block;width: 100%;transition: all 0.6s ease;}
.pageNews ul li .tit{font-size: 20px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top: 30px;transition: all 0.6s ease;}
.pageNews ul li .tit span{ color: #a50e15; margin-right: 10px;}
.pageNews ul li .time{font-size: 16px;letter-spacing: 1px;color: #999999;text-transform: capitalize;margin: 10px 0 20px;transition: all 0.6s ease;}
.pageNews ul li .txt{font-size: 16px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.pageNews ul li .l{width: 40px ; height: 3px; background-color: #999;  position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.pageNews ul li:hover .img img{transform: scale(1.1);}
.pageNews ul li:hover .tit{color: #a50e15;}
.pageNews ul li:hover .time,.pageNews ul li:hover .txt{color: #333;}
.pageNews ul li:hover .l{ width: 30%; background-color: #a50e15;}


/*pageNewsD*/
.pageNewsD{width: 100%;padding: 40px 0 0;border-bottom: 1px solid #eeeeee;overflow: hidden;}
.pageNewsD .contBox{width: 70%;min-height:680px;float: left;border-right: 1px solid #eeeeee;box-sizing: border-box;padding:0 4% 150px 0; position: relative;}
.pageNewsD .contBox .title{color: #333333;font-size: 30px;font-weight: bold;}
.pageNewsD .contBox .time{color: #666666;font-size: 16px;padding: 26px 0 16px;border-bottom: 1px dashed #e5e5e5;}
.pageNewsD .contBox .time span{margin-right: 15px;}
.pageNewsD .contBox .text{color: #333;font-size: 16px;line-height: 30px; padding: 30px 0;}
.pageNewsD .contBox .text img{ max-width: 10%;}
.pageNewsD .contBox .fx{margin: 30px 0; text-align: center;}
.pageNewsD .contBox .fx a{display: inline-block; width: 36px ;height: 36px ;line-height:36px;background-color: #555;border-radius: 50%;color: #FFFFFF;font-size: 24px;margin-right: 10px;transition: all 0.6s ease; background-image: none ; padding: 0; }
.pageNewsD .contBox .fx a:hover{background-color: #a50e15; text-decoration: none;}
.pageNewsD .contBox .link{width: 100%;padding: 30px 0;position: relative;border-top: 1px solid #eeeeee;}
.pageNewsD .contBox .link a{display: block;position: relative;font-size: 16px;line-height:20px;color: #333333;box-sizing: border-box;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pageNewsD .contBox .link a .iconfont{color: #999999;font-size: 16px;line-height:20px;position: absolute;top: 0;}
.pageNewsD .contBox .link a.fl{padding-left: 30px;max-width: 40%;}
.pageNewsD .contBox .link a.fr{padding-right: 30px;max-width: 40%;}
.pageNewsD .contBox .link a.fl .iconfont{left: 0;transform: rotate(-180deg);}
.pageNewsD .contBox .link a.fr .iconfont{right: 0;}
.pageNewsD .contBox .link a.center{height:100%;padding: 30px 40px 0 66px;box-sizing: border-box;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.pageNewsD .contBox .link a.center .iconfont{bottom: 0;left: 40px;margin: auto;font-size: 20px;color: #666666;}
.pageNewsD .contBox .link a:hover,.pageNewsD .contBox .link  a:hover .iconfont{color: #a50e15;}
.pageNewsD .contBox .bot{ position: absolute; bottom: 0; right: 4%; width: 96%;}
.pageNewsD .newsD{width:30%;float: right;padding-left: 3%;box-sizing: border-box;position: sticky; display: inline-block; background-color: #fff; z-index: 3;}
.pageNewsD .newsD h1{color: #333333;font-size: 24px;font-weight: bold; }
.pageNewsD .newsD ul{width: 100%;margin-top: 20px;}
.pageNewsD .newsD ul li{width: 100%;border-bottom: 1px dashed #e5e5e5;padding: 16px 0;}
.pageNewsD .newsD ul li .tit{color: #333333;font-size: 16px;line-height: 26px;transition: all 0.6s ease;}
.pageNewsD .newsD ul li .time{color: #999;font-size: 16px;margin-top: 8px;transition: all 0.6s ease;}
.pageNewsD .newsD ul li:hover .tit{color: #a50e15;}
.pageNewsD .newsD ul li:hover .time{color: #333333;}



/*pageRecommend*/
.pageRecommend{width: 100%;margin: 50px 0;}
.pageRecommend .title{color: #333333;font-size: 24px;}
.pageRecommend ul{width: 100%;display: table;font-size: 0;text-align: left;}
.pageRecommend ul li{width: 32%;display: inline-block;vertical-align: top;margin-right: 2%;margin-top: 2%;}
.pageRecommend ul li a{display: block;width: 100%;padding-bottom: 40px;position: relative;}
.pageRecommend ul li:nth-child(3n){margin-right: 0;}
.pageRecommend ul li .img{width: 100%;overflow: hidden;}
.pageRecommend ul li .img img{display: block;width: 100%;transition: all 0.6s ease;}
.pageRecommend ul li .tit{font-size: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top: 30px;transition: all 0.6s ease;}
.pageRecommend ul li .time{font-size: 16px;letter-spacing: 1px;color: #999999;text-transform: capitalize;margin: 10px 0 20px;transition: all 0.6s ease;}
.pageRecommend ul li .txt{font-size: 16px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;}
.pageRecommend ul li .l{width: 40px ; height: 3px; background-color: #999;  position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.pageRecommend ul li:hover .img img{transform: scale(1.1);}
.pageRecommend ul li:hover .tit{color: #a50e15;}
.pageRecommend ul li:hover .time,.pageNews ul li:hover .txt{color: #333;}
.pageRecommend ul li:hover .l{ width: 30%; background-color: #a50e15;}


/*pageContact*/
.pageContact{width: 100%;background-color: #FFFFFF;position: relative;overflow: hidden;}
.pageContact .cont{width: 38%;padding: 70px 0 100px;}
.pageContact .cont .text{width: 100%;position: relative;padding-left: 70px;box-sizing: border-box;margin-top: 60px;}
.pageContact .cont .text .iconfont{color: #333333;font-size: 36px;position: absolute;top: -6px;left: 0;}
.pageContact .cont .text .txt{font-size: 16px;line-height: 28px;color: #000000;margin-bottom: 10px;}
.pageContact .cont .text .txt a{display: block;color: #000000;transition: all 0.6s ease;}
.pageContact .cont .text .txt a:hover{color: #a50e15;}
.pageContact .imgBox{width: 56.25%;position: absolute;top: 0;right: 0;height: 100%;}

/* pageMap */
.pageMap{width: 100%; height: 640px;}
.pageMap #mapall {height:640px;width: 100%;}

/* pageForm */
.pageForm{width: 74%;margin:100px auto;min-width: 1150px;}
.pageForm .title{width: 100%;font-size: 48px; color: #333;}
.pageForm .title p{font-size: 38px; color: #333;margin-top: 10px;}
.pageForm .list{ width:100%; margin:80px 0 0; overflow:hidden;}
.pageForm .row{ width:100%;margin:0 0 30px 0;}
.pageForm .row .row_left{ width:47%; float:left; display:block; }
.pageForm .row .row_right{ width:47%; float:right; display:block; }
.pageForm label{ position:relative; display:block; }
.pageForm label span{ position:absolute; left:0; top:20px; font-size:16px; color:#666;}
.pageForm .txt{ border: 0; border-bottom:1px solid #eee; padding:20px 0; background:#fff;}
.pageForm .txt:focus{  border: 0; border-bottom:1px solid #a50e15; padding:20px 0; background:#fff;}
.pageForm .txt.w1{ width:100%; height:20px; line-height:20px;font-size: 16px;}
.pageForm .txt.w2{ width:100%; height:100px; line-height:20px;font-size: 16px;}
.pageForm dl{ margin-top: 20px;}
.pageForm dl label{ float: left;}
.pageForm dl label span{  top:15px;}
.pageForm dl .ipt{ border: 0; width: 200px; border-bottom:1px solid #eee; padding:15px 0; line-height: 20px; font-size:16px; }
.pageForm dl input:focus{ float: left; width: 200px; border: 0; border-bottom:1px solid #eee; padding:15px 0; line-height: 20px;  font-size:16px; }
.pageForm #code{ width: 100px; height: 50px; margin: 0 10px;}
.pageForm .btn{ border:0;background:#a50e15; border-radius:0; width:220px; height:50px;cursor:pointer; text-align:center;font-size:18px;color:#fff;font-weight: bold; margin-top: 20px;}
.pageForm .row .btn:hover{background:#21282e; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.pageForm .row p.xin{line-height:30px; font-size:16px; color: #999;margin-top: 15px;}
.pageForm .row p.xin span{ color:#a50e15; font-size: 38px;}



.anli li { float:left; width:100px; line-height:35px; margin-right:15px; border:1px solid #d0d0d0; border-radius:25px; text-align:center; transition:all 0.4s;}
.anli li:hover { background:#a50e15; border:1px solid #a50e15; color:#fff;}












/*---简介-----------*/
  
  .aboutBg {
    background: url(../images/about_bg01.jpg) no-repeat center top #fff!important; padding-top:130px;background-size: cover;
}
  .aboutBgRight {
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden; padding-bottom:100px
}.shang {
    width: 100%;
    margin: 0 auto;
}
  .ab01_bot dd .fnt_18{
    display: block;
    line-height: 3; font-size:18px
}
  
.shang{ width:100%; margin:0 auto}

.xia{ width:100%; margin:0 auto}
.ab01_bot{ width:100%; margin:0 auto; display:flex}


.ab01_bot{margin:20px 0 0px; padding:60px 0 0;}
.ab01_bot dd{ float: left; width:20%; padding-left:5%; border-right:1px solid #D2D2D2;}
.ab01_bot dd:first-child{ padding-left:0;}
.ab01_bot dd:last-child{}
.ab01_bot dd h4{ line-height:1.8;color:#686868;}
.ab01_bot dd h4 em{color:#EA2F39; margin-right:5px; }
.ab01_bot dd h4 i{font-size: 38px; color:#EA2F39;}
.ab01_bot dd span{ display: block;line-height: 1.2;}
.abtous{ width: 35.899%; float:left}
.abtous img{ width:100%;}
.about_ri {
    float: right;
    width: 60%;
}
.about_ri h2 {
    color: #000;
    margin: 10px 0 30px; font-weight:normal; font-size:40px
}

.about_ri h2 b{
    font-size: 38px;
    line-height: 18px;
    font-family: Ind736It;
    color: #333333;
    text-transform: capitalize;
    margin-left: 10px; font-style:normal; font-weight:normal
}


.about_ri p{
box-sizing: border-box;
    color: #686868;
    line-height: 30px;
    font-size: 16px;
    white-space: normal; width:90%
}
.ab01_bot dd h4 em {
    color: #000;
    margin-right: 5px; font-size:56px; font-weight:normal; font-style:normal; font-family:Barlow-Bold
}


.ab01_bot dd h4 {
    line-height: 1.2;
    color: #686868; font-size:18px; font-weight:normal
}
.innr1frbut a{ display: block; color: #fff; width:220px; height:50px; background:#a50e15;  text-align: center; line-height: 50px; box-shadow: 0px 5px 15px rgba(224,143,100,0.1); margin-top:20px;transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; color:#fff }
	
.innr1frbut a:hover{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;




   transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px); color:#fff; text-decoration:none; background:#a50e15}

  
  
  
  
  
  
  
  
/*about*/





.pro { width:100%; margin:0px auto; clear:both; overflow:visible; background:url(../images/pro_bg.png) no-repeat 90% 5%; height:900px; padding-top:90px; padding-bottom:50px}
.pro .nr {width:87%; margin:0px auto; clear:both; overflow:visible; background:url(../images/pro_bg1.jpg) no-repeat 8% 20%; height:894px; }
.pro .nr .con { width:100% !important;}
.pro .nr .fl { width:48%; float:left; overflow:hidden; height:680px }
.pro .nr .fl .tu { float:left; width:100%;  margin-bottom:9px; overflow:hidden}
.pro .nr .fl .tu img{ width:100%}

.pro .nr .fr { width:48%; text-align:left; float:right;}
.pro .nr .fr h3 { color:#000; font-size:40px; line-height:48px; font-family: "Times New Roman", Times, serif; width:60%;}
 .pro .nr .fr h3 img { width:150px; height:auto;}
.pro .nr .fr h2 { color:#000; font-size:35px; line-height:90px; font-family: "Times New Roman", Times, serif; }
.pro .nr .fr p { color:#929292; font-size:18px; line-height:30px; margin-top:20px;  }
.pro .nr .fr .num { width:100%;}
.pro .nr .fr .num .n { width:95px; float: left; background:url(../images/pro_xx1.jpg) no-repeat right center; font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#a6a6a6; margin:30px 15px 30px 0px ;}
.pro .nr .fr .num .n.active {background:url(../images/pro_xx.jpg) no-repeat right center; color:#000;}

.pro .nr .fr .tu { float:left; width:48%; height:200px; margin-top:100px; margin-bottom:20px; margin-right:2%}
.pro .nr .fr .tu img{ width:100%}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:2000px){  
.pro .nr .fr .more { float:left!important; margin-top:60px }
}
@media all and (max-width:1400px){  
.pro .nr .fr .more { float:left!important; margin-top:20px }
}



.more { width:30%!important; text-align:left; font-family:Arial, Helvetica, sans-serif; height:59px; line-height:59px; font-size:17px; text-align:left;   border-bottom:0px solid #585858; background:url(../images/pro_more_jt.png) no-repeat right center; float:left!important;


display: block; color: #fff; width:220px; height:45px; background:#b1663f;  text-align: center; line-height: 45px;  margin-top:20px;transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; color:#fff; text-align:center !important;
}















.shebei { width:100%; margin:0px auto; padding-top:108px; height:727px; background:#f2f3f7;}
.shebei .con { width:1250px; margin:0px auto;}
.shebei .fl { width:801px; height:603px; float:left; position:relative;}
.shebei .fl .tu:after { content:" ";  width:801px; height:603px; background:rgba(0,0,0,.5); position: absolute; top:0px; left:0px; }
.shebei .fl .tu { width:801px; height:603px; position: relative;}
.shebei .fl .tu img {width:801px; height:603px; position:absolute; }
.shebei .fl .num { width:100%;  position:absolute;  bottom:10px; left:20px; }
.shebei .fl .num .n { width:95px; float: left; background:url(../images/sb_xx2.png) no-repeat right center; font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#858687; margin-right:15px;}
.shebei .fl .num .n.active {background:url(../images/sb_xx1.png) no-repeat right center; color:#fff;}



.shebei .fr { width:400px;}
.shebei .fr h3 { color:#000; font-size:45px; line-height:48px; font-family: "Times New Roman", Times, serif; width:60%; margin-top:60px;}
.shebei .fr h2 { color:#000; font-size:38px; line-height:90px; font-family: "Times New Roman", Times, serif; }
.shebei .fr p { color:#929292; font-size:18px; line-height:30px; margin-top:20px;  }
.shebei .fr .more { margin-top:40px;}




/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:550px){  


.indexBanner .bd li .cont .title span {
    font-size: 30px;
    letter-spacing: 0px;
}
.title{ padding-top:31%}

.pro .nr .fl {
    width: 48%;
    float: left;
    overflow: hidden;
     height:auto!important;
}

.pro .nr {
    
    height: 1094px;
}
.pro {
    height: 1250px !important;
}

.section-5 {
    width: 100%;
    height: 700px;
    background: url(../images/anlibg.jpg) no-repeat center top;
    padding-top: 100px;
    padding-bottom: 60px; background-attachment:scroll; background-size:cover
}

.indexOffer .title{ padding-top:0!important}
.more {
    width: 30%!important;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    border-bottom: 0px solid #585858;
    background: url(../images/pro_more_jt.png) no-repeat right center;
    float: left!important;
    display: block;
    color: #fff;
    width: 120px;
    height: 35px;
    background: #b1663f;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    color: #fff;
    text-align: center !important;
}.case-list-swiper .item .right .more a {
    font-size: 13px!important;
}
.pc{ display:none}
.mb{ display:block;width: 100%; height:100%}

.aboutBg {
    background: url(../images/about_bg01.jpg) no-repeat center top #fff!important;
    padding-top: 70px;
    background-size: cover;
}





}


