/* BASE CSS Document */
body{ font-family: "微软雅黑"; margin: 0; padding: 0; background: url(../../style2017/imgs/bg.jpg) no-repeat top; background-color: #fafafa; background-size: auto; min-width: 1200px;}
ul,li,iframe{ display: block; list-style: none; padding: 0; margin: 0; border: 0;}
/*滚动条 start*/  
::-webkit-scrollbar { width: 4px; height: 4px; background-color: #fff; }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {  
box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
background: #fff ;      }  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {  
border-radius: 2px;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
background-color:#2f6ea2;  
}  
::-webkit-scrollbar-thumb:hover {  
border-radius: 2px;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
background-color:#2f6ea2;
} 
/*滚动条 end*/
/*侧边栏 start*/ 
@media screen and (max-width:758px){
  .suspension{display: none;}
}
.suspension{width: 240px;height: 100%;position: fixed;top: 35%;right: 0px; z-index: 9999;}
.suspension a{color: #ffffff;}
.suspension iframe{width: 240px;height: 100%; text-align: right; margin: 0px;padding: 0px; border: 0px;}
dl,dd,dt{margin:0;padding:0;}
a{ text-decoration:none;}
.floating_ck{position:fixed;right:0px; height: 100%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#e0e0e0 ;background-color:rgba(0,0,0,0.2);text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer; margin-bottom: 5px;}
.floating_ck dl dd:hover{background-color:#780b11;border-bottom:solid 1px #780b11;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../imgs/qq.png);}
.words{background-image:url(../imgs/qqs.png);}
.qrcord{background-image:url(../imgs/vx.png);}
.return{background-image:url(../imgs/up.png);}
.return :hover{}
.floating_ck dd span{color:#fff;display:block;padding-top:58px; font-size: 14px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#780b11;border-bottom:solid 1px #780b11;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:210px;top:-130px;}
.floating_ewm i{background-image:url(../imgs/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm{font-size:18px;}
/*侧边栏 end*/
/*清浮动---clearfix*/
.clearfixs {*zoom: 1;}
.clearfixs:after {content: ""; clear: both; display: block; height: 0; font-size: 0; visibility: hidden; }

.container{ width: 1200px; margin: 0 auto;}

.sd
{
width:174px;
height:184px;
background:url(../imgs/sd.gif) no-repeat;
background-size: 100%;
position:fixed;
animation:mymove 15s infinite;
-webkit-animation:mymove 15s infinite; /*Safari and Chrome*/
-moz-animation:mymove 15s infinite; /* Firefox */
-o-animation:mymove 15s infinite; /* Opera */
    z-index: 99999;
}

@keyframes mymove
{
0%   { left:100%; top:0px;}
100%  { left:-50%; top:0px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
0%   { left:100%; top:0px;}
100%  { left:-50%; top:0px;}
}
@-moz-keyframes mymove /* Firefox */
{
0%   { left:100%; top:0px;}
100%  { left:-50%; top:0px;}
}
@-o-keyframes mymove /* Opera */
{
0%   { left:100%; top:0px;}
100%  { left:-50%; top:0px;}
}
/*	头部样式开始	*/
.header{ width: 100%;}
.topcon{ height: 130px; width: 100%; overflow: hidden;}
.topcon .logo{ height: 130px; width:344px; float: left;}
.topcon .logo a{ display: block; height: 130px; width:344px; background: url(../imgs/logo.png) no-repeat; background-size: auto 130px;}
.topcon .topsearch{ height: 130px; width:414px; float: right; overflow: hidden;}
.topcon .topsearch .searchbox{ height: 66px; width:240px; float: left; margin: 32px 36px;}
.topcon .topsearch .searchbox .srtoptel{ height: 30px; width:240px; float: left;}
.topcon .topsearch .searchbox .srtoptel span{ color:#b9b9b9;font-size: 14px;line-height: 30px; }
.topcon .topsearch .searchbox .srtoptel b{color: #780b11; font-size: 20px; line-height: 30px; letter-spacing: 2px;}
.topcon .topsearch .searchbox .seacrhkuang{ height: 34px; width:240px; float: left; border: 1px solid #b9b9b9; }
.topcon .topsearch .searchbox .seacrhkuang input{ height: 32px; width:168px; border: 0; float: left; font-size: 14px; text-indent: 6px; }
.topcon .topsearch .searchbox .seacrhkuang button{ height: 34px; width:72px; float: left; background: #b9b9b9; color: #fff; font-size: 14px; }
.topcon .topsearch .lanuageslect{ height: 66px; width:102px; float: left; margin: 32px 0; }
.topcon .topsearch .lanuageslect span{ line-height: 32px; height: 32px; width:50px; float: left; color: #b9b9b9; font-size: 20px; font-weight: bold;}
.topcon .topsearch .lanuageslect span.on{ color: #780b11; }
.nav{ width: 100%; height: 50px; background: #2f6ea2}
.nav ul li{ width:200px; height: 50px; float: left; position: relative; z-index: 9999;}
.nav ul li a{ display: block; width:198px; height: 18px; line-height: 18px; margin: 16px 0; color: #fff; border-left: 2px solid #fff; text-align: center; text-decoration: none; font-size: 18px;}
.nav ul li:first-child a{ border-left: 0px solid #fff;}
.nav ul li .ul1{ float: left;  width: 198px;height: 50px; line-height: 50px; text-align: center;color: #ffffff; }
.nav ul li .ul1 li{ display: none; width: 198px;height: 50px; line-height: 50px; text-align: center; background-color: #aaaaaa;border-top: 1px solid #ffffff;}
.nav ul li .ul1 li a{border-left: 0px solid #fff;}
.nav ul li .ul1 li:hover{ background-color: #2f6ea2; }
/*	头部样式结束	*/

/*	内容样式开始	*/
.content{width: 100%;}
.second{height: 452px; width: 100%; margin-top: 30px; overflow: hidden;}
.second .banner{width: 758px; height: 452px; float: left; text-align: center;}
.swiper-container {width: 758px; height: 452px;} 
.b-text{width: 100%; height: 50px; background: #333333; position: relative; bottom: 90px;background-color:rgba(0,0,0,0.2); color: #ffffff;}
.b-text p{line-height: 50px; text-align: left; text-indent: 15px;}
.second .information{width: 442px; height: 452px; float: left; background-color: #ffffff;}
.swiper-pagination {}
.second .information .zixun{width: 400px; height: 412px; margin: 20px 20px; box-shadow: 0px 0px 10px #999999;}

/*	咨询/招聘效果样式开始	*/
.wrap{width: 400px; height: 412px;}
.blist {color: #2f6ea2; background-color: #dddddd; width: 400px; height: 50px; }
.blist li:first-child{border-left: none;}
.blist li{list-style: none; width: 200px; height: 50px; font-size: 18px; line-height: 50px; text-align: center; float: left;  cursor: pointer; -webkit-user-select: none;}
.blsit-list{width: 400px; height: 362px; margin: 0px;}
.blsit-list li{list-style: none; width: 400px; height: 362px; }
.wrap .blist li.active{ color: #ffffff; background-color: #2f6ea2;border-top: 2px solid #164062; height: 48px;}
.blsit-list li:first-child{display: block;}
.blsit-list li{display: none; overflow-y: scroll; color: #666666; font-size: 14px;}
.blsit-list li p{ padding:0px 10px; font-size: 14px; text-align: justify;  line-height: 24px; letter-spacing: 0px;margin:8px 0px;}
.blsit-list li a{ color:#666666;}
.blsit-list li a:hover{ color:#333333; text-decoration:underline;}
/*
.blsit-list li p{ padding:0px 10px; font-size: 16px; text-align: justify;  line-height: 30px; letter-spacing: 1px;}
.blsit-list li h5{height: 3px; padding:0px 10px; font-size: 18px; line-height: 20px; color: #2f6ea2; text-align: justify; letter-spacing: 1px; font-weight: bold;}
.blsit-list li b{padding:0px 10px; font-size: 14px; line-height: 20px; color: #780b11; text-align: justify; letter-spacing: 1px; font-weight: bold;}
.blsit-list li span{padding:0px 10px; font-size: 14px; line-height: 20px; color: #666666; text-align: justify; letter-spacing: 1px; font-weight: bold;}
.blsit-list li h6{padding:0px 10px; font-size: 16px; line-height: 20px; color: #780b11; text-align: justify; letter-spacing: 1px; font-weight: bold;}*/
/*	咨询/招聘效果样式结束	*/

.third,.new{height: 450px; width: 100%; margin-top: 30px; overflow: hidden; }

/*	项目鼠标放上变换开始	*/
.wraps{width: 1200px; height: 450px;background-color: #ffffff; }

.blists { width: 1200px; height: 50px; color: #2f6ea2;   margin-top: 0px;}
.blists li:first-child{ border-left: none; }
.blists li{ list-style: none; width: 240px; height: 50px; background-color: #dddddd; font-size: 18px; line-height: 50px; text-align: center; float: left; cursor: pointer;  -webkit-user-select: none;}
.blsits-lists{width: 1200px; background-color: #ffffff;}
.blsits-lists li{ list-style: none; width: 1200px; height: 400px; border-top: none; overflow: hidden;}
.wraps .blists li.actives{background-color: #2f6ea2; color: #ffffff; border-top: 2px solid #164062;  height: 48px;}
.blsits-lists li:first-child{ display: block;}
.blsits-lists li{display: none; overflow-y: scroll;}
.blsits-lists li p{margin: 20px 30px; text-align: justify;line-height: 30px; color: #666666;}
.blsits-lists li img{text-align: center;}
/*	项目鼠标放上变换结束	*/

.new .n-left{float: left;width: 664px;height: 450px;background-color: #ffffff;}
.new .n-right{float: right;width: 498px;height: 450px;background-color: #ffffff;}
/*	项目鼠标放上变换开始2	*/
.wrap2{width: 664px; height: 450px;background-color: #ffffff; }

.blist2 { width: 664px; height: 50px; color: #2f6ea2;   margin-top: 0px;}
.blist2 li:first-child{ border-left: none; }
.blist2 li{ list-style: none; width: 166px; height: 50px; background-color: #dddddd; font-size: 18px; line-height: 50px; text-align: center; float: left; cursor: pointer;  -webkit-user-select: none;}
.blsit2-list2{width: 664px; background-color: #ffffff;}
.blsit2-list2 li{ list-style: none; width: 664px; height: 400px; border-top: none; overflow: hidden;}
.wrap2 .blist2 li.active2{background-color: #2f6ea2; color: #ffffff; border-top: 2px solid #164062;  height: 48px;}
.blsit2-list2 li:first-child{ display: block;}
.blsit2-list2 li{display: none; overflow-y: scroll;}
.blsit2-list2 li p{margin: 20px 30px; text-align: justify;line-height: 30px; color: #666666;}
.blsit2-list2 li p a{text-align: justify;line-height: 30px; color: #780b11;text-decoration:underline;}
.blsit2-list2 li img{text-align: center;width: 600px;margin: 0px 30px;}
/*	项目鼠标放上变换结束2	*/

/*	项目鼠标放上变换开始3	*/
.wrap3{width: 498px; height: 450px;background-color: #ffffff; }

.blist3 { width: 498px; height: 50px; color: #2f6ea2;   margin-top: 0px;}
.blist3 li:first-child{ border-left: none; }
.blist3 li{ list-style: none; width: 166px; height: 50px; background-color: #dddddd; font-size: 18px; line-height: 50px; text-align: center; float: left; cursor: pointer;  -webkit-user-select: none;}
.blsit3-list3{width: 498px; background-color: #ffffff;}
.blsit3-list3 li{ list-style: none; width: 498px; height: 400px; border-top: none; overflow: hidden;}
.wrap3 .blist3 li.active3{background-color: #2f6ea2; color: #ffffff; border-top: 2px solid #164062;  height: 48px;}
.blsit3-list3 li:first-child{ display: block;}
.blsit3-list3 li{display: none; overflow-y: scroll;}
.blsit3-list3 li p{margin: 20px 30px; text-align: justify;line-height: 30px; color: #666666;}
.blsit3-list3 li p a{text-align: justify;line-height: 30px; color: #780b11;text-decoration:underline;}
.blsit3-list3 li img{text-align: center;width: 450px;margin: 0px 22px;}
/*	项目鼠标放上变换结束3	*/

.fourth{width: 100%; height: 352px; margin: 30px 0; overflow: hidden;}
.fourth .consumable{float: left; width: 306px; height: 350px; border: 1px solid #2f6ea2; background-color: #ffffff;}
.fourth .consumable .c-img{width: 100%; height: 100px;overflow: hidden;}
.fourth .consumable .c-img img{width: 320px;margin-left: -6px;}
.fourth .consumable ul{list-style: none; width: 306px; height: 250px;}
.fourth .consumable ul li{width: 306px; height: 50px; overflow: hidden;}
.fourth .consumable ul li a{display: block; width: 306px; height: 50px; border: 1px solid #2f6ea2; text-align: center; line-height: 50px; color: #2f6ea2; text-decoration: none; font-size: 18px;}
.fourth .consumable ul li a img{margin-left: 10px;}
.fourth .service{float: right; width: 864px; height: 350px; background-color: #ffffff;}

/*  力加载tab样式开始	*/
.wrap1{width: 864px; height: 300px;background-color: #ffffff; }
/*清浮动---clearfix*/
.clearfix1 {*zoom: 1;}
.clearfix1:after {content: ""; clear: both; display: block; height: 0; font-size: 0; visibility: hidden; }
.blist1 { width: 864px; height: 50px; color: #2f6ea2;   margin-top: 0px;}
.blist1 li:first-child{ border-left: none; }
.blist1 li{ list-style: none; width: 215px; height: 50px; background-color: #dddddd; font-size: 18px; line-height: 50px; text-align: center; float: left;
   /*鼠标样式改变为一个手*/
   cursor: pointer;
   /*字体免选中*/
 -webkit-user-select: none;}
.blsit1-list1{width: 864px; background-color: #ffffff;}
.blsit1-list1 li{ list-style: none; width: 864px; height: 300px; border-top: none; overflow: hidden;}
.wrap1 .blist1 li.active1{background-color: #2f6ea2; color: #ffffff; border-top: 2px solid #164062;  height: 48px;}
.blsit1-list1 li:first-child{ display: block;}
.blsit1-list1 li{display: none; overflow-y: scroll;color: #666666;}
.blsit1-list1 li a{color: #666666;}
.blsit1-list1 li table,.blsit1-list1 li tr,.blsit1-list1 li td,{font-size: 14px;}
.tr_oshu,.tr_qishu{background-color: #ffffff;}
.digfont_green{color: #ffffff;width: 50px;background-color: #D6D7AE; text-align: center;}
/*  力加载tab样式结束	*/
/*	内容样式结束	*/
.footernav{width:100%; height: 50px;  background-color: #888888; }
.footernav ul{ height: 50px;}
.footernav ul li{ height: 50px; width: 200px; float: left}
.footernav ul li a{ display: block; height: 50px; width: 200px; color: #fff; line-height: 50px; text-align: center; text-decoration: none; }
.footer{ width: 100%; height: 400px; overflow: hidden; background-color: #ffffff;}
.footerleft,
.footerright{float:left; padding: 30px 0;  height: 290px;}
.footerleft{ width: 520px;}
.flcon{margin-left:138px; width: 284px;}
.flcon p{line-height: 30px; text-align: center; color: #484848}
.footerleft .logo a{ display: block; height:110px;width: 400px; margin-left: 120px;background: url(../imgs/logo.png) no-repeat; background-size: 300px auto;}
.footerright{ width: 680px; background: url(../imgs/footerline.jpg) no-repeat; background-size:2px 300px ;}
.footerright p{ margin-left: 100px; font-size: 14px; line-height: 26px; color: #484848}
.footerright p i{ margin-left: 50px;}
