@charset "utf-8";

#dian{bottom:70px;}
/* --- 公用样式 --- */
span{display:block;}
/*p{ line-height:100%;}*/
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.clear{clear:both;}
.img{ transition:all .6s ease; overflow:hidden;}
.img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}


/* --- 字体样式 --- */
@font-face{
    font-family:eng;
    src:url(../images/CenturyGothic.TTF);
    src:url(../images/CenturyGothic.eot)\9; 
}

@font-face {
	font-family: 'Conv_Alcubierre';
	src: url('../fonts/Alcubierre.eot');
	src: local('☺'), url('../fonts/Alcubierre.woff') format('woff'), url('../fonts/Alcubierre.ttf') format('truetype'), url('../fonts/Alcubierre.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (min-width:200px)  and  (max-width:1280px)  {
BODY {max-width: 1280px; overflow-x: hidden;}
}

/*2600*/
@media screen and (min-width:1200px)  and  (max-width:2600px)  {
.bannera .pag{text-align:center;height:30px;position:absolute;bottom:55px;left:0;width:100%;z-index:5}






/* --- 公用样式 --- */
.pc{display:block;}
.wap{display:none;}
.fl{float:left;}
.fr{float:right;}
.wrap{max-width:1200px; margin:0 auto;}                                                                                                                                                                                                                                               
.txt-c{text-align: center;}


/* --- 头部 --- */
.header{height:81px; background:#fff; position: fixed; top: 0px; z-index: 11111; width: 100%;}
.zw{height: 81px;}
/* logo */
.logo .pic{float: left; margin-top: 11px; margin-right: 34px;}
.logo .pic2{display: none;}

/* --- 导航 --- */
.nav{}
.nav ul li{display: block; float: left; position: relative;}
.nav ul li a{display: block; font-size: 16px; line-height: 81px; color: rgba(2,2,2,0.8); padding: 0 14px;}
.nav ul li.on>a{background: #55639d; color: rgba(255,255,255,0.8);}
.nav ul li:hover>a{background: #55639d; color: rgba(255,255,255,0.8);}
.nav ul li .hide{background-color: #fff;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);float: left;font-size: 14px;left: 0px;display: none;min-width: 150px;opacity: 0.95;position: absolute;text-align: center;z-index: 10000;}
.nav ul li .hide em a{display:block; font-size: 15px;line-height:35px;font-weight: normal; text-align:center; height:35px; color: #333;}
.nav ul li .hide em a:hover{background: #fff; color: #55639d; transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear;-webkit-transition:background-color 0.3s linear;-o-transition :background-color 0.3s linear;}
.ver{margin-top: 28.5px; border: solid 1px #ccc;  padding: 2px 4px; }
.ver a{display: block; font-size:16px; line-height: 22px; color: #333;  background: url(../images/en-icon.jpg) no-repeat left center; padding-left: 35px; }
.ver a:hover{color: #55639d; }
.nav ul li:nth-child(5) .hide{ min-width: 190px;}

/* --- banner --- */
.banner{position:relative;}
.banner-hd {height:635px;position: relative; overflow:hidden; width: 100%;}
.banner-hd  ul{height:100%;margin: 0 auto;}
.banner-hd  ul li{height:100%;}
.banner .num {position:absolute; left:0; bottom:8%; width:100%; text-align:center;}
.banner .num li{width:15px; height:15px; background:#fff; display:inline-block; border-radius:100%; margin: 0 5px;}
.banner .num li.on{background:#55639d;}

/*成就*/
.success{position: relative; top: -30px; z-index:999}
.success-list{padding: 29px 0px; box-shadow: 0px 0px 3px 3px #eee; background: #fff;}
.success-list ul li{float: left; width: 25%; border-right: solid 1px #e6e6e6; height: 63px;}
.success-list ul li:last-child{border-right: none;}
.success-list ul li em{display: block; font-size: 40px; line-height: 34px; color: #787878; text-align: center; }
.success-list ul li em sup{font-size: 18px;  top: -1em; left: 0.5em;}
.success-list ul li span{display: block; font-size: 14px; line-height: 14px; color: #9d9d9d; text-align: center; margin-top: 13px;}

/*栏目*/
.title{}
.title h2{display: block; font-size: 28px; line-height: 28px; color: #2b2b2b; margin-bottom: 7px;}
.title span{display: block; font-size: 16px; line-height:16px; color: #797979; font-family: arial;}
.app{margin-bottom: 50px; margin-top: 30px;}
.app .title h2{ margin-bottom: 14px;}
.app-btn {margin-bottom: 15px;}
.app-btn li{float: left; width: 130px; margin: 0 10px;}
.app-btn li a h3{display: block; font-size: 15px; line-height: 38px; color: #333; text-align: center; border: solid 1px #c9c9c9; border-radius: 13px;}
.app-btn li.on a h3{background: #55639d; color: #fff; border: solid 1px #55639d;}
.app-btn li a h3:hover{background: #55639d; color: #fff; border: solid 1px #55639d;}
.slideBox{position: relative; }
.box-hiddle{overflow: hidden; min-height: 230px;}
.app-box-hiddle{margin-top: 30px;}
.box-hiddle ul li{float: left; width: 288px; margin-right: 18px; border: solid 1px #ccc; }
.box-hiddle ul li .app-pic{width: 250px; height:178px; overflow: hidden; margin: 0 auto;}
.box-hiddle ul li .app-pic img{width: 100%; display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.box-hiddle ul li:hover .app-pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.box-hiddle ul li em{display: block; font-size: 18px; line-height: 18px; color: #333; margin: 13px 0 9px;}
.box-hiddle ul li span{display: block; background: url(../images/box-hiddle-span-bg.jpg) no-repeat left center; font-size: 15px; float: right; line-height: 15px; color: #929292; padding-left: 50px;}
.app-bd .prev1,.app-bd .next1{display: block; position: absolute; z-index: 2;  width: 40px; height: 65px; top: 33%; cursor: pointer; transition: all .3s ease; background: url(../images/bd-prev.png) no-repeat center #c9c9c9;}
.app-bd .prev1{left: -40px;}
.app-bd .next1{right: -40px; background: url(../images/bd-next.png) no-repeat center #c9c9c9;}
.app-bd .prev1:hover{background:url(../images/bd-prev.png) no-repeat center #55639d;}
.app-bd .next1:hover{background:url(../images/bd-next.png) no-repeat center #55639d;}

/*关于我们*/
.about{background: url(../images/about-bg.jpg) no-repeat top center;  padding-top: 40px;}
.about-ad-list{margin-bottom: 30px;}
.about-ad-list ul li{float: left; width: 25%; padding: 0 1%;}
.about-ad-list ul li .about-ad-icon{width: 106px; height: 106px; border: solid 1px ; border-color: rgba(255,255,255,0.8); border-radius: 50%; margin: 0 auto; transition: all .3s ease;}
.about-ad-list ul li em{display: block; font-size: 16px; line-height: 16px; color: #ebebeb; text-align: center; margin: 13px 0 8px;}
.about-ad-list ul li span{display: block; font-size: 14px; line-height: 22px; color: #e1e1e1; text-align: center;}
.about-ad-list ul li .about-ad-icon1{background: url(../images/about-ad-icon1.png) no-repeat center;}
.about-ad-list ul li .about-ad-icon2{background: url(../images/about-ad-icon2.png) no-repeat center;}
.about-ad-list ul li .about-ad-icon3{background: url(../images/about-ad-icon3.png) no-repeat center;}
.about-ad-list ul li .about-ad-icon4{background: url(../images/about-ad-icon4.png) no-repeat center;}

.about-ad-list ul li:hover .about-ad-icon1{background: url(../images/about-ad-icon1-on.png) no-repeat center #fff;}
.about-ad-list ul li:hover .about-ad-icon2{background: url(../images/about-ad-icon2-on.png) no-repeat center #fff;}
.about-ad-list ul li:hover .about-ad-icon3{background: url(../images/about-ad-icon3-on.png) no-repeat center #fff;}
.about-ad-list ul li:hover .about-ad-icon4{background: url(../images/about-ad-icon4-on.png) no-repeat center #fff;}

.about-content{background: #fff; height: 353px; box-shadow: 0 3px 10px rgba(204,204,204,0.4); position: relative; margin-bottom: 70px;}
.about-pic{float: left; width: 540px; height: 336px; margin: 8px 23px 9px 8px;}
.about-info{float: right; width: 629px;}
.about-info h2{position: absolute; top: 0px; right: 0px; width: 146px; height: 49px; background: url(../images/about-h2-bg.png) no-repeat 120px center #f5ad00; font-size: 16px; line-height: 49px; color: #fff; padding-left: 22px;}
.about-info em{display: block; font-size: 22px; line-height: 22px; color: #303030; margin: 37px 0 9px;}
.about-info span{display: block; font-size: 12px; line-height: 9px; color: #858585; font-family: arial; text-transform: uppercase; margin-bottom: 16px;}
.about-info p{display: block; font-size: 15px; line-height: 28px; color: #797979; width: 595px;}
.about-more{display: block; margin-top: 24px; width: 134px; font-size: 15px; line-height: 41px; color: #1e5ea1; border-radius: 13px; border: solid 1px #0063c5; /*background: url(../images/about-more-bg.png) no-repeat 82px center;*/ padding-left: 11px; }
.about-more:hover{ /*background: url(../images/about-more-hover.png) no-repeat 82px center #0063c5;*/ background: #0063c5; color: #fff;}

/*产品展示*/
.product{margin-top: 30px;}
.pro-box-hiddle{overflow: hidden; margin-top: 20px;}
.pro-box-hiddle ul li{float: left; width: 273px; margin-right: 35px;}
.pro-box-hiddle ul li .product-pic{width: 273px; height: 259px; border: solid 1px #d2d2d2; position: relative; overflow: hidden;}
.pro-box-hiddle ul li h3{display: block; padding: 0 5px; width: 273px; background: #8d8d8d; font-size: 15px; line-height: 62px; text-align: center; color: #fff; border-bottom-right-radius: 34px; overflow: hidden; white-space:nowrap;text-overflow:ellipsis;}
.pro-box-hiddle ul li .product-info{position: absolute; background: rgba(2,64,136,0.7);left:0; top:100%; width:100%; height:100%; padding:10px; opacity:0;   transition:all .3s ease;}
.pro-box-hiddle ul li .product-info p{width: 215px; font-size: 14px; line-height: 34px; color: #fff; color: #fff; margin-top: 62px; margin-left: 21px; }
.pro-box-hiddle ul li:hover .product-info{opacity:1; top: 0;}
.pro-box-hiddle ul li:hover h3{background: #f5ad00;}
.product-more{display: block; margin: 35px auto 42px; width: 180px; height: 46px;background: #55639d; font-size: 16px; line-height: 46px; color: #fff; text-align: center;}
.product-more:hover{background: #4e5b8f;}

/*新闻视窗*/
.news-title{text-align: center;}
.latest-news{background: #f7f7f7; padding: 25px 21px 0; width: 651px;}
.latest-news-pic{width: 609px; height: 301px;}
.latest-news-pic img{display: block; width: 100%;}
.news-btn{text-align: center; margin: 16px 0 37px;}
.news-btn li{display: inline-block;  margin-right: 20px;}
.news-btn li a h3{display: block; width: 130px; height: 40px; background: #eaeaea; font-size: 15px; line-height: 40px; color: #545454; text-align: center;}
.news-btn li.on a h3{background: #4e5b8f; color: rgba(255,255,255,0.8);}
.news-btn li:hover a h3{background: #4e5b8f; color: rgba(255,255,255,0.8);}
.latest-news-info{padding: 29px 0 19px;}
.news-info .date{width: 42px; margin-right: 27px;}
.news-info .date em{display: block; font-size: 19px; line-height: 14px; color: #828282; font-family: arial; text-align: center;  font-family: arial;}
.news-info .date i{display: block; width: 42px; height: 2px; background: #bbb; margin: 7px 0;}
.news-info .date span{display: block; font-size: 14px; line-height: 10px; color: #a5a5a5; text-align: center; font-family: arial;}
.latest-news-info  .news-text {width: 540px;}
.news-info .news-text em{display: block; font-size: 15px; line-height: 15px; color: #545454; margin-bottom: 10px; width: 470px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-info .news-text p{display: block; font-size: 13px; line-height: 13px; color: #797979;}
.news-info .news-text em:hover{font-weight: bold;}
.news-list ul li{width: 520px; height: 90px; background: #f7f7f7; padding: 27px 0 23px 16px; margin-bottom: 18px; transition: all .3s ease;}
.news-list ul li:last-child{margin-bottom: 0px;}
.news-list .news-text {width: 420px;}
.news-list .news-text em{width: 410px;}
.news-list ul li:hover{background: #55639d; }
.news-list ul li:hover .date em,.news-list ul li:hover .date span,.news-list ul li:hover .news-text em,.news-list ul li:hover .news-text p{color: #fff;}
.news-list ul li:hover .date i{background: rgba(255,255,255,0.62);}
a.news-more{-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;display:block;width:180px;height:46px;border:1px solid #969696;font-weight:normal;font-size: 16px; line-height:46px;color:#6c6c6c!important;text-align: center; top:34px; margin: 0 auto 63px;}
a.news-more:before{content: "";position: absolute;z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #55639d;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
a.news-more:hover,a.news-more:focus,a.news-more:active{color: #fff!important;border-color:#55639d!important;}
a.news-more:hover:before, a.news-more:focus:before, a.news-more:active:before{-webkit-transform: scaleX(1);transform: scaleX(1);}

/*公共底部*/
.footer{background:#313131; overflow:hidden; color:#fff; padding-top:50px; padding-bottom:50px; font-size:14px; color:#aaa;}
.footer .title{font-size:18px; color:#fff; margin-bottom:25px; position:relative;}
.footer .title:before{content:""; width:35px; height:1px; background:#fff; position:absolute; bottom:-5px;}
.footer p{line-height:200%;}
.footer p a{color: #aaa;}

.footer .copyright{width:35%;}

.footer .contact-way{width:35%;}
.footer .contact-way p{padding-left:25px;}
.footer .contact-way .lx01{background:url(../images/lx01.png) no-repeat 0 center;}
.footer .contact-way .lx02{background:url(../images/lx02.png) no-repeat 0 center;}
.footer .contact-way .lx03{background:url(../images/lx03.png) no-repeat 0 center;}

.footer .friend-link {width:30%;}
.footer .friend-link select{width:100%; border:none; padding:10px;}

/*在线咨询*/
.zx-service{position:fixed; right:0px; top:300px;z-index: 10000; }
.service-box{background-color: #fff; border-radius:5px; width:125px; margin-bottom:8px;box-shadow: 0px 2px 3px  #929ea9;}
.service-box span{display:inline-block;}
.service-box span img{width:auto;}
.service-box span.text{ background:url(../images/kf01.png) no-repeat; height:47px; line-height:40px; text-align:center; color:#fff; font-size:16px; position:relative; z-index:10; display: block;}
.service-box ul{margin-top: -7px;}
.service-box li{border-bottom:1px solid #efefef; text-align:center; position:relative;}
.service-box li em{font-size:12px;color: #757575;}
.service-box li a{display:block; padding-top:6px; padding-bottom:3px;}
.service-box li:first-child a{padding-top: 14px;}
.service-box li:last-child a{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.service-box li a:hover{background:#f9f9f9;}
.service-box li a:hover em{color:#ffc600; }
.service-box ul li:last-child{border:none;}

.service-box li p{position:absolute; left:-160px; width:150px; top:0; background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);display:none; font-size:18px; font-weight:bold;color: #ffc600;padding: 10px 0px;}
.service-box li p.qq-tel{width: 230px; left: -240px;}
.service-box li:hover p{display:block; }

.service-arrow{box-shadow: 0px 2px 2px #d6d6d6;border:1px solid #ddd;  border-radius:5px;  width:120px; background:url(../images/kf05.png) no-repeat center center #fff; height:40px; cursor:pointer; }
.service-arrow a{display:block; width:120px; height:45px;}



/*内页样式*/
.ny-hd{height: 355px;}
.position{background: #f3f3f3; height: 46px; }
.position span{display: block; background: url(../images/ny-home-icon.png) no-repeat left center; padding-left: 28px;}
.position span a{ font-size: 15px; line-height: 46px; color: #272727;}
.position span a.on{color: #55639d;}
.position span a:hover{color: #55639d;}
.ny-main{margin: 24px 0 100px;}

/*内页左侧列表*/
.ny-left{width: 295px;}
.ny-left-title{background: #55639d; height: 105px; border-bottom: solid 1px; border-bottom-color: rgba(255,255,255,0.35);}
.ny-left-title h3{display: block; font-size: 30px; line-height: 30px; color: #fff; text-align: center; padding: 27px 0 11px;}
.ny-left-title span{display: block; font-size: 13px; line-height: 10px; color: #fff; text-align: center; font-family: arial; text-transform: uppercase;}
.ctitle1{background: #f7f7f7; height: 560px;}
.ctitle1 li a h3{display: block; font-size: 15px; line-height: 64px; color: #474747; text-align: center; border-bottom: solid 1px #cecece; }
.ctitle1 li.on a h3{background: #55639d; color: #fff;  }
.ctitle1 li:hover a h3{background: #55639d; color: #fff;  }

/*内页右侧新闻列表*/
.ny-right{width: 853px;}
.ny-news-list ul li{padding-bottom: 23px; border-bottom: solid 1px #d4d4d4; margin-bottom: 24px;}
.ny-news-list ul li:last-child{border-bottom: none;}
.ny-news-list ul li .date{padding: 18px 17px 19px 16px; background: #b7b7b7; width: 93px; height: 90px;}
.ny-news-list ul li .date b{display: block; font-size: 41px; line-height:32px ; color: #fff; text-align: center; font-family: arial; margin-bottom: 10px;}
.ny-news-list ul li .date span{display: block; font-size: 15px; line-height:11px; color: #fff; text-align: center; font-family: arial;}
.ny-news-list ul li .news-info{width: 742px;}
.ny-news-list ul li .news-info em{display: block; font-size: 18px; line-height: 18px; color: #484848; margin:11px 0 7px; width: 680px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ny-news-list ul li .news-info p{display: block; font-size: 15px; line-height: 23px; color: #848484;}
.ny-news-list ul li:hover .date{background: #55639d;}
.ny-news-list ul li:hover .news-info em{color: #55639d;}
.ny-news-list ul li:hover .news-info p{color: #2e2e2e;}

/*内页右侧资料下载*/
.download-list ul li{border-bottom: dashed 1px #9d9d9d; margin-bottom: 9px;}
.download-list ul li a h3{display: inline-block; font-size: 15px; line-height:43px ; color: #545454; background: url(../images/download-list-h3.png) no-repeat left center; padding-left: 27px; width: 720px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.download-list ul li span{display: inline-block; font-size: 15px; line-height: 43px ; color: #545454; font-family: arial;}
.download-list ul li a h3:hover{color: #55639d;}

/*内页右侧产品列表*/
.ny-product-list ul li{float: left;}
.ny-product-list ul li{float: left; width: 275px; margin-right: 14px; margin-bottom: 14px;}
.ny-product-list ul li:nth-child(3n){margin-right: 0px;}
.ny-product-list ul li .product-pic{width: 275px; height: 261px; border: solid 1px #9e9e9e; position: relative; overflow: hidden;}
.ny-product-list ul li .product-pic img{display: block; width: 100%;}
.ny-product-list ul li .product-pic em{position: absolute; bottom: 0; display: block; font-size: 15px; line-height: 35px; color: #fff; text-align: center;  background: rgba(141,141,141,0.85); padding: 0 10px;width:100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ny-product-list ul li:hover .product-pic em{background: rgba(85,99,157,0.85);}


.ny-product-list ul li .product-info{position: absolute; background: rgba(0,0,0,0.59);left:0; top:100%; width:100%; height:100%;  opacity:0;   transition:all .3s ease;}
.ny-product-list ul li .product-info em{display: block; font-size: 15px; color: #fff; text-align: center; margin-top: 100px; margin-bottom: 10px; padding: 0 10px;width: 255px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ny-product-list ul li .product-info span{display: block; width: 120px; font-size: 13px; line-height: 30px; color: #fff; text-align: center; border: solid 1px #fff; margin: 0 auto;}
.ny-product-list ul li .product-info span:hover{background: #55639d; border: solid 1px #55639d;}
.ny-product-list ul li:hover .product-info{opacity:1; top: 0;}


/*内页右侧产品详情*/
.ny-right .pro1{margin-top: 20px;}
.ny-right .pro1 .pro-list-pic{width: 332px;}
.ny-right .pro1 .spec-preview img{display: block; max-width: auto;}
.ny-right .pro1 .descript1{width: 490px;}
.ny-right .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #333;display: block;}
.ny-right .pro1 .descript1 p{width: 490px;font-size: 13px;color: #8e8e8e;line-height: 25px;margin-bottom: 10px;}
.ny-right .pro1 .descript1 a.consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #000; }
.ny-right .pro1 .descript1 a.consult:hover{background-color: #55639d;}
.ny-right .pro1 .descript1 p.haoma{color: #333;font-size: 15px; font-weight: bold; }
.ny-right .pro1 .descript1 p.haoma em{display: block;color: #55639d;font-size: 20px; font-weight: bold; }
.ny-right .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right .pro1 .share-title{ font-size: 13px;}
.ny-right .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right .detail .de-title{border-bottom: solid 3px #55639d;}
.ny-right .detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#55639d; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.ny-right .detail .infor{padding-top: 15px;}

/*内页右侧行业应用列表*/
.ny-app-list ul li{float: left;}
.ny-app-list ul li{float: left; width: 275px; margin-right: 14px; margin-bottom: 14px;}
.ny-app-list ul li:nth-child(3n){margin-right: 0px;}
.ny-app-list ul li .app-pic{width: 275px; height: 194px; border: solid 1px #9e9e9e;  overflow: hidden;}
.ny-app-list ul li .app-pic img{display: block; width:100%;-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.ny-app-list ul li:hover .app-pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.ny-app-list ul li h3{display: block; font-size: 16px; line-height: 16px; color: #666; text-align: center; margin: 15px 0 5px;}


.pagelist {padding: 10px 0;margin-top:15px;overflow: hidden;border-top:0px solid #eee;text-align:center;}
.pagelist a,.pagelist span {border: 1px solid #ccc; display: inline-block;padding: 2px 8px;margin-right:5px;}
.pagelist span.current {color: #f30;border: 1px solid #ddd;}

/* slide */
#bgstylec{}
.slide-main{position:relative;}
.slide-main .prev,.slide-main .next{display:block;width:44px;height:44px;position:absolute;z-index:222;top:45%;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:3%;}
.next{right:3%;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;bottom:30px;left:0;text-align:center;}
.item a{display:inline-block;width:48px;height:5px;margin-right:11px;background:#fff;/*opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);*/overflow:hidden;}
.item a.cur{background:#f5ad00;}
.slide-box,.slide{display:block;width:100%;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;position:relative;z-index:8;}

.slide a{display:block;width:100%;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:952px;margin-left:-476px;text-align:center;}
.obj-a{display:block;height:352px;top:100px;}
.obj-b{top:406px;height:100px;}
.obj-c{display:block;height:582px;top:0;margin-left:-540px;}
.obj-d{top:37%;height:164px;margin-left:-12%;}
.obj-d p{display:block;padding-top:20px;font-size:16px;color:#fff;clear:both;}
.obj-e{width:366px;height:170px;margin-left:-460px;top:223px;z-index:12;}
.obj-f{top:34%;height:170px;margin-left:11%;;}

.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{  left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{  left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{  left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{  -webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{  -moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{  transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{  -webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{  -moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{  transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{  left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{  left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{  left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.4s linear 0s normal none;-moz-animation:saAnid 0.4s linear 0s normal none;animation:saAnid 0.4s linear 0s normal none;}
@-webkit-keyframes saAnid{from{  left:73%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{  left:73%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{  left:73%;} to{opacity:1;left:50%;} }

@media screen and (min-width:0px)  and  (max-width:1500px)  {
.obj-f{width:25%}
.obj-f img{width:100%}
.obj-d{width:30%}
.obj-d img{width:100%}
}

@media screen and (min-width:200px)  and  (max-width:1280px)  {
	.zx-service{top: 40%;}
}
.ny-search{width: 564px; margin-bottom: 18px;}
.search-text{width: 382px; border: solid 1px #b5b5b5; padding-left: 10px; font-size: 16px; line-height: 40px; color: #bebebe; font-family: "Microsoft YaHei"; outline: none;}
.search-btn{width: 163px; background: #55639d; font-size: 16px; line-height: 42px; color: #fff; text-align: center; border: none; font-family: "Microsoft YaHei"; outline: none; cursor: pointer; border-radius: 8px;}
