﻿.container{max-width:1230px;}
.lm-body{padding-top:40px;padding-bottom:40px;overflow: hidden;}
@media (max-width:1025px) /*手机端*/
{
.lm-body{padding-top:5px;padding-bottom:20px;}
}
@media (max-width:768px) /*手机端*/
{
.lm-body{background:#fff;}
}
/*网站公共样式*/
.info-content{font-size:16px;line-height:2;min-height: 300px;padding:20px 40px;border:1px #d8d8d8 solid;margin-top:30px;background:#fff;overflow:hidden; }
.info-content .title{padding:15px 0;line-height:1.5;font-size:22px;font-weight: normal;text-align: center;}
.info-content .info{text-align: center;border-top: 1px solid #eee;border-bottom: 1px solid #eee;font-size:12px;color: #999999;height: 38px;line-height: 38px;}
.info-content p{padding: 0px;margin:10px 0px;}
.info-content img{max-width: 100%;}
.info-next{clear:both;font-size:14px;border-top: 2px solid #ddd;border-bottom: 2px solid #ddd;padding:12px 0;overflow: hidden;}
.info-next li{float: left;width:50%;}
.info-next .t-right{text-align:right;float: right;}
@media (max-width:1000px) /*手机端*/
{
    .info-content{font-size:14px;padding:0px 0px;border:0px #eee solid;margin-top:15px; }
    .info-next li{width:100%;}
    .info-next .t-right{text-align: left;}
}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#0363ce;}
a:focus{color:#0363ce;}
a.btn-more{display:inline-block;width:150px;height:40px;line-height:38px;background:#fff;border:1px #204c97 solid;border-radius: 0px;color:#204c97;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin-top:30px}
a.btn-more:hover{background:#204c97;color:#fff;}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.img-center{text-align: center;font-size: 0;}
.img-center img{display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;}
.img-cover{overflow: hidden;position: relative;}
.img-cover span{display: block;width: 100%;background: no-repeat center / cover;-webkit-transition: all 0.5s;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}
/*栏目-标题-布局*/

.lm-title{clear:both;padding: 0px 0 0px 0px;border-bottom:1px #ddd solid;overflow: hidden;}
.lm-title span{float: left;text-align:center;width: auto;height: 45px;line-height: 45px;padding:0 20px;font-size:16px;color: #fff;font-weight: bold;background: #0363ce;}
.lm-title .add{float: right;height: 45px;line-height: 45px;}

#banner .swiper-slide {
      height:500px;
    }
@media (max-width:1600px) /*手机端*/
{
   #banner .swiper-slide{
      height:433px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
    #banner .swiper-slide{
      height:300px;
    }
}
@media (max-width:767px) /*手机端*/
{
   #banner .swiper-slide{
      height:150px;
    }
    a.btn-more{width:120px;height:35px;line-height:33px;margin-top:20px}
}
/*栏目banner*/
.banner-sub {height: 350px;background: no-repeat center / cover;}
.banner-sub .container {display: table;height: 100%;}
.banner-sub .inner {display: table-cell;vertical-align: middle;font-size: 32px;font-weight: bold;padding-left:5%;color: #08396e;}
.banner-sub .inner span{float:left;margin:0px 25px;}
.banner-sub .inner i{float:left;width:200px;background:#08396e;height:1px;margin-top:25px; }

@media (max-width:1024px) /*手机端*/
{
.banner-sub {height: 187px;}
.banner-sub .inner {font-size: 24px;padding-left:20%;}
.banner-sub .inner i{width:100px;margin-top:20px; }
}
@media (max-width:768px) /*手机端*/
{
.banner-sub {height: 180px;}
.banner-sub .inner {font-size: 22px;padding-left:18%;}
.banner-sub .inner i{width:80px;margin-top:18px; }
}

@media (max-width:767px) /*手机端*/
{
.banner-sub {height: 120px;}
.banner-sub .inner {font-size: 18px;padding-left:0%;}
.banner-sub .inner span{margin:0px 8px;}
.banner-sub .inner i{width:30px;margin-top:15px; }
}

.text-overflow {
  overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -ms-text-overflow: ellipsis;
}
.text-overflow-lines2 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
.text-overflow-lines3 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
.text-overflow-lines4 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
.text-overflow-lines5 {
  text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;
   -ms-text-overflow: ellipsis;
}
/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

/*首页模块样式*/
.module-box {position:relative;padding:50px 0px}
.module-box .module-title{clear:both;text-align:center;margin:0px 0px 25px 0px;}
.module-box .module-title .module_title_line{display: block;margin:10px auto 0px;width: 100%;height:4px;background:url(../images/index-t1.jpg) no-repeat center center;}
.module-box .module-title .cn-title{display:inline-block;*display:inline;*zoom:1;font-size:24px;font-weight: bold;line-height:1;margin-right: 5px;}
.module-box .module-title .en-title{display:inline-block;color:#666;font-size:14px;font-family: Arial;text-transform:uppercase;}
.module-box .module-title .cn-title i{float:left;width:50px;background:#274990;height:2px;margin-top:17px; }
.module-box .module-title .cn-title span{float:left;margin:0px 15px;}

.module-box2 {position:relative;padding:40px 0px}
.module-box2 .module-title{clear:both;text-align:center;margin:0px 0px 30px 0px;}
.module-box2 .module-title .module_title_line{display: block;margin:10px auto 0px;width: 100%;height:2px;background:url(../images/index-t2.jpg) no-repeat center center;}
.module-box2 .module-title .cn-title{display:block;*display:inline;*zoom:1;font-size:30px;font-weight: bold;line-height:1;}
.module-box2 .module-title .en-title{display:block;color:#b68b49;font-size:16px;margin-top: 3px;font-family: Arial;text-transform:uppercase;}

@media (max-width:767px) /*手机端*/
{
.module-box {padding:30px 0px}
.module-box .module-title{margin:0px 0px 25px 0px;}
.module-box .module-title .cn-title{font-size:18px;}
.module-box .module-title .en-title{font-size:12px;}
.module-box .module-title .module_title_line{margin:12px auto 0px;}

.module-box2 {padding:25px 0px}
.module-box2 .module-title{margin:0px 0px 20px 0px;}
.module-box2 .module-title .cn-title{font-size:20px;}
.module-box2 .module-title .en-title{font-size:12px;}
.module-box2 .module-title .module_title_line{margin:6px auto 0px;}
}

/*顶部样式*/
.header{background-color: #fff;}
.header .topbar{line-height: 40px;background-color: #f5f5f5;color: #333;font-weight: bold;font-size: 14px;}
.header .topbar ul{float: right;}
.header .topbar li{float: left;color: #333;margin-top: 3px;}
.header .topbar li.pipe{padding: 0 10px;}
.header .logo{float: left;font-size: 0;height: 80px;line-height: 80px;text-align: left;margin: 17px 0 13px;}
.header .tel{float: right;font-size: 28px;line-height: 1.8;font-family: Impact;background: url(../images/tel.png) no-repeat 0 center;padding-left: 75px;margin-top: 30px;}
.header .tel strong{display: block;font-size: 28px;color: #dd0000;}
.header .text{float: left;font-size: 16px;margin: 20px 0 20px 30px;padding: 5px 0 5px 30px;border-left: 1px solid #ddd;}
.header .text strong{display: block;font-size: 26px;}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}


/*搜索样式*/
.s-bar{clear:both;padding:0px 0;width:100%;overflow:hidden;}
.s-bar .s-input{float:left;border:1px solid #ddd;border-right:0px;padding-left:5px;height:34px;width:80%;font-size:14px;line-height:32px;color:#666}
.s-bar .s-btn{float:left;border:0px;background:#204c97;width:20%;height:34px;color: #fff;cursor:pointer}
/*手机顶部搜索样式 */
.search_box{position: absolute;z-index:9999;width:100%;background:#f5f5f5;}
.top-search{display:none;width:100%;}

.attr-nav{float:right;margin-left: 20px;transition:.5s all;-webkit-transition:.5s all;-o-transition:.5s all;-moz-transition:.5s all;-ms-transition:.5s all}
.switch i {
    display: block;
    height:84px;
    line-height:84px;
    color: #999;
    text-align: center;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
}

/*主菜单*/
@media (min-width:1200px) /*pc端*/
{
.header .nav-toggle{display:none}
.main-menu{padding:0px;height:50px;background:#204c97;text-align: center;background-image: linear-gradient(to top, #0d4683 0%, #093b71 50%, #0d4683 100%);}
    .nav>ul>li{position: relative;display:inline-block;text-align:center;font-size:16px;position:relative;line-height:50px;height:50px;}
    .nav>ul>li>a{display:block;padding:0 56px ;color:#fff;}
    .nav >ul>li.current >a,.nav >ul>li> a:hover{background:#05315f;}
    .nav>ul>li>ul{position:absolute;}
    .nav li:hover>ul{display:block}
    /*
    .nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #fff;}
    */
    .nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
    .nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:40px;} 
    .nav ul li ul li a:hover{text-decoration:none;background:#05315f}

    .nav ul li{position:relative;}
    .nav ul li .arrow{display:none}
    .nav ul li ul{display:none;position:absolute;left:0%;padding:10px 0;z-index:1002;width:100%;background:rgba(32,76,151,0.65);} /*二级ul样式*/
    .nav ul li ul li ul{left:100%;top:0px; display:none;padding:0px}/*三级以后ul样式*/
.el-input-group {width: 50%!important;}
}

@media (max-width:1200px) /*手机端*/
{
.header .logo {height: 60px;line-height: 60px;margin: 0px 0;}
.header .logo img{padding: 6px 0px 6px 10px;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:20px;color:#fff;width:50px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1005;background:#204c97;}
.header .nav-toggle.active{color:#fff;}
.switch i {
    display: block;
    height:60px;
    line-height:60px;
    color: #204c97;
    text-align: center;
    margin-right: 45px;
    font-size: 20px;
}

.nav{position:fixed;z-index:1006;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#333;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}

/*子栏目样式*/
.sub-nav-box {clear: both;margin-bottom: 20px;}
.sub-nav-box .sub-nav-title{position: relative;height:68px;line-height:68px;text-align: center;color:white;font-size: 20px;font-weight: normal;background:url(../images/nav-bg.jpg) no-repeat center / cover;}

.sub-nav-box .sub-nav-title .nav-toggle{width:50px;line-height:40px;padding: 0px;cursor:pointer;color:#fff;text-align:center}
.sub-nav-box .sub-nav-title .nav-toggle.active{color:#333}

.sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;}
.sub-nav-box .sub-nav li{width:100%;position: relative;background:#fafafa;}
.sub-nav-box .sub-nav li a{display:block;height:54px;line-height:54px;padding-left:25px;font-size:16px;border-bottom:1px #ececec solid;}
.sub-nav-box .sub-nav li a:hover{color:#0363ce;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:52px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:80px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:56px;line-height:56px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:normal;font-size:18px;}

.sub-nav-box .sub-nav li.current > a{color:#0363ce;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{color:#204c97;transform:rotate(90deg)}

.sub-nav-box2 {clear: both;margin-bottom: 0px;}
.sub-nav-box2 .sub-nav-title{position: relative;margin-bottom: 10px;height:68px;line-height:68px;text-align: center;color:white;font-size: 20px;font-weight: normal;background:url(../images/nav-bg.jpg) no-repeat center / cover;}

.lm-lxwm .con {padding:15px 20px;background: #f8f8f8;line-height: 2;}
.lm-lxwm .con h5{font-size:17px;color: #0363ce;}
.lm-lxwm .con p {display: block;}

@media (max-width:1025px) /*手机端*/
{
    .sub-nav-box {position: static;margin-top:10px;margin-bottom:0px;}
    .sub-nav-box .sub-nav-title{height:40px;line-height:40px;padding-bottom: 0px;text-align:left;font-size:16px;background:#204c97;color: #fff;padding-left: 10px;border-radius: 2px;margin-bottom: 0px;}

    .sub-nav-box .sub-nav{overflow-y:auto;background:#fff;margin-bottom:0px;}
    .sub-nav-box .sub-nav li{float:left;width:100%;background:none;margin-bottom: 0px;}
    .sub-nav-box .sub-nav li a{display:block;padding-left:20px;line-height:50px;border-left:0px #0d556e solid;border-right:0px #0d556e solid;border-bottom:1px #ececec solid;font-size:15px;background:none;border-radius: 0px;box-shadow: 0 0px 0px rgba(0, 0, 0, 0);}
    .sub-nav-box .sub-nav li a:hover{}
    .sub-nav-box .sub-nav li.current > a{}
.sub-nav {display:none}
.sub-nav.active{display:block}
.sub-nav.active{opacity:1;width:260px;max-width:60%;
    position: fixed;
    z-index: 1005;
    top: 0px;
    right: 0px;height:100%;height:100vh;}
    .sub-nav-box .sub-nav li.current > a{background:none;color:#333;}
}

/*首页-4大业务*/
.sy-4dyw{background:url(../images/4dyw-bg.png) no-repeat center center;}
.sy-4dyw ul{padding:30px 20px 30px 50px;overflow: hidden;}
.sy-4dyw ul li{line-height: 2;border-bottom:1px #ff5500 dotted;padding-top: 10px;padding-bottom: 10px}
.sy-4dyw ul li h6{font-size: 16px;}
.sy-4dyw ul li p{color: #666;}
.sy-4dyw .con{padding:32px 60px 30px 25px;overflow: hidden;}
.sy-4dyw .con img{width: 100%;}
@media (max-width:1024px) /*手机端*/
{
.sy-4dyw ul{padding:20px 0px 20px 30px;}
.sy-4dyw .con{padding:40px 30px 20px 0px;}
}
@media (max-width:768px) /*手机端*/
{
.sy-4dyw{background:none;}
.sy-4dyw ul{padding:0px 0px 0px 0px;}
.sy-4dyw .con{padding:20px 0px 20px 0px;}
}
/*首页-4大问题*/
.sy-4dwt{clear: both;overflow: hidden;}
.sy-4dwt .pic{margin-top: 10px;margin-bottom: 30px;}
.sy-4dwt .con{padding:65px 0 0;background:url(../images/4dwt-bg.png) no-repeat center top;}
.sy-4dwt .con .item{padding-left: 90px;padding-right: 30px;margin-bottom: 102px;}
.sy-4dwt .con .item2{padding-left: 42px;padding-right: 90px;margin-bottom: 102px;}
.sy-4dwt .con h4{color: #4d80bf;line-height: 2;}
.sy-4dwt .con p{line-height: 2.5;margin-top: 10px;}
@media (max-width:1024px) /*手机端*/
{
.sy-4dwt .con .item{padding-left: 20px;padding-right: 30px;margin-bottom: 60px;}
.sy-4dwt .con .item2{padding-left: 25px;padding-right: 80px;margin-bottom: 60px;}
}
@media (max-width:768px) /*手机端*/
{
.sy-4dwt .con{padding:25px 0 0;background:none;}
.sy-4dwt .con .item{padding-right: 0px;margin-bottom: 10px;}
.sy-4dwt .con .item2{padding-left: 25px;padding-right: 50px;margin-bottom: 10px;}
.sy-4dwt .con p{line-height: 2;margin-top: 0px;}
}
@media (max-width:767px) /*手机端*/
{
.sy-4dwt .con{padding:15px 0 0;}
.sy-4dwt .con .item{padding-left: 15px;padding-right: 15px;margin-bottom: 10px;}
.sy-4dwt .con .item2{padding-left: 15px;padding-right: 15px;margin-bottom: 10px;}
.sy-4dwt .con h4{font-size: 20px;}
.sy-4dwt .aqwt{margin-top: 10px;}
}
/*首页产品展示*/
.sy-product {}
.sy-product .item {padding-top:0px;}
.sy-product .item .pic{overflow: hidden;position: relative;}
.sy-product .item .pic img{width:100%;}
.sy-product .item .title{display:block;width:100%;height:70px;line-height:70px;color:#ffffff;background:#204c97;font-size:18px;text-align:center;padding:0px 10px;}
.sy-product .item .more{display: block;height:54px;line-height:54px;background:#f2f2f2;font-size:14px;text-align:center;}

@media (max-width: 1024px) {
.sy-product .item .title{height:60px;line-height:60px;font-size:16px;}
}
@media (max-width: 767px) {
.sy-product .item .title{height:40px;line-height:40px;font-size:15px;}
.sy-product .item .more{height:36px;line-height:36px;}
}
/*首页行业应用*/
.case-list2 {}
.case-list2 .item {padding-top:20px;}
.case-list2 .item .pic{overflow: hidden;position: relative;}
.case-list2 .item .pic img{width:100%;}
.case-list2 .item:hover .pic img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.case-list2 .item .box{display: none;}
.case-list2 .item .title{position:absolute;display:block;bottom:0px;width:100%;height:40px;line-height:40px;color:#ffffff;background:rgba(0,0,0,.6);font-size:16px;left: 0;text-align:center;padding:0px 10px;}
.case-list2 .item:hover .box{display: block;}

@media (max-width: 1024px) {
  .case-list2 .item .box{display: block;}
.case-list2 .item .title{height:36px;line-height:36px;font-size:14px;}
}
@media (max-width: 767px) {
.case-list2 .item {padding-top:0px;}
.case-list2 .item .title{height:32px;line-height:32px;}
}
/*首页-关于我们*/
.sy-about {clear: both;padding: 70px 0;background: url(../images/about-bg.jpg) no-repeat center / cover;overflow: hidden;}
.sy-about img{border-radius: 5px;}
.sy-about .module-box {padding:0px 0px;}
.sy-about .module-box .module-title{clear:both;text-align:left;margin:0px 0px 15px 0px;}
.sy-about .module-box .module-title .cn-title{display:block;color:#fff;font-size:24px;font-weight: bold;line-height:1;}
.sy-about .module-box .module-title .cn-title2{display:block;color: #fff;margin-top: 10px;text-transform:uppercase;}

.sy-about .cent { padding-left: 0px;}
.sy-about .cent p{font-size: 14px;line-height: 1.75;color: #fff;}
.sy-about .cent a.btn-more{margin-top:25px;border:1px #fff solid;color:#fff;background:none;}
.sy-about .cent a.btn-more:hover{background:#204c97;border:1px #204c97 solid;}
@media (max-width:1024px) /*手机端*/
{
  .sy-about {padding: 50px 0;}
  .sy-about .cent a.btn-more{margin-top:20px;}
}
@media (max-width:768px) /*手机端*/
{
  .sy-about .module-box .module-title{text-align:center;margin:30px 0px 15px 0px;}
  .sy-about .cent .about-center{text-align:center;}
}
@media (max-width:767px) /*手机端*/
{
  .sy-about {padding: 30px 0;}
  .sy-about .module-box .module-title{text-align:center;margin:25px 0px 15px 0px;}
  .sy-about .module-box .module-title .cn-title{font-size:20px;}
}
/*栏目>>关于我们*/
.lm-about{clear: both;padding:50px 0;overflow:hidden;}
.lm-about .con{}
.lm-about .con img{margin-bottom: 20px;}
.lm-about .con p{margin-top: 10px;font-size: 16px;line-height: 2;}
@media (max-width:768px)
{
.lm-about{padding:30px 0;}
}
@media (max-width:767px) 
{
.lm-about{padding:15px 0;}
.lm-about .con img{margin-bottom: 10px;}
}
/*栏目>>推荐新闻*/
.lm-tjxw{clear: both;padding:50px 0;background:#f5f5f5;border-top: 1px solid #ddd;overflow:hidden;}
.lm-tjxw .t1{width: 100%;font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.lm-tjxw .t1 span{display: inline-block;padding-bottom: 5px;border-bottom:3px solid #0363ce}
@media (max-width:768px) 
{
.lm-tjxw{padding:30px 0;}
.lm-tjxw .t1{font-size: 20px;}
}
/*首页-友情链接*/
.yunu-link {padding: 0px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #204c97;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

/*首页-新闻中心*/
.news-list5{clear:both;overflow:hidden;}
.news-list5 li{clear:both;overflow:hidden;display:block;width:100%;margin:0px 0px 0px 0px;text-align:left;}
.news-list5 li .pic{display:block;width:100%;height:280px;overflow:hidden;}
.news-list5 li .pic img{width:100%;height:100%;display:block;}
.news-list5 li .pic img:hover{transform:scale(1.1,1.1);transition: all 0.5s ease-out 0s;}
.news-list5 li .content{display:inline;}
.news-list5 li .content a{display:block;line-height:25px;font-size:18px;padding:10px 0;}
.news-list5 li .content p{display:block;color:#888;line-height:20px;max-height: 60px;} 

/*文章列表左边日期*/
.wzlb_zbrq_box{clear:both;overflow:hidden;}
.wzlb_zbrq_box li{overflow:hidden;margin:20px 0 0px 0;padding-bottom:20px;position:relative;border-bottom:1px dotted #666;}
.wzlb_zbrq_box .date{position:absolute;left:0px;top:0px;max-width:66px;height:68px;background:#204c97;border:#e3e3e3 0px solid;text-align:center;font-family:Arial;padding:0px;width:100%;}
.wzlb_zbrq_box .date span{display:block;}
.wzlb_zbrq_box .date span.date1{line-height:30px;border-bottom:0px solid #333;color:#fff;font-size: 28px;font-weight:bold;margin:0 auto;padding-top:10px;}
.wzlb_zbrq_box .date span.date2{color:#fff;font-size:12px;}
.wzlb_zbrq_box .con{margin-left:85px;}
.wzlb_zbrq_box .con a.title{clear:both;display:block;font-size:18px;height:1.5em;line-height:1.5em;color:#5a5a5a;text-decoration:none;margin:0px 0px 0px 0px;overflow:hidden;}
.wzlb_zbrq_box .con a.title:hover{color:#204c97;}
.wzlb_zbrq_box .con div.introduct{color:#888;line-height:20px;min-height:40px;font-size:14px;}

@media (max-width:767px) /*手机端*/
{
.wzlb_zbrq_box li{margin:0px 0 15px 0;padding-bottom:15px;}
.wzlb_zbrq_box li:first-child{margin:15px 0 15px 0;}
.wzlb_zbrq_box .con{margin-left:78px;}
}

/*首页-合作机构*/
.images-list2 .row {margin-left:-15px;margin-right: -15px;}
.images-list2 .row .item {padding:40px 20px;margin-top: 20px;text-align: center;border:1px solid #f5f5f5;overflow:hidden;box-shadow: 0px 0px 15px rgba(152, 152, 152, .2);-moz-box-shadow:0px 0px 15px rgba(152, 152, 152, .2); -webkit-box-shadow:0px 0px 15px rgba(152, 152, 152, .2);-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.images-list2 .row .item:hover {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.images-list2 .row .item a{display:block;overflow:hidden;}
.images-list2 .row .item .pic{min-height:80px;line-height: 1;}
.images-list2 .row .item .pic img{width:auto;height:auto;}
.images-list2 .row .item .title{height: 2;line-height: 2;color: #000;}
.images-list2 .row .item a:hover img{transform:scale(1.1,1.1);transition: all 0.3s ease-out 0s;}
@media only screen and (max-width:767px) 
{
   .images-list2 .row .item {padding:30px 10px;}
   .images-list2 .row .item .pic{min-height:60px;}
}

/*首页-客户案例*/
.images-list3 {}
.images-list3 .item {border: 1px solid #e4e4e4;padding: 15px;}
.images-list3 .item:hover {border: 1px solid #204c97;}
.images-list3 .item .pic{display:block;overflow:hidden;}
.images-list3 .item .pic img{width:100%;}
.images-list3 .item .pic:hover img{transform:scale(1.1,1.1);transition: all 0.5s ease-out 0s;}
.images-list3 .item .con{padding: 10px 0 0px;}
.images-list3 .item .con .title{font-size: 16px;font-weight: normal;height: 1;text-align: center;}
.images-list3 .item .con p{font-size: 14px;color:#5a5a5a;margin-top: 3px;height: 42px;line-height: 21px;overflow:hidden;}

/*首页-产品展示*/
.images-list4 {}
.images-list4 .row {margin-left:-15px;margin-right: -15px;}
.images-list4 .row .item {margin-top: 20px}
.images-list4 .row .item .pic{display:block;overflow:hidden;}
.images-list4 .row .item .pic img{width:100%;}
.images-list4 .row .item .title{font-size: 16px;font-weight: normal;padding-top:15px;text-align: center;}

/*栏目-产品展示*/
.images-list5 {}
.images-list5 .row {margin-left:-15px;margin-right: -15px;}
.images-list5 .row .item {border: 1px solid #ccc;padding: 10px;margin-top: 20px;}
.images-list5 .row .item:hover {border: 1px solid #0363ce;background: #0363ce;}
.images-list5 .row .item .pic{display:block;overflow:hidden;}
.images-list5 .row .item .pic img{width:100%;}
.images-list5 .row .item:hover .pic img{transform:scale(1.1,1.1);transition: all 0.5s ease-out 0s;}
.images-list5 .row .item .title{font-size: 16px;padding-top:10px;height:2;line-height: 2;text-align: center;}
.images-list5 .row .item:hover .title {color: #fff;}

/*新闻资讯-首页、子栏目公用*/
.news-list{clear:both;overflow:hidden;margin-top: 0px;}
.news-list li.tw{clear:both;overflow:hidden;display:block;width:100%;margin:0px 0px 12px 0px;text-align:left;}
.news-list li.tw .pic{float:left;width:160px;height:108px;overflow:hidden;margin-right:10px;}
.news-list li.tw .pic img{width:100%;height:100%;display:block;}
.news-list li.tw:hover .pic img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.news-list li.tw .content{padding-left:10px;overflow:hidden;}
.news-list li.tw .content h5{display:block;font-size:18px;margin-bottom: 5px;overflow:hidden;}
.news-list li.tw .content p{color:#666;max-height:72px;line-height:24px;overflow:hidden;} 

.news-list li.item2{clear:both;overflow:hidden;width:100%;}
.news-list li.item2 .title{float:left;height:40px;line-height:40px;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list li.item2 .date{float:right;padding-right: 0px;line-height: 40px;color: #666;}

.news-list li.item{clear:both;overflow:hidden;width:100%;border-bottom:1px dashed #e5e5e5;}
.news-list li.item .title{float:left;font-size: 16px;height: 60px;line-height: 60px;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list li.item .title i{font-size: 11px;color: #999;margin:0 10px 0 5px;}
.news-list li.item .title:hover i{color: #0d556e;}
.news-list li.item .date{float:right;padding-right: 0px;line-height: 60px;font-size: 16px;color: #999;}

@media (max-width:767px) /*手机端*/
{
  .news-list li.item .title{font-size: 14px;height: 50px;line-height: 50px;max-width:76%;}
.news-list li.item .title i{font-size: 10px;margin:0 5px 0 0px;}
.news-list li.item .date{line-height: 50px;font-size: 14px;}
}


/*栏目-新闻资讯列表*/

.news-list li.tw2{display:block;width:100%;padding: 20px;margin-top:20px;text-align:left;border:1px solid #ddd;background: #fff;overflow:hidden;}
.news-list li.tw2:hover{border:1px solid #0363ce;}
.news-list li.tw2 .pic{overflow:hidden;}
.news-list li.tw2 .pic img{width:100%;height:100%;max-height: 200px;display:block;}
.news-list li.tw2:hover img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.news-list li.tw2 .content{padding-left: 30px;}
.news-list li.tw2 .content .t1{display:block;font-size:18px;margin-bottom: 5px;overflow:hidden;}
.news-list li.tw2 .content .t2{color:#888;max-height:75px;line-height:25px;overflow:hidden;} 
.news-list li.tw2 .content .date{color:#888;margin-bottom: 5px;} 
@media (max-width:767px) /*手机端*/
{
  .news-list li.tw2{padding:0px 0 15px 0;margin:15px 0px 0px 0px;border:0px solid #eee;border-bottom:1px solid #eee;}
  .news-list li.tw2:hover{border:0px solid #e70012;}
  .news-list li.tw2 .pic{margin-top: 5px;}
  .news-list li.tw2 .content{padding-left: 0px;}
  .news-list li.tw2 .content .t1{font-size:16px;margin-bottom: 2px;margin-top: 10px;}
  .news-list li.tw2 .content .t2{max-height:60px;line-height:20px;} 
  .news-list li.tw2 .content .date{margin-bottom: 2px;} 
}

/*首页- 新闻资讯*/
.news-list li.tw5{clear:both;overflow:hidden;display:block;width:100%;padding: 20px;margin:0px 0px 20px 0px;text-align:left;background: #fff;}
.news-list li.tw5 .fenlei{display:none;}
.news-list li.tw5 .pic{float:left;overflow:hidden;}
.news-list li.tw5 .pic img{width:100%;display:block;}
.news-list li.tw5:hover img{transform:scale(1.1,1.1);transition: all 0.8s ease-out 0s;}
.news-list li.tw5 .content{padding-left: 15px;}
.news-list li.tw5 .content .t1{font-size:16px;color:#000;margin-bottom: 6px;overflow:hidden;}
.news-list li.tw5:hover .content .t1{color:#0363ce;}
.news-list li.tw5 .content .t2{color:#666;max-height:48px;line-height:24px;margin-bottom: 6px;overflow:hidden;} 
.news-list li.tw5 .content .date{text-align:left;color:#999;line-height:25px;} 
.news-list li.tw5 .content .jiantou{border:1px #999 solid;text-align:center;color:#999;font-size: 12px;padding:2px 6px;margin-top: 0px;} 
@media (max-width:1025px) /*手机端*/
{
.news-list li.tw5{padding: 10px;margin:0px 0px 10px 0px;}
.news-list li.tw5:hover img{transform:scale(1.0,1.0);transition: all 0.8s ease-out 0s;}
.news-list li.tw5 .pic img{width:100%;height:100%;display:block;margin:4px 0px 0px 0px;}
.news-list li.tw5 .content .date{} 
.news-list li.tw5 .content{padding-left: 10px;}
.news-list li.tw5 .content .t1{margin-bottom: 2px;}
.news-list li.tw5 .content .t2{max-height:44px;line-height:22px;margin-bottom: 2px;} 
.news-list li.tw5 .fenlei{display:block;}
}

/*首页_新闻动态*/
.sy_news{clear:both;position:relative;max-width:1350px;margin:0 auto;overflow:hidden;}
.sy_news .ys_com{display:block;
-webkit-transition: transform 0.3s 0s ease-out;
        transition: transform 0.3s 0s ease-out;
        -ms-transition: transform 0.3s 0s ease-out;
        -moz-transition: transform 0.3s 0s ease-out;
        -o-transition: transform 0.3s 0s ease-out;
        transition: transform 0.3s 0s ease-out;
}
.sy_news .ys_com:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -ms-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
    }

.sy_news .ys_com .pic{overflow:hidden}
.sy_news .ys_com .pic img{width:100%;-webkit-transition:all .8s ease-in;-moz-transition:all .8s ease-in;-ms-transition:all .8s ease-in;transition:all .8s ease-in}
.sy_news .ys_com .news-data{color:#999;font-size:16px;line-height:2;padding-bottom:10px;margin-bottom:2px;border-bottom:1px solid #ddd;}
.sy_news .ys_com .tit{font-weight:bold;font-size:18px;margin:12px 0 8px;height:30px;line-height:30px;}
.sy_news .ys_com .com{line-height:24px;height: 72px;color:#666;font-size:14px;margin-bottom:0px;}
.sy_news .ys_com .m1 a{float:left;color:#999;font-size:12px;margin-top:5px;}
.sy_news .ys_com .m2 a{float:right;color:#666;font-size:12px;}
.sy_news .more2 {color:#c59441;font-size:32px;}

.sy_news .swiper-button-prev-p6 {top:40%;left:0%;transform: translateY(-50%);width: 48px;height: 48px;background: url(images/zc-l.png) no-repeat 0 0;}
.sy_news .swiper-button-next-p6 {top:40%;right:0%;transform: translateY(-50%);width: 48px;height: 48px;background: url(images/zc-r.png) no-repeat 0 0;
}
.sy_news .swiper-button-prev:after,
.sy_news .swiper-button-next:after {
  font-family: none;
  font-size: 0;
}
/*swiper*/

@media (max-width:1024px) /*手机端*/
{
    .swiper-inner{padding-bottom:22px;}
    .swiper-inner .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
    .swiper-inner .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
    .swiper-inner .swiper-pagination-bullet-active{opacity:1;}
}

.swiper-inner2{padding-bottom:22px;}
.swiper-inner2 .swiper-pagination{padding-top:12px;left: 50%;transform: translateX(-50%); white-space: nowrap;}
.swiper-inner2 .swiper-pagination-bullet{cursor:pointer;margin:3px;background:#999;width:10px;height:10px;opacity:0.4;}
.swiper-inner2 .swiper-pagination-bullet-active{opacity:1;}


/*首页选项卡*/
.tabBox { width:100%;overflow:hidden;margin-top: 20px;}
.tabBox .hd{position:relative;padding-bottom:25px;border-bottom:1px solid #333;}
.tabBox .hd ul{text-align: left;width:100%;}
.tabBox .hd ul li{ display: inline-block; padding:0px;line-height:2;margin-right:40px;text-align: center;font-size:16px;cursor: pointer;}
.tabBox .hd ul li:last-of-type a{margin-right: 0px;}
.tabBox .hd ul .active{ color:#e6a800;;}
.tabBox .hd .more{float: right;font-size:14px;color:#999;padding-top: 6px;}
.tabBox .bd ul{ padding:20px 0px;}

@media (max-width: 1024px) {
 .tabBox .hd ul{text-align: center;}
 .tabBox .hd ul li{margin-left: 15px;margin-right:15px;}
}
@media (max-width: 767px) {
 .tabBox {margin-top: 0px;}
 .tabBox .hd{padding-bottom:15px;}
 .tabBox .hd ul li{ font-size:15px;margin-left: 10px;margin-right:10px;}
 .tabBox .hd .more{padding-top: 6px;}
}

/*首页_联系我们*/
.sy_banner{padding:50px 0;text-align:center;line-height: 1.7;color:#FFF;background: url(../images/sy-bbg.jpg) no-repeat center top;}
.sy_banner h5{font-size:22px;font-weight: normal;letter-spacing:2px;}
.sy_banner p{font-size:18px;display: block;}

@media (max-width:767px) /*手机端*/
{
.sy_banner{padding:40px 0;line-height: 1.6;background: url(../images/sy-bbg.jpg) no-repeat center / cover;}
}

/*首页_模块标题*/
.sy-title {padding:0px 0px;margin-bottom: 15px;overflow: hidden;}
.sy-title .tit{margin:0px;padding-bottom:10px;border-bottom: 1px solid #d6d6d6;margin-bottom: 15px;}
.sy-title .t1{font-size:20px;font-weight:bold;color:#4d80bf;padding:0px 10px;padding-bottom:11px;border-bottom: 2px solid #145597;}
.sy-title .t2{font-size:14px;font-weight:normal;color:#e6e6e6;}
.sy-title .more{float:right;text-align:right;font-size:14px;padding-right:5px;line-height:36px;}
.sy-title .cent{padding:10px 0;border: 0px solid #eee;}

.news-list1 {padding-top:0px;}
.news-list1 li.item{clear:both;overflow:hidden;width:100%;padding:0px;font-size:14px;border-bottom: 0px dashed #e3e3e3;}
.news-list1 li.item .title{float:left;padding-left:0px;height:40px;line-height:40px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list1 li.item .date{float:right;padding-right: 0px;color: #999;line-height:40px;}

.news-list2 {}
.news-list2 li.item{clear:both;overflow:hidden;width:100%;padding:0px;font-size:14px;border-bottom: 0px dashed #e3e3e3;}
.news-list2 li.item .title{float:left;padding-left:0px;height:40px;line-height:40px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-list2 li.item .date{float:right;padding-right: 0px;color: #999;line-height:40px;}

@media (max-width:767px) /*手机端*/
{
.sy-title .t1{font-size:18px;}
.news-list2 li.item .title{max-width:73%;}
}
/*网站地图*/
.webmap{}
.webmap > ul{}
.webmap > ul > li{}
.webmap > ul > li > a{font-size:16px;line-height:40px;font-weight:bold}
.webmap > ul > li > ul > li{display:inline-block;margin:0 20px;}
.webmap > ul > li > ul > li > ul {display:none}

/*栏目-成功案例*/
.cgal{padding-bottom:0px;}
.cgal .item {background-color: #ffffff;overflow:hidden;border:1px solid #f5f5f5;}
.cgal .item .con{padding:8px 10px;}
.cgal .item .con .title{height: 25px;line-height: 25px;font-size:14px;color:#000;}
.cgal .item .con .intro{display:block;line-height: 22px;font-size:12px;color:#666;}
.cgal .item .img{overflow: hidden;width:100%;}
.cgal .item .img img{width:100%;}
.cgal .item:hover img{transform:scale(1.1,1.1);-webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8;}


/*问答样式*/
.FaqList{clear: both;}
  .FaqList .item{margin-bottom: 20px;}
  .FaqList .circle{float: left;position: relative;width: 26px;height: 26px;line-height: 26px;margin: 2px 5px 0 0;border-radius: 4px;background: #C4261D;text-align: center;color: #FFF;font-size: 14px;}
  .FaqList .circle:after{content: "";position: absolute;top: 100%;left: 0;width: 0;height: 0;margin-top: -7px;border: 5px solid transparent;transform: rotate(2deg);-webkit-transform: rotate(2deg);}
  .FaqList .circle.q{margin-left: 8px;font-style: normal;}
  .FaqList .circle.q:after{border-left-color: #C4261D;}
  .FaqList .circle.a{background: #E8A839;font-style: normal;}
  .FaqList .circle.a:after{border-left-color: #E8A839;}
  .FaqList .ico-hot{float: left;}
  .FaqList .ico-hot:before{width: 40px;height: 18px;margin-top: 1px;background-position: -315px -390px;}
  .FaqList .ht h4{padding-left: 45px;font-size: 18px;}
  .FaqList .ct{position: relative;padding: 15px 8px 10px;margin-top: 15px;box-shadow: 0 0 10px rgba(0,0,0,.13);}
  .FaqList .ct .arrow{position: absolute;left: 5px;top: -13px;width: 30px;height: 30px;text-align: center;}
  .FaqList .ct .arrow:before{content: "";display: inline-block;width: 8px;height: 8px;box-shadow: 0 -3px 4px rgba(0,0,0,.1);background: #FFF;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
  .FaqList .txt{overflow: hidden;line-height: 24px;padding:0 10px;color: #666;}
  .FaqList .read{float: right;margin-right: 15px;}

  .FaqList .btns{margin-top: 10px;line-height: 30px;}
  .FaqList .date{margin-left: 15px;color: #ABABAB;font-style: normal;}


/*产品内容页*/

.p-content{font-size:16px;line-height:2;min-height: 300px;padding:20px 40px;border:1px #d8d8d8 solid;margin-top:30px;background:#fff;overflow:hidden; }

.product-detail {font-size:16px;line-height:2;margin:20px auto 20px 30px;}
.product-detail .title{font-size:28px;color:#204c97;font-weight:bold;margin-bottom:8px;}
.product-detail .line{width:80px;background:#dd0000;height:2px;margin-bottom:10px;}
.product-detail .jianjie{line-height:2;color:#666;margin-bottom:16px;font-size:14px;}
.product-detail .renzheng img{margin-right:8px;margin-top:10px;}
.product-detail .renzheng,.page-productdetail .detail-top .price,.page-productdetail .detail-top .hotline{font-weight:bold;font-size:18px;}

.product-detail .zixunbox{width:100%;border-top:1px solid #ddd;margin-top:10px;padding-top:30px;}
.product-detail .zixunbox li{float: left;width:50%;}
.product-detail .zixunbox .zixun{color:#fff;background:#204c97;font-size:18px;height:50px;text-align: center;font-weight:normal;line-height:50px;margin-right: 15px;border-radius: 5px;display: block;cursor:pointer}
.product-detail .zixunbox li:last-child .zixun{margin-right: 0px;}

.p-content .comtitle{margin-top:20px;height:40px;background: url(../images/p-titbg.png) no-repeat 100px center;}
.p-content .comtitle span{display:inline-block;color:#204c97;height:40px;line-height:40px;font-size:20px;font-weight:bold;}
.p-content .contentbox{padding:10px 0 20px;}

@media (max-width:767px) /*手机端*/
{
  .p-content{font-size:14px;padding:0px 0;margin-top:10px;border:0px #d8d8d8 solid;}
    .product-detail {margin:15px auto;}
    .product-detail .title{font-size:24px;}
    .product-detail .comtitle span{height:50px;line-height:50px;font-size:22px;}
    .p-content .comtitle{margin-top:10px;}
}

/******recommend*******/
.recomCon {
  clear:both;
  margin-top: 20px;
  padding: 20px 5px;
  background: #fff;
  border: 1px solid #dddddd;
  overflow:hidden;
}
.recomCon .recom-tit {
  font-size: 20px;
  line-height: 32px;
  padding: 0px 15px;
}
.recomCon .recom-tit .more {
  float: right;
  font-size: 14px;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  transition: all ease 600ms;
}
.recomCon .recom-tit .more:hover {
  width: 130px;
  transition: all ease 600ms;
}
.recomCon.recomNews .recom-tit {
  padding-bottom: 0;
}
.recomCon.recomNews .recom-tit s {
  width: 4px;
  height: 20px;
  margin-right: 12px;
  background: #204c97;
  display: inline-block;
  vertical-align: middle;
}
.recomCon .txtimglist {
  width: 100%;
}
.recomCon .txtimglist .item {
  display:block;
  width:100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  overflow:hidden;
}
.recomCon .txtimglist .item a {
  display: block;
}
.recomCon .txtimglist .item img {
  width: 100%;
}
.recomCon .txtimglist .item .con{
  padding-left: 12px;
}
.recomCon .txtimglist .item h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
}
.recomCon .txtimglist .item .txt {
  color: #999999;
  line-height: 24px;
  max-height: 72px;
}

@media (max-width:767px) /*手机端*/
{
.recomCon {padding: 20px 0px;}
.recomCon .txtimglist .item .con{padding-top: 10px;padding-left: 0px;}
}
/*在线留言表单*/
.ui-validForm{padding-top:30px;}
.form-group::before,.form-group::after{content:"";display:table} 
.form-group::after{clear:both} 
.form-group{position:relative;padding:10px 0px;}
.form-group .control-label{position:absolute;left:0px;top:10px;}
.form-group .controls{padding-left:100px;}
.form-group .form-control{border:1px solid #eeeeee;height:32px;line-height:32px;width:100%;padding:2px 5px;font-size:14px;color:#666;transition:all .5s ease-in-out}
.form-group .form-control:focus{border-color:#ad7669}
.form-group textarea.form-control{height:300px}
.form-group .help-block{display:block}
.btn{border:1px solid #0363ce;color:#fff;height:35px;width:120px;background:#0363ce;transition:all .5s ease-in-out}
.btn:hover{background:#805246}
.form-group .controls-verificationCodeImage{position:relative;max-width:400px;_width:400px;}
.form-group .lb_verificationCodeImage{position:absolute;display:inline-block;right:1px;top:0px;height:32px;overflow:hidden}
.form-group .lb_verificationCodeImage img{height:30px;}

.el-textarea__inner:focus,.el-input.is-active .el-input__inner, .el-input__inner:focus{border-color: #0363ce!important;outline: 0;}
.el-button--small,.el-button--medium, .el-button--small.is-round {padding: 12px 50px!important;}
.el-button--primary {background-color: #0363ce!important;border-color: #0363ce!important;}
.el-form--label-left .el-form-item__label {text-align: center!important;}
.el-textarea textarea{height: 160px!important;}


/*悬浮图标*/
.service-online {
  position: fixed;
    _position: absolute;
    bottom: 40%;
    right: .1%;
    z-index: 1000;
}
.service-online .btn {
  width: 50px; height: 50px; font-size: 22px; margin-bottom: 1px; vertical-align: middle; display: block; background-color: #204c97;border: 0px solid rgb(208, 208, 208);
}
.service-online .btn .fa {
  line-height: 40px; vertical-align: top;
}
.service-online :last-child.btn {
  margin-bottom: 0px;
}
.service-online #hotline {
  position: relative;
}
.service-online .linebox {
  left: -185px; width: 190px;bottom: 0px; display: none; position: absolute;
}
.service-online .linebox p {
  line-height: 1.8;
}
.service-online .linebox p .fa {
  top: 4px; line-height: 1.4; position: relative;
}
.service-online #hotline .linebox .contentbox {
  background: rgb(255, 255, 255); padding: 9px 5px; border-radius: 6px; border: 1px solid rgb(208, 208, 208); border-image: none; width: 170px; position: relative; box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.service-online #hotline:hover .linebox {
  display: block;
}
.service-online .ewm {
  left: -145px; width: 150px; height: 150px; bottom: 0px; display: none; position: absolute;
}
.service-online #weixinIm:hover .ewm {
  display: block;
}
.service-online .ewm .contentbox {
  background: rgb(255, 255, 255); padding: 5px; border-radius: 6px; border: 1px solid rgb(208, 208, 208); border-image: none; width: 130px; height: 150px; position: relative; box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.service-online .contentbox .border-right-empty {
  width: 0px; height: 0px; right: -12px; bottom: 10px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(13, 13, 13); border-top-width: 12px; border-bottom-width: 12px; border-left-width: 12px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute;
}
.service-online .contentbox .border-right-empty span {
  left: -12px; top: -12px; width: 0px; height: 0px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(251, 251, 251); border-top-width: 12px; border-bottom-width: 12px; border-left-width: 12px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; display: block; position: absolute;
}
.service-online .ewm img {
  width: 120px; height: 120px;
}

/*移动端底部固定导航*/
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;color:#fff;background:#204c97;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footer-fixed ul{height:60px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;}
.footer-fixed ul li{flex-grow:1;}
.footer-fixed ul li + li{border-left:1px solid rgba(255,255,255,0.3);}
.footer-fixed ul li a{display:block;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li span{font-size:16px;color:#fff;line-height:26px;}
.footer-fixed ul li .fa-home{font-size:20px;}
.footer-fixed ul li p{color:#fff;font-size:12px;}
.footer-fixed.active{transform:translateX(280px);z-index:9;}


/*首页_新闻快讯*/
.sy_xwkx{position:relative;width:100%;background: url(images/new-bg.jpg) repeat-y 0 0;}
.sy_xwkx .con2{margin-top: 40px;margin-left: 14px}
.sy_xwkx .con2 .more{display: block;text-align: right;margin-top: 50px;color: #fff;}
.sy_xwkx .con2 .more a{color: #fff;}
.sy_xwkx .con2 li{padding: 30px 20px;margin-top: 53px;height: 380px;overflow:hidden;background:#fff;}
.sy_xwkx .con2 li .date{max-width:80px;height:80px;font-family:Arial;}
.sy_xwkx .con2 li .date span{display:block;}
.sy_xwkx .con2 li .date span.date1{line-height:32px;font-size: 48px;font-weight:bold;margin:0 auto;padding-top:20px;}
.sy_xwkx .con2 li .date span.date2{font-size:14px;}
.sy_xwkx .con2 li .con{padding:5px 10px 16px 0;}
.sy_xwkx .con2 li .con .title{clear:both;display:block;font-size:16px;font-weight: bold;height:50px;line-height:25px;text-decoration:none;overflow:hidden;}
.sy_xwkx .con2 li .con .introduct{color:#999;line-height:24px;height:120px;margin-top: 10px;}
.sy_xwkx .con2 li .con .line{margin-top: 10px;}
.sy_xwkx .con2 li .con .line i{color:#204c97;font-size: 40px;}
.sy_xwkx .con2 li:hover{background:url(images/news-bg.jpg) no-repeat center center;background-size: cover;}
.sy_xwkx .con2 li:hover .con .introduct{color:#204c97;}

/*友情链接*/
.sy-yqlj{clear:both;}
.sy-yqlj .sy-yqlj-inner{width:100%;margin:0 auto;text-align: center;}
.sy-yqlj .sy-yqlj-inner select{width:auto;margin:0px auto;padding: 0 0;height:40px;line-height:40px;border:1px solid #ccc;text-align:center;text-align-last:center;}
.sy-yqlj .sy-yqlj-inner option{text-align:center;}

/*栏目-团队*/
.yjhcy2 {clear: both;overflow:hidden;}
.yjhcy2 .item {padding:0px;border:0px solid #e5e5e5;margin-top: 20px;}
.yjhcy2 .item .pic{display:block;overflow:hidden;position:relative;}
.yjhcy2 .item .pic img{width:100%;}
.yjhcy2 .item .pic:hover img{transform:scale(1.1,1.1);transition: all 0.3s ease-out 0s;}
.yjhcy2 .item .con{position:relative;text-align: center;background:#204c97;color: #fff;padding:22px 0 15px;}
.yjhcy2 .item .con .p1{position:absolute;z-index: 2;left: 50%;transform: translateX(-50%);width: 36px;height: 36px;margin:0 auto;background: url(images/zj-bg2.png) no-repeat center center;top: -18px;}
.yjhcy2 .item .con .t1{display:block;font-size:18px;font-weight: bold;line-height: 1.8;}
.yjhcy2 .item .con .t2{display:block;font-size:14px;}
.yjhcy2 .item:hover .con{color:#333;background: url(images/zj-bg.jpg) no-repeat center center;background-size: cover;}

/*侧栏-产品*/
.prolist {
  padding-bottom: 20px;
}
.prolist .item {
  position: relative;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  transition: all ease 300ms;
  overflow:hidden;
}
.prolist .item a {
  display: block;
  width: 100%;
}
.prolist .item img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.prolist .item h3 {
  padding: 0 0px;
  text-align: center;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  transition: all ease 300ms;
}
.prolist .item:hover {
  border-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*人才招聘*/
.jjyc{clear:both;overflow:hidden;width:100%;padding:0px;}
.jjyc li{margin-top:20px;position:relative;box-shadow:none;}
.jjyc li .tits{font-size:16px;height:45px;line-height:45px;padding-left:15px;cursor:pointer;padding-right:50px;-webkit-transition: all 0.25s linear;transition: all 0.25s linear;}
.jjyc li .tits span.s1{display:inline-block;position:absolute;top:0px;right:0px;z-index:5;width:50px;border-left:1px #fff solid;height:45px;line-height:45px;text-align:center;font-weight:normal;font-size:24px;background:#204c97;color:white;}
.jjyc li .tits{background:#f5f5f5;}
.jjyc li .tits.current{background:#46b085;color:white;}
.jjyc li .tits.current span.s1{background:#46b085;}
.jjyc li .coms{padding:15px;background:#fff;line-height:2;transform:scale(1,1);transition: all 0.3s ease-out 0s;}
.jjyc li .tits .span_minus:before{content: "-";}
.jjyc li .tits .span_plus:before{content: "+";}
.collapse {display: none;}
.collapse.in {display: block;}

/*网站公共样式*/
.lm-contact{clear: both;padding-top: 30px;overflow:hidden;}
.lm-contact .title{width: 100%;line-height: 1.5;}
.lm-contact .title span{font-size:30px;font-weight: bold;color:#ff9900;padding:0 10px 10px;border-bottom: 1px solid #ccc;}
.lm-contact .con{padding-top: 30px}
.lm-contact .con li{line-height:2.5;font-size:18px;font-weight: bold;padding-left: 35px;background: url(../images/lx01.png) no-repeat left center;}

@media (max-width:767px) /*手机端*/
{
.lm-contact .title span{font-size:24px;}
.lm-contact .con{padding-top: 20px}
.lm-contact .con li{line-height:2;padding:5px 0 5px 35px;font-size:14px;}
}

/*顶部弹窗*/
.modal-header{
  padding:10px 15px 65px; 
  background: url(../images/yuding.jpg);
  background-size:100% 100%;
  border-bottom: 0px solid #e5e5e5;
}
.modal-content {
    overflow:hidden;
}

.modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    border:0px;
}
.modal-content .modal-body{
    padding:15px 40px 0;width:100%;
}
.modal-content .modal-footer{
    border-top: 0px solid #eee;
}

    .modal-content .close:hover,
    .modal-content .close:focus {
        color: #ff7e00;
        text-decoration: none;
        cursor: pointer;
        opacity: 1
        filter: alpha(opacity=100);
    }


 /*底部*/
footer{clear: both;background:#011933;}
footer .con{text-align:left;width:100%;padding:50px 0 40px;color:#fff;overflow:hidden;}
footer .con h2{font-weight: normal;margin-bottom: 10px;}

footer .nav2{text-align: left;margin: 22px 0;}
footer .nav2>ul>li{display: inline-block;text-align:center;}
footer .nav2>ul>li>a{font-size:14px;padding:0 15px;color:#dadada;}
footer .nav2 >ul>li.current >a,.nav2 >ul>li> a:hover{color:#fff;}
footer .nav2>ul>li:before{content: "|"; float:left; color: #e2e2e2;}
footer .nav2>ul>li:first-of-type:before{ display: none;}
footer .nav2>ul>li:first-of-type a{padding-left: 0px;}

footer .con p{margin: 22px 0;}
footer .con .s1{padding-left: 35px;background: url(../images/f-tel.png) no-repeat center left;}
footer .con .s2{padding-left: 35px;background: url(../images/f-email.png) no-repeat center left;}
footer .con .foot-er{margin:0 auto;text-align: center;background: url(images/code_bj.png) no-repeat center top; overflow: hidden;}
footer .con .foot-er .t1{text-align: center;font-size: 14px;color: #bec3cc;margin-top: 15px;display: block;}
footer .con .foot-er img{width: 121px;height: 121px;display: block;margin: 9px auto 0;overflow: hidden;}

footer .con2{width:100%;color:#fff;padding:10px 0;line-height:2;border-top: 1px solid #03346a;overflow:hidden;}
footer .con2 a{color:#fff;margin-left: 15px;}
footer .con2 a:hover{color:#e6a800;}

@media (max-width:768px) /*手机端*/
{
footer{padding-bottom:60px;}
footer .con{padding:40px 0 30px;}
footer .con h2{font-size: 24px;}
footer .nav2{margin: 10px 0;}
footer .con p{margin: 10px 0;}
}

@media (max-width:767px) /*手机端*/
{
footer .con{padding:30px 0 20px;}
footer .con h2{font-size: 24px;}
footer .con .foot-er{margin-top:10px;}
footer .con2{text-align: center;}
footer .con2 a{display: block;margin-left: 0px;}
}

#toTop{display: none;text-decoration: none;position: fixed;bottom: 12px;right: 12px;overflow: hidden;width: 50px;height: 50px;border: none;text-indent: -9999px;background: url(Images/ui.totop.png) no-repeat left 0px;background-size: auto;background-size: cover;z-index: 190;border-radius: 50%;transition: all 0.2s linear;}
#toTop:hover{background-position:left -50px;background-size: cover;}