@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff; min-width: 1200px; }
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: #004c98;}
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:'Avignon'; src: url('../fonts/Avignon-Bold.ttf'); }

.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:#004c98;}/*  滚动条里面可以拖动的那部分 */
.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: #004c98;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: #004c98;}
.menuBox .box .close:hover .iconfont{background-color: #004c98;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: 40px;color: #333; text-transform: uppercase;}
.menuBox .menuNav ul li a span{ font-size: 30px; color: #333; font-family:'Avignon';}
.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: #004c98;}
.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: 452px;}
.menuBox .menuContact .contBox .title{font-size: 32px;color: #333;}
.menuBox .menuContact .contBox .phone{font-family: Avignon;font-size: 38px;font-stretch: normal;color: #333;}
.menuBox .menuContact .contBox .text{font-size: 14px;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: 34px;}
}

/*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: 257px; height: 50px; margin: 15px 0; background: url(../images/logo1.png)  no-repeat; background-size: auto 50px; 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: 24px; color: #fff; }
.header .nav{ display: inline-block; vertical-align: middle; margin-right: 40px; }
.header .nav .nLi{display: inline-block;position: relative;margin-right: 60px;}
.header .nav .nLi h3{padding: 25px 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:80px;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:14px 10px;box-sizing: border-box;transition: all 0.6s ease;}
.header .nav .sub a:hover,.header .nav .sub li.on a{background-color: #004c98;color: #FFFFFF;}
.header .nav .nLi:hover h3 a,.header .nav .nLi#on h3 a{color: #004c98;}
.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: #004c98;}
.header .popnav:hover .menu .solid2{width: 24px;}
.header .popnav:hover .tit{color: #004c98;}
@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: 40px;}
}
.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 50px; }
.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-color: #004c98; }
.is-fixed .headerTel .iconT,.is-fixed .headerTel .iconT{   color: #fff;}
/*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-weight: bold;}
.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: #004c98;}
.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: #004c98;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: #004c98;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: 18px;line-height: 18px;font-family: Avignon;color: #333333;text-transform: uppercase;margin-left: 10px;}
.indexTitle .tit p{font-size: 18px;line-height: 18px;font-family: Avignon;color: #333333;text-transform: uppercase;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;}
.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 14px;}
.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: Avignon;font-size: 32px;color: #b2b8bc;line-height: 22px;transition: all 0.6s ease;}
.serviceBox .hd ul li .cont{float: left;width: 90%;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: MicrosoftYaHei;font-size: 48px;font-weight: bold;line-height: 30px;text-transform: uppercase;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: 14px;color: #666666;margin-top: 6px; box-sizing: border-box; width: 48%; display: inline-block; vertical-align: top; margin-right: 2%;}
.serviceBox .hd ul li .cont .title .tit a{ display: inline-block; padding: 4px 8px; border: 2px solid rgba(0,0,0,0);}
.serviceBox .hd ul li .cont .title .tit:hover a{border-color: #004c98;color: #004c98;}
.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 15px; 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: 120px;}
.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: #004c98; border-color: #004c98;}
.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: 56%;position: absolute;bottom: 14%;right: 10%;z-index: 3;}
.serviceBox .bd .img.web .img2{width: 30%;position: absolute;bottom: 20%;right: 50%;}
.serviceBox .bd .img.web .img3{width: 14%;position: absolute;bottom: 20%;right: 67%;}
.serviceBox .bd .img.wechat .img1{width: 47%;position: absolute;bottom: 24%;left: 24%; }
.serviceBox .bd .img.wechat .img2{width: 31%;position: absolute;bottom: 5%;left: 8%;}
.serviceBox .bd .img.wechat .img3{width: 31%;position: absolute;bottom: 18%;left: 20%; }
.serviceBox .bd .img.wechat .img4{width: 31%;position: absolute;bottom: 47%;right: 20%;}
.serviceBox .bd .img.wechat .img5{width: 30.6%;position: absolute;bottom: 60.5%;right: 8.5%;}
.serviceBox .bd .img.marketing .img1{width: 55%;position: absolute; top: 5%; left:8%; }
.serviceBox .bd .img.marketing .img2{width: 15%;position: absolute; top: 10%; left:40%; }
.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.software .img1{width: 23%;position: absolute; top: 10%; left:5%; }
.serviceBox .bd .img.software .img2{width: 15%;position: absolute; bottom: 5%; right:7%; }
.serviceBox .bd .img.software .img3{width: 35%;position: absolute; top: 15%; left:34%; }
.serviceBox .bd .img.software .img4{width: 48%;position: absolute; top: 10%; left:30%; }
.serviceBox .bd .img.matching .img1{width: 46%;position: absolute; top: 8%; left:-4%;}
.serviceBox .bd .img.matching .img2{width: 22%;position: absolute; bottom: -17%; left:-11%;}
.serviceBox .bd .img.matching .img3{width: 23%;position: absolute; bottom: -17%; left:9%;}
.serviceBox .bd .img.matching .img4{width: 26%;position: absolute; bottom: -15%; left:32%;}
.serviceBox .bd .img.matching .img5{width: 30%;position: absolute; bottom: -13%; right:0%;}
.serviceBox .bd .img.matching .img6{width: 10%;position: absolute; bottom: 16%; right:28%;}
.serviceBox .bd .img.matching .img7{width: 80%;position: absolute; bottom: 20%; right:10%;}
.serviceBox .bd .img.matching .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: #004c98;border-color: #004c98;}
@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: 18px;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: 12px;}
}


/*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: #004c98;}
.indexCase .a:hover .iconfont{color: #004c98;border-color: #004c98;}
.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: #004c98;}
.indexCase .list li.webli .txt{font-size: 14px;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: #004c98;}
.indexCase .list li.wxli .txt{font-size: 14px;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: #004c98; }

.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: 14px;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: 14px;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: 18px;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: #004c98;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: #004c98;}
.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: 14px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-right: 14px;}
.indexCustomer .indexTitle .txt1::before{content: '';width: 6px;height: 14px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-left: 14px;}
.indexCustomer ul{width: 100%;display: table;font-size: 0;text-align: left;margin-top: 70px;}
.indexCustomer ul li{width: 16.6666%;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: #004c98;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: 18px;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: #004c98;border-color: #004c98;}

/*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: #004c98;}

.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;opacity: 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: 18px;line-height: 32px;color: #333;margin-bottom:14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.indexNews .bd ul li .cont .txt{font-size: 14px;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{opacity: 1;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;background: url("../images/offer_bg.jpg") center center no-repeat fixed;background-size: cover;overflow: hidden;}
.indexOffer .title{font-size: 42px;color: #ffffff;}
.indexOffer .title p{font-size: 32px;margin-top: 10px;}
.indexOffer .box{width: 100%;margin-top: 70px;}
.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: 380px;line-height: 26px;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: #004c98;}
.indexOffer .box .left .txt1:hover .iconfont{background-color: #004c98;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;float: left;width: 30%;margin-right: 2%;}
.indexOffer .box .right form label:last-child{width: 36%;margin-right: 0;display: flex;}
.indexOffer .box .right form label:last-child img{width: 46%;margin: 6px 0;}
.indexOffer .box .right form label span{font-size: 14px;line-height:48px;color: #999;position: absolute; top: 0;left: 0;display: block;}
.indexOffer .box .right form .row{width: 360px;height:48px;padding:0 6px;box-sizing:border-box;float:left;background-color: rgba(240,240,240,0.9);}
.indexOffer .box .right form .txt.w1{width: 100%;font-size: 14px;color: #333;line-height: 20px;padding:14px 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: #004c98;border: none;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.indexOffer .box .right form .btn:hover{background-color: #004c98;}


/*footer*/
.footer{width: 100%;padding: 70px 0 40px;background: url("../images/footer_bg.jpg") center center no-repeat;background-size: cover;overflow: hidden;}
.footer .logo img{height: 48px;}
.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: 30px;}
.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: 16px;position: relative;line-height: 28px;padding-left: 30px;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-left: 10%;}
.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: #004c98;}
.footer .right{float: right;width: 120px;}
.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: 12px;line-height: 20px;margin:26px 0 12px;}
.footer .copyRight a{color: #a5a8aa; display: inline-block;}
.footer .copyRight a:hover{color: #004c98;}
.footer .link{color: #a5a8aa;font-size: 12px;line-height: 16px;}
.footer .link a{color: #a5a8aa;}
.footer .link a:hover{color: #004c98;}
@media (max-width: 1440px) {
    .footer .center{margin-left: 6%;}
}


/*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: 14px;text-align: center;width: 360px;}
.WeChat .close{width: 110px;height: 36px;background: #004c98;color: #fff;border-radius: 5px;font-size: 14px;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: #004c98;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;margin-bottom: 10px;}
.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: #004c98;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: #004c98;}

.demandBox .demand form .code {display: flex;}
.demandBox .demand form .code .row{margin-bottom: 0;}

/* 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: #004c98;}
.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: #004c98; border-color: #004c98; 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: 270px;height: 70px;padding: 10px 15px;box-sizing: border-box; color: #fff;font-size: 14px; 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/edongli_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: 26px; 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: #004c98;}
.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/edongli_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: 14px; }
.RightFd .right a{ display: block; width: 100px; height: 100px;   background: url(../images/edongli_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: 14px; color: #fff;}
.crumbs .box span{ margin: 0 5px;}
.crumbs .box a{ color: #fff;}
.crumbs .box a:hover{ color: #004c98;}
.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: 14px;}
}
@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: uppercase; background-color: #fafafa;}
.pages a { display:inline-block;  text-align:center; color:#21282e; padding:0 ;  margin:0 15px;}
.pages a:hover { color:#004c98; 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 a.curpage { display:inline-block;  color:#004c98; text-decoration:line-through; text-align:center; padding: 0; margin:0 15px;}
.pages .pgejump{display: none;}

/*pageAbout*/
.pageTitle{font-size: 48px;color: #333;}
.pageTitle p{font-size: 32px;font-family:Avignon;color: #dadada;text-transform: uppercase;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: #004c98;padding: 60px 0;position: relative;z-index: 1;}
.pageAbout ul::after{content: '';width: 50%;height: 100%;background-color: #004c98;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: 18px;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: 14px;opacity: 0;filter:alpha(opacity=0);} }
@-webkit-keyframes icon{ 0%{margin-top: -8px;} 100%{margin-top: 14px;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: 14px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-right: 14px;}
.pageHonor .indexTitle .txt1::before{content: '';width: 6px;height: 14px;background-color: #333;position: absolute;top: 0;left:50%;transform: skewX(-15deg) translateX(-50%);margin-left: 14px;}
.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: 18px;color: #333333;text-align: center;margin-top: 15px; line-height: 24px; text-transform: uppercase;}
.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: #004c98;}
.pageHonor .swiper-button-prev span{ transform:rotate(180deg) ;}
.pageHonor .swiper-button-prev:hover,.pageHonor .swiper-button-next:hover{ background-color: #004c98;}
.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: 14px ;  height:14px ;margin: 0  10px;border-radius: 14px ;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;margin-bottom: 100px;height: 650px;}
.pagePersistence .cont{width: 34%; padding-top: 60px;}
.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: 14px;line-height: 24px;color: #999999;margin-top: 10px;}
.pagePersistence .persistence{width:63%;overflow:hidden;position: absolute;right: 0;top: 0;}
.pagePersistence .persistence .bd{width: 100%;}
.pagePersistence .persistence .bd li{width: 100%;height:650px;overflow: hidden;}
.pagePersistence .persistence .bd li a{display: block;width: 100%;height: 100%;}
.pagePersistence .persistence .bd img{width:100%;display:block;}
.pagePersistence .persistence .hd{width:80px;height:70%;overflow:hidden;background-color:#fff;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: Avignon;}
.pagePersistence .persistence .hd ul li.on{color:#000; }



/*网站*/
/*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: #004c98;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: 14px 0 20px;transition: all 0.6s ease;}
.pageWebsite .box ul li .txt{font-size: 14px;line-height: 26px;color: #999999;text-align: center;}
.pageWebsite .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #004c98;color: #FFFFFF;border-color: #004c98;}
.pageWebsite .box ul li:hover .tit{color: #004c98;}


/*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: 14px;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:Avignon;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: 18px;line-height:28px;color: #333333;}
.pageAchievements .cont .a{width: 200px;height: 50px;background-color: #004c98;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: #004c98;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: 14px 0 20px;transition: all 0.6s ease;}
.pageWeChat .box ul li .txt{font-size: 14px;line-height: 26px;color: #999999;text-align: center;}
.pageWeChat .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #004c98;color: #FFFFFF;border-color: #004c98;}
.pageWeChat .box ul li:hover .tit{color: #004c98;}


/*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: 14px;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: #004c98;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: #004c98; font-family:'Avignon'; 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: 14px; 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: 80%;position: absolute; bottom: 33%; right:10%;}
.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: #004c98;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: 14px 0 20px;transition: all 0.6s ease;}
.pageMarket .box ul li .txt{font-size: 14px;line-height: 26px;color: #999999;text-align: center;}
.pageMarket .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #004c98;color: #FFFFFF;border-color: #004c98;}
.pageMarket .box ul li:hover .tit{color: #004c98;}


/*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: 14px;left: 0;}
.pageInquiry .cont .a{width: 200px;height: 50px;margin: 120px 0 0 0;line-height: 50px;background-color: #004c98;cursor: pointer;text-align: center;color: #fff;font-size: 16px;transition: all 0.6s ease;}
.pageInquiry .cont .a:hover{background-color: #fff;color: #004c98;}

/*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: 14px;}
.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: Avignon;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: 14px;line-height: 26px;color: #999999;}
.pageChannel .box ul li:hover .num{color: #004c98;}
.pageChannel .box ul li:hover .icon img{transform: rotateX(360deg);border-color: #333;}
.pageChannel .box ul li:hover .tit{color: #004c98;}


/*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;}


/*软件*/
/*pageSoftware*/
.pageSoftware{width: 100%;min-height:720px;overflow: hidden;position: relative;background-color: #FFFFFF;margin-bottom: 100px;}
.pageSoftware .img{width: 57%;overflow: hidden;float: right;position: relative;}
.pageSoftware .img img{width: 100%;display: block;}
.pageSoftware .img .img1{width:24%;position: absolute;top: 5%;left: 7%;}
.pageSoftware .img .img2{width:15%;position: absolute;bottom: 5%;right: 8%;}
.pageSoftware .img .img3{width:40%;position: absolute;top: 10%;right: 25%;}
.pageSoftware .img .img4{width:53%;position: absolute;top: 5%;right: 15%;}
.pageSoftware .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;}
.pageSoftware .contBox .text{font-size: 16px;line-height: 28px;color: #676767;margin: 20px 0 30px;}
.pageSoftware .contBox ul{width:100%;display: table;font-size: 0;text-align: left;}
.pageSoftware .contBox ul li{display: inline-block;vertical-align: top;font-size: 16px;color: #333333;width: 170px;margin-right:9%;margin-top: 16px;}
.pageSoftware .contBox ul li span{font-size: 20px;}
.pageSoftware .box{width: 87%;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;min-width: 1150px;}
.pageSoftware .box ul{width: 76%;background-color: #FFFFFF;padding: 60px 0 0;display: inline-block;font-size: 0;text-align: left;min-width: 1150px;}
.pageSoftware .box ul li{display: inline-block;vertical-align: top;margin-right: 7%;cursor: pointer;}
.pageSoftware .box ul li:last-child{margin-right: 0;}
.pageSoftware .box ul li .iconfont{width: 76px;height: 76px;border: solid 1px #ccd0d4;border-radius: 50%;color: #004c98;font-size: 50px;margin: 0 auto;transition: all 0.6s ease;}
.pageSoftware .box ul li .tit{font-size: 24px;color: #333333;text-align: center;margin: 14px 0 20px;transition: all 0.6s ease;}
.pageSoftware .box ul li .txt{font-size: 14px;line-height: 26px;color: #999999;text-align: center;}
.pageSoftware .box ul li:hover .iconfont{transform: rotateY(360deg);background-color: #004c98;color: #FFFFFF;border-color: #004c98;}
.pageSoftware .box ul li:hover .tit{color: #004c98;}

.pageItem .mod{padding:25px 0;}
.pageItem .img{width: 45%;float: left;transition: all .3s;}
.pageItem .info{width: 47%;float: right;padding-top: 70px;}
.pageItem .title{font-size: 24px;color: #333333;font-weight: normal;}
.pageItem .sm{font-size: 16px;color: #666666;margin-top: 10px;}
.pageItem .txt{font-size: 14px;color: #999999;line-height: 30px;margin-top: 20px;}
.pageItem .mod:nth-child(odd){background: #f7fafc;}
.pageItem .mod:nth-child(even) .img{float: right;}
.pageItem .mod:nth-child(even) .info{float: left;}
.pageItem .img:hover{transform: scale(1.05,1.05);}

/*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: 14px;}
.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: 14px;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/software/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: 18px; 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: uppercase; font-family:'Avignon';}
.pageCaseD .box .cont .info dl dd{ width: 100%; padding: 10px 0; line-height: 20px;min-height: 20px; border-bottom: solid 1px #eee; font-size: 14px; color: #333;}
.pageCaseD .box .cont .info dl dd a{ font-size: 14px; color: #333; }
.pageCaseD .box .cont .info dl dd a:hover{ color: #004c98;}
.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: 14px;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: 14px; 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: 14px;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: #004c98;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: 14px;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: #004c98;}
.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: #004c98;}
@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: 60px 0;background-color: #FFFFFF;overflow: hidden;}
.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-bottom: 2%; box-sizing: border-box; padding: 30px; border: solid 1px #eee; transition: all 0.6s ease;}

.pageNews ul li::after{content: '';width: 0;height: 100%;background-color:#004c98;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.6s ease;}
.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; margin-bottom: 30px;}
.pageNews ul li .img img{display: block;width: 100%;transition: all 0.6s ease;}
.pageNews ul li .tit{font-size: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.pageNews ul li .tit span{ color: #004c98; margin-right: 10px;}
.pageNews ul li .time{font-size: 16px;letter-spacing: 1px;color: #999999;text-transform: uppercase;margin: 15px 0 20px;transition: all 0.6s ease;}
.pageNews ul li .txt{font-size: 16px;line-height: 34px;height: 68px;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.newst li:hover .tit{color: #fff;}
.pageNews ul.newst li:hover .tit span{ color: #fff;}
.pageNews ul.newst li:hover .time,.pageNews ul.newst li:hover .txt{color: #fff;}
.pageNews ul.newst li:hover .l{ width: 30%; background-color: #fff;}
.pageNews ul.newst li:hover{ border-color: #004c98; }
.pageNews ul.newst li:hover::after{ width: 100%;}
.pageNews ul.newsi li:hover::after{ width: 0;}
.pageNews ul.newsi li:hover .tit{color: #004c98;}
.pageNews ul.newsi li:hover .tit span{ color: #333;}
.pageNews ul.newsi li:hover .time,.pageNews ul.newsi li:hover .txt{color: #333;}
.pageNews ul.newsi li:hover .l{ width: 30%; background-color: #004c98;}
.pageNews ul.newsi li:hover{ border-color: #004c98; }


/*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: 14px;padding: 26px 0 16px;border-bottom: 1px dashed #e5e5e5;}
.pageNewsD .contBox .time span{margin-right: 15px;}
.pageNewsD .contBox .text{color: #333;font-size: 14px;line-height: 30px; padding: 30px 0;}
.pageNewsD .contBox .text img{ max-width: 100%;height: auto !important;}
.pageNewsD .contBox .text video{width: 90%;height: auto !important;}
.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: #004c98; 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: 14px;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: #004c98;}
.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: 14px 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: 14px;margin-top: 8px;transition: all 0.6s ease;}
.pageNewsD .newsD ul li:hover .tit{color: #004c98;}
.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%; box-sizing: border-box; padding: 30px; border: solid 1px #eee; }
.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 .tit{font-size: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s ease;}
.pageRecommend ul li .tit span{ color: #004c98; margin-right: 10px;}
.pageRecommend ul li .time{font-size: 16px;letter-spacing: 1px;color: #999999;text-transform: uppercase;margin: 15px 0 20px;transition: all 0.6s ease;}
.pageRecommend ul li .txt{font-size: 16px;line-height: 34px;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: #004c98;}
.pageRecommend ul li:hover .time,.pageRecommend ul li:hover .txt{color: #333;}
.pageRecommend ul li:hover .l{ width: 30%; background-color: #004c98;}



/*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: #004c98;}
.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: 18px; 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 #004c98; 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:#004c98; 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:14px; color: #999;margin-top: 15px;}
.pageForm .row p.xin span{ color:#004c98; font-size: 18px;}



.pageDoprice{ padding: 60px 0 80px; background-color: #f7fafc;}
.pageDoetit{ text-align: center; font-weight: 100; margin-bottom: 8px; font-size: 48px; color: #ccc; line-height: 70px; transform: none;text-transform: uppercase; }
.pageDoctit{ text-align: center; font-family: '黑体'; font-size: 40px; color: #3b99f0; }
.pageDoplist{ margin-top: 55px; text-align: center; }
.pageDoplist li{ padding-top: 42px; width: 20%; height: 280px; box-sizing: border-box; border: 1px solid #eee; border-left: none; float: left; transition: background-color .25s; -webkit-transition: background-color .25s; transition: transform .25s; -webkit-transition: transform .25s; }
.pageDoplist li:first-child{ border-left: 1px solid #eee; }
.pageDoptop{ font-weight: bold; font-size: 44px; text-transform: uppercase; font-family: '微软雅黑'; }
.pageDopline{ width: 20px; height: 2px; margin: 25px auto 52px; background: #eee; }
.pageDopmid{ line-height: 25px; font-size: 16px; color: #999; margin-bottom: 4px; }
.pageDopbot{ color: #e6000a; font-size: 18px; }
.pageDopbot em{ font-size: 24px; font-style: normal;}
.pageDoplist li:hover{ box-shadow: 0 10px 20px rgba(0,0,0,.1); -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1); border: none; position: relative; z-index: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.pageDoplist li:hover *{ color: #fff!important; }
.pageDoadv li{ height: 320px; padding-top: 35px; }
.pageDoadv_h2{ padding: 0 22px; font-size: 20px; color: #555; margin-bottom: 27px; }
.pageDoadv_icon{ width: 100px; height: 100px; line-height: 100px; font-size: 0; border-radius: 50%; margin: 0 auto 32px; display: block; }
.pageDoadv_icon img{ max-width: 80%; max-height: 80%; }
.pageDoadv_icon img.pageDoadv_icon02 {display: none;}
.pageDoadv_p{ height: 72px; padding: 0 22px; font-size: 12px; color: #999; line-height: 24px; }
.pageDoadv li:hover .pageDoadv_icon{ background: #fff; }
.pageDoadv li:hover .pageDoadv_icon img{ animation: swing 1s 0s linear normal; -webkit-animation: swing 1s 0s linear normal; }
.pageDoadv li:hover .pageDoadv_icon img.pageDoadv_icon01 {display:none;}
.pageDoadv li:hover .pageDoadv_icon img.pageDoadv_icon02 {display:block;margin:0 auto;padding-top:30px;}
.pageLi1 .pageDoptop{ color: #ff9000; }
.pageLi1:hover,.pageLi1 .pageDoadv_icon{ background: #ff9000; }
.pageLi2 .pageDoptop{ color: #3b99f0; }
.pageLi2:hover,.pageLi2 .pageDoadv_icon{ background: #3b99f0; }
.pageLi3 .pageDoptop{ color: #57be5b; }
.pageLi3:hover,.pageLi3 .pageDoadv_icon{ background: #57be5b; }
.pageLi4 .pageDoptop{ color: #ff6868; }
.pageLi4:hover,.pageLi4 .pageDoadv_icon{ background: #ff6868; }
.pageLi5 .pageDoptop{ color: #25b49b; }
.pageLi5:hover,.pageLi5 .pageDoadv_icon{ background: #25b49b; }

.xi_tover{ display:block;-o-text-overflow:ellipsis; overflow:hidden; text-overflow:ellipsis;white-space:nowrap; }

/*电话介绍*/
.xi_tel_pac{ overflow: hidden; padding: 50px 0 65px; background: #f0f0f0 url(../images/xbg4.jpg) top center no-repeat; background-size: cover; }
.xi_tel_pac ul.clear{ margin-top: 50px;}
.xi_tel_pac .xi_li{ float: left; margin-right: 30px; position: relative; padding: 55px 20px; text-align: center; width: 277px; height: 520px; box-sizing: border-box; border-top: 2px solid #ddd; background: #fff; transition: all .25s; -webkit-transition: all .25s; }
.xi_tel_pac .xi_li:last-child{ margin-right: 0; }
.xi_tel_pac .xi_li:before{ content: ''; position: absolute; left: 0; top: -2px; width: 0; height: 2px; background: #3b99f0; transition: all .25s; -webkit-transition: all .25s; }
.xi_tel_pac .xi_li .xi_tit{ width: 21px; height: 42px; display: block; position: absolute; left: 30px; top: -2px; }
.xi_tel_pac .xi_li.hot .xi_tit{ background: url(../images/xicon33.png) center no-repeat; }
.xi_tel_pac .xi_li.new .xi_tit{ background: url(../images/xicon34.png) center no-repeat; }
/* .xi_tel_pac .xi_li.year .xi_tit{ background: url(../images/xicon35.png) center no-repeat; } */
.xi_tel_pac .xi_li h2{ margin-bottom: 30px; font-size: 24px; color: #333; font-weight: 100; }
.xi_tel_pac .xi_bpri{ margin-bottom: 20px; color: #e6000a; }
.xi_tel_pac .xi_bpri em{ vertical-align: middle; font-size: 60px; }
.xi_tel_pac .xi_bpri font{ margin-left: 10px; font-size: 14px; width: 15px; word-break: break-all; word-wrap: break-word; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 15px; }
.xi_tel_pac .xi_spri{ color: #e6000a; font-size: 40px; vertical-align: middle; }
.xi_tel_pac .xi_spri font{ margin-left: 10px; font-size: 18px; color: #e6000a; }
.xi_tel_pac .xi_text{ height: 180px; color: #555; line-height: 36px; font-size: 14px; }
.xi_tel_pac .xi_text em{ color: #3b99f0; }
.xi_tel_pac .xi_stext{ margin-bottom: 13px; height: 36px; }
.xi_pack_buy{ border: none; margin-top: 52px; width: 100%; height: 50px; line-height: 50px; background: #3b99f0; color: #fff; font-size: 18px; display: block; border-radius: 3px; transition: all .25s; -webkit-transition: all .25s; }
.xi_pack_buy:hover{ -moz-box-shadow: 0 0 5px 1px #ededed inset; -webkit-box-shadow: 0 0 5px 1px #ededed inset; box-shadow: 0 0 5px 1px #ededed inset; }
.xi_tel_pac .xi_li:hover{ box-shadow: 0 10px 20px rgba(0,0,0,.1); }
.xi_tel_pac .xi_li:hover:before{ width: 100%; }


/*虚拟主机*/
.xi_host_pac{ padding: 40px 0; }
.xi_host_pac .xi_li{ width: 32%; padding: 40px 30px 30px; height: 520px; margin-right: 2%;}
.xi_host_pac .xi_li h2{ font-size: 36px; margin-bottom: 34px; }
.xi_host_pac .xi_li h2 em{ font-weight: 100; color: #3b99f0; }
.xi_host_pac .box{ height: 50px; border-left: 1px solid #eee; width: 33.3%; float: left; box-sizing: border-box; }
.xi_host_pac .box1{ text-align: left; border-left: none; }
.xi_host_pac .box3{ text-align: right; }
.xi_host_pac .box .xi_btop{ font-size: 24px; color: #333; line-height: 26px; }
.xi_host_pac .box .xi_bbot{ font-size: 14px; color: #999; line-height: 24px; }
.xi_host_pac .xi_bpri{ margin: 53px 0 45px; }
.xi_host_pac .xi_bpri em{ font-size: 72px; font-style: normal;}
.xi_host_pac .xi_bpri font{ font-size: 18px; line-height: 18px; }
.xi_host_pac .xi_text{ height: 120px; font-size: 12px; color: #777; text-align: left; line-height: 30px; }
.xi_host_pac .xi_pack_buy{ height: 60px; line-height: 60px; margin-top: 36px; }
.xi_host_sup{ padding: 40px 0 30px; /* background: url(../images/xbg6.jpg) top center no-repeat; */ }
.xi_host_sup ul.clear{ text-align: center; width: 1230px; margin-top: 65px; }
.xi_host_sup li{ margin-bottom: 30px; padding: 40px 45px; float: left; background: #fff; margin-right: 30px; width: 380px; height: 280px; box-sizing: border-box; transition: all .25s; -webkit-transition: all .25s; } 
.xi_host_sup .img{ margin-bottom: 27px; height: 60px; line-height: 60px; font-size: 0; }
.xi_host_sup .img img{ max-height: 100%; transition: all .25s; -webkit-transition: all .25s; }
.xi_host_sup .xi_hsuph2{ margin-bottom: 20px; font-size: 20px; color: #333; }
.xi_host_sup .xi_hsuptxt{ height: 72px; color: #999; font-size: 12px; line-height: 24px; }
.xi_host_sup li:hover *{ color: #fff; }
.xi_host_sup li:hover .img img{ animation: bounce 1s 0s linear normal; -webkit-animation: bounce 1s 0s ease-out normal; }
.xi_host_sup .xi_hsup3,.xi_host_sup .xi_hsup6{ margin-right: 0; }
.xi_host_sup .xi_hsup1:hover{ background: #ff9000; }
.xi_host_sup .xi_hsup2:hover{ background: #3b99f0; }
.xi_host_sup .xi_hsup3:hover{ background: #57be5b; }
.xi_host_sup .xi_hsup4:hover{ background: #ff6868; }
.xi_host_sup .xi_hsup5:hover{ background: #25b49b; }
.xi_host_sup .xi_hsup6:hover{ background: #827af6; }
.xi_host_adv{ padding: 60px 0 75px; }
.xi_host_adv{ background: #fff /* url(../images/xbg5.png) top center no-repeat */; }
.xi_host_adv li{ border: 1px solid #eee; border-radius: 10px; box-sizing: border-box; }
.xi_host_adv li .xi_dosicon{ border-radius: 20px; }
.xi_host_adv li:hover{ box-shadow: 0 10px 20px rgba(0,0,0,.1); border: #fff; }

/*企业邮箱*/
.xi_ema_pac{background: none;}
.xi_ema_pac .xi_li{height: 420px;background-color: #f7fafc;}
.xi_ema_pac .xi_li h2{ margin-bottom: 5px; }
.xi_ema_pac .xi_li h3{ font-size: 16px; color: #999; }
.xi_ema_pac .xi_bpri{ margin: 44px 0 0; }
.xi_ema_pac .box{ width: 50%; text-align: center; height: 60px; }
.xi_ema_pac .box .xi_btop{ font-size: 30px; line-height: 36px; }
.xi_ema_pac .box .xi_btop img{ vertical-align: initial; }
.xi_ema_pac .box .xi_bbot{ font-size: 16px; }
.xi_ema_pac .xi_pack_buy{ margin-top: 50px; }
.xi_ema_pac .xi_tips{ margin: 12px 0 40px; color: #3b99f0; font-size: 16px; }
.xi_count input[type="button"]:hover{ border-color: #3b99f0; }
.xi_ema_fun{ padding: 40px 0 60px; background: #f6f6f6 /* url(../images/xbg7.jpg) top center no-repeat */; }
.xi_ema_table{ background: #fff; margin-top: 55px; box-shadow: 0 5px 10px rgba(0,0,0,.05); }
.xi_ema_fea{ padding: 40px 0 80px; background: #fff /* url(../images/xbg8.png) top center no-repeat */; }
.xi_ema_fea li{ overflow: hidden; background: #fff; float: left; border-top: 1px solid #eee; border-left: 1px solid #eee; text-align: center; padding: 60px; width: 400px; height: 280px; box-sizing: border-box; }
.xi_efimg{ position: relative; top: 0; margin-bottom: 66px; height: 80px; line-height: 80px; font-size: 0; transition: all .25s; -webkit-transition: all .25s; }
.xi_efimg img{ max-height: 100%; }
.xi_efh2{ margin-top: 0; font-size: 20px; color: #555; transition: all .25s; -webkit-transition: all .25s; }
.xi_dftxt{ margin-top: 30px; height: 0; overflow: hidden; font-size: 14px; color: #999; line-height: 24px; text-align: left; transition: all .25s; -webkit-transition: all .25s; }
.xi_eflist{ margin-top: 70px; }
.xi_ema_fea li.xi_efl1,.xi_ema_fea li.xi_efl4{ border-left: none; }
.xi_ema_fea li.xi_efl1,.xi_ema_fea li.xi_efl2,.xi_ema_fea li.xi_efl3{ border-top: none; }
.xi_ema_fea li:hover{ box-shadow: 0 5px 10px rgba(0,0,0,.05),1px 0 1px rgba(0,0,0,.04); z-index: 1; position: relative; }
.xi_ema_fea li:hover .xi_efimg{ top: -100%; height: 0; }
.xi_ema_fea li:hover .xi_efh2{ margin-top: -46px; }
.xi_ema_fea li:hover .xi_dftxt{ height: 72px; }
.xi_ema_pri{ padding: 40px 0 70px; background: #25bcb3 /* url(../images/xbg9.jpg) top center no-repeat */; }
.xi_ema_pri .xi_donp_top li.rec:before{ content: ''; position: absolute; left: 0; top: 0; width: 75px; height: 75px; /* background: url(../images/xicon55.png) center no-repeat; */ display: block; }
.xi_ema_pri .xi_donp_top li{position: relative;width: 33.3%;font-size: 24px;}
.xi_ema_pri .xi_donp_top li font{ display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-left: 20px; } 
.xi_ema_pri .xi_donp_bot{ padding-top: 30px; }
.xi_ema_type{ margin-bottom: 30px; font-size: 0; text-align: center; }
.xi_ema_type dd{ cursor: pointer; min-width: 100px; padding: 0 10px; height: 38px; line-height: 38px; border: 1px solid #ddd; text-align: center; border-radius: 18px; margin: 0 15px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 16px; color: #555; }
.xi_ema_type dd.on{ background: #3b99f0; border-color: #3b99f0; color: #fff!important; }
.xi_ema_type dd:hover{ color: #3b99f0; border-color: #3b99f0; }
.xi_ema_pri .xi_donp_wrap th{ width: 20%; }
.xi_ema_detail table{display: none;/* opacity: .6; */}
.xi_ema_detail table:first-child{ display: table; opacity: 1; }

.pageServer{padding: 40px 0;}
.pageServer .box{ margin-top: 50px;}
.pageServer .box .list{box-sizing: border-box;border:#dbdbdb 1px solid;width:32%;height:286px;float:left;margin-right:2%}
.pageServer .box .list:last-child{margin-right: 0;}
.pageServer .box .list:hover{border:#0b98de 1px solid}
.pageServer .box .list h1{font-size:14px;color:#0b98de;text-indent:15px;padding:15px 0}
.pageServer .box .list .img{padding-left:20px}
.pageServer .box .list ul{line-height:20px;padding:15px 0 13px 13px}
.pageServer .box .list ul li{float:left;width:50%}
.pageServer .box .list ul li p{color:#454545}
.pageServer .box .list .last{height:55px;line-height:55px;background:#f2f2f2}
.pageServer .box .list .last span{font-size:14px;color:#333;padding:0 10px}
.pageServer .box .list .last span i{font-size:12px;color:#666;font-style: normal;}
.pageServer .box .list .btn{position:absolute;top:20px;right:20px}
.pageServer .box .list .btn a{display:block}


