﻿ @charset "utf-8";
/**
深圳市恒一信息技术有限公司
http://szhengyi.net
**/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#565656;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#565656;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#0055b4;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:66.66%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd70{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('../fonts/font_1152918_9ee6ghp2xv.eot');
  src: url('../fonts/font_1152918_9ee6ghp2xv.eot') format('embedded-opentype'),
  url('../fonts/font_1152918_9ee6ghp2xv.woff2') format('woff2'),
  url('../fonts/font_1152918_9ee6ghp2xv.woff') format('woff'),
  url('../fonts/font_1152918_9ee6ghp2xv.ttf') format('truetype'),
  url('../fonts/font_1152918_9ee6ghp2xv.svg#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 主导航 */
.header{position: relative;width:100%;z-index:99;left:0;top:0;height:120px;line-height:120px;background:#fff;}
.header .logo{position:absolute;left:-42px;top:0;} 
.nav {padding:0 260px 0 340px;height:120px;display:flex;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;width:12.5%;padding-right:1px;}
.nav .m>a{color:#1a1a1a;display:block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;top:0;width:100%;height:0;background:#0055b4;transition:all .3s;z-index:1;}
.nav .cur,.nav .m>a:hover{color:#fff;}
.nav .cur::after, .nav .m>a:hover::after{height:100%;z-index:-1;}
.nav .m>.cur{
	color: #fff;
}
.nav .m>.cur::after{
	height: 100%;
	color: #fff;
	z-index:-1;
}
.nav .navSub{position:absolute;left:-15%;top:120%;background:#eee;line-height:35px;width:160px;color:#333;font-size:.875rem;transform: scale(0) ;transition:top .5s,opacity 0.4s;opacity:0;}
.nav .navSub::before{content:"";position:absolute;right:50%;border:8px solid transparent;border-bottom-color:#f1f1f1;margin-right:-8px;top:-14px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#0055b4;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headFix{height:90px;line-height:90px;box-shadow:1px 1px 5px #ddd;position: fixed;}
.headFix .nav{height:90px;}
.headFix .headR{top:30px;}
.headFix .logo img{height:45px;}

/* 头部右侧 */
.headR{position:absolute;right:0;top:44px;line-height:30px;}
.headR .sIcon{position: relative;width:20px;height:30px;background: url('../images/topicon.png') no-repeat left 6px;float:left;margin-right:30px;}
.headR .tel{float:left; background: url('../images/topicon.png') no-repeat left -24px;color:#0055b4;padding-left:30px;font-size:1.375em;}
.headR .sIcon::after{content:"";position: absolute;height:20px;width:1px;border-right:1px dotted #ccc;right:-15px;top:5px;}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;border-top: 1px solid #333;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sicon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#000;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#0055b4;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff;}
.banner .swiper-button-white::after{content: "";position: absolute;left: -100px;width: 60px;height: 2px;background: #fff;top:50%;margin-top: -1px;opacity: 0;transition: all .3s;}
.banner .swiper-button-next::after{left: auto; right: 100px;}
.banner .swiper-button-white:hover::after{opacity: 1;left: 3px;}
.banner .swiper-button-next:hover::after{left: auto;right: 0;}

/* 我们的产品 */
.product,.odds,.about{background-image: url('../images/pro_bg.jpg');background-size:cover;background-repeat: no-repeat;background-attachment: fixed;background-position:center;overflow: hidden;}
.hTitle{font-size:1rem;margin-bottom:40px;position: relative;}
.hTitle span{display: block;font-size:2.875em;color:#191919;}
.proMenu{text-align:center;font-size:1.286em;margin-bottom:40px;}
.proMenu a{display:inline-block;position:relative;padding:0 25px;margin:0 5px;height:45px;line-height:45px;color:#fff;z-index:2;}
.proMenu a::after{content:"";position:absolute;left:0;top:0;background:#3f3f3f;width:100%;height:100%;z-index:-1;transform: skewX(-15deg);}
.proMenu .on{color:#fff;}
.proMenu .on::after{background:#0055b4;}
.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.proMain li a{display:block;overflow:hidden;}
.proMain li .pImg{padding-top:76%;border:1px solid #ddd;}
.proMain li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #0055b4;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.proMain li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;}
.proMain li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover i{color:#0055b4;}
.proMain li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.4;}

/* 六大优势 */
.odds{background-image: url('../images/odds_bg.jpg');transition:all .5s;} 
.odds .hTitle{text-align:left;color:#fff;}
.odds .hTitle span{color:#fff;}
.oddsMenu{width:440px;overflow:hidden;}
.oddsMenu li{float:left;width:50%;border-bottom: 1px solid #424647;border-right: 1px solid #424647;padding:4% 5%;height:140px;cursor:pointer;transition:all .4s;background:#fff;}
.oddsMenu li i{font-style:normal;font-size:1.857em;opacity:.5;font-family:Arial;font-weight:bold;}
.oddsMenu li h4{font-size:1.429em;color:#191919;}
.oddsMenu li h4 span{display: block;font-size:12px;opacity:.5;font-family:Arial;}
.oddsMenu li.on{background:#0055b4;color:#fff;}
.oddsMenu li.on h4{color:#fff;}
.oddsMenu li.on i{opacity:1;}
.oddsMain{width:54%;position: absolute;bottom:10px;right:0;overflow: hidden;color:#fff;}
.oddsMain li{background:#0055b4;min-height:170px;padding:5% 8%;font-size:1.143em;overflow: hidden;}
.oddsMain li i{position: absolute;right:-30px;top:-40px;font-family:Arial;font-style:normal;opacity:.2;font-weight:bold;font-size:15.625em;line-height:1;letter-spacing:-15px;}
.oddsMain li h4{font-size:1.625em;margin-bottom:10px;}

/* 案例 */
.case{text-align:center;}
.case ul{padding-bottom:15px;}
.case li{float: left;width:33.3%;background:#fff;background:#fff;box-shadow:0 0 12px #999;border-radius:30px 30px 0 0;overflow: hidden;}
.case li .txt{padding:40px;font-size:1.143em;height:260px;}
.case li h4{font-size:1.625em;margin-bottom:20px;}
.case li h4 a{color:#191919;}
.case li .more{color:#888;font-size:14px;}
.case li p{height:90px;}
.case li h4 a:hover,.case li .more:hover{color:#007ed4;}
.case li .pImg{padding-top:72%;}
.case li:hover img{transform: scale(1.1);}
.case .btn{display:inline-block;width:60px;height:40px;background: rgba(0,0,0,.5);color:#fff;text-align:center;line-height:40px;opacity:0;}
.caseMain:hover .btn{opacity:1;}

/* 关于我们 */
.about{background-image: url('../images/about_bg.jpg');color:#fff;padding-bottom:0;}
.about .hTitle,.about .hTitle span{color:#fff;}
.about .main{max-width:1200px;margin:0 auto;text-align:center; margin-bottom: 20px;}
.aboutFont .more{display:inline-block;width:180px;height:45px;line-height:45px;color:#fff;margin-top:40px;border:1px solid #fff;}
.aboutFont .more:hover{width:240px;}
.aboutFont .more i{font-style:normal;margin-left:10px;}
.setting li{float:left;width:25%;}
.setting li .pImg{padding-top:60%;}
.setting li p{width:100%;padding:0 10px;background: rgba(0, 0, 0,.6);height:50px;line-height:50px;z-index:2;color:#fff;text-align:center;transition:all .5s;position: absolute;transition:all .4s;bottom:-50px;}
.setting li:hover p{background:#0055b4;bottom:0;}
.setting li:hover img{transform: scale(1.1);}
.aboutNum{height:180px;margin-top:60px;font-size:1.286em;text-align:left;}
.aboutNum li{float:left;width:20%;}
.aboutNum li span{font-size:2.667em;font-family:Arial;font-weight:700;display: block;}


/* 新闻快讯 */
.news{background:#f3f3f3;} 
.tieTop{overflow: hidden;margin-bottom:40px;position:relative;}
.tieTop .hTitle{text-align:left;margin-bottom:0;}
.newsMenu{position: absolute;right:0;bottom:15px;font-size:1.571em;}
.newsMenu a{position:relative;color:#191919;margin-left:60px;display:inline-block;padding-bottom:10px;}
.newsMenu a::after,.caseMain a::after{content:"";position:absolute;left:0;bottom:0;background:#0055b4;height:1px;transition:all .5s;width:0;}
.newsMenu .on{color:#0055b4;}
.newsMenu a.on::after,.caseMain li a:hover::after{width:100%;}
.newsMain{position: relative;overflow: hidden;}

.newsL{width:62%;float:left;}
.newsL li.pic{overflow:hidden;padding-bottom:30px;margin-bottom:20px;border-bottom: 1px solid #ddd;}
.newsL li .img{float: left;display:block;width:38%;height:280px;overflow:hidden;margin-right:40px;}
.newsL li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;transition:all .3s;margin-bottom:20px;padding-top:10px;font-weight:700;}
.newsL li h4 a{color:#333;color:#0055b4;}
.newsL li h4 a:hover{text-decoration: underline;}
.newsL li p{margin-bottom:30px;line-height:1.6;height:140px;overflow:hidden;}
.newsL li .date{display:block;font-size:12px;opacity:.8;}
.newsL li .date a{margin-left:20px;}
.newsL .pic:hover .bgImg{transform: scale(1.1);}
.newsL li.txt {line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li.txt span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsL li.txt a{background: url('../images/n_li.jpg') no-repeat left center;padding-left:15px;color:#333;font-size:1.143em;}
.newsL li.txt a:hover{padding-left:25px;background-position: 10px center;color:#0055b4;}

.newsR{width:34%;overflow:hidden;background:#fff;padding:25px 30px;}
.newsR .tie{height:45px;border-bottom: 1px solid #ccc;font-size:1.429em;color:#191919;margin-bottom:25px;}
.newsR .tie a{float:right;font-size:14px;margin-top:3px;background: url('../images/more_c.png') no-repeat left center;padding-left:20px;color:#999;}
.newsR .tie a:hover{color:#0055b4;}
.newsR li{border-bottom: 1px dotted #ccc;margin-top:20px;font-size:.75rem;}
.newsR li a{display: block;color:#888;height:100px;position:relative;}
.newsR li a::after{content:"";position: absolute;left:0;bottom:-1px;height:1px;background:#0055b4;width:100%;transform: scale(0,1);transform-origin: right;transition:transform .5s;}
.newsR li h4{font-size:1.333em;color:#191919;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsR li .date{margin-top:15px;opacity:.7;display:block;}
.newsR li a:hover h4{color:#0055b4;}
.newsR li a:hover::after{transform: scale(1);transform-origin: left;}

/*底部 */
.footer{background:#0055b4;overflow:hidden;padding:50px 0 40px 0;font-size:.75rem;color:#fff;}
.footMenu{margin-bottom:20px;font-size:16px;overflow:hidden;line-height:1.6;}
.footL{width:64%;line-height:2;}
.footL .btn{margin-top:5px;}
.footL .btn a{display:inline-block;width:32px;height:32px;background: url('../images/footicon.png') no-repeat;margin-right:8px;margin-top:5px;opacity:.8;}
.footL .btn a:nth-child(2){background-position: -32px 0;}
.footL .btn a:hover{opacity:1;}
.footR{width:30%;}
.footR .tel{padding-left:10%;}
.footR .tel h4{margin-bottom:15px;}
.footR .tel h4 span{font-size:26px;display:block;color:#fff;font-family:Arial;font-weight: bold;}
.footR .tel h4:nth-child(2) span{font-size:24px;}
.footWx {color:#fff;}
.footWx img{width:120px;margin-bottom:10px;}
.footer a{color:#fff;}
.footMenu a{color:#fff;margin-right:30px;}
.firendlink{background:#064994;padding:15px 0;font-size:.75rem;}
.firendlink span{color:#fff;margin-right:10px;text-transform: uppercase;}
.firendlink a{margin:0 5px;color:#fff;}
.firendlink a:hover,.footMenu a:hover,.footer a:hover{text-decoration: underline;}

/*内页公用 */
.listWrap{overflow:hidden;padding:70px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:460px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:12px;font-weight: 400;opacity: 0.5;}
.breadCrumb{font-size:.875rem;padding:25px 20px 0 20px;position:relative;overflow:hidden;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#000;border:1px solid #000;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#000;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#f5f5f5;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sicon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{font-size:1.143rem;text-align:center;margin-top:40px;overflow:hidden;}
.listMenu a{display:inline-block;color:#191919;height:50px;line-height:50px;margin:0 10px;padding:0 15px;position:relative;}
.listMenu a::before,.listMenu a::after{background:#0055b4;transition:all .5s;}
.listMenu a::after{top:auto;bottom:0;left:auto;right:0;}
.listMenu .cur,.listMenu a:hover{color:#fff;background:#0055b4;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#0055b4;border:1px solid #0055b4;color:#fff;}
.listTie{text-align:center;color:#191919;margin-bottom:40px;padding-bottom:10px;position:relative;font-size:2.2rem;font-weight:bold;}
.listTie::after{content:"";position: absolute;left:50%;width:30px;margin-left:-15px;height:2px;background:#2d2f89;bottom:0;}

/* 产品列表 */
.proList ul{margin-right:-30px;}
.proList li{float:left;width:33%;padding-right:30px;font-size:15px;margin-bottom:15px;}
.proList li a{display:block;overflow:hidden;}
.proList li .pImg{padding-top:76%;border:1px solid #ddd;}
.proList li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #1b5da6;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.proList li h4{height:60px;padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;}
.proList li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover h4,.proList li a:hover i{color:#0055b4;}
.proList li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.4;}
.searList ul{margin-right:-1px;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin-bottom:50px;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;}
.gallery .gallery-top{position:relative;border-bottom: 1px solid #ddd;}
.gallery .gallery-top li{height:540px;line-height:540px;vertical-align: middle;overflow:hidden;}
.gallery .gallery-top img{width:100%;max-height:100%;}
.gallery-top li a{position:relative;padding-top:81%;}
.gallery-thumbs{position: absolute;z-index:10;bottom:0;right:0;width:100%;left:100%;border-top: 1px solid #ddd;margin-left:1px;}
.gallery-thumbs li{border-right:1px solid #bdc4ce;padding-top:16%;cursor:pointer;width:20%;position: relative;}
.gallery-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallery-thumbs .on::after{border:2px solid #0055b4;}
.gallery .btn{background:#333;width:60px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:.8;}
.gallery .swiper-button-prev{left:0;}
.gallery .swiper-button-next{right:0;left:auto;}
.gallery .btn:hover{background:#0055b4;}

.proShow_R{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:1.778em;color:#0055b4;}
.proShow_R .font{min-height:160px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;}
.proShow_R li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_R li i{display:inline-block;width:37px;height:37px;background: url('../images/show_icon.png') no-repeat;}
.proShow_R li:nth-child(2) i{background-position: -37px 0;}
.proShow_R li:nth-child(3) i{background-position: -74px 0;}
.proShow_R li:nth-child(4) i{background-position: -111px 0;}
.proShow_R li span{display: block;}
.proShow_R .btn{margin-top:30px;overflow:hidden;}
.proShow_R .btn a{width:40%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #0055b4;margin-right:25px;background:#0055b4;color:#fff;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){border:1px solid #ddd;color:#333;background:none;}
.proShow_R .btn a:hover{background:#00528a;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#0055b4;border:1px solid #0055b4;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}

.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #0055b4;;color:#0055b4;height:50px;}
.relative_case ul{margin-right:-35px;}
.relative_case li{float: left;width:25%;padding-right:35px;margin-bottom:20px;}
.relative_case li .pImg{padding-top:70%;}
.relative_case li p{transition: all .3s;height:50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relative_case li p i{float: right;font-family:"Arial";opacity: .8;margin-left:15px;}
.relative_case li a:hover img{transform: scale(1.1);}
.relative_case li a:hover p{background:#0055b4;padding:0 10px;color: #fff;}
.relative_pro li{width:33.3%;}



/* 新闻列表 */
.newsTop{overflow:hidden;padding-bottom:50px;margin-bottom:50px;border-bottom: 1px solid #ddd;}
.newsTop li{background:#f3f3f3;overflow:hidden;float:left;width:49%;height:280px;}
.newsTop li .pic{width:50%;float:left;height:280px;overflow:hidden;}
.newsTop li .txt{width:50%;padding:4%;background:#f3f3f3;}
.newsTop li .txt h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsTop li .txt h4 a{color:#333;}
.newsTop li .txt h4 a:hover{color:#2d2f89;}
.newsTop li .txt h4 span{display:block;font-size:;font-family:Arial;color:#999;font-size:0.75rem;margin-top:5px;}
.newsTop li p{height:110px;overflow:hidden;margin-bottom:10px;}
.newsTop li:hover .bgImg{transform:scale(1.1);}
.newsTop li:nth-child(2n){float:right;}

.newsList{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-40px;}
.newsList li{float:left;padding-right:40px;width:25%;margin-bottom:40px;}
.newsList li a{display:block;color:#888;}
.newsList li .pImg{padding-top:68%;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 0;}
.newsList li p{height:70px;padding-bottom:10px;border-bottom: 1px solid #d9d9d9;margin-bottom:20px;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3{color:#2d2f89;}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #2d2f89;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#2d2f89;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxicon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#2d2f89;color:#fff;}

/* 关于我们 */
.aboutBox_l{width:42%;}
.aboutBox_l .hTitle{position:relative;padding-bottom:15px;margin-bottom:25px;}
.aboutBox_l .hTitle::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:1px;background:#0055b4;}
.aboutBox_l .txt{height:160px;margin-bottom:10px;line-height:1.6;}
.aboutBox1 .font{overflow-y:auto;height:200px;margin-bottom:30px;}
.aboutBox_r{height:440px;display:block;width:50%;border-radius:10px 10px 0 0;overflow:hidden;}
.aboutBox_r .bgImg{animation:scale 30s infinite;}
.aboutBox_num{display: -webkit-flex;display:flex;-webkit-justify-content: space-between;justify-content: space-between;flex-flow: row wrap-reverse;}
.aboutBox_num li{float:left;color:#191919;}
.aboutBox_num li span{color:#0055b4;font-size:3em;position:relative;font-family:Arial;font-weight:bold;line-height:1.2;}
.culture{background:#ececec;}
.culture li{float:left;background:#fff;padding:25px;width:31.3%;margin:0 1%;}
.culture li .pImg{padding-top:40%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#0055b4;bottom:0;left:0;transition:all .3s;}

.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #0055b4;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding-bottom:10px;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#0055b4;}
.honorSlide .btn{width:40px;height:40px;background:#0055b4;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #0055b4;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album {border-top: 1px solid #ddd;}
.album ul{position:relative;margin-right:-10px;overflow:hidden;}
.album li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.album li:nth-child(2){width:50%;}
.album li:last-child{position:absolute;left:0;bottom:0;}
.album li .pImg{padding-top:72.4%;;}
.album li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p,.settingSlide li p{bottom:0;}

.partner{background:#f5f5f5;}
.partner li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partner li .pImg{padding-top:62%;}
.partner li p{background:#2d2f89;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partner li:hover{z-index:2;border:1px solid #2d2f89;}
.partner li:hover p{bottom:0;}
.partner li:hover img{margin-top:-15px;}
/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:70%;border:1px solid #e1e1e1;}
.honorList li {width:20%;}
.honorList li .pImg{padding-top:100%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#0055b4;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}

/* 售后服务 */
.serviceMain{margin-top:60px;padding-left:340px;position:relative;}
.serviceImg{height:240px;}
.serviceMain .tie{float:left;margin-left:-340px;font-size:1.714em;color:#333;}
.serviceMain::after{content:"";position:absolute;left:250px;height:100%;width:1px;background:#ccc;top:0;}
.serviceMain li{padding-left:35px;margin-bottom:50px;line-height:1.8;}
.serviceMain li h5{margin-bottom:20px;color:#191919;font-size:1.571em;}
.serviceMain li h5 i{float:left;margin-left:-40px;background:#0055b4;width:24px;height:24px;border-radius:100%;color:#fff;display:inline-block;font-style:normal;font-size:14px;text-align:center;line-height:24px;font-family:Arial;}
.serviceMain li:last-child{margin-bottom:0;}

/* 常见问题 */
.faq{background:#efefef;}
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#0055b4;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#0055b4;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}

/* 下载中心 */
.downL{background: url('../images/down_tie.jpg') no-repeat;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle{color:#fff;}
.downL .hTitle span{margin-top:15px;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:3% 4%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#0055b4;color:#fff;}
.downList li a:hover span{color:#fff;}

/* 客户案例 */
.caseList ul{margin-right:-30px;}
.caseList li{float:left;width:25%;padding-right:30px;margin-bottom:40px;}
.caseList li .pImg{padding-top:70%;}
.caseList li .txt{padding:15px 0;transition:all .4s;position:relative;height:130px;overflow:hidden;border-bottom: 1px solid #ddd;}
.caseList li .txt::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:#0055b4;z-index:-1;transition:all .5s;transform: translateY(100%);}
.caseList li h4{font-size:1.375em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:8px;}
.caseList li a:hover img,.caseSlide li:hover .bgImg{transform: scale(1.08);}
.caseList li a:hover .txt{padding:15px;color:#fff;}
.caseList li a:hover h4{color:#fff;}
.caseList li a:hover .txt::after{transform: translateY(0);}
.picShow{max-width:1400px;margin:0 auto;}


/* 联系我们 */
.mb60{overflow: hidden;margin-bottom:60px;}
.contactBox1{border-top: 1px solid #d9d9d9;padding-top:50px;}
.cTie{font-size:2.143em;color:#191919;margin-bottom:20px;} 
.contactBox1 ul{background:#efefef;overflow:hidden;}
.contactBox1 li{float:left;width:25%;border-right:1px solid #d9d9d9;min-height:180px;padding:3% 2% 1% 4%;font-size:1.125em;}
.contactBox1 li span{display: block;position:relative;margin-bottom:10px;}
.contactBox1 li span::after{content:"\e6ee";position:absolute;left:-30px;font-family:"iconfont";font-size:1.125rem;}
.contactBox1 li:nth-child(2) span::after{content:"\e60b";}
.contactBox1 li:nth-child(3) span::after{content:"\e63a";}
.contactBox1 li:nth-child(4) span::after{content:"\e646";}
.contactBox1 li strong{display:block;font-size:1.714em;color:#333;}
.contactBox1 li:last-child{border-right:none;}
.contactBox1 .font{overflow: hidden;margin-top:30px;font-size:.875em;}
.contactBox1 .cLogo{width:26%;}
.contactBox1 .txt{width:70%;border-Left: 1px solid #ddd;line-height:2;min-height:120px;padding-left:40px;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2.5%;border:1px solid #d9d9d9;margin-top:-1px;min-height:200px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}
#dituContent{width:100%;height:560px;}

/* 在线留言*/
.feedback{background:#efefef;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:14px;}
.feedback .sub{background: #0055b4;width: 30%;cursor: pointer;transition: all .3s;color: #fff;}
.feedback .sub:hover{background:#b30700;}
/*技术支持*/
.jszc{
	color: #fff;
	float: right;
}
/*分页*/
.pages{text-align: center;padding: 2% 0 3.5%;}
.pages a{display: inline-block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;border: 1px solid #DDDDDD;color: #999999; line-height: 30px;padding: 0 10px;min-width: 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 3px 2px}
.pages a i{font-style: normal;}
.pages .on *{color: #b23838;border: none;}
.pages a.disabled{cursor: not-allowed;color: #ccc;}
/*分页*/ 
