@charset "UTF-8";
/*==========全局==========*/
html { overflow-y: scroll; overflow-x: hidden; _background-attachment: fixed; }
body { font-family: "Microsoft Yahei",Arial,'Hiragino Sans GB',sans-serif; font-size: 14px; color: #333333; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, sup, sub { margin: 0; padding: 0; }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; }
/*
img { -ms-interpolation-mode: bicubic; vertical-align: top; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; outline: none; font-family: "Microsoft Yahei"; }
.imgmiddle, input, select { vertical-align: middle; }
.table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; height: 0; overflow: hidden; }
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
a { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #0066ff; }
a:active{blr:expression(this.onFocus=this.blur());}
.ffyh { font-family: "Microsoft Yahei"; }
.ffarial { font-family: "arial"; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.w1200 { width: 1200px; margin: 0 auto; }
.w1100 { width: 1100px; margin: 0 auto; }
body { overflow: hidden; }
*/
/* 头部 */
/*
.head { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; }
.head .h-bar { width: 100%; height: 35px; background: url("../images/h-bg.png"); color: #fff; }
.head .h-bar .welcome { line-height: 35px; }
.head .h-bar .phone { background: url("../images/h-i1.png") left center no-repeat; color: #fff; padding-left: 25px; font-weight: bold; margin-right: 30px; line-height: 35px; }
.head .h-bar .search {width: 150px; height: 25px; margin-top: 6px; background: url('../images/sprite.png') 0 -455px no-repeat;}
.head .h-bar .s-input { background: none; border: 0; width: 100px; height: 23px; color: #fff; font-size: 12px; padding-left: 10px; padding-right: 8px; }
.head .h-bar .submit { background: url("../images/h-i2.png") no-repeat; width: 14px; height: 14px; border: 0; cursor: pointer; }
.head .nav { width: 100%; height:100px; position: relative; background: url('../images/navbg.png');}
.head .nav .logo { padding-top: 2px; }
.head .nav .nav-item, .head .nav .n-code, .head .nav .n-share { float: left; line-height: 66px; text-align: center; padding-left: 45px; min-width: 56px; font-size: 16px; }
.head .nav .nav-item:hover a{ color: #ff9900; }
.head .nav a { color: #fff; display: block; -webkit-transition: all .3s; transition: all .3s; padding-top:20px;}
.head .nav .n-code { background: url("../images/n-icon1.png") right center no-repeat; min-width: 30px; height: 66px; cursor: pointer; position: relative; }
.head .nav .n-share { min-width: 30px; height: 66px; padding-left: 10px;}
.head .nav .n-share .bds_more { background: url("../images/n-icon2.png") right center no-repeat; min-width: 30px; height: 66px; margin: 0; padding: 0;}
.head .nav .line { min-width: 64px; height: 2px; background-color: #ff9900; position: absolute; bottom: 0; left: 0; }
.head .nav .n-item-code { position: absolute; top: 50px; left: 11px; display: none; }
.head .child-nav { width: 100%; height: 200px; background: url("../images/child-bg.png"); position: absolute; top: 66px; left: 0; display: none; }
.head .child-nav .w { width: 1200px; margin: 0 auto; }
.head .child-nav ul { width: 1260px; overflow: hidden; text-align: center;}
.head .child-nav .child-item { display: inline-block; *display: inline; *zoom: 1; line-height: 18px; margin-right: 40px; width: 108px; overflow: hidden;}
.head .child-nav .child-item:hover .img-d { display: none; }
.head .child-nav .child-item:hover .img-h { display: block; }
.head .child-nav .child-item:hover .n { color: #ff9900; }
.head .child-nav .img { position: relative; padding-top: 32px; width: 102px; height: 102px; margin: 0 auto;}
.head .child-nav .img-h { position: absolute; top: 32px; left: 0; display: none; }
.head .child-nav .n { color: #333; padding-top: 16px; }
*/
/* 首页 */
.home-banner { overflow: hidden; }
.home-banner .h-banner-w { width: 1200px; height:360px; position: relative; z-index: 1; padding-top:18px; margin:0 auto; border-radius:20px;}
.home-banner .h-banner-w img{ border-radius:5px;}
.home-banner .arrow-btn { width: 40px; height: 57px; position: absolute; top: 50%; z-index: 2; margin-top: -33px; background: url("../images/banner-btn.png") no-repeat; }
.home-banner .arrow-left { background-position: 0 0; left:40px; }
.home-banner .arrow-left:hover { background-position: -40px 0; }
.home-banner .arrow-right { background-position: -40px -57px; right: 40px; }
.home-banner .arrow-right:hover { background-position: 0 -57px; }
.home-banner .pagination { position: absolute; bottom: 23px; left:47%; width: 100%; z-index: 2; text-align: center;}
.home-banner .pagination .swiper-pagination-switch { width: 12px; height: 12px; display: inline-block; *display: inline; *zoom: 1; background: url('../images/banner-yh.png') no-repeat; margin: 0 5px;  border-radius: 50%; -webkit-transition: all .3s; transition: all .3s; cursor: pointer;}
.home-banner .pagination .swiper-active-switch { background: url('../images/banner-y.png') no-repeat; }
.home-content { margin-bottom: 60px; }
.home-content .home-title { width: 486px; margin: 0 auto; padding-top: 60px; text-align: center; position: relative; }
.home-content .home-title .cn { font-size: 30px; color: #292c8e; font-weight: normal; }
.home-content .home-title .en { display: block; padding-top: 8px; font-size: 18px; color: #999; }
.home-content .home-title .block { display: block; width: 10px; height: 10px; background-color: #1d2088; margin: 15px auto 0; }
.home-content .home-title .line { width: 228px; height: 1px; background-color: #ececec; position: absolute; bottom: 5px; }
.home-content .home-title .line-l { left: 0; }
.home-content .home-title .line-r { right: 0; }
.home-content .home-news { padding-top: 42px; }
.home-content .news-nav { text-align: center; }
.home-content .news-nav .news-a { padding: 5px 10px; margin: 0 4px; display: inline-block; *display: inline; *zoom: 1; }
.home-content .news-nav .news-a.active { background-color: #ff9900; color: #fff; }
.home-content .news-nav .l { color: #ccc; }
.home-content .news-lis { margin-top: 30px; position: relative; width: 1200px; height: 315px; }
.home-content .news-lis .news-lis-item { position: absolute; top: 0; left: 0; display: none; }
.home-content .news-lis .news-lis-item.show { display: block; }
.home-content .news-lis ul { width: 1230px; }
.home-content .news-lis li { width: 280px; height: 315px; overflow: hidden; position: relative; float: left; margin-right: 26px; }
.home-content .news-lis li:hover .text { background-color: #ff9900; color: #fff; }
.home-content .news-lis li:hover .border {  opacity: 1; filter: alpha(opacity=100); display: block\9;}
.home-content .news-lis li:hover .time { left: 10px; opacity: 1; filter: alpha(opacity=100); }
.home-content .news-lis li:hover .p { color: #fff; }
.home-content .news-lis .text { background-color: #f7f7f7; padding-top: 20px; padding-left: 13px; padding-right: 13px; padding-bottom: 32px; -webkit-transition: all .3s; transition: all .3s;}
.home-content .news-lis .title { display: block; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.home-content .news-lis .p { padding-top: 11px; color: #999; }
.home-content .news-lis .border { position: absolute; top: 0; left: 0; width: 260px; height: 180px; border: 10px solid #ff9900; border-bottom: 0; opacity: 0; filter: alpha(opacity=0); display: none\9; -webkit-transition: all .3s; transition: all .3s;}
.home-content .news-lis .time { position: absolute; top: 20px; left: -69px; width: 69px; height: 47px; color: #fff; text-align: center; font-size: 24px; line-height: 47px; background-color: #ff9900; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-more { display: block; width: 160px; height: 38px; text-align: center; line-height: 38px; margin: 40px auto 0; border: 1px solid #e6e6e6; position: relative; -webkit-transition: all .3s; transition: all .3s; position: relative; }
.home-content .home-more:hover { color: #fff; border-color: #ff9900; }
.home-content .home-more:hover .color { width: 160px; }
.home-content .home-more:hover .m { color: #fff; }
.home-content .home-more .arrow { width: 6px; height: 12px; position: absolute; right: 45px; top: 50%; z-index: 2; margin-top: -6px; background: url("../images/sprite.png") 0 -188px no-repeat; }
.home-content .home-more .color { position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 38px; background-color: #ff9900; -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-more .m { position: relative; z-index: 2; font-style: normal; color: #999; }
.home-content .home-product { padding-top: 49px; }
.home-content .home-product li { width: 196px; text-align: center; float: left; margin: 0 21.5px; }
.home-content .home-product li:hover .h { opacity: 1; filter: alpha(opacity=100);  }
.home-content .home-product li:hover .title { color: #ff9900; }
.home-content .home-product li:hover .border { -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
.home-content .home-product .img { position: relative; width: 120px; height: 120px; margin: 0 auto; }
.home-content .home-product .h { position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-product .border { width: 120px; height: 120px; background-color: #ff9900; position: absolute; top: 0; left: 0; z-index: 1; border-radius: 50%; background: url("../images/home-proh.png") center no-repeat; -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s; transition: all .4s; }
.home-content .home-product .text { padding-top: 24px; }
.home-content .home-product .title { font-size: 18px; }
.home-content .home-product .p { padding-top: 13px; color: #999; line-height: 24px; }
.home-content .home-case { margin-top: 60px; height: 310px; position: relative; }
.home-content .home-case .home-case-w { width: 1230px; }
.home-content .home-case .home-case-img { margin-right: 30px; margin-bottom:30px; float: left; width:172px; overflow: hidden; text-align: center;}
.home-content .home-case .home-case-a { display: block; border: 1px solid #DDDDDD; width: 170px; height:91px; overflow: hidden; -webkit-transition: border .3s; transition: border .3s; }
.home-content .home-case .home-case-img p{ margin-top: 5px; width:100%; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; -webkit-transition: color .3s; transition: color .3s;}
.home-content .home-case .home-case-img:hover p{ color: #ff9900; }
.home-content .home-case .home-case-img img{ -webkit-transition: all .3s; transition: all .3s; }
/*.home-content .home-case .home-case-img:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1); }*/
.home-content .home-case .home-case-img:hover .home-case-a{ border-color: #ff9900; }
.home-content .home-case .swiper-container { height: 310px; overflow: hidden; }
.home-content .home-case .arrow-btn { position: absolute; top: 50%; width: 32px; height: 86px; margin-top: -43px; background: url("../images/sprite.png") no-repeat; -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-case .arrow-left { left: -58px; background-position: 0 0; }
.home-content .home-case .arrow-left:hover { background-position: -32px 0; }
.home-content .home-case .arrow-right { right: -58px; background-position: -32px -86px; }
.home-content .home-case .arrow-right:hover { background-position: 0 -86px; }
.home-content .home-progamme-btn { position: relative; z-index: 5; text-align: center; margin-top: 20px; }
.home-content .home-progamme-btn .arrow-btn { display: inline-block; *display: inline; *zoom: 1; width: 40px; height: 40px; background-color: #f3f3f3; border-radius: 2px; margin: 0 2px; }
.home-content .home-progamme-btn .arrow-btn:hover { background-color: #ff9900; }
.home-content .home-progamme-btn .arrow-i { width: 7px; height: 12px; display: block; margin: 14px auto 0; background: url("../images/sprite.png") no-repeat; }
.home-content .home-progamme-btn .arrow-left:hover .arrow-lefti { background-position: 0 -176px; }
.home-content .home-progamme-btn .arrow-right:hover .arrow-righti { background-position: 0 -188px; }
.home-content .home-progamme-btn .arrow-lefti { background-position: -7px -176px; }
.home-content .home-progamme-btn .arrow-righti { background-position: -7px -188px; }
.home-content .home-progamme { position: relative; margin-top: -350px; overflow: hidden; height: 415px;}
.home-content .home-progamme .home-progamme-lis { width: 278px; height: 413px; float: left; border: 1px solid transparent; margin-right: 26px; overflow: hidden; -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-progamme .img{ width: 278px; height: 250px; overflow: hidden; }
.home-content .home-progamme .img img{ -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-progamme .home-progamme-lis:hover { border: 1px solid #F1F1F1; }
.home-content .home-progamme .home-progamme-lis:hover .title { color: #0066ff; }
.home-content .home-progamme .home-progamme-lis:hover .line { background-color: #0066ff; }
.home-content .home-progamme .home-progamme-lis:hover .more { background-color: #0066ff; border-color: #0066ff; color: #fff; }
.home-content .home-progamme .home-progamme-lis:hover .img img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.home-content .home-progamme .text, .home-content .home-progamme .title, .home-content .home-progamme .more { -webkit-transition: all .3s; transition: all .3s; }
.home-content .home-progamme .text { text-align: center; padding-top: 44px; }
.home-content .home-progamme .title { font-size: 16px; width:100%; display:inline-block; *display: inline; *zoom: 1;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.home-content .home-progamme .line { width: 36px; height: 1px; background-color: #666; display: block; margin: 12px auto 0; }
.home-content .home-progamme .swiper-container { overflow: visible; }
.home-content .home-progamme .more { display: block; width: 94px; height: 30px; border: 1px solid #999; text-align: center; line-height: 30px; color: #999; margin: 32px auto 0; }
.home-content .home-progamme .home-progamme-w { width: 1230px; }
/*.home-box2 { width: 100%; height: 600px; background: url("../images/home-bg1.jpg") center no-repeat; margin-top: 60px; }*/
.home-box2 { width: 100%; height: 600px; background: #f9f9f9; margin-top: 60px; }
/*.home-box4 { width: 100%; height: 474px; background: url("../images/home-bg1.jpg") center no-repeat; margin-top: 70px; }*/
.home-box4 { width: 100%; height: 420px;}
/*.home-box4 .home-title .cn { color: #fff; }*/
/*.home-box4 .home-title .block { background-color: #d1d2e6; }*/
/*.home-box4 .home-title .line { background-color: #7577b1; }*/
.home-content .home-case-btn { margin-top: 40px; }

/* 首页侧边导航 */
.right-nav { position: fixed; top: 310px; right: 42px; z-index: 10; }
.right-nav li { position: relative; padding-top: 20px; cursor: pointer; outline:none; blur:expression(this.onFocus=this.blur());}
.right-nav li a{outline:none;}
.right-nav li.active .cur { background: url("../images/sprite.png") -82px 0 no-repeat; }
.right-nav li.active .prompt { display: block; }
.right-nav li:hover .cur { background: url("../images/sprite.png") -82px 0 no-repeat; }
.right-nav .cur { width: 12px; height: 12px; display: block; background: url("../images/sprite.png") -70px 0 no-repeat; }
.right-nav .prompt { width: 61px; height: 30px; background: url("../images/sprite.png") -70px -15px no-repeat; position: absolute; left: -76px; top: 10px; top: 17px\9; text-align: center; line-height: 30px; color: #fff; padding-right: 5px; display: none; }
/* 产品中心 */
.product-index { width: 100%; height: 800px; padding-top: 175px; }
.product-index .index-list { margin-top: 85px; position: relative; }
.product-index .index-list .swiper-container { height: 435px; overflow: hidden; }
.product-index .index-list .index-list-w { width: 1320px; }
.product-index .index-list .index-list-item { float: left; margin: 0 60px 55px; width: 180px; text-align: center; }
.product-index .index-list .index-list-item:hover .border { -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
.product-index .index-list .img { position: relative; }
.product-index .index-list .img img{width: 140px; height: 140px;}
.product-index .index-list .img-d { opacity: 1; filter: alpha(opacity=100); }
.product-index .index-list .img-h { position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); }
.product-index .index-list .border { width: 180px; height: 180px; background-color: #ff9900; position: absolute; top: 0; left: 0; z-index: 1; border-radius: 50%; background: url("../images/pro-h.png") center no-repeat; -webkit-transform: scale(0.3); transform: scale(0.3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.product-index .index-list .title { font-size: 18px; margin-top: 22px; color: #fff;  width:100%; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.product-list { padding-bottom: 70px; }
.product-list .top { height: 242px; background: url("../images/pro-bg1.jpg") center no-repeat; padding-top: 206px; color: #fff; overflow: hidden; }
.product-list .top .title { font-size: 36px; font-weight: normal; margin-top: 10px; }
.product-list .top .line { display: block; width: 50px; height: 3px; background-color: #fff; margin-top: 15px; margin-bottom: 18px; }
.product-list .top .p { width: 545px; line-height: 30px; font-size: 16px; }
.product-list .lis-item { margin-top: 60px; }
.product-list .lis-item ul { width: 1230px; }
.product-list .lis-item li { width: 380px; float: left; margin-right: 30px; margin-bottom: 30px; padding-bottom: 30px; -webkit-transition: all .3s; transition: all .3s; }
.product-list .lis-item li:hover { -webkit-box-shadow: 0 3px 7px rgba(255, 153, 0, .1); box-shadow: 0 3px 7px rgba(255, 153, 0, .1); }
.product-list .lis-item li:hover .img-h { opacity: 1; filter: alpha(opacity=100); }
.product-list .lis-item li:hover .line-h { width: 100%; }
.product-list .lis-item .img { position: relative; }
.product-list .lis-item .img-h { position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.product-list .lis-item .title { padding-top: 25px; padding-bottom: 27px; font-size: 18px; font-weight: normal; }
.product-list .lis-item .line { position: relative; margin-bottom: 16px; }
.product-list .lis-item .line-i { display: block; width: 100%; height: 1px; background-color:   #e8e8e8; }
.product-list .lis-item .line-h { position: absolute; top: 0; left: 0; background-color: #ff9900; width: 0; -webkit-transition: all .3s; transition: all .3s; }
.product-list .lis-item .p { line-height: 24px; color: #999; }
.product-content .top { background: url("../images/pro-bg1.jpg") center no-repeat; }
.product-content .box1 { padding-top: 66px; padding-bottom: 70px; background-color: #fafafa; }
.product-content .box1 .fr { margin-top: 12px; }
.product-content .box1-fl { width: 715px; }
.product-content .box1-fl .box1-top { font-size: 40px; }
.product-content .box1-fl .subtitle { color: #ff9900; position: relative; display: block; width: 334px; padding-bottom: 19px; }
.product-content .box1-fl .subtitle:before { content: ""; width: 22px; height: 22px; border-right: 2px solid #ff9900; border-bottom: 2px solid #ff9900; position: absolute; bottom: 0; right: 0; }
.product-content .box1-fl .p { line-height: 28px; margin-top: 28px; }
.product-content .box2 { width: 100%; min-height: 760px; padding: 60px 0; }
.product-content .box2 .w1200 { background: url("../images/xq-bg.png"); padding: 49px 0; }
.product-content .box2 .box2-top { text-align: center; }
.product-content .box2 .b2-title { font-size: 36px; font-weight: normal; }
.product-content .box2 .b2-en { color: #999; font-size: 18px; text-transform: uppercase; }
.product-content .box2 .line { width: 60px; height: 1px; margin: 9px auto 11px; background-color: #ff9900; display: block; }
.product-content .box2 .box2-list { margin-top: 34px; }
.product-content .box2 .box2-list-w { padding: 0 60px; }
.product-content .box2 .lis-box { float: left; }
.product-content .box2 .lis1 { margin-left: 100px; }
.product-content .box2 li { width: 440px; margin-bottom: 20px; color: #666; line-height: 24px; position: relative; }
.product-content .box2 li:after { content: ""; width: 8px; height: 9px; background: url("../images/sprite.png") -245px 0 no-repeat; position: absolute; left: -18px; top: 8px; }
.product-content .box2 .topic { font-size: 16px; color: #ff3333; font-weight: bold; text-align: center; margin-top: 10px; }
.product-content .box3 { padding-bottom: 100px; }
/* 子页面通用 */
.sub-h-bg { width: 100%; }
.sub-arrow-btn { position: absolute; top: 50%; z-index: 3; width: 51px; height: 100px; margin-top: -50px; background: url("../images/sprite.png") no-repeat; transition: all .3s;}
.sub-arrow-left { left: -60px; background-position: -140px 0; }
.sub-arrow-left:hover { background-position: -191px 0; }
.sub-arrow-right { right: -60px; background-position: -191px -100px; }
.sub-arrow-right:hover { background-position: -140px -100px; }
.sub-index-title { text-align: center; }
.sub-index-title h1 { font-weight: normal; color: #ff9900; font-size: 30px; }
.sub-index-title .line { width: 30px; height: 3px; display: block; margin: 20px auto 0; background-color: #fff; }
.sub-index-title .p { width: 720px; color: #fff; line-height: 30px; margin: 10px auto 0; font-size: 14px; height: 60px; }
.sub-head { height: 420px; color: #fff; }
.sub-head .w1200 { padding-top: 151px; }
.sub-head .title { font-size: 36px; font-weight: normal; }
.common-title { text-align: center; }
.common-title .t { font-size: 30px; font-weight: normal; }
.common-title .line { display: block; width: 69px; height: 1px; background-color: #ff9900; margin: 13px auto 11px; }
.common-title .en { font-size: 18px; color: #999; text-transform: uppercase; }
.back { display: block; width: 130px; height: 37px; line-height: 37px; background: #ff9900; text-align: center; margin: 60px auto 0; font-size: 18px; color: #fff; border-radius: 20px; -webkit-transition: all .3s; transition: all .3s; }
.back:hover { color: #fff; background-color: #ccc; }
.switch-page { margin-top: 45px; }
.switch-page span { display: block; }
.page-menu { padding-top: 50px; background-color: #f9f9f9; text-align: center; }
.page-menu ul{ font-size: 0\9; }
.page-menu li { min-width: 148px; height: 43px; padding: 0 10px; border: 1px solid #ccc; text-align: center; line-height: 43px; display: inline-block; *display: inline; *zoom: 1; margin-right: 26px; margin-bottom: 30px;  font-size: 14px\9; -webkit-transition: all .3s; transition: all .3s; }
.page-menu li:hover { background-color: #0066ff; border-color: #0066ff; }
.page-menu li:hover a { color: #fff; }
.page-menu li.current { background-color: #0066ff; border-color: #0066ff; }
.page-menu li.current a { color: #fff; }
.page-menu a { display: block; width: 148px\9; height: 43px\9; -webkit-transition: all .3s; transition: all .3s; }
/* 案例 */
.case-index { padding-bottom: 160px; }
.case-index .top-menu { height: 732px; background: url("../images/case-bg.jpg") center no-repeat; }
.case-index .top-menu .w1200 { padding-top: 175px; }
.case-index .top-menu .slide-box { overflow: hidden; width: 1200px;}
.case-index .top-menu .slide_pic{ width: 1200px; height: 368px; overflow: hidden; position: relative;}
.case-index .top-menu .case-slide-w { width: 9999%; }
.case-index .top-menu .slide { position: relative; margin-top: 64px; text-align: center; }
.case-index .top-menu .slide-p {height: 66px; background: url('../images/case-shadow.png') no-repeat #fff; background-position: 0 60px; }
.case-index .top-menu .slide-p-sha { text-align: center; height: 60px; line-height: 60px; font-size: 18px; -webkit-transition: color .3s, background .3s; transition: color .3s, background .3s;}
.case-index .top-menu .slide-item { width: 280px; height: 368px; margin-right: 27px; float: left; position: relative; }
.case-index .top-menu .slide-item:hover .slide-p-sha { background-color: #ff9900; color: #fff; height: 60px;}
.case-index .top-menu .slide-item:hover .arrow { opacity: 1; filter: alpha(opacity=100); }
.case-index .top-menu .slide-item .arrow { display: block; width: 17px; height: 8px; position: absolute; bottom: 0; left: 50%; margin-left: -8.5px; background: url("../images/sprite.png") -257px 0 no-repeat; opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity .3s; transition: opacity .3s; }
.case-index .top-menu .slide-item.current .slide-p-sha { background-color: #ff9900; color: #fff; height: 60px;}
.case-index .top-menu .slide-item.current .arrow { opacity: 1; filter: alpha(opacity=100); }
.case-index .top-menu .sub-arrow-left { left: -76px; }
.case-index .top-menu .sub-arrow-right { right: -76px; }
.case-index .bottom-list { margin-top: 108px; padding-bottom: 50px; }
.case-index .bottom-list ul { width: 1227px; }
.case-index .bottom-list li { float: left; margin-right: 26px; margin-bottom: 34px; width: 280px; overflow: hidden; }
.case-index .bottom-list li a { display: block; }
.case-index .bottom-list li:hover .img { border-color: #ff9900; }
.case-index .bottom-list li:hover .ti { color: #ff9900; }
.case-index .bottom-list li:hover .img-scale { -webkit-transform: scale(1.2); transform: scale(1.2); }
.case-index .bottom-list .img { width: 276px; overflow: hidden; border: 2px solid #ccc; -webkit-transition: all .3s; transition: all .3s; }
.case-index .bottom-list .img-scale { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; transition: all .3s; }
.case-index .bottom-list .ti { text-align: center; display: block; padding-top: 11px; }
.case-content { padding-bottom: 100px; }
.case-content .top { background: url("../images/case-bg1.jpg") center no-repeat; }
.case-content .con { padding-top: 52px; }
.case-content .c-title { text-align: center; color: #1d2088; font-size: 27px; font-weight: normal; }
.case-content .con-box1 { margin-top: 34px; }
.case-content .c-b1-ct { width: 1100px; margin: 55px auto 0; }
.case-content .c-b1-ct img{ max-width: 100%; margin-bottom: 10px;}
.case-content .c-b1-ct .text { line-height: 30px; font-size: 16px; color: #666; margin-top: 35px; }
.case-content .c-b1-ct .text-p { position: relative; }
.case-content .c-b1-ct .text-p:after { content: ""; width: 8px; height: 9px; background: url("../images/sprite.png") -245px 0 no-repeat; position: absolute; left: -18px; top: 11px; }
.case-content .c-b1-ct .img { margin-left: 74px; }
.case-content .con-box2 { margin-top: 60px; }
.case-content .con-box2 .p { padding: 0 50px; line-height: 28px; color: #666; margin-top: 25px; }
.case-content .con-box2 .p img{width: 100%;}
.case-content .con-box2 .fl { margin-left: 27px; }
.case-content .con-box2 .fr { margin-right: 27px; }
/* 解决方案 */
.program-index { width: 100%; height: 1080px; background: url("../images/program-bg.jpg") center no-repeat; }
.program-index .program-w1200 { padding-top: 200px; }
.program-index .index-list { position: relative; margin-top: 80px; }
.program-index .index-list-w { width: 1228px; }
.program-index .swiper-container { height: 415px; overflow: hidden; }
.program-index .index-list-item { float: left; margin-right: 27px; }
.program-index .index-list-item:hover .info { background-color: #ff9900; }
.program-index .index-list-item:hover .title { color: #fff; }
.program-index .index-list-item:hover .line { background-color: #fff; }
.program-index .index-list-item:hover .look { border-color: #fff; color: #fff; }
.program-index .index-list-item .info { height: 215px; background-color: #fff; text-align: center; -webkit-transition: all .3s; transition: all .3s; }
.program-index .index-list-item .title { font-size: 18px; display: block; padding-top: 43px; -webkit-transition: all .3s; transition: all .3s; }
.program-index .index-list-item .line { display: block; width: 56px; height: 1px; margin: 11px auto 32px; background-color: #666; -webkit-transition: all .3s; transition: all .3s; }
.program-index .index-list-item .look { display: block; width: 126px; height: 30px; border: 1px solid #999; color: #999; text-align: center; line-height: 30px; margin: 0 auto; -webkit-transition: all .3s; transition: all .3s; }
.program-index .sub-arrow-left { left: -76px; }
.program-index .sub-arrow-right { right: -76px; }
.program-content .top { background: url("../images/program-bg1.jpg") center no-repeat; }
.program-content .program-box1 { background-color: #fafafa; padding-top: 50px; padding-bottom: 75px; }
.program-content .program-box1 .title { font-size: 40px; }
.program-content .program-box1 .title2 { font-size: 40px; color: #ff9900; position: relative; width: 332px; display: block; margin-top: 7px; }
.program-content .program-box1 .title2:before { content: ""; width: 22px; height: 22px; position: absolute; bottom: 0; right: 0; border-right: 2px solid #ff9900; border-bottom: 2px solid #ff9900; }
.program-content .program-box1 .fr { width: 818px; margin-left: 13px; line-height: 24px; color: #666; }
.program-content .program-box1 .fr-h3 { color: #333; font-size: 18px; margin-bottom: 7px; }
.program-content .program-box2 { width: 100%; min-height: 451px; padding: 70px 0; background: url("../images/program-bg2.jpg") center no-repeat; }
.program-content .program-box2 .w1200 { background: url("../images/xq-bg.png"); padding: 49px 55px; width: 1090px; }
.program-content .program-box2 .p { line-height: 28px; color: #666; font-size: 16px; margin-top: 30px; }
.program-content .program-box3 { padding-top: 50px; }
.program-content .program-box3 .p { color: #666; font-size: 16px; line-height: 28px; padding-top: 60px; padding-bottom: 130px; }
.program-content .program-box3 .blue, .program-content .program-box3 .yellow { font-weight: bold; font-size: 18px; margin-bottom: 5px; }
.program-content .program-box3 .blue { color: #1d2088; }
.program-content .program-box3 .yellow { color: #ff9900; }
/* 新闻资讯 *
.news-index { padding-bottom: 100px; }
.news-index .top { background: url("../images/news-bg.jpg") center no-repeat; }
.news-index .news-menu { text-align: center; padding-top: 50px; }
.news-index .news-menu .news-a { padding: 5px 10px; margin: 0 4px; display: inline-block; *display: inline; *zoom: 1; }
.news-index .news-menu .news-a.current { background-color: #ff9900; color: #fff; }
.news-index .news-menu .l { color: #ccc; }
.news-index .news-list { margin-top: 40px; }
.news-index .news-list ul { width: 1230px; }
.news-index .news-list li { width: 380px; height: 365px; position: relative; float: left; margin-right: 26px; margin-bottom: 40px; overflow: hidden; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .1); box-shadow: 2px 2px 6px rgba(0, 0, 0, .1); }
.news-index .news-list .img{ width: 380px; height: 240px; }
.news-index .news-list li:hover .text { background-color: #ff9900; color: #fff; }
.news-index .news-list li:hover .border {opacity: 1; filter: alpha(opacity=100);}
.news-index .news-list li:hover .time { left: 10px; opacity: 1; filter: alpha(opacity=100); }
.news-index .news-list li:hover .p { color: #fdf1df; }
.news-index .news-list .text { height: 73px; background-color: #f7f7f7; padding-top: 20px; padding-left: 13px; padding-right: 13px; padding-bottom: 32px; -webkit-transition: all .3s; transition: all .3s;}
.news-index .news-list .title { display: block; font-size: 18px; }
.news-index .news-list .p { padding-top: 11px; color: #999; }
.news-index .news-list .border { position: absolute; top: 0; left: 0; width: 360px; height: 230px; border: 10px solid #ff9900; border-bottom: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s;}
.news-index .news-list .time { position: absolute; top: 20px; left: -69px; width: 69px; height: 47px; color: #fff; text-align: center; font-size: 24px; line-height: 47px; background-color: #ff9900; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.news-content { padding-bottom: 100px; }
.news-content .nc-t { text-align: center; padding-top: 42px; }
.news-content .news-title { font-size: 24px; font-weight: normal; }
.news-content .time { font-size: 18px; color: #999; padding-top: 20px; display: block; }
.news-content .p { line-height: 36px; font-size: 16px; margin-top: 34px; color: #666; }
.news-content .p a{color: #666;}
.news-content .p a:hover{color: #ff9900;}
.news-content .img { text-align: center; }
.news-content img { margin: 15px 0; max-width: 100%;}

/* 服务体系 */
.service-index .top { background: url("../images/service-bg.jpg") center no-repeat; }
.service-content .title { font-size: 30px; font-weight: normal; text-align: center; margin-top: 50px; }
.service-content .s-c-t { text-align: center; }
.service-content .s-c-t h3 { font-size: 30px; color: #ff9900; }
.service-content .s-c-t span { font-size: 18px; margin-top: 7px; display: block; }
.service-content .s-c-t .red { color: #ff0000; margin-top: 4px; }
.service-content .s-c-box-h { background-color: #f9f9f9; }
.service-content .s-c1-box1 { margin-top: 50px; }
.service-content .s-c1-box2 { margin-top: 50px; padding-bottom: 62px; padding-top: 50px; }
.service-content .s-c1-box2 .s-c1-box2-c { margin-top: 32px; }
.service-content .s-c1-box3 { margin-top: 48px; padding-bottom: 60px; }
.service-content .s-c1-box3 .s-c1-box3-c { margin-top: 41px; }
.service-content .s-c1-box4 { padding: 60px 0; }
.service-content .s-c1-box5 { padding: 52px 0 60px; }
.service-content .s-c1-box5 .s-c1-box5-c { margin-top: 32px; }
.service-content .s-c1-box6 { padding: 52px 0 160px; }
.service-content .s-c1-box6 .s-c1-box6-c { margin-top: 40px; }
.service-content .s-t .p { margin-top: 14px; text-align: center; font-size: 16px; line-height: 24px; color: #666; }
.service-content .s-t2-title { text-align: center; }
.service-content .s-t2-title .num { font-size: 30px; color: #1d2088; font-weight: normal; }
.service-content .s-t2-title h3 { font-size: 30px; font-weight: normal; color: #ff9900; }
.service-content .s-t2-box1 { padding-top: 52px; padding-bottom: 38px; margin-top: 55px; }
.service-content .s-t2-b1-c { padding-top: 44px; }
.service-content .s-t2-b1-c li { position: relative; width: 943px; min-height: 202px; background-color: #fff; padding: 44px 28px 44px 105px; margin-left: 125px; margin-bottom: 30px; }
.service-content .s-t2-b1-c .left-t { position: absolute; left: -125px; top: 50%; width: 188px; height: 114px; margin-top: -57px; text-align: center; line-height: 114px; color: #fff; font-size: 24px; padding-right: 20px; background: url("../images/sprite.png") no-repeat; }
.service-content .s-t2-b1-c .left-t-c { background-position: 0 -324px; }
.service-content .s-t2-b1-c .left-t-b { background-position: 0 -210px; }
.service-content .s-t2-b1-c .right-p { font-size: 16px; color: #666; line-height: 28px; }
.service-content .s-t2-box2 { padding-top: 52px; padding-bottom: 120px; }
.service-content .s-t2-box2 .s-t2-b2-c { margin-top: 52px; }
/* 关于 */
.about-index .top { background: url("../images/about-bg.jpg") center no-repeat; }
.about-index .about-c1 { padding-bottom: 120px; }
.about-index .about-c1 h2 { text-align: center; font-size: 25px; font-weight: normal; margin-bottom: 22px; margin-top: 52px; }
.about-index .about-c1 .p { line-height: 28px; padding: 0 38px; overflow: hidden; color: #666; }
.about-index .about-c1 .line { display: block; height: 1px; background-color: #e9e8e8; }
.about-index .about-c1 .text { width: 650px; margin-left: 50px; }
.about-index .about-c1 .b-p { padding: 24px 30px 0; line-height: 28px; color: #666; }
.about-index .about-c1 .text-p { position: relative; }
.about-index .about-c1 .text-p:after { content: ""; width: 8px; height: 9px; background: url("../images/sprite.png") -245px 0 no-repeat; position: absolute; left: -18px; top: 11px; }
.about-index .about-c2 { padding-top: 54px; }
.about-index .about-c2 .a-c2-box1 { padding-bottom: 60px; margin-top: 55px; }
.about-index .about-c2 .a-c2-box1 ul { width: 1227px; }
.about-index .about-c2 .a-c2-box1 .c2-box1-item { float: left; margin-right: 26px; text-align: center; -webkit-transition: all .3s; transition: all .3s; }
.about-index .about-c2 .a-c2-box1 .c2-box1-item:hover { -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1); box-shadow: 0 2px 15px rgba(0, 0, 0, .1); }
.about-index .about-c2 .a-c2-box1 .c2-box1-item:hover .item-title { color: #1d2088; }
.about-index .about-c2 .a-c2-box1 .text { border: 1px solid #e9e8e8; height: 132px; }
.about-index .about-c2 .a-c2-box1 .item-title { font-size: 18px; display: block; color: #000; font-weight: bold; padding-top: 15px; -webkit-transition: all .3s; transition: all .3s; }
.about-index .about-c2 .a-c2-box1 .p { line-height: 24px; color: #666; margin-top: 7px; }
.about-index .about-c2 .a-c2-box2 { padding-bottom: 180px; }
.about-index .about-c2 .c2-box2-title { text-align: center; height: 150px; background: url("../images/about-bg1.jpg") center no-repeat; margin-bottom: 30px;}
.about-index .about-c2 .c2-box2-title .c2-box2-h3 { font-size: 30px; color: #1d2088; padding-top: 35px; }
.about-index .about-c2 .c2-box2-title .c2-box2-span { display: block; font-size: 18px; padding-top: 12px; }
.about-index .about-c2 .c2-box2-cont { margin-top: 51px; }
.about-index .about-c3 { padding-top: 52px; padding-bottom: 125px; }
.about-index .about-c3 .a-c3-con { margin-top: 60px; color: #666; font-size: 18px; line-height: 26px; text-align: center; }
.about-index .about-c4 { padding-top: 52px; padding-bottom: 180px; }
.about-index .about-c4 .a-c4-con { margin-top: 60px; }
.about-index .about-c4 #allmap { width: 630px; height: 290px; }
.about-index .about-c4 .anchorBL { display: none; }
.about-index .about-c4 .a-c4-title { color: #1d2088; font-size: 24px; }
.about-index .about-c4 .p { margin-top: 15px; line-height: 36px; font-size: 18px; color: #666; }
/* 底部 */
.footer { width: 100%; height: 550px; background-color: #333; }
.footer .w1200 { position: relative; }
.footer .t { padding-top: 57px; }
.footer .f-menu-n { float: left; font-size: 12px; }
.footer .f-menu-n1 { width: 145px; }
.footer .f-menu-n2 { width: 145px; }
.footer .f-menu-n3 { width: 145px; }
.footer .f-menu-n4 { width: 210px; }
.footer .f-menu-n5 { width: 150px; padding-left:40px;}
.footer .f-menu-n6 { width: 150px; }
.footer .f-menu-title { color: #fff; position: relative; padding-left: 16px; margin-bottom: 15px; }
.footer .f-menu-title:before { content: ""; position: absolute; left: 0; top: 5px; width: 6px; height: 10px; background: url("../images/sprite.png") -286px 0 no-repeat; }
.footer .f-menu-ul { border-left: 1px solid #4d4d4d; padding-left: 16px; line-height: 24px; }
.footer .f-menu-ul a { display: block; color: #999; -webkit-transition: all .3s; transition: all .3s; }
.footer .f-menu-ul a:hover { color: #fff; }
.footer .f-code { width: 114px; height: 114px; margin-left: 60px; background: url("../images/sprite.png") -286px -105px no-repeat; text-align: center; color: #cccccc; }
.footer .f-code img { margin-top: 7px; }
.footer .f-code p { margin-top: 10px; }
.footer .b { margin-top: 60px; }
.footer .f-contact { color: #999; line-height: 32px; position: relative;}
.footer .f-contact .f-contact-item a{ color: #999; -webkit-transition: color .3s; transition: color .3s;}
.footer .f-contact .f-contact-item a:hover{ color: #fff; }
.footer .f-contact .f-contact-item .qq{ position: absolute; left: 68px; top: 0;}
.footer .f-contact .f-contact-item { position: relative; padding-left: 39px; -webkit-transition: color .3s; transition: color .3s; }
.footer .f-contact .f-contact-item:before { content: ""; position: absolute; top: 7px; left: 5px; background: url("../images/sprite.png") no-repeat; }
.footer .f-contact .f-contact-item:hover { color: #fff; }
.footer .f-contact .f-contact-item1:before { width: 12px; height: 18px; background-position: -298px 0; }
.footer .f-contact .f-contact-item1:hover:before { background-position: -298px -18px; }
.footer .f-contact .f-contact-item2:before { width: 14px; height: 14px; background-position: -315px 0; }
.footer .f-contact .f-contact-item2:hover:before { background-position: -315px -18px; }
.footer .f-contact .f-contact-item3:before { width: 14px; height: 16px; background-position: -332px 0; }
.footer .f-contact .f-contact-item3:hover:before { background-position: -332px -18px; }
.footer .f-contact .f-contact-item4:before { top: 11px; width: 17px; height: 11px; background-position: -350px -2px; }
.footer .f-contact .f-contact-item4:hover:before { background-position: -349px -20px; }
.footer .f-contact .f-copy { color: #666; margin-top: 30px; }
.footer .f-message .t-input { width: 220px; height: 35px; padding: 0 10px; margin-left: 9px; line-height:35px\9;}
.footer .f-message .submit { width: 152px; height: 35px; font-size: 18px; background-color: #ff9900; border: 0; color: #fff; margin-left: 9px; cursor: pointer; -webkit-transition: all .3s; transition: all .3s; }
.footer .f-message .submit:hover { background-color: #ffbf60; }
.footer .f-message .x{ color: #ff9900; margin-left: 7px; margin-bottom: 10px; }
.footer .f-message .input { border: 0; background-color: #444444; color: #999; }
.footer .f-message .text { resize: none; display: block; width: 640px; height: 87px; padding: 10px; margin-left: 9px; margin-top: 14px; }
/*
.backTop { position: fixed; right: 20px; bottom: 50px; z-index: 999; width: 48px; height: 48px; background-color: #ff9900; border-radius: 4px; -webkit-transition: background .3s; -moz-transition: background .3s; -o-transition: background .3s; transition: background .3s;}
.backTop:hover { background-color: #ffbf60; }
.backTop i { display: block; width: 30px; height: 17px; margin: 15px auto 0; background: url("../images/sprite.png") 0 -438px no-repeat; }
/* 系统升级 */
.service-systemup { padding-bottom: 100px; }
.service-systemup .list{ width: 800px; margin: 50px auto 100px;}
.service-systemup .list li{ height: 30px; line-height: 30px; border-bottom: 1px dashed #ccc; }
/* 搜索 */
.search-index { padding-bottom: 87px; }
.search-index .top{ background: url('../images/service-bg.jpg') center no-repeat; }
.search-content .search { margin-top: 50px; margin-bottom: 20px;}
.search-content .search form{ width: 398px; height: 42px; border: 1px solid #e6e6e6; border-radius: 6px; position: relative;}
.search-content .search .s-input { width: 325px; height: 42px; border: 0; padding: 0 10px;}
.search-content .search .submit{ display: block; position: absolute; top: 8px; right: 20px; width: 26px; height: 26px; background: url('../images/search-btn.png') no-repeat; border: 0; cursor: pointer; }
.search-content .search-item{ margin-top: 50px; }
.search-content .search-title{ position: relative; margin-bottom: 26px;}
.search-content .search-title h3{ font-size: 24px; font-weight: normal; margin-left: 10px;}
.search-content .search-title em{ font-style: normal; font-size: 18px; color: #999; margin-left: 8px; }
.search-content .search-title .line{ display: block; position: absolute; top: 5px; left: 0; width: 4px; height: 24px; background-color: #ff9900;}
.search-content .pro-list ul { width: 1230px; }
.search-content .pro-list li { width: 380px; float: left; margin-right: 30px; margin-bottom: 30px; padding-bottom: 30px; -webkit-transition: all .3s; transition: all .3s; }
.search-content .pro-list li:hover { -webkit-box-shadow: 0 3px 7px rgba(255, 153, 0, .1); box-shadow: 0 3px 7px rgba(255, 153, 0, .1); }
.search-content .pro-list li:hover .img-h { opacity: 1; filter: alpha(opacity=100); }
.search-content .pro-list li:hover .line-h { width: 100%; }
.search-content .pro-list .img { position: relative; }
.search-content .pro-list .img-h { position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.search-content .pro-list .title { padding-top: 25px; padding-bottom: 27px; font-size: 18px; font-weight: normal; width:100%; display:inline-block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.search-content .pro-list .line { position: relative; margin-bottom: 16px; }
.search-content .pro-list .line-i { display: block; width: 100%; height: 1px; background-color: #e8e8e8; }
.search-content .pro-list .line-h { position: absolute; top: 0; left: 0; background-color: #ff9900; width: 0; -webkit-transition: all .3s; transition: all .3s; }
.search-content .pro-list .p { line-height: 24px; color: #999; }
.search-content .more-box{ text-align: center; }
.search-content .more-box .null{ display: none; font-size: 16px;}
.search-content .more-box .loading{ margin-bottom: 10px; display: none;}
.search-content .more { width: 144px; height: 36px; border: 1px solid #c9c9c9; display: block; margin: 0 auto; text-align: center; line-height: 36px; color: #8e8e8e; position: relative; -webkit-transition: all .3s; transition: all .3s; }
.search-content .more .font{font-style: normal; position: relative; z-index: 2;}
.search-content .more:hover { border-color: #ff9900; color: #fff; }
.search-content .more:hover .color { width: 144px;}
.search-content .more .color { position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 38px; background-color: #ff9900; -webkit-transition: all .3s; transition: all .3s; }
.search-content .news-list{ padding-bottom: 20px; }
.search-content .news-list ul { width: 1230px; }
.search-content .news-list li { width: 380px; height: 365px; position: relative; float: left; margin-right: 26px; margin-bottom: 40px; overflow: hidden; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .1); box-shadow: 2px 2px 6px rgba(0, 0, 0, .1); }
.search-content .news-list li .img{ width: 380px; height: 240px; }
.search-content .news-list li:hover .text { background-color: #ff9900; color: #fff; }
.search-content .news-list li:hover .border {opacity: 1; filter: alpha(opacity=100);}
.search-content .news-list li:hover .time { left: 10px; opacity: 1; filter: alpha(opacity=100); }
.search-content .news-list li:hover .p { color: #fdf1df; }
.search-content .news-list .text { height: 73px; background-color: #f7f7f7; padding-top: 20px; padding-left: 13px; padding-right: 13px; padding-bottom: 32px; -webkit-transition: all .3s; transition: all .3s;}
.search-content .news-list .title { display: block; font-size: 18px; }
.search-content .news-list .p { padding-top: 11px; color: #999; }
.search-content .news-list .border { position: absolute; top: 0; left: 0; width: 360px; height: 230px; border: 10px solid #ff9900; border-bottom: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s;}
.search-content .news-list .time { position: absolute; top: 20px; left: -69px; width: 69px; height: 47px; color: #fff; text-align: center; font-size: 24px; line-height: 47px; background-color: #ff9900; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s; transition: all .3s; }
.search-content .case-list ul { width: 1227px; }
.search-content .case-list li { float: left; margin-right: 26px; margin-bottom: 34px; width: 280px; overflow: hidden; }
.search-content .case-list li:hover .img { border-color: #ff9900; }
.search-content .case-list li:hover .ti { color: #ff9900; }
.search-content .case-list li:hover .img-scale { -webkit-transform: scale(1.2); transform: scale(1.2); }
.search-content .case-list .img { width: 276px; overflow: hidden; border: 2px solid #ccc; -webkit-transition: all .3s; transition: all .3s; }
.search-content .case-list .img-scale { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; transition: all .3s; }
.search-content .case-list .ti { text-align: center; display: block; padding-top: 11px; }
.search-content .notdata{text-align: center; font-size: 18px;}
/* 页码 
.page { text-align: center; }
.page a, .page span { display: inline-block; *display: inline; *zoom: 1; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #333; margin: 0 5px; -webkit-transition: all .3s; transition: all .3s; }
.page a { border:1px solid #ccc }
.page a:hover { background-color: #005BAC; color:#FFF}
.page span { background-color: #005BAC; }
.page .omit { background-color: #ccc; }


/* 新产品内页 */
.pro-w-box1 { background-color: #eff4f7; padding-top: 55px;}
.pro-w-box1 .pro-box1-img{ position: relative; }
.pro-w-box1 .imgh{ position: absolute; top: 0; left: 0; }
.pro-w-box1 .tm-c{ display: block; width: 380px; height: 253px; }
.pro-w-box1 .w1100{ position: relative; }
.pro-w-box1 .pro-box1-title{ font-size: 30px; line-height: 34px; color: #ff9900; font-weight: normal; padding-bottom: 35px; }
.pro-w-box1 .pro-box1-info{ width: 690px; }
.pro-w-box1 .pro-box1-p{ line-height: 24px; }
.pro-w-box1 .pro-w-menu{ position: absolute; left: 0; bottom: 0;}
.pro-w-box1 .pro-w-menu a{ display: block; float: left; width: 165px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; background: #d7e0e6; margin-right: 8px; -webkit-transition: all .3s; transition: all .3s;}
.pro-w-box1 .pro-w-menu a:hover{ background: #fff; }
.pro-w-box1 .pro-w-menu a.active{ background: #fff; color: #ff9900;}
.pro-w-box2{ padding-bottom: 60px; }
.pro-w-box2 .pro-box2-content{ padding-top: 55px; line-height: 24px; display: none; }
.pro-w-box2 .pro-box2-content.active{ display: block; }
.pro-w-box2 .pro-box2-lis{ width: 1138px; overflow: hidden; }
.pro-w-box2 .pro-box2-lis li{ float: left; margin: 0 38px 30px 0; width: 240px; text-align: center; }
.pro-w-box2 .pro-box2-lis img{ margin-bottom: 14px; }

.pro-box2-content img { max-width: 100%; }

/*
.news-content .p img{ max-width: 100%; }
.newslist{ width:1200px; margin:0 auto;}
.newslist ul{ width:1200px;}
.newslist ul li{width:1200px; border-bottom:1px dashed #cfcfcf; padding-bottom:36px; padding-top:36px;}
.newslist ul li h5{font-size:18px;color:#333;display:block;width:1000px; line-height:35px; border:0px solid red; font-weight:normal}
.newslist ul li a:hover{color:#115fa9;}
.newslist ul li h5 a{ width:900px; display:block; float:left;color:#333333;}
.newslist ul li span{ height:35px; line-height:35px;width:300px;font-size:14px;color:#999999;float:left; text-align:left;}
.newslist ul li p{width:1200px;overflow:hidden;line-height:35px;color:#666666;font-size:16px; padding-top:5px;}
.newslist ul li p a{ color:#333333;}
*/

/*新闻详情*/
.newstitle{ width:892px; height:50px; line-height:40px; text-align:center; font-size:16px; font-weight:bold; margin-top:20px; margin-bottom:20px; border-bottom:1px #e6e6e6 solid;}
.newscontent{ font-size:15px; line-height:30px;}
.gsxwlrzidibu{width:892px; height:50px; border-top:1px #e6e6e6 solid; margin-top:30px;}
.gsxwdi1{ width:730px; height:50px; line-height:50px; font-size:14px; color:#a69898; float:left; margin-top:10px;}
.gsxwdi1 a {COLOR: #a69898;font-size:14px; }
.gsxwdi1 a:hover {COLOR: #e70c16;font-size:14px; }
.gsxwdi1 p { height:25px; font-size:14px; line-height:25px;}
.gsxwdi2{ width:150px; line-height:40px; line-height:40px; text-align:right; float:left; padding-top:10px;}
.gsxwdi2 a {COLOR: #a69898;font-size:14px; }
.gsxwdi2 a:hover {COLOR: #e70c16;font-size:14px; }


/*360分析*/

.infenx{ padding:0; min-width:1300px;}
.infenx .lmtit{ height:60px;}
.infenx .nr ul li{ display:block; width:580px; float:left; margin:10px 35px 30px 0px; background:#fff; height:200px; transition:all 0.5s;}
.infenx .nr ul li:hover{ box-shadow:0 0 8px #ccc; transition:all 0.5s;}
.infenx .nr ul li .pic{ width:275px; float:left;}
.infenx .nr ul li .wz{ padding:10px; width:280px; float:left;}
.infenx .nr ul li .wz .tit{ height:35px; line-height:35px; font-size:18px; float:left; margin-left:40px;}
.infenx .nr ul li .wz .tit span{ font-weight:bold; color:#c40000; text-align:left; text-align:left; font-family:微软雅黑}
.infenx .nr ul li .wz .nr{ line-height:32px; color:#666; float:left;text-align:left;width:250px; margin-left:40px;font-family:微软雅黑; font-size:16px;}

/*foot*/
html{position:relative}body,html{min-width:1200px;color:#2c3a46;background:#fff;font-size:14px;line-height:1.6em;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif}@media (max-width:768px){body,html{width:1200px}}@media (max-width:1200px){body,html{min-width:1000px}}.container{margin:0 auto;width:1200px}@media (max-width:768px){.container{width:100%}}@media (max-width:1200px){.container{width:100%}}.container.main-container{min-height:400px}.pull-left{float:left}.pull-right{float:right}.hide{display:none}.clearfix{zoom:1}.clearfix:after{content:"";display:table;clear:both}@media screen and (max-device-width:1024px) and (orientation:portrait) and (max-device-width:1024px){.phptpl-footer{width:10rem;background:#272b2e;color:#fff}.phptpl-footer .footer-container{overflow:hidden;margin:0 auto}.phptpl-footer .footer-container .footer-about{padding-top:.520833rem;display:flex;flex-wrap:wrap}.phptpl-footer .footer-container .footer-about a{display:inline-block;padding:.078125rem 0;text-decoration:none;color:#999999;letter-spacing:.007552rem;transition:color .3s}.phptpl-footer .footer-container .footer-about a:hover{color:#fff}.phptpl-footer .footer-container .footer-about .about .dow-zlb{width:.182292rem;height:.182292rem;margin-left:.052083rem;vertical-align:middle;display:inline-block;background-image:url(../images/down.png);background-size:cover}.phptpl-footer .footer-container .footer-about .footer_{box-sizing:border-box}.phptpl-footer .footer-container .footer-about .footer_.contact{width:40%;padding-left:.130208rem;padding-right:.78125rem}.phptpl-footer .footer-container .footer-about .footer_.contact p{display:inline-block;margin-right:.208333rem}.phptpl-footer .footer-container .footer-about .footer_.product{width:60%}.phptpl-footer .footer-container .footer-about .footer_.product p{display:inline-block}.phptpl-footer .footer-container .footer-about .footer_.cert{width:40%;padding-left:.130208rem;margin-top:.416667rem}.phptpl-footer .footer-container .footer-about .footer_#news{width:60%;margin-top:.416667rem}.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px;line-height:.3125rem;margin-bottom:.182292rem;color:#E3E3E3}.phptpl-footer .footer-container .footer-about .footer_ p{font-size:.182292rem;color:#999999;line-height:.260417rem}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{display:inline-block;margin-top:.260417rem;padding:.065104rem .208333rem;background:#0066ff;border-radius:.026042rem;font-size:.15625rem;color:#fff;line-height:.234375rem}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{font-size:.182292rem;line-height:.260417rem;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em a{color:#fff}.phptpl-footer .footer-container .footer-about .footer_ .footer_address{line-height:.325521rem}.phptpl-footer .footer-container .footer-about .product a{min-width:1.171875rem}.phptpl-footer .footer-container .footer-about #news{margin-right:0}.phptpl-footer .common_copy_{font-size:.15625rem;margin:.390625rem auto .442708rem;border-top:.013021rem solid #3d4043;border-bottom:.013021rem solid #3d4043;padding:.351563rem 0;color:#999999}.phptpl-footer .common_copy_ .left{padding-left:.208333rem;display:inline-block;width:82%;border-right:.013021rem solid #3d4043;box-sizing:border-box}.phptpl-footer .common_copy_ .left .left-item{margin-bottom:.104167rem}.phptpl-footer .common_copy_ .left .common_copy_split{padding:0 .052083rem;color:#3d4043}.phptpl-footer .common_copy_ .left a{display:inline-block; font-size:14px;text-decoration:none;color:#999999}.phptpl-footer .common_copy_ .left a:hover{ color:#0066ff}.phptpl-footer .common_copy_ .left p{margin-bottom:.104167rem}.phptpl-footer .common_copy_ .right{text-decoration:none;width:17%;text-align:center;display:inline-block}.phptpl-footer .common_copy_ .right div{height:.729167rem;margin-bottom:.169271rem;position:relative}.phptpl-footer .common_copy_ .right div .img_container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.phptpl-footer .common_copy_ .right div .img_container,.phptpl-footer .common_copy_ .right div .img_container .dragon{width:.729167rem;height:.729167rem;border-radius:.729167rem}.phptpl-footer .common_copy_ .right div .img_container .animation{position:absolute;width:.46875rem;left:0;top:-.013021rem;transform-origin:.364583rem .384115rem;animation:rotate 1.5s linear infinite}.phptpl-footer .common_copy_ .right .huhang{text-align:center;font-size:.182292rem;color:#fff;line-height:.260417rem}.phptpl-footer .common_copy_ .right .wending{text-align:center;font-size:.15625rem;color:#c8c9cc;line-height:.234375rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (max-device-height:1024px){.phptpl-footer{width:10rem;background:#272b2e;color:#fff}.phptpl-footer .footer-container{overflow:hidden;margin:0 auto}.phptpl-footer .footer-container .footer-about{padding-top:.520833rem;display:flex;flex-wrap:wrap}.phptpl-footer .footer-container .footer-about a{display:inline-block;padding:.078125rem 0;text-decoration:none;color:#999999;letter-spacing:.007552rem;transition:color .3s}.phptpl-footer .footer-container .footer-about a:hover{color:#fff}.phptpl-footer .footer-container .footer-about .about .dow-zlb{width:.182292rem;height:.182292rem;margin-left:.052083rem;vertical-align:middle;display:inline-block;background-image:url(../images/down.png);background-size:cover}.phptpl-footer .footer-container .footer-about .footer_{box-sizing:border-box}.phptpl-footer .footer-container .footer-about .footer_.contact{width:40%;padding-left:.130208rem;padding-right:.78125rem}.phptpl-footer .footer-container .footer-about .footer_.contact p{display:inline-block;margin-right:.208333rem}.phptpl-footer .footer-container .footer-about .footer_.product{width:60%}.phptpl-footer .footer-container .footer-about .footer_.product p{display:inline-block}.phptpl-footer .footer-container .footer-about .footer_.cert{width:40%;padding-left:.130208rem;margin-top:.416667rem}.phptpl-footer .footer-container .footer-about .footer_#news{width:60%;margin-top:.416667rem}.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px;line-height:.3125rem;margin-bottom:.182292rem; font-weight:normal;color:#E3E3E3}.phptpl-footer .footer-container .footer-about .footer_ p{font-size:.182292rem;color:#999999;line-height:.260417rem}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{display:inline-block;margin-top:.260417rem;padding:.065104rem .208333rem;background:#0066ff;border-radius:.026042rem;font-size:.15625rem;color:#fff;line-height:.234375rem}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{font-size:.182292rem;line-height:.260417rem;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em a{color:#fff}.phptpl-footer .footer-container .footer-about .footer_ .footer_address{line-height:.325521rem}.phptpl-footer .footer-container .footer-about .product a{min-width:1.171875rem}.phptpl-footer .footer-container .footer-about #news{margin-right:0}.phptpl-footer .common_copy_{font-size:.15625rem;margin:.390625rem auto .442708rem;border-top:.013021rem solid #3d4043;border-bottom:.013021rem solid #3d4043;padding:.351563rem 0;color:#999999}.phptpl-footer .common_copy_ .left{padding-left:.208333rem;display:inline-block;width:82%;border-right:.013021rem solid #3d4043;box-sizing:border-box}.phptpl-footer .common_copy_ .left .left-item{margin-bottom:.104167rem}.phptpl-footer .common_copy_ .left .common_copy_split{padding:0 .052083rem;color:#3d4043}.phptpl-footer .common_copy_ .left a{display:inline-block;text-decoration:none;color:#999999}.phptpl-footer .common_copy_ .left p{margin-bottom:.104167rem}.phptpl-footer .common_copy_ .right{text-decoration:none;width:17%;text-align:center;display:inline-block}.phptpl-footer .common_copy_ .right div{height:.729167rem;margin-bottom:.169271rem;position:relative}.phptpl-footer .common_copy_ .right div .img_container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.phptpl-footer .common_copy_ .right div .img_container,.phptpl-footer .common_copy_ .right div .img_container .dragon{width:.729167rem;height:.729167rem;border-radius:.729167rem}.phptpl-footer .common_copy_ .right div .img_container .animation{position:absolute;width:.46875rem;left:0;top:-.013021rem;transform-origin:.364583rem .384115rem;animation:rotate 1.5s linear infinite}.phptpl-footer .common_copy_ .right .huhang{text-align:center;font-size:.182292rem;color:#fff;line-height:.260417rem}.phptpl-footer .common_copy_ .right .wending{text-align:center;font-size:.15625rem;color:#c8c9cc;line-height:.234375rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){html{position:relative}body,html{min-width:1200px;color:#2c3a46;background:#fff;font-size:14px;line-height:1.6em;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:768px){body,html{width:1200px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){body,html{min-width:1000px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.container{margin:0 auto;width:1200px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:768px){.container{width:100%}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.container{width:100%}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.container.main-container{min-height:400px}.pull-left{float:left}.pull-right{float:right}.hide{display:none}.clearfix{zoom:1}.clearfix:after{content:"";display:table;clear:both}.phptpl-footer{width:100%;min-width:1200px;background:#272b2e;color:#fff}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer{min-width:1200px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container{overflow:hidden;margin:0 auto;width:1200px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer .footer-container{width:1200px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container .footer-about{padding-top:50px;zoom:1}.phptpl-footer .footer-container .footer-about a{display:inline-block;padding:6px 0;text-decoration:none;color:#999999;letter-spacing:.58px;transition:color .3s}.phptpl-footer .footer-container .footer-about a:hover{color:#0066ff}.phptpl-footer .footer-container .footer-about:after{content:"";display:table;clear:both}.phptpl-footer .footer-container .footer-about .about .dow-zlb{width:14px;height:14px;margin-left:4px;vertical-align:middle;display:inline-block;background-image:url(../images/down.png);background-size:cover}.phptpl-footer .footer-container .footer-about .footer_{float:left;margin-right:35px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_{margin-right:28px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-device-width:1024px) and (min-device-width:768px) and (orientation:portrait){.phptpl-footer .footer-container .footer-about .footer_{margin-right:20px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px;line-height:24px;margin-bottom:14px;font-weight:normal;color:#E3E3E3}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px;font-weight:normal;color:#E3E3E3}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container .footer-about .footer_ p{font-size:14px;color:#999999;line-height:20px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ p{font-size:12px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{margin-top:10px;margin-right:4px;padding:5px 16px;background:#0066ff;border-radius:2px;font-size:12px;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop a,.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{font-size:14px;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em a{color:#fff!important}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{padding:2px 8px}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{line-height:8px}}@media screen and (max-device-width:1024px) and (orientation:landscape) and (min-device-height:1025px){.phptpl-footer .footer-container .footer-about .footer_ .footer_address{line-height:25px}.phptpl-footer .footer-container .footer-about .product a{min-width:90px}.phptpl-footer .footer-container .footer-about #news{margin-right:0}.phptpl-footer .common_copy_{font-size:12px;margin:30px auto 34px;border-top:1px solid #3d4043;border-bottom:1px solid #3d4043;padding:27px 0;color:#999999}.phptpl-footer .common_copy_ .zhehang{margin-left:24px}.phptpl-footer .common_copy_ .left{display:inline-block;width:80%;border-right:1px solid #3d4043}.phptpl-footer .common_copy_ .left .left-item{margin-bottom:8px;height:18px}.phptpl-footer .common_copy_ .left .left-item:nth-child(3) span:last-child{margin-left:24px}.phptpl-footer .common_copy_ .left .common_copy_split{padding:0 4px;color:#3d4043}.phptpl-footer .common_copy_ .left a{display:inline-block;text-decoration:none;color:#0066ff}.phptpl-footer .common_copy_ .left p{margin-bottom:8px}.phptpl-footer .common_copy_ .right{text-decoration:none;width:19%;text-align:center;display:inline-block}.phptpl-footer .common_copy_ .right div{height:56px;margin-bottom:13px;position:relative}.phptpl-footer .common_copy_ .right div .img_container{width:56px;height:56px;border-radius:56px;margin-right:auto;margin-left:auto}.phptpl-footer .common_copy_ .right div .img_container .dragon{width:56px;height:56px;border-radius:56px}.phptpl-footer .common_copy_ .right div .img_container .animation{position:absolute;width:36px;left:0;top:-1px;transform-origin:28px 29.5px;animation:rotate 1.5s linear infinite}.phptpl-footer .common_copy_ .right .huhang{text-align:center;font-size:14px;color:#fff;line-height:20px}.phptpl-footer .common_copy_ .right .wending{text-align:center;font-size:12px;color:#c8c9cc;line-height:18px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}}@media screen and (min-device-width:1025px){html{position:relative}body,html{min-width:1200px;color:#2c3a46;background:#fff;font-size:14px;line-height:1.6em;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif}}@media screen and (min-device-width:1025px) and (max-width:768px){body,html{width:1200px}}@media screen and (min-device-width:1025px) and (max-width:1200px){body,html{min-width:1000px}}@media screen and (min-device-width:1025px){.container{margin:0 auto;width:1200px}}@media screen and (min-device-width:1025px) and (max-width:768px){.container{width:100%}}@media screen and (min-device-width:1025px) and (max-width:1200px){.container{width:100%}}@media screen and (min-device-width:1025px){.container.main-container{min-height:400px}.pull-left{float:left}.pull-right{float:right}.hide{display:none}.clearfix{zoom:1}.clearfix:after{content:"";display:table;clear:both}.phptpl-footer{width:100%;min-width:1200px;background:#272b2e;color:#fff}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer{min-width:1200px}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container{overflow:hidden;margin:0 auto;width:1200px}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer .footer-container{width:1200px}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container .footer-about{padding-top:40px;zoom:1}.phptpl-footer .footer-container .footer-about a{display:inline-block;padding:6px 0;text-decoration:none;color:#999999;letter-spacing:.58px;transition:color .3s}.phptpl-footer .footer-container .footer-about a:hover{color:#0066ff}.phptpl-footer .footer-container .footer-about:after{content:"";display:table;clear:both}.phptpl-footer .footer-container .footer-about .about .dow-zlb{width:14px;height:14px;margin-left:4px;vertical-align:middle;display:inline-block;background-image:url(../images/down.png);background-size:cover}.phptpl-footer .footer-container .footer-about .footer_{float:left;margin-right:35px}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_{margin-right:28px}}@media screen and (min-device-width:1025px) and (max-device-width:1024px) and (min-device-width:768px) and (orientation:portrait){.phptpl-footer .footer-container .footer-about .footer_{margin-right:20px}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px;line-height:24px;margin-bottom:14px;font-weight:normal;color:#E3E3E3}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ h3{font-size:14px; font-weight:normal; color:#E3E3E3}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container .footer-about .footer_ p{font-size:14px;color:#999999;line-height:20px;}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ p{font-size:12px}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{margin-top:10px;margin-right:4px;padding:5px 16px;background:#0066ff;border-radius:2px;font-size:12px;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop a,.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{font-size:14px;color:#fff}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em a{color:#fff!important}}@media screen and (min-device-width:1025px) and (max-width:1200px){.phptpl-footer .footer-container .footer-about .footer_ p.open-shop{padding:2px 8px}.phptpl-footer .footer-container .footer-about .footer_ p.open-shop em{line-height:8px}}@media screen and (min-device-width:1025px){.phptpl-footer .footer-container .footer-about .footer_ .footer_address{line-height:25px}.phptpl-footer .footer-container .footer-about .product a{min-width:90px}.phptpl-footer .footer-container .footer-about #news{margin-right:0}.phptpl-footer .common_copy_{font-size:12px;margin:30px auto 34px;border-top:1px solid #3d4043;border-bottom:1px solid #3d4043;padding:27px 0;color:#999999}.phptpl-footer .common_copy_ .zhehang{margin-left:24px}.phptpl-footer .common_copy_ .left{display:inline-block;width:80%;border-right:1px solid #3d4043}.phptpl-footer .common_copy_ .left .left-item{margin-bottom:8px; font-size:14px;height:18px}.phptpl-footer .common_copy_ .left .left-item:nth-child(3) span:last-child{margin-left:24px}.phptpl-footer .common_copy_ .left .common_copy_split{padding:0 4px;color:#3d4043}.phptpl-footer .common_copy_ .left a{display:inline-block;text-decoration:none;color:#999999}.phptpl-footer .common_copy_ .left a:hover{color:#0066ff}.phptpl-footer .common_copy_ .left p{margin-bottom:8px}.phptpl-footer .common_copy_ .right{text-decoration:none;width:19%;text-align:center;display:inline-block}.phptpl-footer .common_copy_ .right div{height:56px;margin-bottom:13px;position:relative}.phptpl-footer .common_copy_ .right div .img_container{width:56px;height:56px;border-radius:56px;margin-right:auto;margin-left:auto}.phptpl-footer .common_copy_ .right div .img_container .dragon{width:56px;height:56px;border-radius:56px}.phptpl-footer .common_copy_ .right div .img_container .animation{position:absolute;width:36px;left:0;top:-1px;transform-origin:28px 29.5px;animation:rotate 1.5s linear infinite}.phptpl-footer .common_copy_ .right .huhang{text-align:center;font-size:14px;color:#fff;line-height:20px}.phptpl-footer .common_copy_ .right .wending{text-align:center;font-size:12px;color:#c8c9cc;line-height:18px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}}

/*关于我们*/
    .t_btm_ribbon {
      font-size: 24px;
      position: relative;
      text-align: left;
      margin-bottom: 32px;
      letter-spacing: 2px;
      color: #666666;
    }

    .t_btm_ribbon::after {
      width: 32px;
      height: 3px;
      background: #0066ff;
      content: '';
      position: absolute;
      left: 0;
      right: 2px;
      bottom: -15px;
      ;
    }

    .section-content {
      min-width: 1200px;
      width: 58%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 30px;
      color: rgba(75, 87, 110, 1);
    }

    section:first-child .section-content {
      padding: 36px 30px;
    }

    .center-content {
      width: 100%;
      text-align: center;
    }

    section:nth-child(even) {
    
    }

    section img,
    section .img {
      width: auto;
      height: auto;
      max-width: 420px;
      max-height: 420px;
    }

    section .img {
      max-height: 490px;
    }

    section h3 {
      font-size: 32px;
      color: #333;
      margin-bottom: 48px;
    }

    section p {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 28px;
      font-weight: 400;
    }

    section article {
      margin-right: 24px;
    }

    .banner-wrapper {
      background: #3798ff;
    }

    .banner {
      height: 490px;
      position: relative;
    }

    .header-nav {
      width: 1200px;
      display: flex;
      background: white;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 50%);
      bottom: 0;
      box-shadow: 0px 11px 34px 0px rgba(171, 178, 190, 0.3);
    }

    .header-nav>.nav-item {
      flex: 1;
      text-align: center;
      padding: 18px 0;
      font-size: 18px;
      position: relative;
      letter-spacing: 3px;
      text-decoration: none;
      color: #4B576E;
    }

    .header-nav>.nav-item:not(:last-child) {
      border-right: 1px #E3E5EE solid;
    }

    .header-nav>.nav-item.active {
      color: #fff;
      background: #00C863;
    }

    .header-nav>.nav-item.active::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -11px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #00C863;
    }

    .white {
      color: #fff;
    }

    h4 {
      text-align: left;
    }

    .platform-row {
      display: flex;
      text-align: left;
    }

    .platform-row__right {
      margin-left: 62px;
      color: #4B576E;
      letter-spacing: 4px;
      line-height: 26px;
    }

    .platform-row__right>div {
      margin-bottom: 26px;
    }

    video {
      margin-top: 62px;
    }

    .company-row {
      margin-top: 30px;
      display: flex;
      background: #FFFFFF;
      box-shadow: 0px 11px 34px 0px rgba(171, 178, 190, 0.3);
      border-radius: 5px;
      padding: 46px 42px 45px 38px;
      position: relative;
    }

    .company-row__left {
	  float:left;
	  width:660px;
      color: #888; 
      letter-spacing: 1px;
	  text-align:left;
      line-height: 30px;
	  font-size:15px;
    }

    .company-row__right {
	  float:right;
	  width:400px;
	  padding-left:50px;
    }

  
    .culture-row {
      margin-top: 42px;
      display: flex;
    }

    .culture-row img {
      width: 250px;
      height: auto;
      transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .culture-img-box {
      width: 250px;
      overflow: hidden;
    }

    .culture-row__left {
	  width:880px;
    }

    .culture-row__left .culture-img-box img {
      height: 100%;
    }

    .culture-row__right {
      flex: 1;
      margin-left: 42px;
    }

    .culture-row__right .culture-img-box {
      width: 100%;
      max-width: 600px;
    }

    .culture-row__right img {
      width: 100%;
      max-width: 600px;
    }

    .culture-row__block.first_block {
      margin-bottom: 32px;
    }

    .culture-row__block {
      display: flex;
      background: #F6F6F6;

      border-radius: 5px;
      text-align: left;
      overflow: hidden;
    }

    .culture-row__right .culture-row__block {
      flex-direction: column;
      height: 100%;
    }

    .culture-row__block>div {
      padding: 36px 32px;
      line-height: 28px;
      letter-spacing: 2px;
    }
 /*
    .culture-row__left .culture-row__block>div {
      width: 11vw;
      min-height: 145px;
    }
	
	*/

    .green_block {
      background: #00BA64;
      color: #fff;
    }

    .green_block img {
      transform: scale(1.1)
    }

    .green_block .t_btm_ribbon {
      color: #fff;
    }

    .green_block .t_btm_ribbon::after {
      background: #fff;
    }

    .green_block .t_btm_ribbon::after {
      background: #fff;
    }

    #green-section {
      background-color: #00ba64;
      position: relative;
    }

    #green-section h4,
    #green-section h4 * {
      color: #fff !important;
    }

    #green-section .t_ribbon::after {
      background: #fff;
    }

    .team-block {
      margin-top: 42px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .team-block__item {
      flex: 1 1 auto;
      background: rgba(255, 255, 255, 1);
      box-shadow: 0px 6px 8px 0px rgba(0, 193, 104, 0.2);
      border-radius: 5px;
      max-width: 43%;
      display: inline-flex;
      padding: 32px 32px;
      text-align: left;
      align-items: center;
      margin-bottom: 32px;
      position: relative;
    }

    .team-block__item::after {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      border-radius: 5px;
      border: 1px solid transparent;
      transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      box-shadow: 0px 6px 8px 0px rgba(0, 148, 80, 0.2);
    }

    .team-block__item .t_btm_ribbon>span {
      color: #666666;
      font-size: 18px;
      margin-left: 18px;
    }

    .team-block__item>div {
      margin-left: 24px;
      letter-spacing: 1px;

    }
	
/*按钮*/
.home-more { display: block; width: 176px; height: 38px; text-align: center; line-height: 38px; margin: 40px auto 0; border: 1px solid #0066ff; position: relative; -webkit-transition: all .3s; transition: all .3s; position: relative; border-radius:2px; font-size:16px}
.home-more:hover { color: #fff; border-color: #0066ff; }
.home-more:hover .color { width: 176px; }
.home-more:hover .m { color: #fff; }
.home-more .arrow { width: 6px; height: 12px; position: absolute; right: 45px; top: 50%; z-index: 2; margin-top: -6px; background: url("../images/sprite.png") 0 -188px no-repeat; }
.home-more .color { position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 38px; background-color: #0066ff; -webkit-transition: all .3s; transition: all .3s;border-radius:2px; }
.home-more .m { position: relative; z-index: 2; font-style: normal; color:#0066ff; }


.yuyue { display: block; width: 300px; height: 40px; text-align: center; line-height: 40px; margin: 40px auto 0; border: 1px solid #0066ff; position: relative; -webkit-transition: all .3s; transition: all .3s; position: relative; border-radius:2px; font-size:16px}
.yuyue:hover { color: #fff; border-color: #0066ff; }
.yuyue:hover .color { width: 300px; }
.yuyue:hover .m { color: #fff; }
.yuyue .arrow { width: 6px; height: 12px; position: absolute; right: 45px; top: 50%; z-index: 2; margin-top: -6px; background: url("../images/sprite.png") 0 -188px no-repeat; }
.yuyue .color { position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 40px; background-color: #0066ff; -webkit-transition: all .3s; transition: all .3s;border-radius:2px; }
.yuyue .m { position: relative; z-index: 2; font-style: normal; color:#0066ff; }

/* pageContact *
.pageContact{ width: 100%; padding: 0 ;}
.pageContact .title{ width: 100%; text-align: center; font-size:16px; color: #999;}
.pageContact .title p{ font-size: 2rem; color: #333;}
.pageContact .list{ width: 90rem; margin: 0px auto;}
.pageContact .list dl{ float: left; width: 12%; padding: 0 4%;}
.pageContact .list dl dt{ width: 45px; height: 44px; margin: 0; margin-left:15px; transition: 400ms; -webkit-transition: 400ms;transition: 0.4s 0s; -webkit-transition: 0.4s 0s;}
.pageContact .list dl:nth-child(1) dt{ background: url(../images/icon1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2) dt{ background: url(../images/icon2.png) center center no-repeat;}
.pageContact .list dl:nth-child(3) dt{ background: url(../images/icon3.png) center center no-repeat;}
.pageContact .list dl:nth-child(4) dt{ background: url(../images/icon4.png) center center no-repeat;}
.pageContact .list dl:nth-child(5) dt{ background: url(../images/icon5.png) center center no-repeat;}
.pageContact .list dl dd{ width: 100%; text-align: left; margin: 0 auto; font-size: 14px; color: #666; line-height: 26px;}
.pageContact .list dl dd a{ color: #666;}
.pageContact .list dl dd a:hover{ color: #0066ff;}
.pageContact .list dl dd p{ font-size: 20px; color: #333; margin: 20px auto 10px;}
.pageContact .list dl:hover dd p{ color: #0066ff;}

.pageContact .list dl:hover dd active{ color: #0066ff;}
.pageContact .list dl:nth-child(1):hover dt{ background: url(../images/icon1-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2):hover dt{ background: url(../images/icon2-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(3):hover dt{ background: url(../images/icon3-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(4):hover dt{ background: url(../images/icon4-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(5):hover dt{ background: url(../images/icon5-1.png) center center no-repeat;}
/*取消旋转
.pageContact .list dl:hover dt{ opacity: 1;  transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
*/
/*右侧客服*
.clue-components-form-wrapper{ position: fixed;
  bottom: 64px;
  right: 22px;
  z-index: 1502;}
.clue-components-mask{  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;}
.clue-components-form-wrapper .clue-components-form-avatar{list-style: none;}
.clue-components-form-list, .clue-components-popup-list{    display: block;
    cursor: pointer;
    margin-top: 4px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
    font-size: 13px;
    color: #155BD4;
    text-align: center;
    position: relative;
    background-color: #F2F5FC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 36px;}
.clue-components-form-list__item, .clue-components-popup-list__item{display: block;
    cursor: pointer;
    margin-top: 4px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
    font-size: 13px;
    color: #155bd4;
    text-align: center;
    position: relative;
    background-color: #f2f5fc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 36px;}
.clue-components-form-list__item, .clue-components-popup-list__item{}
*/

.fbox{padding: 6px 0;}
.flinks{line-height: 1.6;margin-top:20px; margin-bottom:20px;}