@charset "utf-8";

body,
div,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
table,
th,
td,
input,
select,
textarea {
    /*  font-size: 16px; 
    line-height: 1.8; 
*/
    font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
}
body{
  background-color: #fff;
  color: #777;
  line-height: 1.7;
  font-size: 16px;
}
input,button{
   outline:medium;
}
a,
li {
    transition: all 0.3s ease 0s;
    color: #313131;
}
a:focus{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #11a52a;
}

ul{
  padding: 0;
  margin:0;
}
ul li{
   list-style: none;
}
img{
   max-width: 100%;
}
hr{
  border-top: 1px solid #ddd;
}
.banner img{
  width: 100%;
}

.owl-theme .owl-controls .owl-page span{
  opacity: 0.3;
  background: #c63d27;
}


.clearfix{
  clear: both;
}
.clear15{
    clear: both;
    height: 15px;
}
.clear30{
    clear: both;
    height: 30px;
}
.clear60{
    clear: both;
    height: 60px;
}
.clear90{
    clear: both;
    height: 90px;
}
.image-large {overflow: hidden;display: block;}
.image-large img{transition:transform 1s ease;}
.image-large:hover img{transform: scale(1.1);}


.global-fanye{
   text-align: center;
   padding: 20px 0;
   margin-top: 30px;
}

.global-fanye a{
   display: inline-block;
   font-size: 16px;
   border:1px solid #ccc;
   color: #666;
   margin: 5px;
   min-width: 40px;
   padding: 3px 9px;
   text-align: center;
}
.global-fanye a.active,
.global-fanye a:hover{
  background-color: #5cb729;
  color: #fff;
  border:1px solid #5cb729;
}






.effect0 {
    box-shadow: 0 1px 35px 0px rgba(0,0,0,.1);
    border: none;
}

.glb-h3{
   font-size: 24px;
   color: #3f3f3f;
   font-weight: bold;
}
.glb-h1{
   font-size: 34px;
   font-weight: bold;
   color: #3f3f3f;
   text-align: center;
}
.glb-h1.white{
    color: #fff;
}
.glb-h1 .line{
    width: 70px;
    height: 3px;
    background-color: #2cb476;
    margin: 20px auto;
}
.glb-h1 .line.white{
     background-color: #fff;
}



.glb-btn{
    background-color: #60b630;
    text-align: center;
    padding: 8px 30px;
    border:0;
    color: #fff;
    font-size: 14px;
    transition: .6s;
}
a.glb-btn{color: #fff;}
.glb-btn:hover{
    background-color: #3e8e12;
}




.dingtop{
   padding-top: 17px;
   padding-bottom: 13px;
   position: fixed;
   width: 100%;
   background-color: #fff;
   z-index: 999;
}

.dingtop .dianhua{
  text-align: right;
  font-size: 30px;
}

.dingtop .dianhua img{
   height: 55px;
}
.dingtop .dianhua span{
   vertical-align: middle;
}


.main-menu{
  
}
.main-menu   ul.list-inline{
  text-align: right;
  overflow: hidden;
}
.main-menu   ul.list-inline > li{
    padding: 0;
}

.main-menu   ul.list-inline > li a.active,
.main-menu   ul.list-inline > li a:hover{
   
}


.main-menu   ul.list-inline > li >a{
  display: block;
  font-size: 18px;
  padding: 15px 0px 10px 30px;
  text-decoration: none;
}


.main-menu  .main-menu-sub{
    list-style: none;
    z-index:100;
    position:absolute;
   
    background-color:rgba(255,255,255,.9);
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.2);*/

    padding:8px;
    margin: 0px auto;
    width: 156px;
}

.main-menu  .main-menu-sub li {
    padding:5px;
    text-align: center;
    float: none;
}



.main-menu  .main-menu-sub li a{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #999;
    padding: 0;
}

.main-menu  .main-menu-sub.anli-zi li a{
   font-size: 16px;
}




.main-menu ul.list-inline .main-menu-sub  >li a:hover{
    color: #079cdf;
    background-color: transparent;
}


.pc_menu .zhongyin{
  text-align: right;
}
.pc_menu .zhongyin a{
  color: #666;
  font-size: 12px;

}
.pc_menu .zhongyin .text{
  margin-top: -15px;
}

.pc_menu .zhongyin a:hover{
  color: red;
}
.pc_menu .zhongyin form div{
  float: right;
   width: 202px;
   height: 40px;
   padding: 5px;
   padding-right: 10px;
   margin-top: 5px;
   background-image: url(../images/inputbei.jpg);
}
.pc_menu .zhongyin form div input{
    width: 150px;
    height: 30px;
    border:none;
    font-size: 14px;
    vertical-align: middle;
    color: #999;

}
.pc_menu .zhongyin form div button{
    display: inline-block;
    width: 21px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/sou.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    vertical-align: middle;

}

.mobile_menu_bg{
  display: none;
   background-color: #fff;
   box-shadow:0 1px 5px 0px rgba(0,0,0,.2);
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.mobile_menu_bg .title{
   float: right;
   margin-right: 30px;
}
.mobile_menu_bg .title a{
   color: #333;
   font-size: 14px;
}

.mobile_menu{ 
  border:1px solid #ccc;
  padding: 7px;
  border-radius: 4px;
  background-color: #eee;
  float: right;
  }
.mobile_menu:hover{
  background-color: #fff;
}
.mobile_menu:focus{
  background-color: #fff;
}
.mobile_menu .icon-bar{
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
  background-color: #5cb729;;
}
.mobile_menu .icon-bar + .icon-bar {
  margin-top: 6px;

}
.mobile_menu_bg .title{
   font-size: 20px;
   color: #eee;
   padding-left: 20px;
}

.mobile_menu_sub{
  display:none;
  background: #eee;
  margin-bottom: 10px;
  margin-top: 61px;
position: fixed;
width: 100%;
z-index: 998;
}
.mobile_menu_sub a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}
.mobile_menu_sub > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}



.mobile_menu_sub li:hover{
  background: #ccc;
}

.mobile_menu_sub > ul >li em{
   font-style: normal;
   display: inline-block;
   margin-left: 5px;
}

.mobile_menu_sub > ul >li{
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.mobile_menu_sub > ul >li>ul>li:hover{
  background: #ddd;
}




.carousel-indicators li {

    margin: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #24aff2;
    margin: 5px;
    border:none;
}


.dingtop .tel{
    text-align: right;
    color: #5cb729;
    font-size: 18px;
    font-weight: bold;
}


.index_about{
   padding-top: 60px;
}
.index_about .t1{
   padding: 50px;
   padding-bottom: 70px;
}
.index_about .t2{
   padding-left: 20px;
   
}


.index_about h1{
    text-align: left;
}

.index_about h1 .line{
    margin-left: 0;
}

.index_fuwu{
  text-align: center;
  padding: 60px 0;
}
.index_fuwu .bejin{
    min-height: 670px;
    background-image: url(../image/fw_bj.jpg);
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    padding:  30px;
    display: inline-block;
}


.index_fuwu .t1{
    width: 85%;
}
.index_fuwu .t2{
    width: 15%;
}
.index_fuwu .t1 img{
  width: 100%;
}
.index_fuwu h1{
   text-align: left;
   padding-left: 40px;
   padding-bottom: 40px;
}
.index_fuwu h1 .line{
  margin-left: 0;
}



.index_why{
   background-image: url(../image/news_bj.jpg);
   background-size: 100% 100%;
   min-height: 479px;
   padding: 80px 0;
}
.index_why h1{
  margin-bottom: 40px;
}
.index_why .col-sm-2 > div{
    background-color: #b8f0ed;
    border-radius: 8px;
    text-align: center;
    padding: 20px 5px;
}
.index_why .col-sm-2 div.text{
   color: #137171;
   font-size: 18px;
   padding: 3px;
}






.index_xinwen{
    font-size: 14px;
    padding: 80px 0;
}
.index_xinwen h1{
   margin-bottom: 70px;
}
.index_xinwen a img{
   width: 100%;
}

.index_xinwen .title{
   font-size: 18px;
   padding: 10px 0;
   padding-top: 20px;
}
.index_xinwen .time{
   padding: 20px 0;
}


.index_xiangmu{
   background-color: #3ed3d1;
   padding-top: 80px;
   padding-bottom: 130px;
   margin-bottom: 100px;
}
.index_xiangmu .container{
   position: relative;
}
.index_xiangmu .top{
    overflow: hidden;
    color: #fff;
    padding:0 40px 70px 40px;
}
.index_xiangmu .top .text{
    font-size: 20px;
}
.index_xiangmu .top a{
    float: right;
    padding: 7px 40px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    margin-top: -18px;
    transition: .6s;
}

.index_xiangmu .top a:hover{
    color: #3ed3d1;
    background-color: #fff;
}


#index_qie li{
   padding: 15px;
}

#index_qie{
  padding: 0 15px;
}


#index_qie li .text{
   padding: 15px 10px;
   text-align: center;
   color: #fff;
   font-size: 18px;
}
.index_xiangmu .left_btn{
    position: absolute;
    margin-top: 10%;
    right: 0;
    cursor: pointer;
}
.index_xiangmu .right_btn{
    position: absolute;
    margin-top: 10%;
    left: 0;
    cursor: pointer;
}

.product .menu{
   text-align: center;
   margin-top: -65px;
   font-size: 0;
}

.product .menu a{
   display: inline-block;
   padding: 15px 50px;
   font-size: 20px;
   background-color: rgba(255,255,255,.9);
   border-right: 1px solid #fff;
   height: 65px;
   transition: .6s;
}

.product .menu a:hover,
.product .menu a.active{
    background-color: #4fbc89;
    color: #fff;
}
.product .jianjie .con{
   padding-top: 70px;
}
.product .jianjie {
   padding: 90px 0;
}

.product .jianjie .title{
    font-size: 30px;
    padding: 20px;
    text-align: center;
    color: #333;
    padding-top: 50px;
}
.product .youshi .col-sm-3 >div{
    background-color: #f8f8f8;
    border-radius: 9px;
    padding: 40px;
    text-align: center;
    color: #666666;
    transition: .6s;
    min-height: 350px;
}
.product .youshi .col-sm-3 >div:hover{
    background-color: #eee;
}
.product .youshi .glb-h1{
   padding-bottom: 30px;
}

.product .youshi .col-sm-3 >div .title{
    font-size: 24px;
    font-weight: bold;
    color: #2cb476;
    padding-bottom: 10px;
}
.product .hexin{
    padding: 100px 0;
}
.product .hexin .effect0{
    overflow: hidden;
    margin-top: 60px;
}

.product .hexin .title{
     font-size: 24px;
     font-weight: bold;
     color: #2cb476;
     padding-bottom: 10px;
}
.product .hexin li{
   width: 25%;
   float: left;
   text-align: center;
   margin: 50px 0;
   padding: 0 50px;
   border-right:1px solid #eee;
   min-height: 220px;
   color: #666666;
}

.product .dingwei{
    padding:90px 50px;
    margin: 90px 0;
}

.product .dingwei .t1{
    font-size: 26px;
    font-weight: bold;
    color: #0ac2c2;
}
.product .dingwei h1{
   text-align: left;
   font-size: 26px;
   line-height: 1.8;
}
.product .dingwei h1 .line{
    margin-left: 0;
    margin-bottom: 50px;
}

.product .dingwei .col-sm-4 > div{
    background-color: #f8f8f8;
    padding: 50px;
    text-align: center;
}

.product .dingwei .col-sm-4 > div .tit{
    font-size: 24px;
    color: #2cb476;
    font-weight: bold;
    padding-bottom: 10px;
}

.product .henbiao{
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-bottom: 30px;
    font-weight: bold;
    margin-top: 90px;
}




.product .weihai {
    padding-top: 130px;
}

.product .weihai .title{
        font-size: 30px;
    color: #333;
    font-weight: bold;
  
}
.product .weihai .situ{
    padding-left: 40px;
}
.product .weihai .situ .tb{
    display: table;
    width: 100%;
}

.product .weihai .situ .td{
   display: table-cell;
   padding: 15px;
}




.product .weihai .tianmai .effect0{
    padding: 30px 50px;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
}

.product .weihai .tianmai .effect0 img{
   float: left;
   margin-right: 30px;
}


.product .moshi{
    background-image: url(../image/fuwu_bj.jpg);
    color: #fff;
    padding: 120px 0;
}
.product .moshi .shang{
    font-size: 26px;
}
.product .moshi h1{
   text-align: left;
}
.product .moshi h1 .line{
    margin-left: 0;
}
.product .kuang h4{
    font-size: 24px;
    font-weight: bold;
    color: #0cc5c2;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.product .col-sm-1{
   padding-top: 130px;
}


.product .kuang ul{
   background-color: #b9f1ee;
   padding: 20px;
   font-size: 18px;
   color: #032525;
   line-height: 2;
   padding-left: 40px;
}
.product .kuang ul li{
    list-style-image: url("../image/yuan.jpg"); 
}



.product .changjin{
    background-color: #f2f2f2;
    padding: 120px 0;
}
.product .changjin h1{
    text-align: left;
}
.product .changjin h1 .line{
    margin-left: 0;
}

.product .changjin ul{
   overflow: hidden;
}
.product .changjin ul li{
    float: left;
    width: 25%;
    text-align: center;
}

.product .changjin ul li img{
    padding: 15px; 
    padding-top: 20px;
}


.product .changjin .effect0{
    padding: 70px;
}

.product .fuwu{
  background-image: url(../image/fuwu_bj.jpg);
  padding: 90px 0;
  margin-top: 110px;
}

.product .fuwu .title{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.product .fuwu .col-sm-2>div{
    background-color: #b7efed;
    padding: 20px 15px;
    border-radius: 8px;
}
.product .fuwu .col-sm-2>div span{
    font-size: 20px;
    color: #137171;
    font-weight: bold;
}

.product .fuwu .col-sm-2>div .con{
    color: #137171;
}


.product .jishudui{
    font-size: 30px;
    color: #2a5c45;
    text-align: center;
}


.product .cihua{
   background-color: #fcf8f9;
}

.product .cihua h1{
  padding-top: 90px;
  margin-top: 0;
}


.product .jishudui{
   margin-top: 50px;
   margin-bottom: 30px;
}





.product .cihua .bj{
    height: 737px;
    background-image: url(../image/cihua.jpg);
    background-position: center center;
}

.product .cihua .kuang{
    text-align: center;
}

.product .cihua .kuang span{
    display: inline-block;
    font-size: 20px;
    color: #2cb476;
    text-align: center;
    border:2px solid #2cb476;
    line-height: 1.5;
    padding: 8px 30px;
    height: 80px;
    vertical-align: middle;
    position: relative;
    margin-right: 35px;
}

.product .cihua .kuang span.one{
    padding-top: 23px;
}
.product .cihua .kuang span:after{
     content: '';
     position: absolute;
     top: 27px;
     right: -33px;
     width: 29px;
     height: 24px;
     background-image: url(../image/jian.jpg);
}
.product .cihua .kuang span:last-child{
    margin-right: 0;
}
.product .cihua .kuang span:last-child:after{
     display: none;
}


.product .jiazhi{
   background-color: #f6f7f9;
   padding: 100px 0;
}

.product .jiazhi .t1{
    font-size: 24px;
    color: #2a5c45;
    margin-top: -12px;
}
.product .jiazhi .t2{
    font-size: 30px;
    color: #2a5c45;
}
.product .jiazhi .t3{
    font-size: 18px;
    color: #666666;
    padding: 30px 0;
}
.product .jiazhi h1{
    padding-bottom: 50px;
}




.product .jiazhi .gao{
   height: 37px;
   background-image: url(../image/heng.jpg);
   background-repeat: no-repeat;
   padding: 5px  0 0 20px;
}
.product .jiazhi ul{
    margin-left: -10px;
    margin-right: -10px;
}
.product .jiazhi ul li{
       width: 33.33%;
       float: left;
}
.product .jiazhi ul li div.quan{
    border-radius: 9px;
    background-color: #15d5c5;
    padding-top: 30px;
    margin: 10px;
}
.product .jiazhi ul li .con{
   padding: 20px;
   color: #fff;
}
.rongyu .xiao{
   margin-bottom: 25px;
}
.rongyu .top h1{
  text-align: left;
}
.rongyu .top h1 .line{
   margin-left: 0;
}

.rongyu .top span{
    font-size: 16px;
    font-weight: normal;
}

.rongyu .heng{
   height: 72px;
   background-image: url(../image/rongyu_bj.jpg);
   text-align: center;
   font-size: 30px;
   color: #fff;
   line-height: 71px;
}

.rongyu .heng span{
    float: right;
    font-size: 16px;
    margin-right: 20px;
}
.rongyu .list ul{
   overflow: hidden;
   background-image: url(../image/shuxian.jpg);
   background-repeat: repeat-y;
   background-position: center center;
}
.rongyu .list li{
    width: 50%;
    float: right;
    padding-top: 200px;
    padding-bottom: 50px;
    
}
.rongyu .list li span{
    display: block;
    position: relative;
}

.rongyu .list li img{
   max-width: 400px;
   margin-top: 20px;
}



.rongyu .list li:nth-child(odd){
    float: left;
    text-align: right;
    padding-top: 100px;
}






.rongyu .list li:nth-child(odd) img,
.rongyu .list li:nth-child(odd) span{
    padding-right: 90px;
    margin-right: 1px;
}

.rongyu .list li:nth-child(odd) span:before{
     content: '';
     position: absolute;
     top: 5px;
     right: 0px;
     width: 54px;
     height: 16px;
     background-image: url(../image/henli.jpg);  
}


.rongyu .list li:nth-child(even) img,
.rongyu .list li:nth-child(even) span{
    padding-left: 90px;
}

.rongyu .list li:nth-child(even) span:before{
     content: '';
     position: absolute;
     top: 5px;
     left: 0px;
     width: 54px;
     height: 16px;
     background-image: url(../image/henli.jpg);  
}

.anli ul.left_menu {
   border:1px solid #5cb729;
}

.anli h1{
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
}

.anli .left_menu a{
    display: block;
    font-size: 24px;
    color: #333333;
    transition: .6s;
    text-align: left;
    padding: 7px;
    padding-left: 20px;
    border-bottom: 1px solid #5cb729;
    background-color: #f9f9f9;
}
.anli .left_menu a:hover,
.anli .left_menu a.active{
    background-color: #5cb729;
    color: #fff;
}
.anli .title{
   display: block;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 40px;
}

.anli .image-large img{
    width: 100%;
}



.anli_page ul{
    padding-left: 300px;
    padding-right: 300px;
}

.anli_page .effect0{
    padding: 60px;
    margin-top: 60px;
}
.anli_page h1{
   padding: 40px 0;
}


.anli_page .title1{
    font-size: 28px;
    text-align: center;
    color: #222;
    padding: 60px 0;
    position: relative;
}
.anli_page .title1 em{
    border-bottom: 1px solid #333;
    position: absolute;
    width: 200px;
    top: 20px;
}



.anli_page .qietu .right_btn,
.anli_page .qietu .left_btn{
   cursor: pointer;
   float: left;
   margin-top: 20%;
   position: relative;
   z-index: 999;
}

.anli_page .qietu .right_btn{
   float: right;
}

.anli.news a.title{
   text-align: left;
   background-color: #fafafa;
   padding: 20px;
      margin-bottom: 40px;
}

.anli.news a.title span{
   display: block;
   font-size: 13px;
   color: #999;

}

.news_page .container.t1{
    background-color: #f9f9f9;
    padding: 50px;
}

.clear{
  height: 15px;
}

.news_page .top{
    font-size: 34px;
    text-align: center;
    color: #333;
}
.news_page .time{
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.news_page a.title {
    text-align: left;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
}

.news_page a.title span {
    display: block;
    font-size: 13px;
    color: #999;
}



.news_page .shagnxia{
   padding-top: 40px;
}


.zhaoshang .shang{
   padding: 60px 0;
}

.zhaoshang .xiao{
  text-align: center;
  font-size: 18px;
  color: #282828;
}
.zhaoshang .laji .effect0{
   padding: 50px;
}

.zhaoshang .laji  h1{
   text-align: left;
   font-size: 26px;
   line-height: 1.5;
}


.zhaoshang .laji  h1 .line{
   margin-left: 0;

}

.zhaoshang   .dibei{
   display: inline-block;
   padding: 5px 10px;
   color: #fff;
   font-size: 20px;
   background-image: url(../image/rongyu_bj.jpg);
   background-size: cover;
   margin: 10px 0;
} 

.zhaoshang .laji .a3 ul li{
    overflow: hidden;
    margin-top: 50px;
}
.zhaoshang .laji .a3 ul span{
    float: left;
    background-color: #0ac2c2;
    font-size: 19px;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 10px;
}
.zhaoshang .laji .a3 ul li div{
    background-color: #f1f1f1;
    color: #666666;
    padding: 10px;
    margin: 7px 0 0 20px;
}

.zhaoshang .changjin .effect0{
    background-color: #fff;
}
.zhaoshang .banner_qian{
    background-image: url(../image/qianbei.jpg);
    background-position: center center;
    text-align: center;
    color: #2cb476;
    padding: 110px 0;
}
.zhaoshang .banner_qian i{
     font-weight: bold;
     font-size: 32px;
     display: block;
     font-style: normal;
}
.zhaoshang .banner_qian em{
    font-style: normal;
    text-transform: uppercase;
}


.zhaoshang  .youshi{
   padding: 90px 0;
}

.zhaoshang  .moshi{
   margin-top: 100px;
}

.zhaoshang .laji .a3 .con{
   padding: 30px 0;
}
.zhaoshang .laji .a3 .con.c1{
   padding-bottom: 125px;
}


.zhaoshang .laji .b2 .tb{
   display: table;
   width: 100%;
}

.zhaoshang .laji .b2 .tb >div{
   display: table-cell;
   text-align: center;
}

.zhaoshang .laji .b2 .tb >div img{
   display: block;
}



.zhaoshang .laji .b1 h1 span{
    color: #0ac2c2;
}
.zhaoshang .laji .b1 ul{
   overflow: hidden;
   margin-right: -10px;
   margin-left: -10px;
}
.zhaoshang .laji .b1 ul li{
   float: left;
   width: 33.33%;
}
.zhaoshang .laji .b1 ul li span{
   display: block;
   font-size: 20px;
   color: #2cb476;
   text-align: center;
   font-weight: bold;
}
.zhaoshang .laji .b1 ul li >div{
   padding: 15px;
    background-color: #f8f8f8;
    margin: 10px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border-radius: 7px;
    min-height: 142px;

}

.zhaoshang .laji .b2{
   margin-top: 30px;
}

.job .shang{
   text-align: center;
   padding: 50px 0;
}

.job table{
   width: 100%;
   margin-bottom: 50px;
}
.job table  thead td,
.job table tbody td{
   padding: 9px;
   text-align: center;
   border-bottom: 1px solid #ddd;
   font-size: 18px;
   color: #333;

}

.job table  thead td{
   border-top: 1px solid #ddd;
}

.job table tbody td .con{
   text-align: left;
   padding: 60px;
   background-color: #f9f9f9;
   color: #666;
   font-size: 14px;
}
.job table tbody tr:nth-child(odd){
   cursor: pointer;
}

.job table tbody tr:nth-child(even){
   display: none;
}


.about .jishi{
    background-image: url(../image/shanbei.jpg); 
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 280px;
}

.about .jishi .cons{
    background-image: url(../image/about_line.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
	display:grid;
}

.about .jishi .cons li{
    width: 50%;
    text-align: right;
    margin-top: 150px;
    position: relative;
}

.about .jishi .cons li span{
   color: #2cb476;
   font-size: 24px;
   font-weight: bold;
}

.about .jishi .cons li:nth-child(even){
    float: right;
    text-align: left;
    margin-top: 40px;
    padding-left: 40px;
}

.about .jishi .cons li:nth-child(even):before{
     content:'';
     width: 8px;
     height: 8px;
     background-image: url(../image/yuan.png);
     position: absolute;
     left: -5px;
     top: 15px;
}

.about .jishi .cons li:nth-child(odd){
    padding-right: 40px;
}

.about .jishi .cons li:nth-child(odd):after{
     content:'';
     width: 8px;
     height: 8px;
     background-image: url(../image/yuan.png);
     position: absolute;
     right: -4px;
     top: 15px;
}

.about .yewu{
    background-image: url(../image/news_bj.jpg);
    background-size: cover;
}


.about .guan {
    padding: 110px 0;
}
.about .yewu .col-sm-4 >div{
   border-radius: 10px;
   background-color: #cff4f3;
   padding: 30px;
}
.about .yewu .col-sm-4 >div .td{
    display: table;
    width: 100%;

    color: #137171;
}
.about .yewu .col-sm-4 >div .td >div{
    display: table-cell;
    vertical-align: bottom;
}

.about .yewu .col-sm-4 >div .td span{
    font-size: 20px;
    display: inline-block;
    padding-left: 20px;
}
.about .yewu .col-sm-4 .dicon{
   margin-top: 20px;
}

.about .yewu{
    padding: 130px 0;
}
.about .yewu h1{
    padding-bottom: 30px;
}
.about .tuandui{
   padding-top: 50px;
}
.about .tuandui ul li .title{
  display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2cb476;
    text-align: center;
    padding: 15px;
}
.about .tuandui ul li{
   padding: 20px;
}
.about .tuandui ul li img{
   border-radius: 15px;
}




.about .guan .effect0{
  padding: 50px;
}
.about .guan .title{
    font-size: 24px;
    color: #2cb476;
    padding-bottom: 20px;
    font-weight: bold;
}
.about .guan .con{
    padding-bottom: 25px;
}
.contact .map{
     padding: 80px 0;
     text-align: center;
}

.contact .shang{
    padding: 70px 0;
}

.contact .shang .xiao{
   text-align: center;
   color: #333;
}
.contact .col-sm-3 span{
    font-size: 23px;
    color: #333;
    vertical-align: middle;
}
.contact .col-sm-3.r1{
   text-align: right;
}

.contact .col-sm-3 .con{
   padding-left: 40px;
}


#xuanfu{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 999;
}
#xuanfu>div{
   width: 40px;
   height: 40px;
   background-color: #2cb476;
   color: #fff;
   text-align: center;
   cursor: pointer;
   line-height: 40px;
}




.footer{
    padding-top: 80px;
}

.footer .dibu{
    height: 355px;
    background-image: url(../image/bottom.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
}

.footer .dibu a{
   margin: 20px;
   font-size: 16px;
   display: inline-block;
}

.footer .dibu .list{
   padding: 55px 15px;
}
.footer .dibu .tel{
   padding: 10px 0;
}
.footer .link{
   font-size: 14px;
   padding-top: 50px;
}
.footer .link a{
    font-size: 14px;
    display: inline-block;
    margin: 5px 10px;
}
.footer .effect0{
   padding: 60px;
   padding-top: 50px;
}
.footer .tops{
  display: table;
  width: 100%;
}
.footer .tops>div{
   display: table-cell;
   width: 31%;
}
.footer form textarea,
.footer form input{
   border:1px solid #ccc;
   font-size: 14px;
   padding: 10px 10px;
   width: 100%;
}
.footer .tops>div.center{
    padding: 0 3%;
}
.footer textarea{
   margin:20px 0;
   height: 100px;
}
.footer ul{
   margin-bottom: 20px;
}
.footer ul li{
    color: #666;
    padding-bottom: 15px;
}

.footer h3{
   padding-bottom: 20px;
}

.zhanwei{
    height: 120px;
}


@media (min-width: 1400px){
    .container{
        width: 1360px;
    }

    .index_about .t2{
       padding-top: 35px;
    }
      .product .fuwu .col-sm-2 > div img {
       width: 60px;
     }   

} 
@media (min-width: 1600px){
    .container{
        width: 1570px;
    }
    .dingtop{
        padding-left: 60px;
        padding-right: 60px;
    }
       .product .fuwu .col-sm-2 > div img {
       width: 80px;
     }   
         .index_about .t2{
       padding-top: 0px;
    }   

} 
@media (max-width: 991px){
  .zhanwei{
    height: 62px;
  }

  body{
    font-size: 14px;
  }
  .footer .dibu a{
     margin: 5px;
   }
    .footer .dibu .list{
       padding: 30px 15px;
    } 
    .glb-h1 {
      font-size: 18px;
    } 
    .index_about .t1 {
      padding: 10px;
      margin-bottom: 5px;
      margin-top: 10px;
    } 
    .glb-h1 .line {
        width: 40px;
        margin-top: 10px;
     }
     .index_about .t2 {
        padding-left: 0px;
        padding-top: 20px;
      }
      .index_fuwu .bejin {
    background-image: none;
    padding: 0px;
    min-height: 400px;
    }
    .index_fuwu .t1 {
      width: 100%;
    }
    .index_fuwu .t2 {
      width: 0%;
    }
    .index_fuwu .t1 .col-xs-6{
       margin-bottom: 20px;
    }

.index_fuwu {
   padding: 40px 0;
}
.index_about {
    padding-top: 30px;
}

.index_fuwu h1 {
  
    padding-left: 0px;
    padding-bottom: 0px;
}
.index_why .col-sm-2 div.text {
    font-size: 12px;
}
.index_why .col-sm-2{
   margin-bottom: 20px;
}
.index_why .col-sm-2 > div {
    min-height: 120px;
    padding: 5px 5px;
}
.index_xiangmu .top .text {
    font-size: 14px;
    width: 80%;
}
.index_xiangmu .left_btn,
.index_xiangmu .right_btn {
   display: none;
}
.index_xiangmu .top {
    padding: 0px;
    padding-bottom: 30px;
}
.index_xiangmu .top a {
 
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
}
#index_qie {
    padding: 0;
}
#index_qie li {
    padding: 0px;
}
#index_qie li .text {
    padding: 5px;
    font-size: 14px;
}
.footer .effect0 {
    padding: 10px;
    margin-bottom: 15px;
}

.glb-h3 {
    font-size: 16px;
    font-weight: bold;
}
.footer ul li img{
   width: 25px;
}
.footer {
    padding-top: 0px;
}
.index_xiangmu {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.index_xinwen {
    padding: 30px 0;
}
.index_xinwen h1 {
    margin-bottom: 20px;
}

.index_xinwen .title {
    font-size: 16px;
    padding: 10px 0;
}
.index_xinwen .time {
    padding-top: 5px;
}
.index_why {
    padding: 40px 0;
}

.product .menu {
    margin-top: 0px;
}
.product .menu a {

    padding: 5px 9px;
    font-size: 14px;
    height: auto;
    background-color: #eee;

}

.product .jianjie {
    padding: 10px 0;
}

.product .jianjie .con {
    padding-top: 10px;
}
.product .col-sm-1 {
    padding-top: 0px;
}

.product .jianjie .title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.product .biao1,
.product .biao2,
.product .biao3,
.product .biao4{
    overflow: scroll;
}
.product .biao1 img,
.product .biao2 img,
.product .biao3 img,
.product .biao4 img{
    height: 300px;
    max-width: none;
}
.product .biao2 img{
   height: 690px;
}
.product .biao3 img{
   height: 460px;
}
.product .biao4 img{
   height: 333px;
}

.product .youshi .glb-h1 {
    padding-bottom: 0px;
}

.product .youshi .col-sm-3 > div {
    padding: 20px;
    min-height: 0;
    margin-bottom: 20px;
}

.product .youshi .col-sm-3 > div img{
   width: 40px;
}
.product .youshi .col-sm-3 > div .title {
    font-size: 16px;
  }

.product .hexin {
    padding:  0;
}
.product .hexin .effect0 {
    margin-top: 0px;
}

.product .hexin li {
    width: 100%;
    margin: 5px;
    padding: 15px;
    border-right: none;
    min-height: 0px;

}
.product .hexin .title {
    font-size: 16px;
  }


.product .jiazhi {
    padding: 20px 0;
}
.product .jiazhi h1 {
    padding-bottom: 5px;
}
.product .jiazhi .t1 {
    font-size: 14px;
    margin-top: 30px;
}

.product .jiazhi .t2 {
    font-size: 18px;
}
.product .jiazhi .t3 {
    font-size: 14px;
    padding: 10px 0;
}

.product .jiazhi ul li div.quan {
    margin: 5px;
}
.product .jiazhi ul li .con {
    padding: 10px;

}

.product .jishudui {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}


.product .cihua .bj {
    height: 220px;
    background-size: 120% auto;
    background-repeat: no-repeat;

}

.product .cihua h1 {
    padding-top: 60px;
}

.product .cihua .kuang span::after {
    content: '';
    position: absolute;
    top: 17px;
    right: -23px;
    width: 15px;
    height: 13px;
    background-size: 100% auto;
}

.product .cihua .kuang span {

    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 56px;
}
.product .cihua .kuang span.one {
    padding-top: 15px;
}

.product .fuwu {
    padding: 10px 0;
    margin-top: 20px;
}

.product .fuwu .title {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.product .fuwu .col-sm-2 img{
    display: block;
    margin: 0 auto;
}
.product .fuwu .col-sm-2 > div span {
    font-size: 16px;
    display: block;text-align: center;
}
.product .fuwu .col-sm-2 > div {
    margin-bottom: 20px;
}

.product .weihai {
    padding-top: 20px;
}

.product .weihai .title {
    font-size: 18px;
    text-align: center;
}

.product .weihai .tianmai .effect0 {
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 20px;
}

.product .weihai .situ {
    padding-left: 0px;
    padding-right: 0px;
}
.product .henbiao {

    font-size: 18px;

    padding-bottom: 20px;

    margin-top: 10px;
}

.product .dingwei {
    padding: 20px;
    margin: 10px 0;
}

.product .dingwei .t1 {
    font-size: 16px;
}
.product .dingwei h1 {
    font-size: 16px;

}

.product .dingwei h1 .line {

    margin-bottom: 10px;
}

.product .dingwei .col-sm-4 > div .tit {
    font-size: 18px;
}

.product .dingwei .col-sm-4 > div {
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
}

.product .moshi {
    padding: 20px 0;
}
.product .moshi .shang {
    font-size: 18px;
}
.product .kuang{
   margin-top:20px;
}
.product .kuang h4 {
    font-size: 16px;

    padding: 5px;

}

.product .kuang ul {
    font-size: 14px;
}

.product .moshi .col-sm-1{
    text-align: center;
}

.product .changjin {
    padding: 20px 0;
}

.product .changjin .effect0 {
    padding: 20px;
}
.product .changjin ul li {
    width: 50%;
}

.anli h1 {
    padding: 5px 0;
    margin-bottom: 5px;
}

.anli .left_menu a {
    font-size: 16px;
    padding: 5px;
    padding-left: 10px;

}

.anli ul.left_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}




.anli .title img{
    width: 100%;
}

.anli .title {

    padding-top: 10px;
    padding-bottom: 20px;
}

.global-fanye {

    margin-top: 0px;
    margin-bottom: 10px;
}

.global-fanye a {
    font-size: 14px;
    margin: 2px;
    min-width: 30px;
    padding: 2px 4px;

}
.anli_page h1{
   padding: 15px;
}
.anli_page ul {
    padding-left: 0px;
    padding-right: 0px;
}
.anli_page  .right_btn,
.anli_page  .left_btn{
   display: none;
}
.anli_page .effect0 {
    padding: 15px;
    margin-top: 10px;
}

.anli_page .title1 {
    font-size: 18px;
    padding: 20px 0;
}


.anli.news a.title{
      margin-bottom: 15px;
}

.news_page .top {
    font-size: 18px;
}

.news_page .container.t1 {
    padding: 15px;
}

.news_page a.title {

    margin-bottom: 20px;
}

.rongyu .heng {
    height: auto;
    font-size: 16px;
    line-height: 1.5;
}

.rongyu .list li:nth-child(2n+1) span::before {
    width: 14px;
}

.rongyu .list li:nth-child(2n+1) img, 
.rongyu .list li:nth-child(2n+1) span {
    padding-right: 20px;
}

.rongyu .list li img {
    max-width: 100%;
    margin-top: 10px;
}
.rongyu .list li:nth-child(2n) span::before {
    width: 14px;
}

.rongyu .list li:nth-child(2n) img, 
.rongyu .list li:nth-child(2n) span {
    padding-left: 20px;
    margin-left: 1px;
}


.rongyu .list li {
    padding-top: 100px;
    padding-bottom: 25px;
}
.rongyu .list li:nth-child(2n+1) {
    padding-top: 25px;
}

.zhaoshang .shang {
    padding: 10px 0;
}


.zhaoshang .xiao {
    font-size: 16px;

}

.zhaoshang .laji .effect0 {
    padding: 10px;
}
.zhaoshang .laji h1 {
    font-size: 17px;
}
.zhaoshang .laji .b1 ul li span {
    font-size: 14px;
}

.zhaoshang .laji .b1 ul li > div {
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    min-height: 100px;
}

.zhaoshang .laji .b2 .tb > div {
    font-size: 12px;
}

.zhaoshang .dibei {
    font-size: 14px;
  }

.zhaoshang .laji .a3 .con {
    padding: 20px 0;
}

.zhaoshang .laji .a3 .con.c1 {
    padding-bottom: 5px;
}
.zhaoshang .laji .effect0 {
    margin-top: 10px;
}

.zhaoshang .youshi {
    padding: 30px 0;
}
.zhaoshang .moshi {
    margin-top: 10px;
}

.zhaoshang .banner_qian i {
    font-size: 20px;
}
.zhaoshang .banner_qian{
  margin-bottom: 20px;
}

.job table thead td, 
.job table tbody td {
    padding: 2px;
    font-size: 12px;
}

.job .shang {
    padding: 10px 0;
    padding-bottom: 25px;
}

.job table tbody td .con {
    padding: 10px;
}

.about .guan {
    padding: 20px 0;
}

.about .guan .effect0 {
    padding: 15px;
}
.about .guan .title {
    font-size: 16px;
}

.about .guan .con {
    padding-bottom: 30px;
}


.about .jishi .cons li:nth-child(2n+1) {
    padding-right: 10px;
     margin-top: 70px;
}

.about .jishi .cons li:nth-child(2n) {
    margin-top: 0px;
    padding-left: 10px;
}
.about .jishi .cons {
    padding: 0 15px;
}

.about .jishi {
    background-size: 100% auto;
    padding-bottom: 80px;
}

.about .yewu {
    padding: 10px 0;
}
.about .yewu h1 {
    padding-bottom: 10px;
}


.about .yewu .col-sm-4 > div .td span {
    font-size: 16px;
}

.about .yewu .col-sm-4 {
   margin-bottom: 15px;
}

.contact .shang {
    padding: 20px 0;
}

.contact .col-sm-3 span {
    font-size: 18px;
}

.contact .col-sm-3{
   margin-bottom: 30px;
}

.contact .col-sm-3.r1 {
    text-align: center;
}

.contact .map {
    padding: 20px 0;
}





}







































































@media (max-width: 1199px) {
    .mobile_menu_bg{
      display: block;
    }
    .main-menu{
      display: none;
    }
    .pc_menu{
      display: none;
    }
}
/**/
.anli.news a.title2{
	display: block;
    overflow: hidden;border:1px solid ed;
    width: 100%;
   
    font-size: 15px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 0px;
}
.anli.news span{
	display: block;
	background-color:#fafafa;
	padding:5px 0px 20px 20px;
	font-size: 13px;
    color: #999;
	margin-bottom: 40px;
   
}
.news-content p,.news-content div{text-indent: 2em;}
.news-content  img,.news-content  img {margin-left: -2em;}



.news-content table{margin: 0 auto;}













