@charset "utf-8";
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:#004a9c;}


/* 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:1400px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;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%;}
.pd60{padding:60px 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('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.eot');
  src: url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.woff') format('woff'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.ttf') format('truetype'),
  url('//at.alicdn.com/t/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{width:100%;height:120px;z-index:90;left:0;top:0;background:#fff;box-shadow:0 0 8px #ddd;}
.header .logo{position:absolute;padding-top:34px;height:120px;border-right: 1px solid #d9d9d9;width:460px; font-size:18px;} 
.header .logo a{color:#333;}
.header .logo img{float:left;padding-right:20px;}
.header .logo strong{display:block;color:#004a9c;padding-top:5px;}
.header .logo i{font-style:normal;}
.wapTel{position: absolute;font-family:"iconfont";top:10px;right:15px;font-size:1.5rem;color:#004a9c;top:10px;display:none;}
.nav {font-size:1.143rem;padding-top:60px;height:120px;padding-left:580px;}
.nav .m{float:left;text-align:right;padding-left:1px;width:14.28%;height:60px;position:relative;z-index:5;}
.nav .m>a{color:#333;display:inline-block;position:relative;height:100%;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#004a9c;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .m:hover>a,.nav .cur a{color:#004a9c;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:0;top:100%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform:scale(0,1);transition:all 0.4s;opacity:0;text-align:center;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#004a9c;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;}
.nav .last{display:none;}

.headR{position:absolute;;right:0;top:10px;right:0;color:#1448a5;}
.headR li{float:left;position:relative;line-height:30px;}
.search::after{content:"";position: absolute;right:-15px;height:15px;top:8px;width:1px;border-right:1px dotted #aaa;}
.search form{background: url('../images/sBtn.png') no-repeat right center;height:30px;overflow: hidden;opacity:.6;}
.search form .txt{float:left; width:0;border-bottom: 1px solid #ddd;height:30px;transition:all .4s;}
.search form .btn{float:right;width:20px;cursor: pointer;height:30px;}
.search form:hover .txt{width:200px;}
.search form:hover{opacity:1;}
.headR .tel{font-family:Arial;background: url('../images/telIcon.png') no-repeat left center;padding-left:25px;margin-left:30px; font-weight:bold; font-size:22px;}

/*  导航按钮 */
.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:#004a9c;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;}

/* 产品中心 */
.proL{width:22%;background:#f1f1f1;padding:25px 0px 25px 5.5%;position:relative;}
.proL::after{content:"";position:absolute;left:0;bottom:105px;width:100%;height:1px;background:#ddd;}
.proL h3{font-size:2.571em;color:#333;margin-bottom:15px;}
.proL h3 span{display: block;font-size:14px;opacity:.3;font-family:Arial;}
.proL li{line-height:42px;font-size:1.143em; }
.proL li a{color:#333;padding-left:26px;position:relative;}
.proL li a:hover{color:#1448a5;}
.proL li a::after{content:"";position: absolute;background:#fff;border:2px solid #666;width:6px;height:6px;border-radius:100%;left:0;top:6px;}
.proL li a:hover::after{border:2px solid #1448a5;}
.proL h4 {margin-top:20px;background: url('../images/p_tel.png') no-repeat left center;padding-left:40px;margin-top:50px;margin-left:-30px;}
.proL h4 span{font-size:1.857em;display:block;font-family:Arial;color:#1448a5;font-weight:bold;}

.proR{width:74%;}
.proR ul{margin-right:-20px;}
.proR li{float:left;width:33.3%;font-size:1.143em;padding-right:20px;margin-bottom:25px;}
.proR li a{display:block;}
.proR li .pImg{padding-top:76%;border:1px solid #e6e6e6;}
.proR li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:20px; text-align:center;}
.proR li:hover img{transform: scale(1.1);}

/* 行业应用 */
.case{background:#eee;}
.tieTop{margin-bottom:30px;overflow:hidden;position:relative;}
.hTitle{font-size:2.625rem;color:#333;}
.hTitle span{display: block;opacity:.5;font-size:14px;}
.tieTop .more{position:absolute;right:0;bottom:10px;background: url('../images/mIcon.png') no-repeat left center;padding-left:20px;}
.case ul{margin-right:-20px;}
.case li{float:left;width:25%;padding-right:20px;margin-bottom:20px;}
.case li .pImg{padding-top:76%;}
.case li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #fff;transform: scale(0) rotate(45deg);opacity:0;transition:all .5s;box-shadow:0 0 10px #fff;}
.case li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:20px; text-align:center;}
.case li a:hover img{transform: scale(1.1);}
.case li a:hover .pImg::after{transform: scale(01) rotate(0);opacity:.6;}

/* 关于我们 */
.about{width:39%;overflow:hidden;}
.about .tieTop .more{background:none;padding-left:0;opacity:.8;}
.tieTop .more i{font-style:normal;margin-left:10px;color:#1448a5;}
.about .pic{display: block;height:270px;overflow:hidden;}
.about .pic .bgImg{animation:scale 30s infinite;}
.about .tie{font-size:1.429em;color:#01429e;margin:15px 0; font-weight:bold;}
.about .txt{max-height:160px;overflow:hidden;line-height:1.6;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 新闻快讯 */
.news{width:56%;overflow:hidden;}
.newsMenu{font-size:1.286em;position: absolute;bottom:20px;right:0;}
.newsMenu a{position:relative;color:#191919;margin:0 25px;display:inline-block;}
.newsMenu a::after,.caseMain a::after{content:"";position:absolute;left:0;bottom:-5px;background:#004a9c;height:2px;transition:all .5s;width:0;}
.newsMenu .on{color:#004a9c;}
.newsMenu a.on::after,.caseMain li a:hover::after{width:100%;}
.newsMain li.pic{overflow:hidden;padding-bottom:30px;margin-bottom:20px;border-bottom: 1px solid #ddd;}
.newsMain li .img{float: left;display:block;width:46%;height:270px;overflow:hidden;margin-right:40px;}
.newsMain li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;transition:all .3s;margin-bottom:20px;padding-top:10px;}
.newsMain li h4 a{color:#333;}
.newsMain li h4 a:hover{color:#004a9c;}
.newsMain li p{margin-bottom:30px;line-height:1.6;height:140px;overflow:hidden;}
.newsMain li .date{display:block;font-size:12px;opacity:.8;}
.newsMain li .date a{margin-left:20px;}
.newsMain .pic:hover .bgImg{transform: scale(1.1);}
.newsMain li.txt {float: left;width:48%; line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsMain li.txt span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsMain li.txt a{background: url('../images/n_li.jpg') no-repeat left center;padding-left:15px;}
.newsMain li.txt a:hover{padding-left:25px;background-position: 10px center;}
.newsMain li.txt:nth-child(2n-1){float:right;}


/* 合作客户 */
.partner{background:#f0f0f0;overflow:hidden;}
.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:#004a9c;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 #004a9c;}
.partner li:hover p{bottom:0;}
.partner li:hover img{margin-top:-15px;}

/*底部 */
.footer{background:#2d2d2d;overflow:hidden;font-size:.75rem;color:#999;}
.footMain{padding:40px 0 30px 0;overflow:hidden;}
.footMenu{margin-bottom:50px;font-size:1.333em;overflow:hidden;}
.footL{width:60%;}
.footL .font{padding-left:240px;line-height:1.8;}
.footLogo{margin-left:-240px;}
.footR{max-width:40%;padding-right:180px;text-align:right;}
.footR .tel{position:relative;padding-bottom:20px;padding-top:10px;}
.footR .tel span{display: block;font-family:Arial;font-size:1.333em;}
.footR .tel span:nth-child(1){color:#fff;font-size:2em;}
.footR .tel::after{content:"";position: absolute;right:0;bottom:0;height:1px;width:14px;background:#1448a5;}
.footWx {margin-right:-180px;background:#fff;width:120px;text-align:center;padding:10px;}
.footWx img{width:100%;}
.firendlink{padding:20px 0;position:relative;}
.firendlink::after{content:"";position: absolute;top:0;left:0;height:1px;width:200%;margin-left:-50%;background:#424242;}
.firendlink span{color:#fff;margin-right:25px;}
.firendlink i{font-style:normal;opacity:.5;margin-left:5px;}
.firendlink a{margin:0 15px;}
.footer a{color:#999;}
.footMenu a{color:#fff;margin-right:30px;}
.footer a:hover,.footMenu a:hover{color:#fff;text-decoration: underline;}

/*内页公用 */
.listWrap,.conBox{overflow:hidden;padding:60px 0;font-size:.875rem;}
.listBanner,.mzsmBanner{height:320px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#004a9c;top:40%;font-size:2.25rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1440px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);text-align:center;}
.listBanner h3 span{display: block;font-size:18px;font-weight: 400;color:#222;}
.breadCrumb{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;background:#f7f7f7;}
.breadCrumb strong{font-size:1.786em;font-weight:normal;color:#333;}
.breadCrumb p{position:relative;padding-left:25px;}
.breadCrumb p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.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;}
.listWrap{padding-bottom:60px;font-size:.899em;overflow:hidden; }
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}


/*内页公用菜单*/
.listMenu{background: #f7f7f7;height:70px;line-height:70px;font-size:1rem;text-align:center;}
.listMenu a{position:relative;margin:0 25px;display:inline-block;}
.listMenu a::after{content:"";position:absolute;left:0;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .5s;height:2px;bottom:0;background:#0d53a1;}
.listMenu a.cur::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}
.listMenu a.cur,.listMenu a:hover{color:#0d53a1;}
.lisTie{text-align:center;position:relative;padding-bottom:10px;margin-bottom:35px;font-size:3em;;color:#191919;}
.lisTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#0d53a1;margin-left:-10px;}

/* 产品列表 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1rem;float:left;}
.proSider .title{background:#0d53a1;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSide_sub{background:#e8e8e8;margin-bottom:30px;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#0d53a1;color:#fff;}
.relaCase{background:#efefef;padding:20px 30px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:76%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis; text-align:center;}
.relaCase li:hover img{transform: scale(1.1);}

.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.proList{margin-right:-20px;}
.proList li{float:left;width:33.3%;font-size:1.143em;padding-right:20px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:76%;border:1px solid #e6e6e6;}
.proList li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin:20px 0; text-align:center;}
.proList li:hover img{transform: scale(1.1);}
.searList{width:100%;}
.searList li{width:25%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;}
.gallery li{height:390px;line-height:390px;}
.gallery .pImg{padding-top:76%;top:50%;margin-top:-38%;}
.gallery img{width:100%;}

.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:#004a9c;}
.proShow_R .font{min-height:140px;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:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_R .btn a:nth-child(2){float:right;}
.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:hover{background:#004a9c;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:#004a9c;border:1px solid #004a9c;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 #004a9c;;color:#004a9c;height:50px;}
.proShow_con3{width:100%;}
.proShow_con3 li:last-child{display:none;}
.caseList{background:none;}

/*  案例详情 */
.picShow_pic{border:1px solid #d8d8d8;padding:30px 5%;margin-bottom:30px;}
.picShow_pic .tie{text-align:center;color:#333;font-size:2.571em;margin-bottom:30px;}
.pic_gallery{position:relative;}
.pic_gallery img{width:100%;}
.gallery-thumbs{margin-top:10px;}
.gallery-thumbs li{padding-top:10%;cursor:pointer;width:16.6%;position: relative;}
.gallery-thumbs li::after{content:"";position: absolute;left:0;top:0;right:0;bottom:0; transition:all .3s;border:3px solid #0d53a1;opacity:0;}
.gallery-thumbs .on::after{opacity:1;}
.pic_gallery .swiper-button-next,.pic_gallery .swiper-button-prev{top:45%;background:rgba(255, 255, 255,.5);text-align:center;width:90px;height:50px;line-height:50px;color:#fff;font-size:24px;font-family:Arial;transition:all .3s;}
.pic_gallery .swiper-button-prev{left:0;}
.pic_gallery .swiper-button-next{right:0;left:auto;}
.pic_gallery .swiper-button-next:hover,.pic_gallery .swiper-button-prev:hover{background:#005aae;}
.picShow_font{margin-bottom:40px;overflow:hidden;}
.picShow_font .title{font-size:1.571em;color:#333;;border-bottom: 2px solid #005aae;margin-bottom:30px;padding-bottom:20px;}

/*  详情右侧 */
.picShow_r{width:25%;overflow:hidden;}
.relaNews{background:#efefef;padding:5%;margin-top:30px;}
.picShow_r .title,.relaNews_detail .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,.relaNews_detail .title span{display:inline-block;border-bottom: 1px solid #004a9c;height:40px;}
.relaNews .title a{float:right;font-size:12px;margin-top:4px;}
.relaNews li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.relaNews li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;}
.relaNews li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaNews li h4 a{color:#222;}
.relaNews li h4 a:hover{color:#004a9c;}
.relaNews li:hover img{transform: scale(1.1);}
.relaNews li:last-child{border-bottom:none;}

.showPage{height:90px;line-height:90px;overflow:hidden;background:#f5f5f5;}
.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:#0d53a1;color:#fff;}

/* 图片列表 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;line-height:2;position: relative;z-index:2;height:400px;background: #f6f6f6; font-size:16px;}
.settingTop .font h3{font-size:1.857em;color:#0d53a1;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#0d53a1;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.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%;}
.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:#004a9c;}
.partnerWrap,.partnerList{overflow: visible;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}

/* 关于我们 */
.aboutBox1{line-height:2.2;}
.culture{background:#ececec;}
.culture li{float:left;width:50%;line-height:2.2;font-size:15px;}
.culture li .bgImg{width:38%;height:180px;}
.culture li .txt{width:62%;padding-left:25px;}

/* 新闻列表 */
.newsTop{overflow:hidden;margin-bottom:50px;border-bottom:1px solid #ddd;padding-bottom:40px;font-size:.75rem;}
.newsTop ul{margin-right:-25px;}
.newsTop li{float:left;width:25%;padding-right:25px;}
.newsTop li .pImg{padding-top:70%;}
.newsTop .font{background:#f5f5f5;padding:15px;position:relative;overflow:hidden;}
.newsTop li .font:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:#0d53a1;transition: transform .3s;transform-origin:right;transform:scale(0,1);}
.newsTop li h3{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #d9d9d9;color:#333;}
.newsTop span{display:block;font-size:12px;color:#bdbdbd;font-weight:normal;}
.newsTop li p{height:70px;margin-bottom:10px;line-height:22px;overflow:hidden;color:#888;}
.newsTop li .more{font-size:14px;color:#0d53a1;}
.newsTop li:hover img{transform:scale(1.1);}
.newsTop li:hover div:after{transform-origin:left;transform:scale(1.1);}

.newsList li{border:1px solid #e2e2e2;margin-bottom:30px;transition:all 0.3s;}
.newsList li a{display: block;padding:30px;overflow:hidden;}
.newsList li .font{width:75%;overflow:hidden;color:#333;padding-top:30px;padding-right:30px;}
.newsList li .date{width:110px;height:110px;background:#2b2b2b;color:#fff;padding-left:20px;font-size:20px;font-family:'Arial';position:relative;margin-right:40px;transition:all 0.4s;}
.newsList li .date span{display:block;opacity:.8;padding-top:35px;font-size:14px;}
.newsList li .date:after{position:absolute;content:"";width:50px;left:60px;background:#555;height:1px;top:10px;width:0;transition:all 0.3s;}
.newsList li h4{font-size:16px;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsList li  .txt{color:#666;}
.newsList li .pImg{width:260px;height:165px;overflow:hidden;padding-top:0;}
.newsList li:hover .date{margin-right:60px;}
.newsList li:hover .date:after{width:80%;}
.newsList li:hover h4,.newsTop li:hover h3{color:#0d53a1;}
.newsList li:hover img{transform:scale(1.1);}
.newsList li:hover{box-shadow:0 5px 10px #eee;}

/* 新闻详情 */
.picShow_l{width:70%;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;}
.relaNews_detail{margin-top:40px;overflow:hidden;}
.relaNews_detail .title,.relaNews_detail .title span{height:45px;}
.relaNews_detail ul{overflow: hidden;}
.relaNews_detail li {float: left;width:48%; line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaNews_detail li span{float:right;color:#999;font-size:12px;margin-left:20px;}
.relaNews_detail li a{background: url('../images/n_li.jpg') no-repeat left center;padding-left:15px;}
.relaNews_detail li a:hover{padding-left:25px;background-position: 10px center;}
.relaNews_detail li:nth-child(2n){float:right;}

/* 常见问题 */
.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:#004a9c;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:#004a9c;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}


/* 联系我们 */
.contactInfo{width:50%;height:460px;padding:30px 240px 30px 4%;border:1px solid #ddd;line-height:1.8;font-size:1.143em;position:relative;}
.contactInfo .tie{font-size:1.5em;color:#333;margin-bottom:15px;}
.contactInfo .tel{margin-bottom:20px;}
.contactInfo .tel span{display:block;color:#004a9c;font-size:1.875em;font-family:Arial;font-weight:bold;}
.contactInfo .txt{height:220px;overflow-y: auto;}
.contactInfo .wx{position: absolute;right:6%;top:90px;font-size:14px;text-align:center;width:120px;}
.contactInfo .wx img{border:1px solid #ddd;margin-bottom:10px;width:100%;}
.contactInfo .wx a{display:inline-block;margin-top:40px;background:#0d53a1;color:#fff;height:40px;line-height:40px;width:120px;}
.contactInfo .wx a:hover{background:#003a7a;}
#dituContent{float:left;width:50%;height:460px;}

.feedback{margin-top:60px;overflow:hidden;}
.feedback .tie2{text-align:center;max-width:590px;margin:0 auto;margin-bottom:40px;}
.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;background:#fff;}
.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;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .code .sub {background: #616366;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #0d53a1;}
.feedback .sub:hover{background:#003a7a;}

