@charset "utf-8";

*{margin: 0;padding: 0; }
ul,ol{list-style: none;}
a{text-decoration: none;}
img{border: none;}
body{font-family: "微软雅黑","宋体";}
input{outline: none;}

/* 公共样式 */
.pubCon{ width: 1200px; margin: 0 auto; }
/* 公共标题 */
.pubTit{text-align: center; padding: 40px 0 30px; }
.pubTit h3{ font-size: 28px; font-weight: bolder; }
.pubTit h3 a{ color: #333;}
.pubTit p{color: #888;text-transform: capitalize; padding: 10px 0; font-weight: bolder; font-size: 14px; }
.pubTit .xian{ width:80px; height: 3px; background: #084ec9; margin: 0 auto;}
/* 公共查看更多 */
/* .pubMore{ display: block;width: 80px; background: #115ee2; color:#fff; font-size: 14px; line-height:2.5em ; margin-top: 30px;text-align: center; } */
.pubMore{ width:130px; height:32px; display:block; margin:0 auto; border:1px solid #333; color:#333; border-radius:30px; font-size:14px; text-align:center; line-height:34px; transition:0.5s;}
.pubMore:hover{border-color:#009ee7; background:#009ee7; color:#fff;}

/* 公共盒子 */
.pubBox{width: 275px;height: 280px; background: #f6f6f6; display: block; transition: 0.5s; margin-bottom: 30px;box-shadow: 0 3px 10px rgba(0,0,0,0.2);overflow: hidden; position: relative; }
.pubBox img{width: 100%; overflow: hidden; border-radius: 5px 5px 0 0;}
.pubBox .pubBoxTxt {text-align: center; padding: 15px 0; }
.pubBox .pubBoxTxt h3{ font-weight: 400; color: #333;}
.pubBox .ceng{display: flex;width: 275px; height: 280px; position: absolute; top: 0; left: 0; border-radius: 5px 5px 0 0; background: rgba(0,158,231,0.8);color: #fff; transition:0.3s; transform: rotateX(110deg); transform-origin:bottom ; }
.pubBox .ceng .boxTit{text-align: center; margin: 35px 0 25px; font-size: 18px;transition:0.5s;}
.pubBox .ceng span{width: 40px; height: 2px; background: #fff;position: absolute; left: 50%; margin-left: -20px; top: 70px;transition:0.7s;}
.pubBox .ceng p{position: absolute; top: 90px; left: 0; padding: 0 20px; font-size: 14px;transition:0.9s;}
.pubBox .ceng .more{position:absolute; top: 200px; left: 50%; margin-left: -50px; width:98px; height:28px; border:1px solid rgba(255,255,255,0.7); border-radius: 20px; background:rgba(255,255,255,0.2); line-height:30px; text-align: center; font-size: 14px;transition:1s;}

/* 头部部分 */
.header{ width: 100%;  height: 70px;   position: fixed; top: 0; left: 0;z-index: 99; transition: 0.3s; background: rgba(0,0,0,0.5); }
.header .hdCon{ display: flex; justify-content: space-between; align-items: center;position: relative; z-index: 10;}

.header .hdCon img:nth-child(2){ display: none;}
.hdCon .nav{padding-left:180px; box-sizing: border-box;}
.hdCon .nav ul{ display: flex; }
.header .nav li{position: relative;}
.hdCon .nav li>a{ display: block;padding: 0 10px; line-height: 70px; color: rgb(235, 233, 233); font-size: 14px; position: relative;} 
.hdCon .nav li>a::after{display: block; content: ""; width: 100%; height:3px; background: #FFF; position: absolute; left: 0; bottom: 0; transform: scaleX(0); transition: 0.3s;}

.hdCon .nav li.on>a{ color: #fff;}
.hdCon .nav li.on>a::after{ transform: scaleX(1); }
/* .hdCon .nav li.active a::after{ transform: scaleX(1);} */

.header .tel{ float: right; font-size:14px; color:#fff; padding-top:18px; display: flex; align-items:center; overflow: hidden; flex-wrap: wrap; text-align: right;}
.header .tel i{font-size: 46px; position: absolute; top: 50%; transform: translateY(-50%); right: 105px; }
.header .tel .telNum{position: absolute;top: 50%; transform: translateY(-50%); right: 0; }

.hdBack{ width: 100%; height: 0px; background: #fff; position: absolute; left: 0; bottom: 0;z-index: 9;transition: 0.3s;}

.header .down {
    position: absolute;
    top: 70px;
    left: 0;
    width: 210px;
    background: #292929;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    
}
/* .header .down .line {
    width: 90px;
    height: 2px;
    background: #009ae6;
    position: absolute;
    top: 0;
    left: 0;
} */
/* .header .down .line i {
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #009ae6;
    position: absolute;
    left: 50%;
    margin-left: -8px;
} */
.header li .down a{
    display: block;
    color: #c2c2c2;
    font-size: 14px;
    padding-left: 32px;
    line-height: 40px;
    position: relative;
    transition: 0.3s;
}

.header .down a::after{ display:block; content:""; width:4px; height:4px; background:#383838; border:2px solid #414141; position:absolute; top:50%; margin-top:-4px; left:15px; border-radius:50%; transition:0.3s}

.header li:hover .down{ display:block;}
.header .down a:hover::after{ background:#1e2087; border-color:#009ae6;}
.header .down a:hover{ color:#fff; background:#525151;}
.header .down a:hover .iconfont{border-color: #084ec9;}






/* 海报区域 */
.banner{ width: 100%; height: 600px;} 
.banner .swiper-slide{ width: 100%; height: 600px; background: no-repeat center;cursor: move;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #fff; width: 12px;height: 12px;}

/* 解决方案 */
.solution{background: #f6f6f6; padding-bottom: 40px;}
.solution .solTit{position: relative;  transition: 0.5s;}
/* .solution.active .solTit{top: 0; opacity: 1;} */
.solution .solCon .solMain{display: flex; justify-content: space-between; flex-wrap: wrap; padding-top:30px ;  }
.solution .solMain .solBox{width: 275px; position: relative; transition: 0.5s; }
/* .solution .solMain.active .solBox{top: 0;opacity: 1;} */
.solution .solBox:hover .ceng{display: block; transform:rotateX(0) ; }
.solution .solBox .ceng .more:hover{background:rgba(255,255,255,0.4);}

/* 首页产品中心 */
 .product{ padding-bottom:40px;}

 .product .productTit{ position: relative; top: 80px; opacity: 0; transition: 0.5s; }
 .product.active .productTit{top: 0; opacity: 1;}

 .product .proMain{ display: flex; justify-content: space-around; flex-wrap: wrap; padding-top:30px ;  }

 .proMain .proBox{ width: 340px; background: #f6f6f6; display: block; margin-bottom: 30px;overflow: hidden;border-radius: 5px 5px 0 0;position: relative; top: 150px;opacity: 0; transition: 0.5s; }
 .product .proMain.active .proBox{top: 0;opacity: 1;}
 .proMain .proBox img{ width: 100%; height: 240px; border-radius: 5px 5px 0 0; transition: 0.5s;}

 .proMain .proBox .proTxt{ padding: 20px; box-sizing: border-box;}
 .proMain .proBox h3{ font-size: 18px; padding-bottom: 10px; color: #333; font-weight: 400;}
 .proMain .proBox p{font-size: 14px; color: #888; text-align: justify; }
 .product .prodCon{padding-bottom: 20px;}
 .proMain .proBox:hover{transform: translateY(-5px); box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
 .proMain .proBox:hover img{transform: scale(1.1); }
.proMain .proBox:hover p{color: #555;}

/* 首页关于我们 */
.about{padding: 60px 10px 40px;height: 600px; overflow: hidden;  background: url('../images/aboutSyBg.png') no-repeat top; }
/* .about .abCon{width: 70%;} */

.about .abCon .abMain{display: flex; justify-content: space-between; position: relative; height: 455px; overflow: hidden;}

.about .abMain .abPic{width: 500px; overflow: hidden;transition: 0.6s;position: absolute; left: -500px; opacity: 0; }

.about .abMain .abPic img{width: 100%; transition: 0.5s;}
.about .abMain .abTxt{width:660px;  padding: 0 30px; box-sizing: border-box; position: absolute; right: -660px; opacity: 0; transition: 0.6s;}

.about .abMain.active .abPic{opacity: 1; left: 0;}
.about .abMain.active .abTxt{opacity: 1; right: 0;}

.about .abTxt h4{ font-weight: 400; font-size: 28px; color: #333;}
.about .abTxt .abEn{font-size: 14px; color: #aaa; padding: 10px 0 20px;}
.about .abTxt p{ text-indent: 2em; font-size: 16px; line-height: 1.8em;text-align: justify;color: #555; margin-bottom: 20px; }
.about .abTxt .abLine{width:600px; height:1px; background: rgb(182, 181, 181); margin: 20px 0;}
.about .abTxt .abTel{display: flex; justify-content: space-between; color: #555;}
.about .abTxt .abTel .abTelNum{font-size: 22px; font-weight: 900; padding: 10px 0;}
 .abTxt .abTel .abTelFax{padding: 0 0 10px;}


 .about .abNum{display: flex; justify-content: space-around; padding-top: 30px; }
 .about .abNum{text-align: center;}
 .about .abNum .abBox{border-left: 1px solid #ccc;padding-left: 90px;}
 .about .abNum .abBox:first-child{border-left: none;padding-left:0;}
 .about .abNum .abBNum{ color:#084ec9 ; font-size: 46px; display: inline-block; }
 .about .abNum .abBNum span{font-size: 16px; }
 .about .abMain .abPic:hover img{transform: scale(1.2);}


/**首页新闻中心**/
.news{ background:#fff; background-size:cover; padding-bottom: 40px; overflow: hidden;}
.news .newsTit{position: relative; top: 80px; opacity: 0; transition: 0.5s;}
.news.active .newsTit{top: 0; opacity: 1;}
.nsCon{margin:40px auto;  color:#333; position: relative;overflow: hidden; height: 430px;}
.nsCon::after{ content:""; display:block; clear:both;}

.nsCon h3{ font-weight:500; line-height:18px; margin-bottom:20px;}
.nsCon h3 a{ color:#333; font-size:18px; opacity:1; transition:0.5s;}
/* .nsCon h3:hover a{ opacity:1;} */
.nsCon h3 span{ float:right;  font-size:14px; opacity:1}
.nsCon p{ font-size:14px; opacity:1; line-height:1.8em;}


.nsLeft{  float:left; width:580px; position: absolute; left: -580px; opacity: 0; transition: 0.5s;}
.nsPic{ margin-bottom:40px; display:block; width:579px; height:240px; background:#ccc; overflow:hidden;}
.nsPic img{ width:100%; display:block;}
.nsLeft:hover img{ transform: scale(1.2); transition: 1s;} 

.nsLeft:hover .nsTxt{color: #1e2087;}
.nsLeft:hover h3 a{color: #1e2087;}

.nsRight{  float:right; width:580px; position: absolute; right: -580px; opacity: 0;transition: 0.5s;}
.nsRight .item{  padding: 15px 0; transition: 0.5s; }
.nsRight .item:last-child{ margin-bottom:0;}
.nsRight .item div{ float:left;}
.nsRight .item::after{ display:block; content:""; clear:both;}

.nsCon.active .nsLeft{left: 0; opacity: 1;}
.nsCon.active .nsRight{right: 0; opacity: 1;}

.nsRight .time{ font-size:28px; text-align:right; opacity:0.8; margin-top:10px;}
.nsRight .time span{ display:block; font-size:14px;}

.nsRight .line{ width:1px; height:70px; background:#333; opacity:0.4;  margin:0 18px; margin-top:5px;}
.nsRight .font{ width:420px;}

.nsRight .item:hover{color:#1e2087 ;  padding-left: 20px ; }
.nsRight .item:hover h3 a{color: #1e2087;}

/* 首页客户案例 */
.cooperation{ background: #ededed; padding-bottom: 60px; }
.cooperation .coopTit{position: relative; top: 80px; opacity: 0; transition: 0.5s;}
.cooperation.active .coopTit{top: 0; opacity: 1;}
.coopCon{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px; }
.cooperation .coopItem{width: 294px; height: 246px; border-radius: 10px; overflow: hidden; position: relative; top: 150px; opacity: 0; transition: 0.5s;}
.cooperation .coopCon.active .coopItem{top: 0; opacity: 1;}
.cooperation .coopItem img{transition: 0.5s;}
.cooperation .coopItem .coTit{color: #FFF; font-weight: 900; font-size: 14px; position: absolute; 
left: 20px; bottom: 20px;z-index: 10;transition: 0.5s;}
.cooperation .coopItem .mask{background: rgba(0,0,0,0.2); position: absolute;top: 0;left: 0;width: 100%; height: 100%;z-index: 9; transition: 0.5s;}
.cooperation .coopItem .mask p{color: #fff; font-size: 12px;padding:170px 20px 0;opacity: 0;transition: 0.5s;}


.cooperation .coopItem:hover img{transform: scale(1.2);}
.cooperation .coopItem:hover .coTit{bottom: 80px;}
.cooperation .coopItem:hover .mask{background: rgba(0,0,0,0.6);}
.cooperation .coopItem:hover .mask p{opacity: 1;}


/*底部区域*/
.footer{ background:#051431; padding:40px 0;position: relative;}
.ftCon::after{ content:""; display:block; clear:both;}
.footer .ftCon{display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer .ftCon .ftLeft{width: 340px; color: #fff;position: relative; padding:0 0 20px; }
.footer .ftCon .ftLeft h1{ font-size:20px; opacity:0.8; font-weight:900;}
.footer .ftCon .ftLeft .ftHt::after{content:""; display:block; width:0.8px; height:180px; background:#fff; opacity:0.1; position:absolute; right:0; top:0;}
.footer .ftCon .ftLeft .ftHt .ftBoxZ{float: left;}
.footer .ftCon .ftLeft .ftHt .ftBoxY{float: right;margin-right: 40px;}
.footer .ftCon .ftLeft .ftLeftBox{margin: 20px 0;color: rgba(255,255,255,0.6); font-size: 12px;}

.footer .ftCon .ftLeft .ftLeftBox .ftBoxNr{margin-top: 4px; font-size: 16px; color: rgba(255,255,255,1);}
.footer .ftCon .ftLeft .ftLeftBox .ftBoxtel{font-size: 18px; font-weight: 900;}
.footer .ftCon .ftLeft .ftLeftBox .ftListPic{text-align: center;}
.footer .ftCon .ftLeft .ftHt .ftBoxY .ftBoxTit{text-align: center;}

.footer .ftCon .ftRight{ width: 700px;  padding: 0 20px;}
.footer .ftCon .ftRight .colBox{float: left; width: 160px;  }
.footer .ftCon .ftRight h4{color: #fff; opacity: 0.8; padding-bottom: 20px; }
.footer .ftCon .ftRight h4::after{content:""; display:block; width: 60px;height: 1px; background: #fff;position:relative; right:0; bottom:-10px; }
.footer .ftCon .ftRight .colBox a{color:rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6em;}
.footer .ftCon .ftRight .colBox a:hover{color:rgba(255,255,255,1) ;}
.footer .friLink{color:rgba(255,255,255,0.4); font-size: 14px; }
.footer .friLink .friLj{color:rgba(255,255,255,0.4);padding: 0 10px;  border-right: 1px solid rgba(255,255,255,0.3); }
.footer .friLink .friLj:hover{ color:rgba(255,255,255,1); transition: 0.4s;}
.copyright{ background:#030303; color:rgba(255,255,255,0.6); text-align:center; padding:15px 0; font-size:14px;}
.copyright a{color:rgba(255,255,255,0.6);}
.copyright a:hover{color:rgba(255,255,255,0.9);}



/* 公共样式 */
/* 海报区域 */
.pubBanner{height: 420px; width: 100%; overflow: hidden; position: relative; }
.pubBanner img{height: 100%;position: absolute; top: 0; left: 50%; margin-left: -960px; }



/* 内页左侧侧边栏和右侧头部公用样式 */
.ny_aside{width: 220px; background: #eee; float: left; }
.ny_aside .ny_title{background: url("../images/left-product.jpg");height: 140px; font-size: 18px; color: #fff;  font-weight: 500; padding: 5px 0 5px 10px; box-sizing: border-box;}
.ny_aside .ny_title .ny_txt{text-transform: uppercase; opacity: 0.2; font-size: 18px; margin-top: 20px; }
.ny_aside .ny_title .ny_name{ opacity: 0.9;}
.ny_aside ul li{ line-height: 50px; border-bottom: 1px solid #ddd;}

.ny_aside ul li .ny_nav{color: #666; font-size: 14px; display: block; padding-left:20px;box-sizing: border-box; transition: 0.3s;  }
.ny_aside ul li:last-child{ border-bottom: 5px solid #ddd;}
.ny_aside li .ny_nav span{ padding-left: 20px; font-family: "宋体"; font-weight: 600;transition: 0.3s;}
.ny_aside  li.active a{color: #084ec9;  background: #fff;}
.ny_aside  li:hover .ny_nav{color: #084ec9;  background: #fff;}
.ny_aside  li:hover .ny_nav span{padding-left: 40px;}


.ny_rit{width:950px; float: right;}
.ny_rit_Tit{ color:#084ec9;font-size: 18px; font-weight: 600;  border-bottom: 1px solid #eee; margin-bottom: 40px; display: flex;justify-content: space-between; align-items: center; padding-right: 20px; }
.ny_rit_Tit h3{font-size: 20px; border-bottom: 1px solid #084ec9; padding:0 30px 20px 0; display: inline-block; }
.ny_rit_Tit .add{font-size: 12px; color: #666; font-weight: 400;background: url("../images/weizhi1.png") no-repeat 0 3px; padding-left: 20px;}
.ny_rit_Tit .add a{color: #666; font-weight: 100;}

/************************************ 解决方案内页样式 ***************************************/
.sol_Con{overflow: hidden; padding: 60px 0;}
.sol_Con .sol_RitMain .sol_Box{width: 380px; height: 300px;position: relative; margin-bottom: 40px;}
.sol_Con .sol_RitMain .sol_Box .mask{ position: absolute; top: 0; left: 0;width: 380px;height: 300px; background:rgba(0,0,0,0.2); z-index: 1;}
.sol_Con .sol_RitMain .sol_Box .ceng{width: 380px; height: 300px;z-index: 3;}
.sol_Con .sol_RitMain .sol_Box .ceng .boxTit{padding: 0 20px;}
.sol_Con .sol_RitMain .sol_Box .ceng span{ top: 90px;}
.sol_Con .sol_RitMain .sol_Box .ceng p{top: 110px;}
.sol_Con .sol_Box .solTxt{padding: 0 20px; line-height: 30px; position: absolute; bottom: 10px; left: 0; z-index: 2;}
.sol_Con .sol_Box h3{font-size: 16px; color: #fff; }
.sol_Con .sol_Box:hover .solTxt{ display: none;}
.sol_Con .sol_RitMain .sol_Box:hover .ceng{ display: block; transform:rotateX(0) ; width: 380px; }
.sol_Con .sol_Box .ceng .more:hover{background:rgba(255,255,255,0.4);}
.sol_Con .sol_RitMain{display: flex; justify-content: space-between; flex-wrap: wrap; }

/* 解决方案详情页 */
.sol_detail{background: #f8f8f8;}
.sol_detail .headerTxt{line-height: 1.8em; color: #666; padding-bottom: 40px;}
.sol_detail .headerTxt .solTitle{ color: #333; font-size: 30px; font-weight: bold; text-align: center;margin-bottom: 30px;}
.sol_detail .headerTxt p{text-indent: 2em;}
.sol_detail .sol_DetMain .solFirst{background: #fff; padding-bottom: 10px; border-radius: 20px 20px; position: relative;}
.sol_detail .sol_DetMain .Num{position: absolute; bottom: 10px; right: 40px; width: 80px; height: 80px;}
.sol_detail .sol_DetMain .Num img{width: 100%;}
.sol_detail .sol_DetMain .solSecond .Num{position: absolute; bottom: 10px; left: 40px; width: 80px; height: 80px;}

.sol_detail .solSmlTitle{ font-weight: bolder; text-align: center; margin: 30px auto; font-size: 20px;}
.sol_DetMain .solTitleDot{width: 50px; display: flex; justify-content: space-between; margin: 20px auto 0;}
.sol_DetMain .solTitleDot .solTitDotList{width: 5px; height: 5px; background: #999;}

.sol_DetMain .solApply{ display: flex; justify-content: space-around; align-items: center;}
.sol_DetMain .solApply .pic{width: 400px; max-height: 400px; overflow: hidden; }
.sol_DetMain .solApply .pic img{width: 100%;}
.sol_DetMain .solApply .solAppTxt{ width: 50%; line-height: 1.8em; color: #555; padding: 20px 0;}

.sol_detail .sol_DetMain .solSecond{ width: 100%; padding-bottom: 10px; margin: 30px auto; background: #fff; border-radius: 20px 20px; position: relative;}
.sol_detail .sol_DetMain .solSecond .solSecTxt{width: 840px; overflow: hidden; margin: 50px auto;}
.sol_detail .sol_DetMain .solSecond .solSecTxt img{width: 100%; margin-top: 10px;}

.sol_detail .sol_DetMain .solThird{width: 100%;margin: 30px auto; background: #172e68; border-radius: 20px 20px; position: relative; }
.sol_detail .sol_DetMain .solThird .solSmlTitle{color: #fff;}
.sol_detail .sol_DetMain .solThird .solThiTxt{width:960px; margin: 0 auto 40px; display: flex; justify-content: space-around; flex-wrap: wrap;} 
.sol_detail .sol_DetMain .solThird .solThiBox{width: 400px; margin-bottom: 20px; height: 90px; background: rgba(255,255,255,0.2); padding: 30px; color: #fff; font-size: 14px; line-height: 1.75em;}
.sol_detail .sol_DetMain .solThird .solThiBox span{display: block; font-size: 16px; margin-bottom: 10px;}
.sol_detail .sol_DetMain .solThitxt{line-height: 2em; width: 50%;}
.sol_detail .sol_DetMain .solThitxt span{ color: #084ec9; font-size: 24px;}
/********************************** 产品中心内页样式************************************** */

.pro_Main{padding: 100px 0 60px; overflow: hidden; background: #f8f8f8; }

.pro_Main  .proRitMain{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px;}
.pro_Main  .proRitBox{display: flex; color: #333; align-items: center; justify-content: center;flex-direction:column; width: 370px; background: #fff; height: 300px;  border-radius: 20px; margin-bottom: 50px;transition: 0.5s;}
.pro_Main .proRitBox i{color: #009ae6; font-size: 80px;}
.pro_Main .proRitBox .proBoxTit{padding-top: 30px;font-size: 18px;}
.pro_Main .proRitBox .proMore{ font-size: 14px;}
.pro_Main .proRitBox:hover{ background: #009ae6; color: #fff;}
.pro_Main .proRitBox:hover i{color: #fff;}
.pro_Main .proTitle{ padding-bottom: 15px; border-bottom: 1px solid #ccc; margin-bottom: 30px;}
.pro_Main h3{ color: #333; }
.pro_Main .location{ color: #999;}
.pro_Main .location a{ color: #999;}
.pro_Main .location a:hover{ color: #009ae6;}

/* 产品详情页 */
/* .pro_Main .proRitMain .proDetial{ height: 300px;} */
.pro_Det_Main{padding-top: 40px;}
.pro_Main .proDetMain{ padding-top: 30px;}
.pro_Main .proRitMain .proDetial .pic{ width: 140px; height: 140px; overflow: hidden;}
.pro_Main .proRitMain .proDetial .pic img{width: 100%; transition: 0.5s; }
.pro_Main .proRitMain .proDetial:hover{ background: #fff; color: #333; box-shadow: 0 10px 10px rgba(0,0,0,0.2);}
.pro_Main .proRitMain .proDetial:hover .pic img{transform: scale(1.2);}
.pro_Main .proRitMain .proDetial .proBoxTit{ padding-top: 8px; font-size: 16px; }
.pro_Main .proRitMain .proDetial .proMore{ background: #009ae6; padding: 8px 35px; margin-top: 30px; color: rgba(255,255,255,0.8); border-radius: 5px;}
.pro_Main .proRitMain .proMore:hover{color: rgba(255,255,255,1); }


/* 产品详情内页 */
.proDetMain{background: #ffffff; padding-top: 40px; }
.proDetMain .location{color: #999; font-size: 14px;}
.proDetMain .proDeCon{ margin-top: 60px;}
.proDetMain .proDeCon .proDeHeader{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 60px;}
.proDetMain .proDeHeader .proHeaderimg{width: 520px; height: 360px; overflow: hidden;  text-align: center;}
.proDetMain .proDeHeader .proHeaderimg img{width: 100%;}
.proDetMain .proDeHeader .proHeadertxt{width: 640px;}
.proDetMain .proDeHeader .proHeadertxt .proHeadrTit{font-size: 30px; text-align: center; font-weight: bolder; margin-bottom: 60px;}
/* .proDetMain .proDeHeader .proHeadertxt .proHeaderintro{ line-height: 2em;} */
.proDetMain .proDeHeader .proHeadertxt .proHeaderintro ul{ display: flex; flex-wrap: wrap; justify-content: space-between;  }
.proDetMain .proHeadertxt .proHeaderintro ul li{width: 310px;margin-bottom: 30px; display: flex; flex-wrap: wrap;align-items: center; }
.proDetMain .proHeadertxt .proHeaderintro li i{ font-size: 40px; color: #084ec9; border: 2px solid #084ec9; border-radius: 50%; padding: 3px; margin-right: 15px; }
.proDetMain .proHeadertxt .proHeaderintro li .proHeaderList{ width: 240px; }
.proDetMain .proDeCon .proDeBelow .proBelowTit{ padding: 15px; font-size: 24px; font-weight: bolder; background: #f2f5f9; margin-bottom: 30px;}
.proDetMain .proDeCon .proDeBelow .proBelowIntro{ line-height: 2em;}
/* .proDetMain .proDeCon .proDeTit{ font-size: 26px; font-weight: bolder; margin-bottom: 40px;} */
/* .proDetMain .proDetxt{ display: flex; flex-wrap: wrap; justify-content: space-between; } */
/* .proDetMain .proDeCon{ width: 600px; font-size: 14px; } */
/* .proDetMain .proDeCon .proDeConTit{ font-size: 14px; font-weight: bolder; margin-bottom: 15px; } */
/* .proDetMain .proDeCon .proDeConTxt{ color: #666; line-height: 1.8; margin-bottom: 20px;} */

/* .proDetMain .proDePic{ width: 540px; overflow: hidden; text-align: center;}
  */


/*********************************** 关于我们内页样式***************************************/
/*关于我们*/

.aboutNy{background: url("../images/nyAboutBg.png") no-repeat top;}
.abtMain{ padding: 40px 0; }
/* .abtMain .txt{ } */
.abtMain .txt h2{ font-size:24px; text-align: center;}

.abtMain .line{ width:60px; height:2px; background:#555; margin:15px auto 30px; }
.abtMain .txt p{ font-size:16px; color:#555; padding: 10px; line-height:2em; text-indent: 2em;}
.abtMain .txt .txTit{ font-size: 18px; color: #1d2085; margin:20px 0 30px; font-weight: 600;}

.abtMnCj{ margin-top: 30px ;}

/* **********联系方式************ */
/* .abtMnCj{padding: 0 30px;} */
.abNyAdd{position: relative; padding-top: 30px;}
.smlLxfsTxt{ width:47%; height: 400px; box-shadow: 0 8px 20px rgba(0,0,0,.08); padding:30px; box-sizing: border-box;margin-bottom:60px;}
.smlLxfsTxt .row{ line-height: 2.4em; font-size:14px; color:#888; }
.smlLxfsTxt .row span{ font-size:20px; color:#888; display: inline-block; padding-right:10px; }
.smlLxfsTxt .row i{display: inline-block; width: 120px; font-style: normal;}
.smlLxfsTxt .row strong{ font-size:14px; font-weight: 500; color:#222;}
.smlLxLxfs{position: absolute; top: 30px; right: 0; width: 47%;}

/*内页新闻中心*/
/* .newsTit .location{ color: #999; border-bottom: 1px solid #ccc; text-align: left; padding-bottom: 20px;} */
/* .newsTit .location a{ color: #999;} */
/* .newsTit .location a:hover{ color: #009ae6;} */


.pageList{ padding:30px 0; }
.pageList li{ padding:10px 0; border:1px solid #ccc; margin:-1px 0 20px; display: flex;justify-content: space-between;}
.pageList li::after{ content:""; display:block; clear:both;}
/* .pageList .time span{ display:block; font-size:14px;} */
.pageList .pic{width:300px ; max-height: 200px; overflow: hidden; border-radius: 5px 5px; }
.pageList .pic img{width: 100%; height: 100%; object-fit: cover; transition: 0.5s;}

.pageList .font{ padding-top: 20px; width:800px; position: relative; }
.pageList .font a{color: #333; transition:0.5s; font-size:18px;  opacity:0.7;}
.pageList h4{ font-weight:400; line-height:18px; margin-bottom:20px;}
/* .pageList h4:hover a{ color:#0da4e8;} */
.pageList .font .time{ position: absolute; top: 10px; right: 0; color:#888;font-size:14px; text-align:right;margin-top:10px; }

.pageList h4 span{ float:right;  font-size:14px; opacity:1; color:#666;}
.pageList p{ font-size:14px;  line-height:1.8em; color:#555;}

.pageList li .rightR{position: absolute; bottom:  20px; left: calc(50% - 40px); font-size: 14px; color: #888; opacity: 0; transition: 0.5s;}
.pageList li:hover a,.pageList li:hover .time{color: #084ec9;}
.pageList li:hover p{color:  #4985ec;}
.pageList li:hover .rightR{opacity: 1; color:#084ec9 ;transform: translate(20rpx); }
.pageList li:hover .pic img{transform: scale(1.2);}


/*分页样式*/
.page_info{text-align:center;color:#333;margin-top:10px;}
.page_info span{padding:0 2px;}
.page_list{height:36px;line-height:36px;text-align:center;letter-spacing:0;font-family:"微软雅黑";font-size:12px;padding: 10px 0 50px;}
.page_list a{    background: #fff;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 38px;
    color: #999;
    overflow: hidden;
    border: 1px solid #ccc;
}

.page_list a:hover {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #666;
}
.page_list a.on{    
	background: #fff;
    border: 1px solid #0da4e8;
    color: #0da4e8;
    font-weight: 600;
}

/*新闻中心详情页面*/

.nsDetMain{padding: 50px 0;width: 1000px; margin: 0 auto; }
.nsDetMain .location{ border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.nsDetMain .location,.nsDetMain .location a{ font-size: 14px; color: #888;}
.nsDetMain .location a:hover{ color: #009ae6; }
.nsDetMain .news-title{text-align: center; padding-top: 40px;}
.nsDetMain .news-title h1{font-size: 28px; margin-bottom: 30px;}
.nsDetMain .news-title p{ color: #888; margin-bottom: 30px;}
.nsDetMain .news-views{min-height: 500px; text-align: center; overflow: hidden;}
.nsDetMain .news-views p{ font-size: 18px; line-height: 2em; text-align: left; text-indent: 2em; opacity: 0.8;}
.nsDetMain .news-views img{ max-width: 100%; text-align: center;}

/* 常见问题列表页*/

.queMain{ background: #f8f8f8;}
.queMain .queList{padding-top: 50px; width: 1000px;}
.queMain .queList .queBox{ margin-bottom: 20px; color: #333; display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; border-radius: 15px 15px; background: #fff; transition: 0.5s;}
.queMain .queList .queBox .queDetFir{display: flex;align-items: center;}
.queMain .queList .queBox .pic{ border-radius: 50% 50%; padding: 8px; background: rgba(0,154,230,0.1); margin-right: 30px; transition: 0.5s; }
.queMain .queList .queBox i{font-size: 40px; color: #009ae6; transition: 0.5s;}
.queMain .queList .queBox .time{font-size: 12px;}

.queMain .queList .queBox:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.1); padding-left: 40px;}
.queMain .queList .queBox:hover .pic{background: #009ae6;}
.queMain .queList .queBox:hover .pic i{color: #fff; }
.queMain .queList .queBox:hover .queTit{color: #009ae6;} 