body {
  font-family: "Microsoft YaHei", sans-serif;
}
ul li{
    list-style-type: none;
}
ul{padding: 0px; margin: 0px;}

.color-9{ color: #999;}
.m-top2{ margin-top: 20px;}
.border-bottom{ border-bottom: 1px solid #eee; margin-bottom: 20px;}
.top{
  background: #4a4a4a;
  color: #fff;
}
.top ul li{
  display: inline-block;
}
.top ul i,.copyright ul i{
  width: 1px;
  height: 12px;
  background: #fff;
  display: inline-block;
  margin: 0px 5px;
}
.top ul li a{
  color: #fff;
  line-height: 30px;
}
.logo{ padding: 20px 0px; }
.logo i{ max-width: 489px; }
.logo i img{ width: 100%; display: block;}

.m_table{
  display: table;
}
.m_table .m_row{
  display: table-row;
}
.m_table .m_cell{
  display: table-cell;
}

.p-r-30{padding-right: 30px;}
.p-l-0{padding-left: 0 !important;}
.pull-rigth{float: right !important;}

.tel{
  background: url(../images/tel.png) no-repeat 1px 1px;
  padding-left: 40px;
  height: 30px;
  color: #ef8200;
  font-size: 25px;
  margin-top: -27px;
}
.search{
  margin-top: 10px;
  height: 38px;
  
  position: relative;
  
}
.search input{
  display: block;
  border: none;
  width: 100%;
  height: 38px;
  line-height: 38px;
  outline: none;
  background: #bfbfbf;
  border-radius: 20px;
  padding-left: 20px;
}
.search .zoom{
  height: 38px;
  line-height: 38px;
  width: 60px;
  background: #ef8200;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.navbar-nav>li{
  position: relative;
  width: 165px;
}
.navbar-nav>li:after{
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #fff;
}
.navbar-nav>li:last-child:after{
  display: none;
}


@media (min-width: 768px) {
  .page-width{
    width: 1200px;
  }
 .dianhua {margin-top:18px; }
 .piclist .lt{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right:-30px;
}
.piclist .lt>div{
  padding: 0;
}
.piclist .lt img{
  height: 100%;
}
}

/*下拉菜单*/
.navbar .nav > li .dropdown-menu {  
    border: 0;
    min-width: 116px;
    margin: 0;
    padding-bottom: 0;
    box-shadow: none;
    width: 165px;
    background: #ef8200;
}  
.navbar .nav > li:hover .dropdown-menu {
  width: 165px;
  background: #ef8200;
    /*display: block;*/
}
.index-top .dropdown-menu > li > a{
  padding: 10px;
  color: #999;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.index-top .dropdown-menu>li>a:last-child{
  border-bottom: 0;
}
.index-top .dropdown-menu>li>a:hover{
  color: #fff;
  background: #00659d;
}
/*下拉菜单 结束*/

.navbar{
  margin-bottom: 0px;
  border: none;
  /*border-top: 1px solid #e9e9e9;*/
  background: #00a0e9;
}
.index .nav>li>a,.index .nav>li>a:active,.index .nav>li>a:hover,.index .nav>li>a:visited{ padding: 15px 30px;  color: #fff; font-size: 16px; text-align: center;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ef8200;
}
.navbar-nav>.active:after{
  display: none;
}
.index .navbar-nav{
  margin-top: 0px;
}
.index .navbar-default .navbar-toggle {
    width: 90%;
    margin: 15px 15px;
}
.navbar-toggle .icon-bar {
    margin: auto;
    background: #fff;
    width: 15px;
}
.navbar-toggle{ background: #00659d; padding: 5px 8px; margin-right: 0px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background: #ef8200;
}
.dropdown-menu>li>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:visited{
  color: #fff;
  background: #ef8200;
  height: 
}
.dropdown-menu>li>a{
  padding: 10px 20px;
}
/*.menu{ border-top: 1px solid #e9e9e9;}
.menu ul li{ display: inline-block;}
.menu ul li a{
  color: #3d3c3c;
  display: inline-block;
  width: 139px;
  text-align: center;
  padding: 15px 0px;
}
.menu ul li a:hover,.menu ul .active>a{
  border-top: 2px solid #00659d;
  color: #00659d;
  text-decoration: none;
}*/

.banner {position: relative;background:#eee;width:100%;overflow:hidden;}
.banner .bd {margin: 0 auto;z-index: 9;overflow: hidden;}
.banner .bd ul{display:block;width:1920px;left:50%;position:absolute;margin-left:-960px;}
.banner .bd li {height:800px;overflow: hidden;}
.banner .bd li a {display: block;min-height: 800px;}

.banner-nav {position: relative;background:#eee;width:100%;overflow:hidden;}

/*缩小版banner*/
.banner-min{ display: none; }
.banner-nav-min{ display: none; }
.banner-nav-min img,.banner-min img,.about i img,.case-img img{ width: 100%; }


.sw-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;

  height: 185px;
}
.sw-box .sw-it{
  width: 25%;
  flex: 1;
  height: 185px;
  text-align: center;
  color: #656565;
  font-size: 16px;
}
.sw-box .sw-it img{
  display: block;
  margin: 70px auto 10px;
}

/**/
.sub_nav{
  background: #ef8200;
  height: 148px;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 15px
}
.sub_nav .mscd{
  background: #ffffff;
  height: 118px;
  padding: 15px 0;
}
.sub_nav .mscd .cxk{
  display: block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  border-radius: 15px;
  border: 1px solid #7d7d7d;
  padding-left: 20px;
  padding-right: 32px;
  outline: none;
  margin: 0 auto;
}
.sub_nav .mscd .cxbtn{
  display: block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: none;
  margin: 10px auto 0;
  background: #ef8200;
  color: #ffffff;
  font-size: 20px;
}
.sub_nav .mscd .cx_ipt{
  position: relative;
}
.sub_nav .mscd .cx_ipt .cx_tool{
  position: absolute;
  color: #b0b0b0;
  right: 30px;
  top: 13px;
}
.cx_sub{
  display: flex;
  justify-content: space-around;
  /*align-items: center;*/
  align-content: center;
}
.cx_sub .m_sub{
  height: 110px;
  padding-top: 28px;
}
.hxyw{
  margin-top: 50px;
  padding: 0;
  background: #f0f0f0;
}
.hxyw .l{
  width: 100%;
  height: 185px;
  background: #45b6e4;
  text-align: center;
  padding-top: 60px;
}

.hf{
  margin-top: 120px;
}

.piclist{
  margin-top: 25px;
  /*padding: 0;*/
}




.about{ padding-bottom: 20px; }
.about-left{ margin-top: 70px; }
.about-right{margin-top: 140px; height: 260px; overflow: hidden;}
.about-left p{
  text-indent:2em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  color: #0d0d0d;
  margin-top: 20px;
  line-height: 32px;
  font-size: 16px;
}
.about h4{
  color: #45b6e4;
  font-size: 25px;
}
.more{
  padding-top: 20px;
  color: #00659d;
}

.more a{
  display: block;
  height: 50px;
  line-height: 50px;
  background: #ef8200;
  width: 150px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  float: right;
}

.huise{ color: #ef8200; font-size: 14px; }
.case{
  background: #f1f1f1;
  padding: 20px 0px 20px 0px;
}
.case-top p{ color: #cecbcb; margin-bottom: 0px; }
.case-img img{min-height: 240px; }
/* effect-1 css */
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; margin-top: 20px;}
.port-1 .text-desc{opacity: 0.9; top: -100%; transition: 0.5s; color: #000; padding: 90px 20px 20px;}
.port-1 img{transition: 0.5s;}
.port-1:hover img{transform: scale(1.2);}
.port-1.effect-1:hover .text-desc{top: 0;}
.port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
.port-1.effect-2:hover .text-desc{bottom: 0;}
.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}
.port-1.effect-3:hover .text-desc{width: 100%; top: 0; left: 0; height: 100%; padding: 45px 20px 20px;}
/* effect-1 css end */
/*= Media Screen CSS
==================== */
.text-desc{position: absolute; left: 0; top: 0; background-color: #000; height: 100%; opacity: 0; width: 100%; padding: 20px;}
.btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 1px solid #fff; text-decoration: none; transition: 0.4s;}
.btn:hover{color: #fff; transition: 0.4s; background: #00659d; border: 1px solid #00659d;}
.text-desc>p{ color: #Fff; }

.news-list{
  border: 1px solid #e3e2e2;
  padding: 20px 0px;
  margin-top: 20px;
}
.news-list-left{ border-right: 1px solid #e3e2e2;}
.news-list p{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  color: #939393;
}
.news-list-left>h3{ color: #00659d; margin: 0px; font-size: 44px;}
.news-list h4{ margin-top: 0px; }


.copyright{
  background: #000000;
  color: #fff;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
}
.copyright ul{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.copyright ul li{
  display: inline-block;
  width: 160px;
  text-align: center;
  padding: 20px 0 10px;
}
.copyright ul li a{
  color: #fff;
  font-size: 18px;
}
.suoxiaowx{
  display: none;
}

.copyright .cp{
  margin: 60px 0 60px;
}
.copyright .cp .ff{
  position: relative;
  height: 120px;
}
.copyright .cp .ff:after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
.copyright .cp .gg{
  padding-left: 70px;
  font-size: 16px;
  line-height: 20px;
}
.copyright .cp .lg{
  width: 90%;
  margin-top: 30px;
}

.copyright .cp .kk{
  position: relative;
}
.copyright .cp .kk .b_img{
  position: absolute;
  right: 0;
  top: 10px;
}

.dropdown-menu>li>a{
  text-align: center;
}





/* ----- 经典案例代码 开始 -----*/
.case-title{ margin-top: 40px;}
.case-title p{ position: relative;}
.case-title p>.l,.case-title p>.r{
    border-top: 1px solid #eee;
    width: 6%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 42%;
}
.case-title p>.r{
    right: 0;
    left:42%;
}
.case-news .bs-example-tabs>ul{margin: auto; margin-top: 40px; text-align: center;}
.case-news .bs-example-tabs>ul>li{ display: inline-block; float: inherit; width: 10%;}
.case-news .nav>li>a{ padding: 10px 0px; color: #999;}
.case-news .nav-tabs{ border: none;}
.case-news .nav-tabs>li>a{ border-radius: 6px; border: none; border: 1px solid #eee;}
.case-news .nav-tabs>li.active>a,.case-news .nav-tabs>li.active>a:focus,.case-news .nav-tabs>li.active>a:hover{
    background: #00659d;
    color: #fff;
    border:none;
}
.case-news .tab-content{
    margin-top:40px;
}
.bs-example-tabs p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.paddin-bottom2{ padding-bottom: 20px;}
.thumbnail{ margin-bottom: 0px;}
/* ----- 经典案例代码 结束 -----*/

/* -----新闻中心代码 开始 -----*/
.n_sub_item{
  display: block;
  width: 180px;
  height: 50px;
  padding: 5px 0;
  line-height: 40px;
  background: #d9d9d9;
  border-radius: 25px;
  text-align: center;
  font-size: 25px;
}
a.n_sub_item{
  text-decoration: none;
}
.n_sub_act{
  background: #ef8200;
  color: #fff;
}
a.n_sub_act{
  color: #fff;
  text-decoration: none;
}

.n-show-title{
  font-size: 25px;
  color: #000000;
  text-align: center;
}
.n-show-time{
  color: #777777;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 5px;
  border-bottom: 1px solid #5b5b5b;
}
.n-show-body{
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.n-show-body p{
  text-indent: 2em;
}
.n-show-body p img{
  width: 100%;
}
.n-p-n{
  margin-top: 20px;
}
.n-p-n,.n-p-n a{
  color: #999999;
  font-size: 16px;
}
.n-p-n .prev,.n-p-n .next{
  display: inline-block;
  width: 50%;
}

.n-item{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.n-item img{
  width: 100%;
}
.n-item span{
  display: inline-block;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #413635;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

.n-l-m-news{
  border: 1px solid #999999;
  margin-top: 20px;
}
.n-l-m-news h3{
  margin: 0;
  padding: 20px 20px;
  font-size: 25px;
  color: #ff6b6b;
  /*height: 20px;*/
  /*line-height: 30px;*/
  border-bottom: 1px solid #999999;
}

.n-l-m-news ul{
  padding: 20px;
  color: #666666;
  font-size: 16px;
}

.n-l-m-news ul li{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-l-m-news ul li a{color: #666666;}

.n-l-m-news-b{
  height: 60px;
  text-align: center;
  border-top: 1px solid #999999;
  padding-top: 10px;
}
.n-l-m-news-b a{
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
/* -----新闻中心代码 结束 -----*/


/* ----- 联系我们代码 开始 -----*/
dt{font-weight: 500;}
.lxwm_comm{
  font-size: 16px;
  color: #575757;
}
.ldt{
  padding-bottom: 50px;
  border-bottom: 1px solid #b5b5b5;
}
.ldt h1{
  font-size: 30px;
  color: #ef8200;
  margin-bottom: 30px;
}
.ldt h1 em{
  font-size: 18px;
  color: #575757;
  font-style: normal;
}
.ldt dt{
  height: 30px;
  line-height: 30px;
  float: left;
  width: 100px;
  font-size: 20px;
  color: #575757;
  text-align-last: justify;
}
.ldt dd{
  width: 400px;
  height: 30px;
  line-height: 30px;
  float: left;
}


.lly h1{
  font-size: 30px;
  color: #ef8200;
  margin-bottom: 30px;
  margin-top: 50px;
}
.lly h1 em{
  font-size: 18px;
  color: #575757;
  font-style: normal;
}

.lly dt,.lly dd{
  float: left;
}
.lly dt{
  height: 40px;
  line-height: 40px;
  width: 80px;
  text-align-last: justify;
}
.lly dd{
  width: 400px;
}
.lly dd input{
  width: 100%;
  border: 1px solid #aaa;
  height: 40px;
  line-height: 40px;
  outline: none;
  /*border: #aaaaaa;*/
}
.lly textarea{
  width: 84%;
  border: 1px solid #aaa;
  outline: none;
  height: 100px;
}
.lly .btnSave{
  background: #ef8200;
  padding: 10px 30px;
  border: none;
  color: #fff;
  margin-top: 30px;
  margin-left: 100px;
  margin-bottom: 80px;
}
/*.border-r{
    border-right: 1px solid #eee;
}
.lxwm-img img{
    width: 100%;
}
.lxwm-dt{
    margin: 40px 0px;
}
.lefttitle{
  font-size: 18px;
  color: #fff;
  background: #4a4a4a;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
}
.listleft li a{
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #666;
    background: #f9f9f9;
    padding: 0px 20px;
    border-bottom: 1px solid #eee;
}
.listleft li a:hover{
  background: #337ab7;
  color: #fff;
  text-decoration: none;
}
.newsbottom{
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 20px;
}
.newsbottom .col-md-6,.newslist li a{
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1; 
}
.newdl{ text-align: right; }
.newsfont{ margin: 20px 0 40px 0; }
.newsfont p{ font-size: 14px; color: #666; line-height: 24px; }*/
/* ----- 联系我们代码 结束 -----*/

/* ----- 合作企业代码 开始 -----*/
.h_hzqy{
  height: 50px;
}
.box-list{
  border-bottom: solid 1px #e8e8e8;
  padding: 30px 0;
}
.box-list h1{
  color: #333333;
  font-size: 25px;
}

.box-list em{
  display: block;
  color: #737373;
  font-size: 20px;
  font-style: normal;
  padding: 10px 0;
}

.box-list p{
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

.box-list a{
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #cccccc; 
  color: #666666;
  margin-top: 10px;
}
.box-list .box-img{
  padding-top: 22px;
}

.box-detail h1{
  font-size: 24px;
  text-align: center;
  color: #ef8200;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 10px;
}

.box-detail p{
  font-size: 16px;
  line-height: 25px;
  text-indent: 2em;
  padding: 10px 0;
}

/* ----- 合作企业代码 结束 -----*/

/* ----- 业务范围代码 开始 -----*/
.ywfw_l{
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 20px;
}
.ywfw_l h2{
  background: #00a0e9;
  color: #fff;
  font-size: 30px;
  padding: 15px;
  text-align: center;
}
.ywfw_l h2 em{
  font-size: 14px;
  font-style: normal;
}
.ywfw_menu{
  width: 80%;
  margin: 0 auto;
}
.ywfw_menu h3{
  background: #ef8200;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 10px;
}
.ywfw_menu .yw_row{
  cursor: pointer;
  border: 1px solid #b5b5b5;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.ywfw_menu .act{
  color: #ef9c52 !important;
}

.ywfw_r{
  line-height: 30px;
  font-size: 16px;
  color: #575757;
}
.ywfw_r h1{
  color: #ef8200;
  font-size: 30px;
}
.ywfw_r img{
  width: 100%;
}
/* ----- 业务范围代码 结束 -----*/

/* ----- 人力资源代码 开始 -----*/

.rlzy{
  font-size: 16px;
  color: #3e3e3e;
  line-height: 30px;
}
.rlzy p{
  text-indent: 2em;
}

.rlzy h1{
  background: #ef8200;
  color: #fff;
  padding: 15px;
  font-size: 30px;
  width: 300px;
  margin: 30px 0;
}
.rlzy h2{
  font-size: 22px;
  color: #00a0e9;
  padding-left: 5px;
  margin: 0px 0 10px;
  padding-top: 20px;
}
.rlzy .blue{
  color: #00a0e9;
  font-size: 12;
}

/* ----- 人力资源代码 结束 -----*/

/* ----- 公司简介代码 开始 -----*/

.gywm_sub_item{
  display: block;
  width: 180px;
  height: 50px;
  padding: 5px 0;
  line-height: 40px;
  background: #d9d9d9;
  border-radius: 25px;
  text-align: center;
  font-size: 25px;
}
a.gywm_sub_item{
  text-decoration: none;
}
.gywm_sub_act{
  background: #ef8200;
  color: #fff;
}
a.gywm_sub_act{
  color: #fff;
  text-decoration: none;
}

.gywm_b{
  margin-top: 50px;
  font-size: 16px;
  line-height: 32px;
  color: #2f2f2f;
}
.gywm_b p{
  text-indent: 2em;
}

.wm_img{
  width: 100%;
  margin: 50px 0 70px;
}
.wm_img img{
  width: 100%;
}

.gywm_c{
  color: #444444;
  font-size: 16px;
  line-height: 32px;
}

.gywm_c h2{
  width: 200px;
  padding: 8px 20px;
  background: #ef8200;
  color: #ffffff;
  font-size: 20px;
  /*line-height: 32px;*/
}
.h_10{height: 10px;}
.gc_it_l img,.gywm_b img{ width: 100%; }
/* ----- 公司简介代码 结束 -----*/


/* ----- 企业文化代码 开始 -----*/
.qw{
  font-size: 16px;
  line-height: 32px;
}
.qw_a{
  margin-top: 50px;
  color: #505050;
}
.qw h1{
  text-align: center;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.qw_a h1{
  line-height: 100px;
  width: 100px;
  height: 100px;
  background: #46c3fd;
  float: right;
  color: #fff;
}
.qw_a img{
  width: 100%;
}
.qw h2{
  font-size: 24px;
  color: #2d2d2d;
}
.qw_a h2{
  margin-top: 100px;
}
.qw em{
  font-style: normal;
  font-size: 16px;
  color: #46c3fd;
  display: block;
}

.qw_b{
  margin-top: 60px;
  text-align: center;
}
.qw_b h1{
  color: #46c3fd;
}

.qw_c{
  background: #46c3fd;
  margin-top: 60px;
  height: 280px;
  color: #fff;
}
.qw_c h1{
  text-align: left;
  margin-top: 50px;
}
.qw_c h2,.qw_c em{
  color: #fff;
}
.qw_c img{
  margin-top: 130px;
  margin-left: 80px;
}

.qw_d{
  margin-top: 250px;
  text-align: center;
}
.qw_d h1{
  color: #83d2fc;
  margin-top: 80px;
}

.qw_e{
  margin-top: 100px;
  text-align: center;
  margin-bottom: 120px;
}
.qw_e h1{
  margin-top: 50px;
  color: #83d2fc;
}
.qw_f{
 margin-bottom: -20px;
}

/* ----- 企业文化代码 结束 -----*/

/* ----- 企业简介代码 开始 -----*/
.jj_a{
  margin-top: 50px;
  color: #101010;
  font-size: 16px;
  line-height: 28px;
}
.jj_a .jj_a_b{
  background: #00a0e9;
  padding: 20px;
  width: 70%;
}
.jj_a h1{
  color: #00a0e9;
  font-size: 30px;
  line-height: 28px;
  position: relative;
  margin-bottom: 50px;
}
.jj_a h1:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  width: 65px;
  height: 2px;
  background: #ef8200;
}
.jj_a p{
  text-indent: 2em;
}

.jj_it h2{
  font-size: 30px;
  line-height: 28px;
  color: #28b1ff;
  text-align: center;
}
.jj_it em{
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;

}
.jj_it .jj_top{
  text-align: center;
}

.jj_b a{
  text-decoration: none;
}

.jj_b .at{
  margin-top: 60px;
  margin-bottom: 70px;
}
.jj_b .bt{
  margin-top: 20px;
  margin-bottom: 70px;
}
.jj_b .lt .ii{
  float: left;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}
.jj_b .lt .ii img{
  display: block;
  margin: 10px auto;
}

.jj_c .jj_c_t{
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
}
.jj_c .jj_c_txt{
  padding-top: 10px;
}

.jj_d{
  margin-top: 80px;
  margin-bottom: 50px;
}
.jj_d .jj_d_tp{
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #080808;
}
.jj_d .jj_d_tp h3{
  color: #45b6e4;
  font-size: 24px;
  line-height: 28px;
}

.jj_e .jj_e_tp{
  margin-top: 50px;
  color: #080808;
  font-size: 16px;
  height: 28px;
  padding: 0 80px;

}
.jj_e .jj_e_tp h3{
  margin: 20px 0;
  color: #28b1ff;
  font-size: 24px;
  line-height: 28px;
  position: relative;
}
.jj_e .jj_e_tp h3:after{
  position: absolute;
  content: '';
  left: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ef8200;
}

.jj_f{
  margin-top: 80px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 28px;
  color: #080808;
}
.jj_f h3{
  color: #28b1ff;
  font-size: 24px;
  line-height: 28px;
}
.img_w{ width: 100%; }

/* ----- 企业简介代码 结束 -----*/

.pagination a,.pagination .layui-laypage-curr{
  padding: 10px 15px;
}

.pagination .layui-laypage-curr{
  font-style: normal;
  color: #f00;
}

@media (max-width: 768px) {
  .qw_f img,.qw_b img,.qw_c img,.qw_d img,.qw_e img{ width: 100%; }
 .qw_d{
   margin-top: 10px;
 }
 .xs_hidden{display: none;}
 .page-width{ width: 100%; }
 .menu ul li a { width: 112px; }
 .banner{ display: none; }
 .banner-nav{ display: none; }
 .banner-min{ display: block; }
 .banner-nav-min{ display: block; }
 .news-list-left{
  border-right: 0px;
  border-bottom: 1px solid #e3e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
 }
 .copyright p{
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
 }
 .suoxiaowx{display: block;}
 .yinc,.dianhua{display: none;}
 .navbar{ min-height: 0px; }
 .case-title p>.l{ right: 23%; width: 20%;}
.case-title p>.r{ left:23%; width: 20%;}
.case-news .bs-example-tabs>ul>li{
    width: 30%;
}
.xs-bottom{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.lefttitle{
  width: 100% !important;
  display: block;
}
.listleft li{
  width: 50%;
  float: left;
}
.newdl{
  text-align: left;
}
.piclist .lt .ii{
  text-align: center;
  margin-bottom: 20px;
}
.piclist .lt .ii img{
  width: 100%;
}

.copyright .cp .ff:after{
  display: none;
}
.copyright .cp .gg{
  padding-left: 20px;
  padding-top: 20px;
}
.p-l-0{
  padding-left: 20px !important;
}

/**/
.h_hzqy{
  height: 10px;
}
.n_sub_item{
  width: 100%;
  margin-top: 15px;
}

.gywm_sub_item {
  width: 100%;
  margin-top: 15px;
}
.jj_a .jj_a_b{
  width: 100%;
}
.navbar-nav>li{
  width: auto;
}
.navbar-nav>li:after{
  display: none;
}
.navbar .nav > li:hover .dropdown-menu{
  width: auto;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
  color: #fff;
  text-align: center;
}
.jj_b .lt .ii{
  width: auto;
}
.jj_a img{ width: 100px; }
.copyright .cp .kk .b_img{
  position: relative;
  padding-top: 5px;
}
.index .nav>li>a, .index .nav>li>a:active, .index .nav>li>a:hover, .index .nav>li>a:visited{
  text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
  text-align: left;
}
}
