﻿@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;background:#fff;}
a{color:#565656;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#1c78da;}


/* 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: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%;}
.pd80{padding:80px 0;font-size:.875em;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('font_1152918_auzzl2c96di.eot');
  src: url('font_1152918_auzzl2c96di.eot') format('embedded-opentype'),
  url('font_1152918_auzzl2c96di.woff2') format('woff2'),
  url('font_1152918_auzzl2c96di.woff') format('woff'),
  url('font_1152918_auzzl2c96di.ttf') format('truetype'),
  url('font_1152918_auzzl2c96di.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{height:150px;padding-top:25px;}
.header .tie{padding-left:45px;border-left: 2px solid #ccc;margin-left:45px;font-size: 18px;}
.header .tie strong{font-size:40px;color:#222;display:block;}
.headR{font-size:.875em;background: url('tel.jpg') no-repeat left ;padding-left:50px; line-height:30px;margin-top: 13px;}
.headR .info em{font-style:normal;margin:0 15px;color:#ddd;}
.headR .wx{position:relative;z-index:10;}
.headR .wx i{font-family:"iconfont";font-style:normal;font-size:1.286em;}
.headR .wx  span{position:absolute;top:26px;right:-52px;display:none;background:#eee;padding:5px;width:120px;}
.headR .wx  span::after{content: "";position: absolute;border:6px solid transparent;border-bottom-color:#eee;top:-12px; left:50%;margin-left:-6px;}
.headR .tel{color:#1c78da;font-size:2.143em;font-family:Arial;font-weight:bold;}
.headR .lang{color:#f00;}
.headR .info { font-size:18px; }

/* PC导航 */
.nav{background:#1f1f1f;height:65px;line-height:65px;font-size:1.143em;}
.nav .container{border-left: 1px solid #343434;height:65px;display: flex;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;border-right: 1px solid #343434;flex-grow:1;}
.nav .m>a{color:#fff;display:block;position:relative;z-index:2;}
.nav .m>a::after{content:"";position:absolute;left:0;top:0;height:100%;background:#1c78da;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .cur>a,.nav .m>a:hover{color:#fff;}
.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;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#0037b8;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;}
.navFix{position: fixed;left:0;top:0;width:100%;z-index:99;transition:all .3s;}

/*  导航按钮 */
.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:#1c78da;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);}
.wapLang{position:absolute;top:20px;right:55px;font-family:"iconfont";line-height:1;color:#1c78da;font-size:1.6rem;display:none;}

/* 广告轮播图 */
.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;}

/*  搜索 */
.search{height:70px;line-height:70px;overflow:hidden;border-left: 1px solid #e5e5e5;font-size:.875rem;}
.searFont{width:64%;overflow:hidden;padding-left:20px;}
.searFont strong{color:#333;font-weight:normal}
.searMain{width:30%;height:70px;overflow:hidden;;border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;padding-right:55px;}
.searMain .sear_text{float:left;width:100%;height:70px;line-height:70px;background:#fff;padding:0 15px;}
.searMain .sear_btn{float:right;width:35px;height:35px; cursor:pointer;background:#1c78da url('sbtn.png') no-repeat center;transition:all 0.3s;margin-top:18px;margin-right:-35px;}
.searMain .sear_btn:hover{background-color:#f9d650;}


/* 我们的产品 */
.product{background:#f4f4f4;border-top: 1px solid #d9d9d9;}
.hTitle{text-align:center;font-size:3.429rem;font-weight: bold;color:#191919;line-height:1.3;margin-bottom:40px;}
.hTitle p{display:block;font-size:20px;line-height: 40px;opacity:.5;}
.hTitle span{color:#1c78da;}
.proBox{overflow:hidden;position:relative;z-index:3;}
.proMenu{text-align:center;margin-bottom:40px;line-height:50px;font-size:1.143em;}
.proMenu a{background:#515151;color:#fff;display:inline-block;width:290px;margin-right:1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.proMenu .on{background:#1c78da;color:#fff;}
.proSlide{max-width:1160px;margin:0 auto;margin-bottom:20px;overflow:hidden;}
.proSlide li {position:relative;overflow:hidden;width:100%;}
.proSlide li .pic{width:56%;text-align:center;}
.proSlide li .pic img{width:90%;transition:all .5s;}
.proSlide li .txt{width:42%;position: absolute;right:0;top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); transform:translateY(-50%);}
.proSlide li h4{font-size:2.286em;padding-bottom:15px;margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;}
.proSlide li h4::after,.proPic li .txt::after,.aboutBox1 .title::after{content:"";position: absolute;left:0;bottom:0;width:20px;height:3px;background:#f8c300;transition:all .5s;}
.proSlide li h4 a{color:#191919;}
.proSlide li h4 a:hover{color:#f8c300;}
.proSlide li .btn{display:inline-block;width:120px;height:42px;line-height:42px;background:#1c78da;margin-top:26px;text-align:center;color:#fff;margin-right:15px;}
.proSlide li .more{background:#8a8a8a;color:#fff;}
.proSlide li .btn:hover{background:#ad1b14;color:#fff;}
.proSlide .swiper-button-black{top:30%;z-index:90;pointer-events:auto !important;opacity:.8 !important;cursor: pointer;}
.proSlide li:hover img{transform: scale(1.06);}


.proPic{margin:0 -10px;}
.proPic li{float:left;width:33.3%;padding:0 15px;padding-bottom:10px;}
.proPic li:nth-child(4){display:none;}
.proPic li a{background:#fff;display:block;overflow:hidden;position:relative;box-shadow:2px 2px 10px #ccc;}
.proPic li .pic{width:54%;float:left;height:300px;line-height:300px;}
.proPic li .pic img{max-height:100%;transition:all .5s;}
.proPic li .txt{width:42%;font-size:14px;color:#777;padding-bottom:30px;position: absolute;right:15px;top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); transform:translateY(-50%);}
.proPic li h4{font-size:22px;color:#191919;margin-bottom:20px;}
.proPic li:hover img{transform: scale(1.1);}
.proPic li:hover .txt::after{width:50%;}
.proList li:nth-child(4){display:block;}

/* 核心优势 */
.adv .title{text-align:center;margin-bottom:60px;}
.adv dl{padding-bottom:40px;margin-bottom:60px;border-bottom: 1px solid #d9d9d9;overflow:hidden;}
.adv .font{width:43%;}
.adv .bgImg{height:360px;width:49%;}
.adv .txt{padding-left:100px;}
.adv h4{font-size:1.143em;color:#333;margin-bottom:20px;}
.adv h4 strong{display:block;font-size:2.25em;}
.adv .txt p{padding-left:15px;margin-bottom:5px;background: url('odds_li.png') no-repeat left center;}
.adv .txt i{float:left;margin-left:-100px;width:75px;height:75px;background:#1c78da;border-radius:100%;text-align:center;line-height:75px;font-style:normal;font-size:2.714em;font-family:"Arial";color:#fff;font-weight:bold;}
.adv .adv2{padding-bottom:0;margin-bottom:0;border-bottom:none;}

/* 核心优势 */
.odds{background: #f1f1f1;background-size:cover;background-attachment: fixed; overflow:hidden;font-size:1.143em;}
.oddsMain li{float:left;width:46%;background:#ffd9d1;text-align:right;position:relative;color:#333;}
.oddsMain li p{height:65px;line-height:65px;border-top: 1px solid #e0d0b8;padding-right:8%;}
.oddsMain li:nth-child(2){width:8%;background:#e17a23;color:#fff;text-align:center;font-size:.875em;}
.oddsMain li h4{height:100px;background:#de3636;color:#fff;line-height:100px;font-size:1.625em;font-weight:bold;padding-right:8%;}
.oddsMain li:nth-child(2) h4{color:#fff;background:#e17a23;font-family:Arial;letter-spacing:2px;}
.oddsMain li:nth-child(3){text-align:left;background:#f6f6f6;}
.oddsMain li:nth-child(3) h4{color:#fff;background:#515151;}
.oddsMain li:nth-child(3) p,.oddsMain li:nth-child(3) h4{padding-left:8%;padding-right:0;}
.oddsMain li img{position: absolute;left:0;bottom:0;transform: scale(0.9);}
.oddsMain li:nth-child(3) img{left:auto;right:0;}

/* 行业应用 */
.applyMain{background:#efefef;overflow: hidden;}
.apply .left{height:230px;width:42%;overflow:hidden;}
.apply .left .bgImg{animation:scale 30s infinite;}
.apply .right{width:54%;padding:35px 10px;overflow:hidden; font-size:16px;}
.apply ul{float:left;width:33.3%;border-left: 1px solid #1c78da;padding-left:25px;line-height:30px;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 经典案例 */
.case li{float:left;width:20%;text-align:center;padding-bottom:5px;padding-right:5px;font-size:.875em;}
.case li a{position:relative;overflow:hidden;display:block;}
.case li.big{width:40%;}
.case li .pImg{padding-top:78%;}
.case .li p{position: absolute;background: rgba(255, 255, 255,.9);white-space:nowrap;overflow:hidden;text-overflow: ellipsis;bottom:0;width:100%;z-index:2;color:#333;height:50px;line-height:50px;bottom:-50px;transition:all .5s;}
.case .big .txt{position: absolute;left:0;right:10%;z-index:2;background: rgba(255, 255, 255,.9);bottom:0;padding:5% 8%;text-align:left;color:#555;}
.case .big h4{font-size:1.571em;color:#333;margin-bottom:20px;}
.case .big span{display:inline-block;margin-top:20px;width:154px;height:34px;line-height:34px;background:#1c78da;text-align:center;color:#191919;transition:all .3s;}
.case .big i{font-style:normal;margin-left:15px;}
.case .big a:hover span{width:200px;}
.case li a:hover img{transform: scale(1.1);}
.case .li a:hover p{bottom:0;}

/* 合作伙伴 */
.partner li{float:left;border:1px solid #d9d9d9;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;text-align:center;}
.partner li .pImg{padding-top:62%;}
.partner li a:hover{box-shadow:0 0 10px #ccc;z-index:2;}
.partner li a:hover img{transform: scale(1.1);}

/* 定制流程 */
.process{background:url('process_bg.jpg') no-repeat center;color:#333;position:relative;overflow:hidden;background-size:cover;}
.processMain{font-size:1.143em;}
.processMain::after{content:"";position: absolute;;left:-50%;top:50%;width:200%;background:#333;opacity:.1;height:1px;}
.processMain li{float:left;width:11.1%;text-align:center;padding-top:106px;position: relative;top:0;transition:all .3s;}
.processMain li p{ margin-top:10px;color: #fff;}
.processMain li i{display:inline-block;font-style:normal;background:#fff;border-radius:100%;width:22px;line-height:22px;height:22px;font-size:12px;color:#333;text-align:center;font-family:Arial;position: relative;margin-bottom:20px;transition:all .3s;}
.processMain li i::after{content:"";position: absolute;width:1px;height:20px;background:#333;left:50%;top:22px;transform: rotate(180deg);opacity:.1;}
.processMain li em{display:block;width:100px;height:100px;background: url('process.png') no-repeat;margin:0 auto;}
.processMain li:nth-child(2n){padding-top:0;}
.processMain li:nth-child(2n) i{margin-top:20px;}
.processMain li:nth-child(2n) i::after{top:-20px;}
.processMain li:nth-child(2n) p{margin-bottom:10px;margin-top:0;}
.processMain li:nth-child(2) em{background-position: -100px 0;}
.processMain li:nth-child(3) em{background-position: -200px 0;}
.processMain li:nth-child(4) em{background-position: -300px 0;}
.processMain li:nth-child(5) em{background-position: -400px 0;}
.processMain li:nth-child(6) em{background-position: -500px 0;}
.processMain li:nth-child(7) em{background-position: -600px 0;}
.processMain li:nth-child(8) em{background-position: -700px 0;}
.processMain li:nth-child(9) em{background-position: -800px 0;}
.processMain li:hover i{transform: scale(1.1);background:#1c78da;color:#fff;}
.processMain li:hover{top:-5px}

/* 关于 */
.about{background:url('gybg.jpg') no-repeat center;overflow:hidden;color:#fff;padding-bottom:0;background-attachment: fixed;background-size:cover;}
.about .hTitle{color:#ff3f3f;}
.about .hTitle span{color:#fff;}
.aboutMain{max-width:1060px;margin:0 auto;text-align:center;line-height:1.8em;}
.aboutMain .title{font-size:1.786em;margin-bottom:25px;}
.aboutMain .txt{margin-bottom:30px;font-size: 16px;}
.aboutMain a { color: #fff;font-size: 18px; }
.about .vIcon{text-align:right;height:132px;line-height:132px;background: url('vicon.png') no-repeat left center;width:180px;margin:0 auto;cursor:pointer;}

.setting{padding-top:45px;overflow:hidden;}
.setting li{float:left;width:20%;position:relative;}
.setting li .pImg{padding-top:64%;}
.setting li p{position:absolute;width:100%;text-align:center;padding:0 5%;transition:all .5s;color:#fff;bottom:-45px;line-height:45px;background: rgba(0, 0, 0, .6);}
.setting li:hover p{bottom:0;}
.setting li:hover img{transform: scale(1.1);}

/* 新闻快讯 */
.news{overflow:hidden;}
.newsL{overflow:hidden;}
.newsMenu{height:50px;overflow:hidden;line-height:50px;margin-bottom:40px;}
.newsMenu a{display:inline-block;font-size:1.429em;color:#fff;background: #f4f4f4;width:190px;text-align:center;}
.newsMenu .on{background:#1c78da;}
.newsSlide .pic{float:left;width:48%;overflow:hidden;margin-right:3%;}
.newsSlide .pic .bgImg{height:370px;}
.newsSlide .pic h4{font-size:1.4em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;line-height: 50px; height:50px;background:#e2e2e2;z-index:2;position:relative;text-align: center;}
.newsSlide .pic h4 i{float:right;font-style:normal;}
.newsSlide .pic:hover h4{color:#1c78da;}
.newsSlide .pic:hover .bgImg{transform: scale(1.1);}

.newsSlide .font{overflow:hidden;font-size:.75rem;border-bottom:1px solid #ddd;}
.newsSlide .font a{height:105px;display:block;padding:15px 10px 15px 100px;position:relative;background:#fff;}
.newsSlide .font a:after{position:absolute;content:"";left:0;top:0;width:0;height:100%;transition:all 0.4s;background:#ffac15;z-index:-1;}
.newsSlide .font:last-child{border-bottom:none;}
.newsSlide .font a{position:relative;z-index:2;display:block;}
.newsSlide .font .date{float:left;width:80px;height:75px;text-align:center;transition:all 0.3s;margin-left:-100px;}
.newsSlide .font .date b{display:block;font-style:normal;font-size:48px;color:#333;line-height:48px;font-family:Arial;font-weight:bold;}
.newsSlide .font h4{color:#333;height:30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:normal;font-size:16px;}
.newsSlide .font a:hover .date i,.newsSlide .font a:hover,.newsSlide li:hover h4{color:#333;transition:all 0.3s;}
.newsSlide .font a:hover{background:#1c78da;transition-delay:.3s;}
.newsSlide .font a:hover:after{width:100%;}

.faq{width:27%;background:#eaeaea;padding:2% 2.5%;}
.faq .title{font-size:1.429em;color:#191919;height:40px;;}
.faq .title a{float:right;width:12px;height:12px;background:#1c78da;border-radius:100%;line-height:15px;font-size:12px;color:#191919;text-align:center;font-family:"Arial";margin-top:6px;}
.faq .title a:hover{background:#333;color:#fff;}
.faqMain{height:290px;overflow: hidden;margin-top:10px;font-size:.75rem;}
.faq .bgImg{height:122px;}
.faq li{border-bottom: 1px dotted #b2b2b2;padding:13px 0;}
.faq li h4{font-size:1.333em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:8px;}
.faq li h4 a{color:#333;}
.faq li h4 a:hover{color:#1c78da;}

/*底部 */
.footer{background:#444;background-size:100%;color:#bbb;overflow:hidden;padding:50px 0;line-height:1.6;}
.footMain{padding-right:290px;}
.footWx{width:290px;margin-right:-290px;}
.footWx p{background:#fff;padding:5px;width:130px;text-align:center;padding-bottom:10px;}
.footWx span{display:block;color:#333;}
.footMenu{margin-bottom:40px;color:#676767;}
.footMenu em{font-style:normal;margin:0 24px;}
.footLogo{margin-left:-240px;}
.footInfo{position:relative;padding-left:240px;}
.footInfo .tel i{display:block;font-family:"iconfont";font-style:normal;color:#999;}
.footInfo .tel{position:absolute;left:65%;color:#1c78da;font-size:22px;}
.footer a,.firendlink a{color:#afafaf;}
.footer a:hover,.firendlink a:hover,.footMenu a{color:#fff;}
.footMenu a:hover{color:#1c78da;}
.firendlink{background:#212121;padding:20px 0;}
.firendlink span{color:#1c78da;margin-right:10px;font-size:16px;}
.firendlink a{margin:0 5px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:70px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:400px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:46%;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:18px;font-weight: 400;}
.breadCrumb{font-size:.875rem;padding:25px 20px 25px 20px;position:relative;overflow:hidden;border-bottom: 1px solid #d9d9d9;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb2::after{display:none;}
.breadCrumb .back{float:right;position:relative;color:#e8e8e8;border:1px solid #e8e8e8;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#e8e8e8;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 20px;background:#f5f5f5;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('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{background: rgba(0, 0, 0,.8);height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3;font-size:1rem;}
.listMenu a{float:left;color:#fff;position:relative;border-right: 1px solid rgba(0, 0, 0,.8);padding:0 30px;}
.listMenu a::after{content:"";position:absolute;left:0;width:100%;height:100%;;z-index:-1;transform: scale(1);transform-origin:right;transition: transform .5s;height:2px;bottom:1px;background:#1c78da;height:100%;}
.listMenu a.cur::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}
.listMenu a.cur,.listMenu a:hover{color:#000;background:#fff;}
.listTie{text-align:center;font-size:38px;color:#191919;padding-bottom:10px;position: relative;font-weight: bold;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#1c78da;margin-left:-10px;}
/* .listMenu a::after{background:#1c78da;height:100%;} */

/* 产品列表 */
.pWrap,.breadCrumb2{background:#f5f5f5;}
.proList{margin:0 auto;padding:10px;}
.proList ul{margin-right:-40px;}
.proList li{width:50%;margin-bottom:40px;padding:0;padding-right:40px;}
.proList li .txt{right:35px;}

/*  产品详情 */
.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 .pImg{padding-top:82%;transform: scale(.95);}
.gallery img{width: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 #1c78da;}
.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:#1c78da;}


.proShow_R{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;font-size: 35px;font-weight: bold;}
.proShow_R .title span{display:block;font-size:2em;color:#1c78da;}
.proShow_R .font{line-height:2;margin-bottom:30px;border-bottom: 1px solid #ddd;padding-bottom:50px;}
.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('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:29%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-right:2%;}
.proShow_R .btn i{position:relative;margin-right:5px;font-style:normal;font-size:1.1rem;top:2px;olor: #000;}
.proShow_R .btn a:nth-child(2){border:1px solid #ddd;color:#333;background:none;}
.proShow_R .btn a:hover{background:#1c78da;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:#1c78da;border:1px solid #1c78da;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:20px;margin-bottom:25px;}
.proTie span{display:inline-block;;height:50px;margin-right:30px;color:#333;cursor:pointer;}
.proTie .on{border-bottom:1px solid #1c78da;;color:#1c78da}
.relative_pro ul{margin-right:-15px;}
.relative_pro li{float:left;width:33.3%;padding-right:15px;margin-bottom:30px;}
.relative_pro li a{display:block;border:1px solid #ddd;text-align:center;}
.relative_pro li .pImg{padding-top:80%;}
.relative_pro li p{padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center}
.relative_pro li a:hover img,.proTop .pic:hover img{transform: scale(1.1);}
.relative_pro li a:hover{box-shadow:0 0 10px #ddd;}

/* 视频列表 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:33.3%;padding-right:40px;margin-bottom:40px;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:64%;}
.videoList li p{background:#f5f5f5;padding:0 5%;text-align:center;height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.3;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:50px;height:50px;background: url('vicon2.png') no-repeat;margin-left:-25px;margin-top:-25px;z-index:5;transition:all .5s;}
.videoList li a:hover p{background:#1c78da;color:#fff;}
.videoShow{width:100%;height:600px;}

/* 新闻列表 */
.newsTop{overflow:hidden;margin-bottom:50px;border-bottom:1px solid #ddd;padding-bottom:40px;}
.newsTop ul{margin-right:-25px;}
.newsTop li{float:left;width:25%;padding-right:20px;padding-top: 20px;}
.newsTop li .pImg{padding-top:75%;}
.newsTop .font{background:#f5f5f5;padding:15px;position:relative;}
.newsTop li .font:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:#1c78da;transition: transform .3s;transform-origin:right;transform:scale(0,1);}
.newsTop li h3{font-size:16px;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:14px;color:#bdbdbd;font-weight:normal;}
.newsTop li p{height:70px;margin-bottom:10px;line-height:22px;overflow:hidden;color:#888;font-size: 14px;}
.newsTop li .more{font-size:14px;color:#1c78da;}
.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:180px;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:#1c78da;}
.newsList li:hover img{transform:scale(1.1);}
.newsList li:hover{box-shadow:0 5px 10px #eee;}

/* 新闻详情 */
.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 h1{font-size:40px;color:#333;margin-bottom:25px;font-weight:bold;}
.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{color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:30px;line-height: 30px;}
.show-synopsis i{display:inline-block;width:15px;background: url('a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('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 #1c78da;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:#1c78da;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.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:#1c78da;color:#fff;}
.side_phone{margin-top:30px;color:#333;}
.side_phone h4{margin-top:15px;background: url('p_icon.png') no-repeat left center;padding-left:45px;line-height:1.2;overflow:hidden;font-size:13px;margin-bottom: 15px;color:#666;padding-top:10px;}
.side_phone h4 span{display:block;font-size:28px;font-family:Arial;color:#333;margin-top:5px;}
.side_phone img{border:1px solid #d2d2d2;}
.side_phone p { font-size:15px;line-height: 40px; }

/* 关于我们 */
.aboutBox1{overflow:hidden;}
.aboutBox1 .pic{height:520px;width:46%;}
.aboutBox1 .title{margin-bottom:35px;font-size:2.571em;color:#191919;position:relative;padding-bottom:15px;font-weight: bold;}
.aboutBox1 .title span{display:block;font-size:16px;opacity:.8;}
.aboutBox1 .font{width:48%;line-height:1.8;}
.aboutBox1 .txt{overflow-y:auto;max-height:360px;margin-top: 20px;font-size: 16px;line-height: 26px;color: #333;text-align: justify;text-indent: 2em;}

.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:#1c78da;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 #1c78da;}
.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:#1c78da;}
.honorSlide .btn{width:40px;height:40px;background:#1c78da;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #333;}
.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:last-child{position:absolute;left:0;bottom:0;}
.album li .pImg{padding-top:64%;;}
.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;}
.about_partner{background:#f1f1f1;background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment: fixed;}
.pMore{width:260px;height:50px;background:#1c78da;margin:0 auto;color:#fff;line-height:50px;text-align:center;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}

/* 图片列表 */
.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:64%;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:#1c78da;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}


/* 常见问题 */
.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:#1c78da;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:#1c78da;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}

/* 下载中心 */
.downL{background: url('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:#1c78da;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:#1c78da;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; text-align:center;}
.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;padding-left:440px;}
.contactBox1 .cLogo{margin-left:-440px;}
.contactBox1 .txt{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:18px;background:#fff;}
.feedback .sub{background: #1c78da;width: 30%;cursor: pointer;transition: all .3s;color: #fff;}
.feedback .sub:hover{background:#e1b922;}


/* 定制服务*/
.demandBox1{overflow:hidden;}
.demandBox1 .bgImg{height:430px;width:38%;}
.demandBox1 .font{width:58%;overflow:hidden;}
.demandBox1 .font h4{font-size:2em;color:#191919;}
.demandBox1 .font h3{font-size:3.429em;color:#191919;font-weight:bold;margin-bottom:30px;}
.demandBox1 .font h3 strong{color:#1c78da;}
.demandBox1 .font p{height:200px;margin-bottom:15px;}
.demandBox1 .btn{display:inline-block;width:220px;height:40px;line-height:40px;text-align:center;background: #1c78da;color:#191919;}
.demandBox1 .btn i{font-style:normal;margin-left:10px;}
.demandBox1 .btn:hover{background:#e1b922;color:#fff;}
.demandBox1 .zx{font-size:1.571em;margin-left:5%;color:#191919;padding-left:60px;background: url('zxicon.png') no-repeat left center;}

.demandIcon{overflow: hidden;padding-top:50px;}
.demandIcon li{float:left;width:20%;text-align:center;font-size:1.286em;}
.demandIcon li i{display:inline-block;background: url('demand1.png') no-repeat center;width:191px;height:191px;margin-bottom:15px;position:relative;top:0;transition:all .5s;}
.demandIcon li:nth-child(2) i{background-image: url('demand2.png');}
.demandIcon li:nth-child(3) i{background-image: url('demand3.png');}
.demandIcon li:nth-child(4) i{background-image: url('demand4.png');}
.demandIcon li:nth-child(5) i{background-image: url('demand5.png');}
.demandIcon li:hover i{top:-10px}


.demandForm{background: url('demand_form.jpg') no-repeat center;background-size:cover;overflow: hidden;margin-bottom:50px;padding:50px;}
.demandForm .title{color:#191919;font-size:2.250em;margin-bottom:30px;}
.demandForm form{max-width:1100px;}
.demandForm p{background:#fff;width: 32.3%;margin-right:1%;}
.demandForm p:nth-child(2n){float:left;}
.demandForm .tarea{height:100px;width:98.8%;}
.demandForm .code{padding-right:1%;}
.demandForm .code .c{background:#fff;}

.tg { border:2px solid #d98b1b!important;font-size: 22px!important;padding: 1px 45px;margin-left: 10%!important;margin-top: 10px; }
.tg p { font-size: 28px;font-weight: bold;color: #1c78da; }
.searFont a { margin-right:5px; }
.fp { margin-right:5px; }
.footInfo .txt { line-height: 30px; }
.cp .txt p { margin-top: 20px;font-size: 16px;line-height: 26px;color: #333;text-align: justify;text-indent: 2em; }
.cp .txt img { display:block; }
.ndz { font-weight:bold; }
.tn { margin:20px 0; }
.tn p { text-indent:0!important;  }
.lp { text-align: center;line-height: 40px;margin-bottom: 20px; }
.proShow_R .btn p { line-height: 60px;font-size: 20px; }
.proShow_R .btn p span { font-size: 30px;color: #1c78da;font-weight: bold; }
.pl a { margin:0 5px 5px 0;width: 15%;overflow: hidden;height: 50px; }
@media screen and (max-width: 1365px) {
    .header .tg {
        display: none;
    }
}
