@charset "utf-8";

/* CSS Document */



/*-----whole-----*/

/*-----whole-----*/

html{font-size:100px;}

body{/*transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;*/position:relative;overflow-x:hidden;}

body.resizing *{transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;}



.contain{width:1200px;margin:0 auto;}



/*clearfix*/

.clearfix{*zoom:1}

.clearfix:before,

.clearfix:after{display:table;content:""}

.clearfix:after{clear:both}



/*初始化按钮*/

.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}

.btn span{display:inline-block;}



input.text,

textarea.text{display:block;padding:0px;width:100%;border:0px;background:none;margin:0px;resize:none;}



/*--- Header ---*/

.Header-wrapper{z-index:99;}

.Header-wrapper .Header-cl{position:relative;}



.header-container{width:100%;background:rgba(0,0,0,.2);position:fixed;top:0px;left:0px;z-index:90;}



/*logo*/

.H-logo{height:70px;line-height:70px;font-size:0px;float:left;position:relative;overflow:hidden;z-index:5;}

.H-logo img.rollover{display:none;}



.H-action{float:right;margin:0 1.16667% 0 0;}

.H-action .split{display:block;width:1px;height:16px;background:rgba(255,255,255,.5);float:left;margin:27px 0 0;}



.H-lang,

.H-user,

.H-srch{height:70px;float:left;}



/*Hlang*/

.H-lang{position:relative;}

.H-lang .Hlang-menu{display:block;width:53px;height:100%;background:url(../images/icon-Hlang.png) no-repeat center center;transition:none;-webkit-transition:none;}

.Hlang-menu.cur{background:url(../images/icon-close2.png) no-repeat center center / 16px auto;}

.Hlang-box{padding:20px 0px;width:200px;box-shadow:1px 1px 10px #666;background:#fff;position:absolute;top:70px;left:-76px;display:none;}

.Hlang-box:before{content:"";display:block;width:0px;height:0px;border-style:solid;border-width:0 8px 8px;border-color:transparent transparent #fff transparent;position:absolute;top:-8px;left:50%;margin:0 0 0 -4px;}

.Hlang-box a{display:block;padding:5px 10px 5px 60px;line-height:30px;background-repeat:no-repeat !important;background-position:20px center !important;}

.Hlang-box a:hover{color:#fff;background:#0062b2;}

.Hlang-box a.CN{background-image:url(../images/icon-CN.png);}

.Hlang-box a.JP{background-image:url(../images/icon-jp.png);}

.Hlang-box a.EN{background-image:url(../images/icon-EN.png);}







/*Huser*/

.Huser-menu{display:block;width:53px;height:100%;background:url(../images/icon-Huser.png) no-repeat center center;float:left;}

.Huser-name{display:block;padding:0 15px;line-height:70px;color:#fff;}



/*Hsrch*/

.H-srch .Hsrch-menu{display:block;width:47px;height:100%;background:url(../images/icon-Hsrch.png) no-repeat center center;}

.Hsrch-box{width:100%;height:70px;background:#fff;position:absolute;top:0px;left:0px;display:none;position:absolute;z-index:2;}

.Hsrch-block{padding:0 0 0 4rem !important;width:12rem !important;height:32px;margin:19px auto 0;}

.Hsrch-block .btn{width:24px;height:32px;background:url(../images/icon-Hsrch2.png) no-repeat center center;float:left;}

.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../images/icon-close.png) no-repeat center center;float:right;}

.Hsrch-block .text{width:70%;height:32px;font-size:16px;float:left;margin:0 0 0 10px;}

.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}

.Hsrch-menu.cur{display:none;}



.Header-wrapper.Header-searching{}

.Header-wrapper.Header-searching .H-logo img{display:none;}

.Header-wrapper.Header-searching .H-logo img.rollover{display:inline-block;}



/*Hnav*/

.H-nav{float:left;margin:0 0 0 4.75%;}

.H-nav>li{padding:0 30px;float:left;}

.H-nav .Hnav-menu{display:block;height:70px;line-height:70px;font-size:16px;color:#fff;position:relative;}

.Hnav-menu i{display:block;width:50px;height:50px;background:url(../images/icon-dd1.png) no-repeat center center / 14px auto;position:absolute;right:0px;top:0px;z-index:2;display:none;}

.Hnav-menu.cur i{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}

.Hnav-sub{padding:48px 0;width:100%;background:rgba(19,19,19,0.8);position:absolute;top:70px;left:0px;display:none;}

.HnavSub-list{width:33.5%;float:left;}

.HnavSub-list li{width:50%;padding:6px 6.716417910447761% 14px 0;float:left;}

.HnavSub-list li a{display:block;height:54px;line-height:54px;text-align:center;color:#fff;background:#222222;}

.H-nav>li.cur .Hnav-menu{color:#017bce;}

.HnavSub-list li.cur a,

.HnavSub-list li a:hover{background:#017bce;}



.HnavSub-box{padding:0 0 0 7.91667%;width:31.25%;color:#fff;border-left:1px solid rgba(255,255,255,.2);position:relative;float:left;margin:3px 0 0 5.5833%;}

.HnavSub-box .t{line-height:32px;font-size:20px;}

.HnavSub-box .c{line-height:30px;font-size:12px;margin:15px 0 0;opacity:.65;}



.HnavSub-img{display:block;width:23.83333333333333%;height:160px;overflow:hidden;float:right;}

.HnavSub-img img{width:100%;height:100%;obejct-fit:cover;}



@media all and (min-width:980px){

	.H-lang:hover .Hlang-box{display:block;animation:fadeInUp .6s ease-in-out;-webkit-animation:fadeInUp .6s ease-in-out;}

	.H-nav>li:hover .Hnav-sub{display:block;animation:fadeInDown .6s ease-in-out;-webkit-animation:fadeInDown .6s ease-in-out;}

}



/*right menu*/

.Hmenu-btn.H-rMenu-btn{display:block;}



.H-rMenu-wrap{padding:76px 0 0;width:333px;height:100%;text-align:center;background:#ffffff;position:fixed;top:0px;right:-333px;z-index:999;}

.HrMenu-logo,

.HrMenu-name{}

.HrMenu-name{line-height:27px;font-size:16px;margin:15px 0 0;}

.HrMenu-list{padding:32px 0 0;width:269px;border-top:1px solid #ececec;margin:30px auto 0;}

.HrMenu-list dt{line-height:30px;font-size:16px;}

.HrMenu-list dd{padding:0 0 0 20px;text-align:left;margin:10px 0 0;}

.HrMenu-list dd a{display:block;padding:5px 0;line-height:24px;color:#777777;}

.HrMenu-ct{width:100%;padding:40px 0;font-size:0px;background:#fafafa;position:absolute;left:0px;bottom:0px;}

.HrMenu-ct .box{display:inline-block;padding:0 0 0 65px;text-align:left;background:url(../images/icon-HrTel.png) no-repeat left center;}

.HrMenu-ct .t{line-height:20px;font-size:14px;color:#777777;}

.HrMenu-ct .c{line-height:26px;font-sizE:18px;color:#017bce;margin:1px 0 0;}



@keyframes fadeInUp{

	0%{transform:translateY(-20px);-webkit-transform:translateY(-20px);opacity:0;}

	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}

}

@keyframes fadeInDown{

	0%{transform:translateY(20px);-webkit-transform:translateY(20px);opacity:0;}

	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}

}







/*--- Footer ---*/

.Footer-wrapper{color:#fff;}



.F-cr{padding:15px 0;line-height:20px;text-align:center;font-size:13px;color:rgba(255,255,255,.4);background:#1f1f29;}



.footer-container{padding:56px 0 45px;background:#292a35;}

.F-nav{width:8.8333%;float:left;}

.F-nav.F-nav2{width:18.0833%;}

.F-nav dt,

.F-ct .top{line-height:25px;font-size:16px;position:relative;}

.F-nav dt i{display:block;width:50px;height:50px;background:url(../images/icon-dd2.png) no-repeat center center / 14px auto;position:absolute;right:0px;top:0px;display:none;}

.F-nav dt.cur i{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}

.F-nav dd{margin:15px 0 0;}

.F-nav dd a{display:block;padding:5px 0;line-height:24px;opacity:.6;}

.F-nav dd a:hover{opacity:1;}



.F-ct{width:450px;float:right;}

.F-ct .tel{line-height:22px;color:rgba(255,255,255,.6);margin:11px 0 0;  background: url('../images/lx-cob2.png')no-repeat center left; padding-left: 25px;}
.F-ct .eml{line-height:22px;color:rgba(255,255,255,.6);margin:11px 0 0; background: url('../images/lx-cob4.png')no-repeat center left; padding-left: 25px;}
.F-ct .tel a{font-size:18px;color:#fff;}
.F-ct .eml a{font-size:18px;color:#fff;}
.F-ct .adr{line-height:22px;color:rgba(255,255,255,.6);margin:7px 0 0;background: url('../images/lx-cob1.png')no-repeat center left; padding-left: 25px;}

.F-code{display:inline-block;text-align:center;margin:18px 0 0;}

.F-code .type{line-height:22px;font-size:13px;color:#b6b6b6;margin:10px 0 0;}

.F-split{width:1px;height:272px;background:rgba(255,255,255,.12);float:left;/*margin:5px 0 0 1.5833%;*/}





/*--- Banner ---*/

/*.bnr-img{display:block;width:100%;height:auto;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;}



#index-bnr .bnr-img{height:690px;}

#index-bnr .swiper-pagination{}

#index-bnr .swiper-pagination-bullet{}

#index-bnr .swiper-pagination-bullet-active{}*/





/*--- Banner ---*/

#index-bnr{height:690px;}

.bnr-img{display:block;width:100%;height:auto;background-position:center center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;}



.index-bnr .bnr-img{height:690px;}

.index-bnr .swiper-pagination{font-size:0px;bottom:8.070175438596491% !important;opacity:.75;}

.index-bnr .swiper-pagination-bullet{width:60px;height:4px;border-radius:3px;background:#fff;position:relative;overflow:hidden;margin:0 8px;opacity:1;}

.index-bnr .swiper-pagination-bullet-active{}

.index-bnr .swiper-pagination .swiper-pagination-bullet i{display:block;width:100%;height:100%;background:#4ab078;position:absolute;left:-100%;top:0px;}

.index-bnr .bnr-bg{width:100%;height:100%;background-position:center center !important;background-repeat:no-repeat !important;background-size:cover !important;position:absolute;top:0px;left:0px;}



/*iBnr-1*/

.iBnr1-box{text-align:center;color:#fff;z-index:2;position:absolute;left:50%;top:40%;width:1200px;margin-left:-600px;text-align:left;}

.iBnr1-box .t1,.iBnr1-box .t2{line-height:76px;font-size:60px;font-weight:lighter;margin-bottom:30px;transition-delay:.6s;-webkit-transition-delay:.6s;opacity:0;transition:all .6s ease-in-out .2s;-webkit-transition:all .6s ease-in-out .2s;transform:translateX(-100px);-webkit-transform:translateX(-100px);}

.iBnr1-box .t2{transition:all 1s ease-in-out .2s;-webkit-transition:all 1s ease-in-out .2s;}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,.swiper-slide.swiper-slide-active .iBnr1-box .t2{transform:translate(0,0) scale(1);-webkit-transform:translate(0,0) scale(1);opacity:1;}



.iBnr1-box .t2{line-height:34px;font-size:18px;font-weight:lighter;text-transform:uppercase;font-family:'微软雅黑';letter-spacing:2px;}

.iBnr1-box .iBnr1-block{width:830px;height:267px;background:url(../images/iBnr1-bg.png) no-repeat center center / cover;position:relative;margin:-28px 0 0;}

.iBnr1-block .orn1{display:block;width:89px;height:89px;line-height:89px;font-size:18px;font-weight:lighter;position:absolute;left:0px;top:32px;}

.iBnr1-block .orn1:after,

.iBnr1-block .orn3:after,

.iBnr1-block .orn5:after{content:"";display:block;width:100%;height:100%;background:url(../images/iBnr1-orn1.png) no-repeat center center / cover;position:absolute;top:0px;left:0px;z-index:-2;}

.iBnr1-block .orn2{display:block;width:42px;height:42px;background:url(../images/iBnr1-orn2.png) no-repeat center center;position:absolute;bottom:0px;left:145px;}

.iBnr1-block .orn3{display:block;width:103px;height:103px;line-height:103px;font-size:18px;font-weight:lighter;position:absolute;bottom:4px;left:339px;}

.iBnr1-block .orn3:after{background:url(../images/iBnr1-orn3.png) no-repeat center center / cover;}

.iBnr1-block .orn4{display:block;width:42px;height:42px;background:url(../images/iBnr1-orn4.png) no-repeat center center;position:absolute;bottom:70px;left:621px;}

.iBnr1-block .orn5{display:block;width:93px;height:92px;line-height:92px;font-size:18px;font-weight:lighter;position:absolute;top:0px;right:0px;}

.iBnr1-block .orn5:after{background:url(../images/iBnr1-orn5.png) no-repeat center center / cover;}



.iBnr1-block .orn1:after,

.iBnr1-block .orn2,

.iBnr1-block .orn3:after,

.iBnr1-block .orn4,

.iBnr1-block .orn5:after{animation-iteration-count:infinite;animation:rotation 3.5s linear infinite;-webkit-animation:rotation 3.5s linear infinite;-moz-animation:rotation 3.5s linear infinite;}

@keyframes rotation{

0%{transform: rotate(0deg);}

100%{transform: rotate(-360deg);}}

@-webkit-keyframes rotation{

0%{-webkit-transform: rotate(0deg);}

100%{-webkit-transform: rotate(-360deg);}}

@-moz-keyframes rotation{

0%{-moz-transform: rotate(0deg);}

100%{-moz-transform: rotate(-360deg);}}

/*--- Container ---*/







#web-bnr{display:none;}

#web-bnr .bnr-img{height:390px;}

/*--- Container ---*/





/*-- 首页 --*/



.I-title{line-height:50px;text-align:center;font-size:36px;}



/*链接*/

.index-link{background:#f5f5f5;text-align:center;}

.index-link .contain{/*border-left:1px solid #ececec;*/}

.index-link .iLink-box{display:block;padding:32px 0 31px 10.92577147623019%;width:33.3334%;border-right:1px solid #ececec;position:relative;/*float:left;*/ display: inline-block;border-left: 1px solid #eee;}

.iLink-box .iLink-img{width:28.25%;height:126px;line-height:126px;font-size:0px;text-align:center;position:absolute;left:4.5%;top:0px;}

.iLink-img img{max-width:100%;}

.iLink-box .t{line-height:35px;font-size:20px;}

.iLink-box .c{line-height:28px;color:#777777;}

.index-link .iLink-box:nth-child(2){padding:32px 0 31px 14.51209341117598%;}

.index-link .iLink-box:nth-child(2) .iLink-img{width:39.25%;}

.iLink-box:hover .iLink-img img{transform:translateX(5px);-webkit-transform:translateX(5px);}

.iLink-box:hover .t{transform:translateY(-10px);-webkit-transform:translateY(-10px);}

.iLink-box:hover .c{transform:translateY(-5px);-webkit-transform:translateY(-5px);}





/*产品*/

.index-product{padding:60px 0;}

.iPro-wrap{display:block;width:50%;text-align:center;border:1px solid #ececec;border-left:0px;position:relative;float:left;}



.iPro-wrap,

.iPro-wrap:hover{transition:none !important;-webkit-transition:none !important;}



.iPro-wrap:first-child{border-left:1px solid #ececec;}



.iPro-box{padding:72px 6.6667% 81px;}

.iPro-box .name{padding:0 0 25px;line-height:44px;font-size:32px;border-bottom:1px solid #e1e1e1;}

.iPro-box .con{height:144px;line-height:36px;color:#777777;margin:22px 0 0;}

.iPro-box .icon{margin:29px 0 0;}



.iPro-block{padding:70px 19.4444% 0;width:100%;height:100%;color:#fff;text-align:center;background:url(../images/iPro-bg.jpg) no-repeat center center / cover;position:absolute;top:0px;left:0px;opacity:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}

.iPro-block .name{line-height:50px;font-size:32px;}

.iPro-block .icon{margin:45px auto -43px;}

.iPro-block .con{line-height:30px;height:120px;}



.iPro-wrap:hover .iPro-block{opacity:1;}



/*.iPro-wrap{transition:all .3s linear;-webkit-transition:all .3s linear;}*/



/*

.iPro-wrap.active{width:360px;}

.iPro-wrap.shrink{width:280px;}

*/



/*解决方案*/

.index-case{padding:75px 0 82px;color:#fff;background:url(../images/iCase-bg.jpg) no-repeat center center / cover fixed;}

.index-case .I-title{text-align:left;color:#fff;}



.index-case .iCase-nav{padding:0 2.75% 0 0;width:12.1667%;border-right:1px solid rgba(255,255,255,.15);float:left;margin:55px 0 0;}

.iCase-nav a{display:block;height:44px;line-height:44px;text-align:center;position:relative;overflow:hidden;margin:15px 0 0;}

.iCase-nav a:after{content:"";display:block;background:#017bce;left:-100%;opacity:0;}

.iCase-nav a span{position:relative;z-index:2;}

.iCase-nav a:first-child{margin:0px;}

.iCase-nav a.cur:after,

.iCase-nav a:hover:after{left:0px;opacity:1;}



.iCase-wrap{width:79.75%;float:right;margin:48px 4% 0 0;display:none;}

.iCase-wrap .type{line-height:38px;font-size:24px;font-weight:600;}

.iCase-wrap .con{height:90px;line-height:30px;opacity:.75;margin:15px 0 0;}

.iCase-wrap .list{text-align:center;border-top:1px solid rgba(255,255,255,.17);margin:17px 0 0;}

.iCase-wrap .list li{width:20%;padding:38px 0 0;float:left;}

.iCase-wrap .list li .t{line-height:27px;font-size:16px;margin:20px 0 0;}

.iCase-wrap .btn.more{display:block;width:181px;height:53px;line-height:51px;font-size:15px;border:1px solid rgba(255,255,255,.6);margin:61px auto 0;}

.iCase-wrap .btn.more:hover{background:#017bce;border-color:#017bce;}



.iCase-wrap.active,

.iParter-swiper.active{display:block;animation:fadeInBottom .6s ease-in-out forwards;-webkit-animation:fadeInBottom .6s ease-in-out forwards;}

@keyframes fadeInBottom{

	from{transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;}

	to{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:1;}

}



/*合作企业*/

.index-parter{padding:63px 0 69px;}



.iParter-nav{text-align:center;font-size:0px;margin:31px 0 0;}

.iParter-nav a{display:inline-block;width:124px;height:44px;line-height:42px;font-size:14px;color:#777777;border:1px solid #e1e1e1;}

.iParter-nav a.cur,

.iParter-nav a:hover{color:#fff;border-color:#017bce;background:#017bce;}



.iParter-swiper{margin:62px 0 0;display:none;}

.iParter-list{}

.iParter-list li{width:20%;float:left;}

.iParter-box{display:block;height:138px;line-height:138px;text-align:center;font-size:0px;position:relative;}

.iParter-box img{max-width:100%;height:100%;opacity:0.5;object-fit:cover;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}



.iParter-list li{border:1px solid #ececec;border-right:0px;border-bottom:0px;}

.iParter-list li:nth-child(1),

.iParter-list li:nth-child(2),

.iParter-list li:nth-child(3),

.iParter-list li:nth-child(4),

.iParter-list li:nth-child(5){border-top:0px;}

.iParter-list li:nth-child(5n-4){border-left:0px;}



.iParter-box:hover img{opacity:1;filter:alpha(opacity=0);transform:translateY(-10px);-webkit-transform:translateY(-10px);-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;}



/*.iParter-box:hover img.rollover{opacity:1;filter:alpha(opacity=100);}*/

.iParter-swiper .swiper-pagination{text-align:center;font-size:0px;margin:54px 0 0;position:relative;bottom:0px;}

.iParter-swiper .swiper-pagination .swiper-pagination-bullet{display:inline-block;width:11px;height:11px;background:#cbcbcb;opacity:1;margin:0 5px;}

.iParter-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#0080d6;}



/*新闻中心*/

.index-news{padding:64px 0 75px;background:#f5f5f5;}



.iNews-list{margin:52px 0 0;}

.iNews-list li{width:48%;float:left;margin: 0 1%;}

.iNews-list .iNews-box{display:block;background:#fff;position:relative;}

.iNews-box .iNews-img{width:100%;height:320px;overflow:hidden;position:absolute;left:0px;}

.iNews-img img{width:110%;height:110%;position:absolute;top:-5%;left:-5%;}

.iNews-box .iNews-type{padding:0 26px 0 0;width:139px;height:45px;line-height:45px;text-align:center;font-size:16px;color:#fff;background:url(../images/btn-bg.png) no-repeat left center;position:absolute;left:0px;top:18px;}

.iNews-box .iNews-block{padding:35px 7% 0;height:228px;}

.iNews-block .t{line-height:28px;font-size:18px;}

.iNews-block .c{line-height:27px;height:81px;color:#777777;margin:15px 0 0;}

.iNews-block .date{line-height:20px;color:#999999;position:relative;margin:20px 0 0;}

.iNews-block .more{display:block;width:23px;height:19px;background:url(../images/icon-go.png) no-repeat center center;position:absolute;right:0px;top:0px;}


/* 
.iNews-list li:nth-child(2) .iNews-box{padding:0 0 228px;}

.iNews-list li:nth-child(2) .iNews-box .iNews-img{bottom:0px;} */



.iNews-list li .iNews-box{padding:370px 0 0;}

.iNews-list li .iNews-box .iNews-img{top:50px;}





.iNews-box:hover .iNews-img img{top:-10%;}

.iNews-box:hover .iNews-block .t{color:#0080d6;}

.iNews-box:hover .iNews-block .more{transform:translateX(-10px);-webkit-transform:translateX(-10px);}



/*广告*/

.index-more{padding:85px 0;line-height:54px;text-align:center;font-size:38px;font-weight:lighter;color:#fff;background:url(../images/iMore-bg.jpg) no-repeat center center / cover;}





/*add Css*/

h1,h2,h3,h4,h5,h6{font-weight:normal;}

.header-container{background:#000;}

/*文字缓动1*/

.ypt-bann{padding-top:100px!important;}

.ypt-bann h2{font-size:28px!important;font-weight:lighter;text-align:left!important;}

.ypt-bann h2 span{font-size:56px!important;}

.ypt-bann h3{font-size:16px!important;font-weight:lighter!important;text-align:left!important;line-height:30px;}

.bann h2,.bann h1,.bann h4,.bnr-t1 h2{animation:mymove 1s infinite;-webkit-animation:mymove 1s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}

@keyframes mymove{

	from{transform:translateY(-50px);}

	to{transform:translateY(0px);}

}

@-webkit-keyframes mymove{

	from{transform:translateY(-50px);}

	to{transform:translateY(0px);}

}



/*文字缓动2*/

.bann h3,.bann h5,.bnr-t1 p{animation:mymovet 1.5s infinite;-webkit-animation:mymovet 1.5s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}

@keyframes mymovet{

	from{transform:translateY(50px);}

	to{transform:translateY(0px);}

}



@-webkit-keyframes mymovet{

	from{transform:translateY(50px);}

	to{transform:translateY(0px);}

}



.pdtb70{padding:70px 0px;}

.bann{height:380px;padding-top:160px;margin-top:70px;color:#fff;}

.bann h1{font-size:36px;text-align:center;}

.bann h2{font-size:42px;margin-bottom:10px;text-align:center;}

.bann h3{font-size:24px;font-weight:lighter;font-family:"Microsoft yahei";text-transform:uppercase;text-align:center;}





/*新闻列表*/

.pub_cate{margin:30px auto;}

.pub_cate ul li{float:left;margin-right:25px;font-size:18px;position:relative;}

.pub_cate ul li a{color:#888;border-right:1px solid #e1e1e1;padding-right:25px;}

.pub_cate ul li a:hover,.pub_cate ul li.cur a{padding-left:20px;}

.pub_cate ul li.cur:after,.pub_cate ul li:hover:after{position:absolute;left:0px;top:50%;margin-top:-3px;height:7px;content:"";width:7px;background:#017bce;}

.pub_cate ul li a:hover,.pub_cate ul li.cur a{color:#333;}



.Newslist ul li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee;overflow:hidden;}

.Newslist ul li .N-pic{width:31.76%;float:left;}

.Newslist ul li .N-pic img{max-width:100%;}

.Newslist ul li .N-note{width:64%;float:right;}

.Newslist ul li .N-note h4{font-size:18px;color:#444;font-weight:normal;}

.Newslist ul li .N-note p{color:#777;line-height:26px;margin:19px auto;}

.Newslist ul li a.more{width:128px;height:42px;border:1px solid #dadada;display: block;line-height:42px;text-align:center;color:#444;}

.Newslist ul li a.more:hover{background:#017bce;color:#fff;border-color:#017bce;}

.Newslist ul li h4:hover{color:#017bce;}

.newsbox .artInfo-left{width:70.8%;}





/*新闻详情页*/

.pub_crumbs{height:60px;line-height:60px;color:#777;}

.pub_crumbs a.home{padding-left:20px;background:url(../images/icon_chome.png) no-repeat left 1px;}

.pub_crumbs a:hover,.pub_crumbs span{color:#005fc0;}



.news_con{padding:30px 0 70px;}



.artInfo-container{padding:20px 0 65px;}



.artInfo-container .page-navbar,

.artInfo-container .page-navbar .pNavBar-locate{background:#fff;}

.artInfo-container .page-navbar .pNavBar-locate{float:left;}



.artInfo-left{width:65.5%;float:left;}

.artInfo-left .artInfo-name{text-align:center;line-height:44px;font-size:20px;font-weight:lighter;color:#333;}

.artInfo-left .artInfo-ab{text-align:center;line-height:22px;color:#777777;margin:15px 0 0;}

.artInfo-ab span{display:inline-block;margin:0 5px;}

.artInfo-ab span.see{padding:0 0 0 24px;background:url(../images/icon-see.png) no-repeat left center;}

.artInfo-con{line-height:32px;color:#777777;position:relative;overflow:hidden;margin:37px 0 0;}

.artInfo-con img{max-width:100%;}

.artInfo-page{padding:15px 3.689567430025445%;line-height:24px;color:#666666;background:#f1f1f1;margin:49px 0 0;}

.artInfo-page .type{color:#999999;margin:0 5px 0 0;}

.artInfo-page a{display:block;width:46%;}

.artInfo-page a.fr{text-align:right;}

.artInfo-action{line-height:24px;font-size:12px;color:#b1b1b1;position:relative;margin:33px 0 0;}

.artInfo-action .bdsharebuttonbox{text-align:center;}



.artInfo-right{width:27.5%;float:right;}

.aiAbout-news{margin:0px 0 30px;border:1px solid #ececec;padding:30px 25px 20px;position:relative;}

.aiAbout-news .top{line-height:28px;font-size:18px;color:#333;border-bottom:1px solid #ececec;padding-bottom:20px;}

.aiAbout-news .list li{padding:0 0 0 0px;background:url(../images/icon-l1.png) no-repeat left 9px;position:relative;margin:20px 0 20px;}

.aiAbout-news .ref{display: block;height:40px;background:#ececec url(../images/icon_sx.png) no-repeat center;position:absolute;bottom:0px;left:0px;width:100%;}

.aiAbout-news .list li .name{line-height:26px;max-height:75px;color:#666666;}

.aiAbout-news .list li .date{line-height:21px;font-size:12px;color:#999999;margin:5px 0 0;}

.aiAbout-news .list li:hover .name{color:#005fc0;}

#hotnews{padding-bottom:50px;}

.artInfo-nav{margin-top:20px;overflow:hidden;}

.aiAbout-news.pdtb25{padding:25px;}

.artInfo-nav a{display:block;padding:10px 0;line-height:28px;text-align:center;color:#777;border-bottom:1px solid #ececec;float:left;width:48%;background:#f2f2f2;margin-bottom:15px;}

.artInfo-nav a:nth-child(2n){margin-left:4%;}

.artInfo-nav a.cur,

.artInfo-nav a:hover{color:#fff;background:#005fc0;border-color:#005fc0;}



.artInfo-action .bdsharebuttonbox a{display:inline-block;width:22px;height:21px;background:url(../images/icon_share.jpg) no-repeat left center;}

.bdsharebuttonbox a#bds_more{background-position:0px 0px;float:none;}

.bdsharebuttonbox a#bds_qzone{background-position:-27px 0px;float:none;}

.bdsharebuttonbox a#bds_tsina{background-position:-54px 0px;float:none;}

.bdsharebuttonbox a#bds_tqq{background-position:-81px 0px;float:none;}

.bdsharebuttonbox a#bds_renren{background-position:-108px 0px;float:none;}

.bdsharebuttonbox a#bds_weixin{background-position:-135px 0px;float:none;}





/*服务支持*/

.sla-wrap{background:#f8fbfd;padding-bottom:70px;margin-top:70px;}

.sla-cont{background:#fff;padding:50px 3.3333%;}

.sla-cont h1{text-align:center;font-size:30px;color:#333;}

.sla-cont h2{margin:20px auto;font-size:24px;color:#333;}

.sla-cont p.date{color:#999;text-align:center;margin:20px auto;}

.sla-cont{color:#777;line-height:30px;}



.fladown{padding:20px 30px;background:#f3f3f3;margin-top:40px;overflow:hidden;font-size:16px;color:#005fc0;}

.fladown .fr{background:url(../images/icon_down.png) no-repeat right center;padding-right:40px;}



.fla-login-box{width:100%;height:100%;position:fixed;left:0px;top:0px;background:rgba(0,0,0,0.6);}

.fla-login{position:absolute;left:50%;top:50%;width:475px;height:315px;border-radius:5px;background:#fff;margin-left:-237px;margin-top:-158px;}

.fla-login h4{background:#ebebeb;height:60px;line-height:60px;border-radius:5px 5px 0px 0px;text-align:center;font-size:24px;font-weight:normal;position:relative;}

.fla-login h4 span.fla-close{position:absolute;right:20px;top:-5px;cursor:pointer;}

.fla-login .whitebg{padding:55px 40px;text-align:center;font-size:16px;color:#666;}

.fla-login .whitebg a{color:#017bce;}

.fla-login .whitebg a.lk-login{display: block;width:210px;height:48px;line-height:48px;text-align:center;color:#fff;border-radius:3px;background:#017bce;margin:50px auto 0;}





/*联系我们*/

.contact{padding-bottom:70px;}

.contact h2{font-size:40px;text-align:center;font-weight:lighter;}

.contact ul li{width:33.3333%;float:left;margin:50px auto 60px;border-left:1px solid #ececec;height:81px;}

.contact ul li:first-child{border-left:0px;}

.contact ul li p{font-size:16px;margin:15px auto;color:#444;}

.contact ul li span{color:#666;}

.contact ul li.ctel{background:url(../images/c_tel.png) no-repeat 0px top;padding-left:100px;width:30%;}

.contact ul li.cemail{background:url(../images/c_email.png) no-repeat 100px top;padding-left:200px;width:35%}

.contact ul li.cadd{background:url(../images/c_add.png) no-repeat 30% top;padding-left:18%;width:35%}



.message{background:#f5f5f5;}

.message h2{font-size:36px;color:#333;margin-bottom:30px;text-align:center;font-weight:normal;}

.message p{color:#a9a9a9;}

.message ul{overflow:hidden;margin-top:20px;}

.message ul li{width:48%;margin-bottom:15px;float:left;}

.message ul li:nth-child(2n){float:right;}

.message ul li input{width:100%;border:1px solid #e9e9e9;height:48px;padding:5px 20px;}

.message .inptxt{width:100%;margin-bottom:20px;s}

.message textarea{display:block;resize:none;border:1px solid #e9e9e9;width:100%;height:200px;padding:20px;}

.message .inp-sub{width:204px;height:48px;line-height:48px;text-align:center;background:#017bce;color:#fff;font-size:18px;color:#fff;display: block;border:0px;margin:0px auto;cursor:pointer;}

.message .inp-sub:hover{background:#0168ad;}



/*服务支持 * 资源下载*/

.ser-tit{height:60px;line-height:60px;font-size:16px;color:#fff;}

.ser-tit li{width:50%;float:left;background:#efefef;color:#666;text-align:center;}

.ser-tit li a{display: block;}

.ser-tit li.cur,.ser-tit li:hover{background:#007ebf;color:#fff;}



.ser-down-list{margin-top:50px;}

.ser-down-list li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #ececec;}

.ser-down-list li h4{color:#333;font-size:18px;margin-bottom:25px;position:relative;}

.ser-down-list li h4 b{font-size:14px;color:#999;font-weight:normal;}

.ser-down-list li h4:hover{color:#005fc0;}

.ser-down-list li h4 span{position:absolute;right:0px;top:5px;color:#005fc0;background:url(../images/icon_down.png) no-repeat right center;padding-right:30px;font-size:14px;font-weight:normal;}

.ser-down-list li p{color:#999;line-height:30px;}



/*服务支持*/

.pub-all-tit{font-size:36px;color:#333;text-align: center;font-weight:lighter;}

.ser-cont ul{margin-top:70px;}

.ser-cont ul li{width:33%;text-align:center;float:left;}

.ser-cont ul li span{display: block;width:116px;height:116px;border-radius:50%;margin:0px auto;-webkit-transition:all .2s linear;transition:all .2s linear;}

.ser-cont ul li:hover span{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}

.ser-cont ul li h5{font-size:18px;color:#666;margin-top:30px;}



.hotdown{background:#f6f6f6;}

.hotdown ul{margin-top:70px;}

.hotdown ul li{width:48%;float:left;font-size:16px;color:#333;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #ececec; position:relative;}

.hotdown ul li:nth-child(2n){float:right;}

.hotdown ul li a.icon_down{width:26px;height:24px;position:absolute;right:0px;top:0px;background:url(../images/icon_downo.png) no-repeat center;}

.hotdown ul li:hover{color:#005fc0;}

.hotdown ul li span.date{color:#999;padding-left:30px;}



.ser-after{background:url(../images/ser-bg.jpg) no-repeat center / cover;color:#fff;}

.ser-after .pub-all-tit{color:#fff;margin-bottom:70px;}

.ser-after ul li{width:25%;float:left;text-align:center;}

.ser-after ul li p{margin-top:25px;font-size:18px;}

.ser-after ul li span{position:relative;top:0px;transition-duration:0.5s;-webkit-transition-duration:0.5s;}

.ser-after ul li:hover span{top:-10px;}



/*登录*/

.login-wrap{background:url(../images/login-bg.jpg) no-repeat center / cover;margin-top:70px;height:684px;padding:100px 0px;overflow:hidden;}

.login-wrap .login-box{width:477px;height:448px;background:#fff;float:right;padding:45px 60px;border-radius:8px;}

.login-wrap .login-1{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.login-wrap .login-1 span{position:absolute;width:48px;height:42px;background:url(../images/icon_user.png) no-repeat center;border-right:1px solid #eee;}

.login-wrap .login-1:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_useron.png) no-repeat center;border-color:#7dbbe5;}

.login-wrap .login-1:hover{border:1px solid #7dbbe5;}

.login-wrap .login-1 input{width:100%;padding-left:60px;border:0px;}



.login-wrap .login-2{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.login-wrap .login-2 span{position:absolute;width:48px;height:42px;background:url(../images/icon_pass.png) no-repeat center;border-right:1px solid #eee;}

.login-wrap .login-2:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_passon.png) no-repeat center;border-color:#7dbbe5;}

.login-wrap .login-2:hover{border:1px solid #7dbbe5;}

.login-wrap .login-2 input{width:100%;padding-left:60px;border:0px;}



.login-box .dl input{display: block;cursor:pointer;width:100%;height:48px;border:0px;background:#017bce;color:#fff;border-radius:5px;margin:30px 0 20px;font-size:18px;}

.login-box .dl input:hover{background:#0171bd;}

.otherlg{overflow:hidden;}

.otherlg .fl{color:#777;}

.otherlg .fl label{cursor:pointer;}

.otherlg .fl input{-webkit-appearance:checkbox;position:relative;top:2px;}

.otherlg .fr{color:#017bce;}

.agr{border-top:1px solid #ededed;color:#999;margin-top:20px;padding-top:20px;text-align:center;}



/*忘记密码*/

.Forget{background:#f5f5f5;padding:100px 0;margin-top:70px;}

.Forget-box{background:#fff;padding:60px 100px;}



.Forget-box ul li{width:33.3333%;float:left;text-align:center;font-size:16px;color:#888;position:relative;}

.Forget-box ul li:nth-child(2):after{position:absolute;left:-100px;top:50%;content:"";width:220px;height:1px;background:#eee;margin-top:-25px;}

.Forget-box ul li:nth-child(2):before{position:absolute;right:-100px;top:50%;content:"";width:220px;height:1px;background:#eee;margin-top:-25px;}

.Forget-box ul li.cur{color:#30b88f;}

.Forget-box ul li.cur span{background:#30b88f;border-color:#e8f3fb;}

.Forget-box ul li span{font-size:20px;font-weight:bold;color:#fff;width:81px;height:81px;line-height:50px;display: block;margin:0px auto;border-radius:50%;background:#e2e2e2;border:15px solid #fff;}

.Forget-box ul li p{margin-top:32px;}



.Forget-box .login-1{border:1px solid #e9e9e9;width:38%;height:48px;line-height:48px;margin:70px auto 30px;border-radius:3px;position:relative;}

.Forget-box .login-1:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_useron.png) no-repeat center;border-color:#7dbbe5;}

.Forget-box .login-1:hover{border:1px solid #7dbbe5;}

.Forget-box .login-1 input{width:100%;padding:0px 20px;font-size:16px;color:#bfbfbf;border:0px;}

.Forget-box .login-2{border:1px solid #e9e9e9;width:38%;height:48px;line-height:48px;margin:30px auto;border-radius:3px;position:relative;}

.Forget-box .login-2 span{position:absolute;right:0px;top:-2px;width:178px;height:47px;border-color:#7dbbe5;}

.Forget-box .login-2:hover{border:1px solid #7dbbe5;}

.Forget-box .login-2 input{width:100%;padding:0px 20px;font-size:16px;color:#bfbfbf;border:0px;}

.Forget-box .dl input{display: block;cursor:pointer;width:38%;height:48px;border:0px;background:#017bce;color:#fff;border-radius:5px;margin:30px auto;font-size:18px;}

.Forget-box .dl input:hover{background:#0171bd;}







/*注册*/

.reg-wrap{background:url(../images/reg-bg.jpg) no-repeat center / cover;margin-top:70px;height:850px;overflow:hidden;}

.reg-wrap .reg-box{width:650px;height:735px;background:#fff;margin:0px auto;padding:45px 60px;}

.reg-wrap .login-1{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.reg-wrap .login-1 span{position:absolute;width:48px;height:42px;background:url(../images/icon_user.png) no-repeat center;border-right:1px solid #eee;}

.reg-wrap .login-1:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_useron.png) no-repeat center;border-color:#7dbbe5;}

.reg-wrap .login-1:hover{border:1px solid #7dbbe5;}

.reg-wrap .login-1 input{width:100%;padding-left:60px;border:0px;}



.reg-wrap .login-2{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.reg-wrap .login-2 span{position:absolute;width:48px;height:42px;background:url(../images/icon_tel.png) no-repeat center;border-right:1px solid #eee;}

.reg-wrap .login-2:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_telon.png) no-repeat center;border-color:#7dbbe5;}

.reg-wrap .login-2:hover{border:1px solid #7dbbe5;}

.reg-wrap .login-2 input{width:100%;padding-left:60px;border:0px;}



.reg-wrap .login-3{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.reg-wrap .login-3 span{position:absolute;width:48px;height:42px;background:url(../images/icon_email.png) no-repeat center;border-right:1px solid #eee;}

.reg-wrap .login-3:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_emailon.png) no-repeat center;border-color:#7dbbe5;}

.reg-wrap .login-3:hover{border:1px solid #7dbbe5;}

.reg-wrap .login-3 input{width:100%;padding-left:60px;border:0px;}



.reg-wrap .login-4{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.reg-wrap .login-4 span{position:absolute;width:48px;height:42px;background:url(../images/icon_cpn.png) no-repeat center;border-right:1px solid #eee;}

.reg-wrap .login-4:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_cpnon.png) no-repeat center;border-color:#7dbbe5;}

.reg-wrap .login-4:hover{border:1px solid #7dbbe5;}

.reg-wrap .login-4 input{width:100%;padding-left:60px;border:0px;}



.reg-wrap .login-5{border:1px solid #e9e9e9;width:100%;height:45px;line-height:45px;margin-top:30px;border-radius:5px;position:relative;}

.reg-wrap .login-5 span{position:absolute;width:48px;height:42px;background:url(../images/icon_pass.png) no-repeat center;border-right:1px solid #eee;}

.reg-wrap .login-5:hover span{position:absolute;width:48px;height:42px;background:url(../images/icon_passon.png) no-repeat center;border-color:#7dbbe5;}

.reg-wrap .login-5:hover{border:1px solid #7dbbe5;}

.reg-wrap .login-5 input{width:100%;padding-left:60px;border:0px;}



.reg-box .dl input{display: block;cursor:pointer;width:100%;height:48px;border:0px;background:#017bce;color:#fff;border-radius:5px;margin:30px 0 20px;font-size:18px;}

.reg-box .dl input:hover{background:#0171bd;}

.reg-box .pls-login{color:#999;text-align:center;}

.reg-box .pls-login a{color:#017bce;}

.reg-box .otherlg{color:#999;margin-top:30px;}

.reg-box .otherlg input{-webkit-appearance:checkbox;position:relative;top:2px;}



/*服务支持*下载*/

.ser-down{margin-top:70px;overflow:hidden;}

.ser-down-cate{width:22.66666%;float:left;background:#f6f5f5;padding:70px 0px;height:800px;}

.ser-down-cate ul li{border-bottom:1px solid #ececec;height:64px;line-height:64px;text-align:center;color:#666;font-size:16px;padding:0px 35px;position:relative;}

.ser-down-cate ul li.cur:after,.ser-down-cate ul li:hover:after{position:absolute;left:0px;top:0px;content:"";width:1px;height:64px;background:#017bce;}

.ser-down-cate ul li:hover,.ser-down-cate ul li.cur{color:#017bce;background:#fff;}

.ser-dcont{width:77%;float:right;padding-left:40px;padding-top:70px;}



.ser-dlist h2{font-size:20px;color:#333;font-weight:bold;padding-left:20px;position:relative;border-bottom:1px solid #e1e1e1;margin-bottom:40px;padding-bottom:25px;}

.ser-dlist h2:after{position:absolute;left:0px;top:5px;width:4px;height:18px;background:#333;content:"";}

.ser-dlist ul li{width:46%;float:left;border-bottom:1px solid #ececec;margin-bottom:30px;padding-bottom:20px;}

.ser-dlist ul li h4{font-size:16px;color:#333;margin-bottom:25px;}

.ser-dlist ul li span{color:#999999;}

.ser-dlist ul li:nth-child(2n){float:right;}

.ser-dlist ul li .fr a{display:block;color:#999;padding-top:40px;background:url(../images/icon_downo.png) no-repeat left top;}



/*加入我们*/

.job-cont .info{text-align:center;color:#777;line-height:30px;margin:20px 0 35px;}



.equipment .eqt{margin:0px auto;position:relative;}

.equipment .eqt .equip-min{width:100%;height:52px;line-height:52px;background:#f3f3f3;color:#777;display:block;text-align:center;}

.equipment .eqtmd {margin-bottom:40px;}

.equipment .eqtmd .equip-min{width:auto;}

.equipment .eqt .equip-min.cur{color:#fff;

    background: -webkit-linear-gradient(left, #57cbb0 , #368dc8); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #57cbb0 , #368dc8); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #57cbb0 , #368dc8); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #57cbb0 , #368dc8); /* 标准的语法（必须放在最后） */

}

.equipment .eqo .jobbox{margin-top:70px;}

.equipment .eqo .jobbox h2{font-size:16px;color:#008cd6;margin-bottom:25px;padding-bottom:18px;border-bottom:1px solid #e1e1e1;position:relative;}

.equipment .eqo .jobbox h2 span{position:absolute;right:0px;color:#999;font-size:14px;top:5px;background:url(../images/icon_time.png) no-repeat left center;padding-left:20px;}

.equipment .eqo .jobbox h2:after{position:absolute;content:"";left:0;bottom:-1px;width:100px;height:2px;background:#008cd6;}

.equipment .eqo .jobbox h4{font-weight:bold;margin:20px 0;}

.equipment .eqo .jobbox p{color:#666;line-height:28px;}

.equipment .eqo .jobbox a.jl{display: block;width:168px;height:48px;line-height:48px;background:#008cd6;color:#fff;text-align:center;margin-top:30px;}

.equipment .eqo .jobbox a.jl:hover{background:#177ffe;}

.eqt .swiper-button-prev,.eqt .swiper-button-next{width:28px;height:28px;top:0;margin-top:10px;}



/*解决方案*/

.sol-tit{margin-top:-40px;box-shadow:0px 0px 8px #999;}

.sol-tit li{width:33.3333%;float:left;height:90px;line-height:90px;color:#333;font-size:20px;text-align:center;border-left:1px solid #e1e1e1;background:#fff;position:relative;padding-left:20px;}

.sol-tit li.cur,.sol-tit li:hover{color:#fff;

    background: -webkit-linear-gradient(left, #57cbb0 , #368dc8); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #57cbb0 , #368dc8); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #57cbb0 , #368dc8); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #57cbb0 , #368dc8); /* 标准的语法（必须放在最后） */

}

.sol-tit li:first-child{border:0px;}

.fa1 span{position:absolute;left:125px;top:30px;width:28px;height:29px;background:url(../images/icon_s1.png) no-repeat center;display:block;}

.fa2 span{position:absolute;left:125px;top:30px;width:28px;height:29px;background:url(../images/icon_s2.png) no-repeat center;display:block;}

.fa3 span{position:absolute;left:125px;top:30px;width:28px;height:29px;background:url(../images/icon_s3.png) no-repeat center;display:block;}



.sol-tit li.fa1:hover span{background:url(../images/icon_s1on.png) no-repeat center;}

.sol-tit li.fa2:hover span{background:url(../images/icon_s2on.png) no-repeat center;}

.sol-tit li.fa3:hover span{background:url(../images/icon_s3on.png) no-repeat center;}





.cause{overflow:hidden;}

.cause .cause-fl{width:53%;float:left;color:#777;line-height:30px;}

.cause h2{font-size:36px;margin-bottom:40px;color:#333;}

.cause .cause-fr{width:40.25%;float:right;}



.case{background:#f4f4f4;padding:60px 0 70px;}

.case .info{color:#777;text-align:center;margin:30px auto 50px;}

.case ul li{width:24%;float:left;background:#fff;margin-left:1.33333%;text-align:center;padding:35px 20px;-webkit-transition:all .2s linear;transition:all .2s linear;min-height:525px;margin-bottom:20px;}

.case ul li:nth-child(5){margin-left:0px;}

.case ul li:first-child{margin-left:0px;}

.case ul li h2{margin:40px auto 25px;color:#333;font-size:22px;}

.case ul li p{color:#777;line-height:30px;}

.case ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}



.scene{padding:70px 0 80px;background:#fff;}

.scene .pub-all-tit{margin-bottom:55px;}

.scene ul li{width:49.41%;float:left;position:relative;margin-bottom:15px;}

.scene ul li:after{display:none;position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.6);content:"";}

.scene ul li h4{position:absolute;bottom:0px;left:0px;width:100%;padding:0px 20px;color:#fff;background:rgba(0,0,0,0.6);height:48px;line-height:48px;}

.scene ul li:nth-child(2n){float:right;}



.scene ul li .sc-box{display:none;position:absolute;left:0px;top:0px;width:100%;height:100%;padding:30px 20%;color:#fff;text-align:center;}

.scene ul li .sc-box h2{font-size:24px;margin-bottom:20px;padding-bottom:20px;position:relative;}

.scene ul li .sc-box h2:after{position:absolute;left:50%;bottom:0px;content:"";width:30px;height:3px;background:#fff;margin-left:-15px;}

.scene ul li .sc-box p{line-height:30px;}

.scene ul li .sc-box a{display: block;width:172px;padding-left:45px;height:40px;line-height:40px;background:#35a1f8 url(../images/icon_sdown.png) no-repeat 115px center;margin:20px auto;text-align:left;}

.scene ul li h4{font-size:18px;}

.scene ul li .sc-box a:hover{background:#2f8bd5 url(../images/icon_sdown.png) no-repeat 115px center;}

.scene ul li h4 a.icon_down{width:18px;height:18px;background:url(../images/icon_sdown.png) no-repeat center;position:absolute;right:20px;top:15px;z-index:3;}

.scene ul li:hover:after{display:block;}

.scene ul li:hover h4{display:none;}

.scene ul li:hover .sc-box{display: block;z-index:3;}



/*解决方案-方案特点*/

.programme{background:#f4f4f4;padding:60px 0 70px;}

.programme .pub-all-tit{margin-bottom:100px;}

.programme .prog-fl{width:31%;float:left;height:363px;border:1px dashed #0070cc;border-radius:10px;padding:115px;position:relative;}

.programme .prog-fl:after{position:absolute;width:95px;height:38px;background:url(../images/pg-jt.png) no-repeat center;right:-60px;top:50%;margin-top:-19px;content:"";}

.programme .prog-fl span{width:252px;height:253px;background:url(../images/prog-bg1.png) no-repeat center;position:absolute;left:57px;top:50px;

	-webkit-animation: spin 1s ease-in 0s forwards, circle 6s linear 1s infinite;

    -moz-animation: spin 1s ease-in 0s forwards, circle 6s linear 1s infinite;

    -o-animation: spin 1s ease-in 0s forwards, circle 6s linear 1s infinite;

    animation: spin 1s ease-in 0s forwards, circle 6s linear 1s infinite;

}

.prog-fl p{width:124px;height:124px;line-height:104px;color:#fff;border:10px solid #fff;text-align:center;border-radius:50%;background:#fcb154;font-size:18px;margin:0px auto;position:relative;z-index:2;}



@-webkit-keyframes spin {

  0% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0;

    filter: alpha(opacity=0);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));

  }

  10% {

    opacity: 0.8;

    filter: alpha(opacity=80);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));

  }

  50% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.9;

    filter: alpha(opacity=90);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));

  }

  100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));

  }

}

@-moz-keyframes spin {

 	0% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0;

    filter: alpha(opacity=0);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));

  }

  10% {

    opacity: 0.8;

    filter: alpha(opacity=80);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));

  }

  50% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.9;

    filter: alpha(opacity=90);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));

  }

  100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));

  }

}

@-ms-keyframes spin {

  0% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0;

    filter: alpha(opacity=0);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));

  }

  10% {

    opacity: 0.8;

    filter: alpha(opacity=80);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));

  }

  50% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.9;

    filter: alpha(opacity=90);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));

  }

  100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));

  }

}

@-o-keyframes spin {

 0% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0;

    filter: alpha(opacity=0);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));

  }

  10% {

    opacity: 0.8;

    filter: alpha(opacity=80);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));

  }

  50% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.9;

    filter: alpha(opacity=90);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));

  }

  100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));

  }

}

@keyframes spin {

 0% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0;

    filter: alpha(opacity=0);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));

  }

  10% {

    opacity: 0.8;

    filter: alpha(opacity=80);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));

  }

  50% {

    -webkit-transform: scale(1.2, 1.2);

    -moz-transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);

    -o-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.9;

    filter: alpha(opacity=90);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));

  }

  100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 1;

    filter: alpha(opacity=100);

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));

  }

}

@-webkit-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

    -moz-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}

@-moz-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

    -moz-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}

@-ms-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

    -moz-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}

@-o-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

    -moz-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}

@keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

    -moz-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}



.programme .prog-fr{width:64.666666%;border:1px dashed #0070cc;border-radius:10px;height:363px;float:right;}

.prog-fr{padding:38px 30px;}

.prog-fr ul li{width:31%;float:left;margin-left:3%;border:1px solid #36a2ea;}

.prog-fr ul li:first-child{margin-left:0;}

.prog-fr ul li h4{color:#fff;font-size:18px;height:55px;line-height:55px;padding-left:95px;}

.prog-fr ul li:nth-child(1) h4{background:#36a2ea url(../images/icon_zn1.png) no-repeat 60px center;}

.prog-fr ul li:nth-child(2) h4{background:#36a2ea url(../images/icon_zn2.png) no-repeat 60px center;}

.prog-fr ul li:nth-child(3) h4{background:#36a2ea url(../images/icon_zn3.png) no-repeat 60px center;}

.prog-fr ul li p{color:#777;padding:25px;line-height:28px;text-align:center;}



.yycj{padding:70px 0 80px;background:#fff;}

.yycj .pub-all-tit{margin-bottom:55px;}

.yycj ul li{width:32%;float:left;border-radius:10px;position:relative;}

.yycj ul li:after{display:none;position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.4);content:"";}

.yycj ul li:hover:after{display:block;}

.yycj ul li:nth-child(2n){margin:0px 2%;}



/*核心能力-增值服务*/

.inc-serv .pub-all-tit{margin-bottom:35px;}

.inc-serv .info{text-align:center;color:#777;line-height:30px;font-size:16px;margin-bottom:50px;}

.inc-serv ul li{width:30.5%;float:left;margin-left:4%;text-align:center;}

.inc-serv ul li img{max-width:100%;}

.inc-serv ul li:first-child{margin-left:0px;}

.inc-serv ul li .box{padding:35px 30px;border:1px solid #e5e5e5;border-top:0px;color:#777;line-height:28px;}

.inc-serv ul li h4{font-size:20px;color:#333;margin-bottom:20px;}



.pro-adv{background:#f8f8f8 url(../images/pro-adv-bg.jpg) no-repeat left bottom;}

.pro-adv .info{text-align:center;color:#777;line-height:30px;font-size:16px;margin-top:30px;}

.pro-adv p{text-align:center;}



.ser-adv ul{margin-top:60px;}

.ser-adv ul li{width:20%;text-align:center;float:left;padding:0px 2%;}

.ser-adv ul li h4{font-size:20px;color:#333;margin:20px auto;}

.ser-adv ul li p{color:#777;line-height:28px;}



.hx-cj{background:#f5f5f5;}

.hx-cj ul{margin-top:50px;}

.hx-cj ul li{width:31.3333%;float:left;margin-left:2.91666666666667%;background:#fff;text-align:center;}

.hx-cj ul li:first-child{margin-left:0;}

.hx-cj ul li span{display: block;}

.hx-cj ul li .box{padding:30px 0 20px;}

.hx-cj ul li .box h4{font-size:20px;color:#333;}

.hx-cj ul li .box p.info{color:#777;margin:20px;border-bottom:1px solid #eee;padding-bottom:20px;font-size:16px;}

.hx-cj ul li .box p{color:#888;}

.hx-cj ul li .box p a{color:#888;font-size:14px;}

.hx-cj ul li .box p a:hover{color:#35a1f8;}



.hx-partner ul{margin-top:60px;}

.hx-partner ul li{width:20%;float:left;border:1px solid #ececec;margin-top:-1px;margin-left:-1px;}

.hx-partner ul li img{max-width:100%;}



/*核心能力*模组*/

.pub-cate{height:60px;border-bottom:1px solid #ececec;text-align:center;}

.pub-cate ul li{display:inline-block;line-height:60px;color:#666;font-size:16px;margin:0px 24px;position:relative;}

.pub-cate ul li a{display:block;}

.pub-cate ul li:after{position:absolute;bottom:0px;left:0px;height:2px;background:#35a1f8;content:"";width:100%;display:none;}

.pub-cate ul li:hover,.pub-cate ul li.cur{color:#35a1f8;}

.pub-cate ul li:hover:after,.pub-cate ul li.cur:after{display: block;}



.module-wrap .pub-pro-tit{color:#222;font-size:24px;position:relative;padding-left:25px;}

.module-wrap .pub-pro-tit:after{position:absolute;left:0px;top:7px;background:#017bce;width:5px;height:22px;content:"";}

.znpro-note{color:#777;line-height:30px;margin:30px auto 70px;}

.relpro{margin:50px auto 70px;}

.relpro ul li{width:23.6666%;float:left;border:1px solid #e3e3e3;margin-left:1.66666%;padding:35px 30px;text-align:center;transition:all .2s linear;-webkit-transition:all .2s linear;}

.relpro ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}



.relpro ul li h4{font-size:20px;color:#333;margin:20px auto;}

.relpro ul li p.info{color:#777;line-height:28px;margin-bottom:20px;}

.relpro ul li:first-child{margin-left:0px;}

.relpro ul li a{display: block;width:150px;height:40px;border:1px solid #e9e9e9;border-radius:3px;line-height:40px;text-align:center;margin:0px auto;color:#777;}

.relpro ul li a:hover{background:#017bce;color:#fff;border-color:#017bce;}



.rel-down{margin-top:40px;overflow:hidden;}

.rel-down ul li{width:21.5%;border:1px solid #83bbfe;height:60px;padding:0px 30px;float:left;line-height:60px;margin-left:40px;color:#177ffe;font-size:16px;border-radius:3px;}

.rel-down ul li a{display: block;}

.rel-down ul li span{display:inline-block;background:url(../images/icon_reldown.png) no-repeat center;width:24px;height:18px;margin-left:5px;position:relative;top:2px;}

.rel-down ul li:first-child{margin-left:0px;}



.mz-yy{overflow:hidden;margin:60px auto;}

.mz-yy .mz-yy-fl{width:20%;border:1px solid #e9e9e9;float:left;color:#666;text-align:center;}

.mz-yy .mz-yy-fl ul li{height:80px;line-height:80px;border-bottom:1px solid #e9e9e9;font-size:16px;}

.mz-yy .mz-yy-fl ul li.cur{background:#edf5fe;color:#177ffe;}

.mz-yy .mz-yy-fl ul li:last-child{border:0px;}

.mz-yy .mz-yy-fr{width:80%;border:1px solid #e9e9e9;border-left:0px;float:right;padding:24px 34px;}

.mz-yy .mz-yy-fr .com-img{width:65.6666%;float:left;}

.mz-yy .mz-yy-fr .note{width:30%;float:right;color:#777;line-height:28px;}

.mz-yy .mz-yy-fr .note h4{font-size:16px;color:#666;font-weight:bold;margin-bottom:15px;margin-top:15px;}





/*产品详情页*/

.pro-wrap{margin-top:70px;}

.pub-crumbs{background:#f5f5f5;height:70px;line-height:70px;color:#777;}

.pub-crumbs span{color:#177ffe;}



.procon{margin:40px auto 60px;}

.procon .pro-pic{width:34.166666%;float:left;border:1px solid #e9e9e9;}

.procon .pro-pic img{max-width:100%;}

.procon .pro-note{width:58%;float:right;}

.procon .pro-note h1{color:#333;font-size:24px;font-weight:bold;margin-bottom:30px;}

.procon .pro-note p{color:#777;line-height:35px;}



.pro-cate-rs ul{overflow:hidden;}

.pro-cate-rs ul li{width:33.3333%;float:left;background:#f2f2f2;font-size:16px;}

.pro-cate-rs ul li{height:58px;line-height:58px;color:#444;text-align:center;}

.pro-cate-rs ul li.cur{background:#017bce;color:#fff;}



.pro-tx h2{margin:50px auto 30px;color:#333;font-size:30px;text-align:center;}

.pro-tx{color:#777;line-height:30px;border-bottom:1px solid #e9e9e9;padding-bottom:40px;margin-bottom:45px;}

.pro-gg{padding-bottom:70px;}

.pro-gg h2{margin:50px auto 30px;color:#333;font-size:30px;text-align:center;}

.pro-gg table{width:100%;background:#f0f0f0;}

.pro-gg table tr td{padding:20px;}

.pro-gg table tr td:nth-child(2n){width:805px;border:1px solid #e9e9e9;border-left:1px solid #ccc;}

.pro-gg table tr:nth-child(2n){background:#e7e7e7;}



/*产品详情*/

.pro-yycj{background:#f4f4f4;padding:60px 0 70px;}

.pro-yycj h2{font-size:30px;color:#333;text-align:center;}

.pro-yycj p.info{color:#777;margin:20px auto 40px;text-align:center;}

.pro-yycj h4{color:#fff;font-size:20px;}

.pro-yycj ul{overflow:hidden;}

.pro-yycj ul li:first-child{margin-left:0;}

.pro-yycj ul li{width:31.5%;float:left;margin-left:2.6%;position:relative;}

.pro-yycj ul li h4{position:absolute;top:50%;width:100%;text-align:center;}



.pub-ab-cate{background:#f4f4f4;height:60px;line-height:60px;color:#333;text-align:center;}

.pub-ab-cate ul li{display:inline-block;padding:0px 60px;font-size:16px;position:relative;}

.pub-ab-cate ul li a{display:block;}

.pub-ab-cate ul li:after{position:absolute;left:0px;bottom:0px;width:100%;content:"";height:2px;background:#017bce;display:none;}

.pub-ab-cate ul li:hover{background:#fff;color:#017bce;}

.pub-ab-cate ul li:hover:after{display:block;}



/*关于我们*/

.ab-company{padding:80px 0 50px;}

.ab-company h2{color:#333;font-size:36px;margin-bottom:25px;text-align:center;}

.ab-company .info{/*text-align:center;*/color:#777;line-height:28px;}

.ab-com-box{margin-top:50px;overflow:hidden;}

.ab-com-box{text-align:center;}

.ab-com-box .ab-com-fl{width:50%;float:left;border-right:1px solid #e9e9e9;}

.ab-com-box .ab-com-fr{width:50%;float:right;}

.ab-com-box h4{font-size:60px;color:#333;font-weight:bold;margin-bottom:25px;}

.ab-com-box h4 span{font-size:30px;color:#666;}

.ab-com-box p{color:#999;font-size:16px;line-height:28px;}

.ab-com-box p span{color:#333;}



.ab-honor h2{color:#333;font-size:36px;margin-bottom:25px;text-align:center;}

.ab-honor .info{text-align:center;color:#777;line-height:28px;}

.ab-honor .honor-down{font-size:16px;color:#00abfc;text-decoration:underline;display: block;margin-top:15px;}

.ab-honor .honor-down span{padding-right:40px;background:url(../images/icon_down3.png) no-repeat right center;}

.ab-workpic{overflow:hidden;background:#f5f5f5;}

.abwk-fl{width:35.66667%;float:left;}

.abwk-fr{width:63.5%;float:right;}

.abwk-fr .fr-1{margin-bottom:10px;}



.ab-join{background:url(../images/ab-join-bg.jpg) no-repeat center;text-align:center;padding:68px 0px;}

.ab-join h2{color:#fff;font-size:36px;}

.ab-join p{color:#fff;font-size:18px;margin:30px auto;}

.ab-join a{display: block;width:180px;height:52px;line-height:52px;border:1px solid #fff;color:#fff;margin:0px auto;font-size:15px;}

.ab-join a:hover{background:#fff;color:#333;}



/*核心能力*/

.ypt1{background:#f5f5f5;text-align:center;}

.ypt1 p.info{color:#777;line-height:30px;margin:50px auto;}



.zj-cont ul{margin-top:70px;}

.zj-cont ul li{width:33%;text-align:center;float:left;}

.zj-cont ul li span{display: block;width:104px;height:104px;border-radius:50%;margin:0px auto;-webkit-transition:all .2s linear;transition:all .2s linear;}

.zj-cont ul li:hover span{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}

.zj-cont ul li h5{font-size:18px;color:#333;margin-top:30px;}

.zj-cont ul li p{color:#666;margin-top:20px;line-height:28px;}



.hx-map{background:#4bb5fb url(../images/map-bg.jpg) no-repeat center;}

.hx-map-box{width:30%;background:rgba(4,74,179,0.15);padding:40px 20px 0px;color:#fff;}

.hx-map-box dt{border-bottom:1px solid #66b7f3;margin-bottom:40px;padding-bottom:40px;padding-left:70px;line-height:30px;}

.hx-map-box dt span{font-size:24px;}

.hx-map-box dt.icon-m1{background:url(../images/icon_m1.png) no-repeat 10px 10px;}

.hx-map-box dt.icon-m2{background:url(../images/icon_m2.png) no-repeat 10px 10px;}

.hx-map-box dt.icon-m3{background:url(../images/icon_m3.png) no-repeat 10px 10px;}

.hx-map-box dt:last-child{border:0px;}



.ab-honor ul{margin-top:50px;}

.ab-honor ul li{width:33.3333%;float:left;text-align:center;border:1px solid #e1e1e1;}

.ab-honor ul li .com-img{background:#f5f5f5;padding:30px 0px;max-height:216px;}

.ab-honor ul li .info{padding:45px 50px;text-align:left;font-size:16px;height:217px;}

.ab-honor ul li:hover{border-top:3px solid #46c6a9;position:relative;top:-3px;box-shadow:0px 0px 10px rgba(223,235,243,0.6)}

.ab-honor ul li:hover .com-img{background:#fff;}

.ab-honor ul li:hover .info{

    background: -webkit-linear-gradient(left, #57cbb0 , #368dc8); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #57cbb0 , #368dc8); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #57cbb0 , #368dc8); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #57cbb0 , #368dc8); /* 标准的语法（必须放在最后） */

    color:#fff;

}



.ab-honor ul li:hover .info a{color:#fff;}







/* line 32, ../scss/themes/china/components/_footer.scss */

.social-links{margin-top:20px;}

.social-links li {

  display: inline-block;

  padding: 0 14px 0 0;

}

/* line 35, ../scss/themes/china/components/_footer.scss */

.social-links li:last-child {

  padding-right: 0;

}

/* line 39, ../scss/themes/china/components/_footer.scss */

.social-links li a .social-link {

  color: #666666;

  font-size: 25px;

}

/* line 43, ../scss/themes/china/components/_footer.scss */

.social-links li a .youtube {

  font-size: 37px;

}

/* line 46, ../scss/themes/china/components/_footer.scss */

.social-links li a:hover img {

  opacity: 0.25;

}

/* line 49, ../scss/themes/china/components/_footer.scss */

.social-links li a img {

  height:27px;

  width:27px;

}

/* line 53, ../scss/themes/china/components/_footer.scss */

.social-links li a.linkedin img {

  width: 21px;

  height: 20px;

}

/* line 57, ../scss/themes/china/components/_footer.scss */

.social-links li a.twitter img {

  width: 25px;

  height: 21px;

}

/* line 61, ../scss/themes/china/components/_footer.scss */

.social-links li a.facebook img {

  width: 13px;

  height: 25px;

}

/* line 65, ../scss/themes/china/components/_footer.scss */

.social-links li a.youtube img {

  width: 26px;

  height: 32px;

}

/* line 69, ../scss/themes/china/components/_footer.scss */

.social-links li a.wechat img {

  width: 28px;

  height: 23px;

}

/* line 73, ../scss/themes/china/components/_footer.scss */

.social-links li a.weibo img {

  width: 32px;

  height: 26px;

}



.wechat-icon{position:relative;}

.wechat-icon:hover span{display:block;}

.wechat-icon span{width:150px;height:150px;position:absolute;left:-60px;bottom:60px;display:none;}

.wechat-icon span p{background:#fff;color:#666;text-align:center;padding-bottom:8px;}

.wechat-icon span img{max-width:100%;}





/*荣誉证书*/

.ab-honor .info{margin-bottom:40px;}

#honor{width: calc(100% - 100px);}

.honor .swiper-button-prev{background:url(../images/hprev.jpg) no-repeat left center;left:0px;width:40px;}

.honor .swiper-button-prev:hover{background:url(../images/hprevon.jpg) no-repeat left center;}

.honor .swiper-button-next{background:url(../images/hnext.jpg) no-repeat right center;right:0px;width:40px;}

.honor .swiper-button-next:hover{background:url(../images/honexton.jpg) no-repeat right center;}



.honor .honorbd{padding:14px 10px;background:#f9f9f9;height:270px;}

.honor .honorbd a{display: block;position:relative;height:185px;}



.honor .honorbd a span{position:absolute;display:none;left:0px;top:0px;background:#000;opacity: 0.6;-moz-opacity: 0.6;filter:alpha(opacity=60);width:100%;height:100%;}

.honor .honorbd a i{position:absolute;left:50%;top:50%;display:none;width:41px;height:40px;margin-left:-20px;margin-top:-20px;background:url(../images/icon_fdj.png) no-repeat center;}

.honor .honorbd a:hover span,.honor .honorbd a:hover i{display:block;}

.honor .honorbd img{max-height:185px;margin:0px auto;display:block;}

.honor .honorbd h4{margin-top:20px;color:#333;font-size:18px;text-align:center;}




.other-ct{padding:80px 0 80px;background-size:cover;background-position:center;background-repeat:no-repeat;}
.other-ct ul li{width:25%;float: left;padding:0 4%;color:#fff;text-align: center;font-size:12px;line-height:28px;}
.other-ct ul li h5{font-size:20px;margin:10px auto;}
.other-ct li span{transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;position:relative;top:0px;}
.other-ct li:hover span{top:-10px;}


.ind-abt{margin-top:95px;background-position:center bottom;background-repeat: no-repeat;padding-bottom:0px;}
.ind-abt .intro{padding:0px 5%;line-height:30px;}
.ind-abt dl{background:#fff;position:relative;padding:60px 5%;overflow:hidden;}
.ind-abt dl dd{float:left;text-align: center;width:33.3333%;}
.ind-abt dl dd span{font-family: Arial;font-size: 70px;font-weight: bold;color:#4e5fa2;/*display:block;*/margin-bottom:5px;}
.ind-abt dl dd i{font-style:normal;font-size: 30px;}
.ind-abt dl dd p{padding-top: 30px;}
.wtaboimg{width: 100%;overflow: hidden;display: none;}
.wtaboimg img{min-height: 180px;width: 100%;object-fit: cover;}




.Business{margin-top:40px;}
.bsn-box .bsn-fl{width:50%;float:left;position:relative;}
.bsn-box .bsn-nt{position: absolute;left:0px;bottom:0px;height:70px;line-height:70px;background: rgba(0,0,0,.5);padding:0 4%;}
.bsn-box .bsn-nt p{max-width:80%;}
.bsn-box .bsn-nt a.i_m{position:absolute;right:4%;top:54px;opacity:0;border: 2px solid #fff;border-radius: 100%;width:50px;height:50px;border-radius:50%;line-height:47px;text-align: center;color:#fff;}
.bsn-box .bsn-nt a.i_m:hover{background:#fff;color:#333;}
.bsn-box .bsn-nt h4{font-size: 28px;color:#fff;text-align: center;}
.bsn-box .bsn-nt h4 a{font-size: 28px;color:#fff;text-align: center;}
.bsn-box .bsn-fl:hover .bsn-nt,.bsn-box .bsn-fr:hover .bsn-nt{height:150px;transition:all 0.6s linear;line-height:35px;padding:20px 4%;}
.bsn-box .bsn-fl:hover h4,.bsn-box .bsn-fr:hover h4{text-align:left;}
.bsn-box .bsn-fl:hover p,.bsn-box .bsn-fr:hover p{color:#fff;}
.bsn-box .bsn-fl:hover .bsn-nt p,.bsn-box .bsn-fr:hover .bsn-nt p{margin-top:10px;    line-height: 1.5;}
.bsn-box .bsn-fl:hover a.i_m,.bsn-box .bsn-fr:hover a.i_m{opacity:1;}
.bsn-box .bsn-fr{width:50%;float:right;position:relative;}
.ind-tit1{font-size:36px;color:#333;font-weight: bold;text-align: center;position: relative;margin-bottom:45px;padding-bottom:15px;}
.ind-tit1:after{content:"";position:absolute;left:50%;bottom:0px;width:45px;height:5px;background:#4e5fa2;margin-left:-22px;} 








































































































